source: trunk/IPs/systemC/Environment/Cache/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: 670 bytes
Line 
1#-----[ Directory ]----------------------------------------
2
3DIR_QUEUE                       = ../Queue
4
5#-----[ Variable ]-----------------------------------------
6
7OBJECTS_DEPS                    = $(patsubst $(DIR_QUEUE)/$(DIR_SRC)/%.cpp,$(DIR_QUEUE)/$(DIR_OBJ)/%.o,$(wildcard $(DIR_QUEUE)/$(DIR_SRC)/*.cpp))
8
9#-----[ Rules ]--------------------------------------------
10
11all                             :
12                                @\
13                                $(MAKE) --directory=$(DIR_QUEUE) all; \
14                                $(MAKE)                          all_environment;
15
16clean                           :
17                                @\
18                                $(MAKE) --directory=$(DIR_QUEUE) 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.