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

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

Almost complete design
with Test and test platform

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