source:
trunk/IPs/systemC/Environment/Queue/Makefile
Last change on this file was 142, checked in by , 14 years ago | |
---|---|
|
|
File size: 430 bytes |
Rev | Line | |
---|---|---|
[78] | 1 | #-----[ Rules ]-------------------------------------------- |
2 | ||
[142] | 3 | all : only |
[78] | 4 | |
[142] | 5 | clean : clean_only |
[78] | 6 | |
[88] | 7 | clean_all : clean |
8 | ||
[142] | 9 | only : |
10 | @\ | |
11 | $(MAKE) all_environment; | |
12 | ||
13 | clean_only : | |
14 | @\ | |
15 | $(MAKE) environment_clean; | |
16 | ||
[78] | 17 | help : |
[80] | 18 | @$(MAKE) environment_help |
[78] | 19 | |
[113] | 20 | include Makefile.defs |
21 | include $(DIR_ENVIRONMENT)/Makefile.Environment |
Note: See TracBrowser
for help on using the repository browser.