source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Pseudo_LRU/Makefile.deps @ 2

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

Import Morpheo

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