source: trunk/IPs/systemC/Environment/Sim2OS/Makefile

Last change on this file was 142, checked in by rosiere, 16 years ago

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

  • Property svn:keywords set to Id
File size: 520 bytes
Line 
1#-----[ Rules ]--------------------------------------------
2
3all : only
4 @\
5 $(MAKE) --directory=$(DIR_ENDIANNESS) all; \
6 $(MAKE) all_environment
7
8clean : clean_only
9 @\
10 $(MAKE) --directory=$(DIR_ENDIANNESS) clean;
11
12clean_all : clean
13
14only :
15 @\
16 $(MAKE) all_environment
17
18clean_only :
19 @\
20 $(MAKE) environment_clean
21
22help :
23 @$(MAKE) environment_help
24
25include Makefile.defs
26include $(DIR_ENVIRONMENT)/Makefile.Environment
27
Note: See TracBrowser for help on using the repository browser.