source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic/Makefile.deps @ 48

Last change on this file since 48 was 48, checked in by rosiere, 17 years ago

Modification des Makefile : pas de creation inutile de shell

File size: 1.1 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10ifndef Behavioural
11include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
12endif
13ifndef Group
14include                         $(DIR_MORPHEO)/Behavioural/Generic/Group/Makefile.deps
15endif
16
17RegisterFile_Monolithic                 = yes
18#-----[ Library ]------------------------------------------
19RegisterFile_Monolithic_LIBRARY         =       -lRegisterFile_Monolithic               \
20                                        $(Group_LIBRARY)        \
21                                        $(Behavioural_LIBRARY) 
22
23RegisterFile_Monolithic_DIR_LIBRARY     =       -L$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic/lib   \
24                                        $(Group_DIR_LIBRARY)                                    \
25                                        $(Behavioural_DIR_LIBRARY)     
26
27#-----[ Rules ]--------------------------------------------
28
29RegisterFile_Monolithic_library         :
30                                @\
31                                $(MAKE)  Behavioural_library; \
32                                $(MAKE)  Group_library; \
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic --makefile=Makefile;
34       
35RegisterFile_Monolithic_library_clean   :
36                                @\
37                                $(MAKE)  Behavioural_library_clean; \
38                                $(MAKE)  Group_library_clean; \
39                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.