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