source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Victim/Victim_Pseudo_LRU/Makefile.deps @ 113

Last change on this file since 113 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: 897 bytes
RevLine 
[10]1#
2# $Id: Makefile.deps 81 2008-04-15 18:40:01Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
[53]10Victim_Pseudo_LRU                       = yes
11
[10]12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Library ]------------------------------------------
[15]17Victim_Pseudo_LRU_LIBRARY               =       -lVictim_Pseudo_LRU             \
18                                                $(Behavioural_LIBRARY) 
[10]19
[15]20Victim_Pseudo_LRU_DIR_LIBRARY           =       -L$(DIR_MORPHEO)/Behavioural/Generic/Victim/Victim_Pseudo_LRU/lib       \
21                                                $(Behavioural_DIR_LIBRARY)     
[10]22
23#-----[ Rules ]--------------------------------------------
24
[15]25Victim_Pseudo_LRU_library               :
[48]26                                @\
27                                $(MAKE)  Behavioural_library; \
28                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Victim/Victim_Pseudo_LRU --makefile=Makefile;
[75]29
[15]30Victim_Pseudo_LRU_library_clean :
[48]31                                @\
32                                $(MAKE)  Behavioural_library_clean; \
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Victim/Victim_Pseudo_LRU --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.