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

Last change on this file since 3 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 1014 bytes
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                    = yes
18#-----[ Library ]------------------------------------------
19RegisterFile_LIBRARY            =       -lRegisterFile          \
20                                        $(Group_LIBRARY)        \
21                                        $(Behavioural_LIBRARY) 
22
23RegisterFile_DIR_LIBRARY        =       -L$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/lib   \
24                                        $(Group_DIR_LIBRARY)                                    \
25                                        $(Behavioural_DIR_LIBRARY)     
26
27#-----[ Rules ]--------------------------------------------
28
29RegisterFile_library            :
30                                @$(MAKE)  Behavioural_library
31                                @$(MAKE)  Group_library
32                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile --makefile=Makefile
33       
34RegisterFile_library_clean      :
35                                @$(MAKE)  Behavioural_library_clean
36                                @$(MAKE)  Group_library_clean
37                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.