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

Last change on this file since 86 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: 653 bytes
Line 
1#-----[ Directory ]----------------------------------------
2
3DIR_ENDIANNESS                  = ../Endianness
4
5#-----[ Variable ]-----------------------------------------
6
7OBJECTS_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) --directory=$(DIR_ENDIANNESS) all; \
14                                $(MAKE) all_environment
15
16clean                           :
17                                @\
18                                $(MAKE) --directory=$(DIR_ENDIANNESS) clean; \
19                                $(MAKE) environment_clean
20
21help                            :
22                                @$(MAKE) environment_help
23
24include                         ../Makefile.Environment
Note: See TracBrowser for help on using the repository browser.