source: trunk/IPs/systemC/Environment/Endianness/Makefile @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 395 bytes
Line 
1#-----[ Directory ]----------------------------------------
2
3#-----[ Variable ]-----------------------------------------
4
5#OBJECTS_DEPS                   =
6
7#-----[ Rules ]--------------------------------------------
8
9all                             :
10                                @\
11                                $(MAKE) all_environment;
12
13clean                           :
14                                @\
15                                $(MAKE) environment_clean;
16
17help                            :
18                                @$(MAKE) environment_help
19
20include                         ../Makefile.Environment
Note: See TracBrowser for help on using the repository browser.