source: trunk/IPs/systemC/Environment/Data/Makefile @ 85

Last change on this file since 85 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: 663 bytes
Line 
1#-----[ Directory ]----------------------------------------
2
3# DIR_ENDIANNESS                        = ../Endianness
4
5#-----[ Variable ]-----------------------------------------
6
7# OBJECTS_DEPS                  = $(patsubst $(DIR_ENDIANNESS)/$(DIR_SRC)/%.cpp,$(DIR_ENDIANNESS)/$(DIR_OBJ)/%.o,$(wildcard $(DIR_ENDIANNESS)/$(DIR_SRC)/*.cpp))
8
9#-----[ Rules ]--------------------------------------------
10
11all                             :
12                                @\
13                                $(MAKE) all_environment
14
15#                               $(MAKE) --directory=$(DIR_ENDIANNESS) all; \
16
17clean                           :
18                                @\
19                                $(MAKE) environment_clean
20
21#                               $(MAKE) --directory=$(DIR_ENDIANNESS) clean; \
22
23help                            :
24                                @$(MAKE) environment_help
25
26include                         ../Makefile.Environment
Note: See TracBrowser for help on using the repository browser.