Code Search for Developers
 
 
  

Makefile from GreenSocs at Krugle


Show Makefile syntax highlighted

MODULES = example_plb example_ship example_simple example_simplebus example_splitcomplete

.PHONY: dummy modules modules-clean modules-install

all: modules

clean: modules-clean

install: modules-install

modules: $(patsubst %, _module_%, $(MODULES))
$(patsubst %, _module_%, $(MODULES)) : dummy
	$(MAKE) -C $(patsubst _module_%, %, $@)

modules-clean: $(patsubst %, _module_clean_%, $(MODULES))
$(patsubst %, _module_clean_%, $(MODULES)) : dummy
	$(MAKE) -i -C $(patsubst _module_clean_%, %, $@) clean

modules-install: $(patsubst %, _module_install_%, $(MODULES))
$(patsubst %, _module_install_%, $(MODULES)) : dummy
	$(MAKE) -C $(patsubst _module_install_%, %, $@) install




See more files for this project here

GreenSocs

To develop SystemC infrustructure, basic IP, patches and add on library code for eventual standerdization.\r\nThe GreenSocs project is made up of a number of contributions (sub projects). Please visit www.greensocs.com for more information.

Project homepage: http://sourceforge.net/projects/greensocs
Programming language(s): C,C++,Java,Perl,XML
License: other

  example_burst/
    Makefile
    example_burst.cpp
    master.h
    slave.h
  example_configurable/
    example_configurable.v2p
    example_configurable3.cpp
    example_gsconfigurable.cpp
    example_gsconfigurable2.cpp
    example_primchannel.cpp
    test1.cfg
    test2.cfg
    test3.cfg
  example_multibus/
    Makefile
    Makefile.hierarchybusses
    Makefile.twobusses
    basement.h
    example_bridge.cpp
    example_hierarchy_busses.cpp
    example_two_busses.cpp
    sillysort.h
    simplemaster.h
    simplememory.h
  example_plb/
    Makefile
    PLBMaster.h
    PLBSimplememory.h
    example_plb.cpp
  example_ship/
    Makefile
    pv.txt
    pvt.txt
    ship_example.cpp
    ship_performance.ods
    ship_performance.png
  example_simple/
    Makefile
    example_simple.cpp
    sillysort.h
    simplememory.h
  example_simplebus/
    Makefile
    example_simplebus.cpp
    sillysort.h
    simplemaster.h
    simplememory.h
  example_simplebus2/
    Makefile
    ddr_ram.cpp
    ddr_ram.h
    ddr_speedtest.cpp
    ddr_speedtest.h
    excel_ba.txt
    excel_ct.txt
    excel_nodes_10.txt
    excel_nodes_11.txt
    excel_nodes_12.txt
    excel_nodes_13.txt
    excel_nodes_14.txt
    excel_nodes_15.txt
    excel_nodes_16.txt
    excel_nodes_17.txt
    excel_nodes_18.txt
    excel_nodes_19.txt
    excel_nodes_2.txt
    excel_nodes_20.txt
    excel_nodes_21.txt
    excel_nodes_3.txt
    excel_nodes_4.txt
    excel_nodes_5.txt
    excel_nodes_6.txt
    excel_nodes_7.txt
    excel_nodes_8.txt
    excel_nodes_9.txt
    excel_pv.txt
    excel_simplebus_ba.txt
    excel_simplebus_ct.txt
    excel_simplebus_pv.txt
    excel_small_ba.txt
    excel_small_ct.txt
    excel_small_pv.txt
    globals.h
    node_test.sh
    pseudo_master_simplebus.cpp
    pseudo_master_simplebus.h
    speedtest_ba.cfg
    speedtest_ct.cfg
    speedtest_pv.cfg
    speedtest_simplebus_ba.cfg
    speedtest_simplebus_ct.cfg
    speedtest_simplebus_nodes_ba.cfg
    speedtest_simplebus_pv.cfg
    speedtest_top.cpp
    speedtest_top.h
    time_measure.h
  example_splitcomplete/
    Makefile
    example_splitcomplete.cpp
    sillysort.h
    simplemaster.h
    simplememory_sc.h
  Makefile
  Makefile.am
  Makefile.defs
  README