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

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

Interface normalisé
Début du banc de registres multi niveaux

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                                @$(MAKE)  Behavioural_library
31                                @$(MAKE)  Group_library
32                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic --makefile=Makefile
33       
34RegisterFile_Monolithic_library_clean   :
35                                @$(MAKE)  Behavioural_library_clean
36                                @$(MAKE)  Group_library_clean
37                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.