source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps @ 97

Last change on this file since 97 was 97, checked in by rosiere, 16 years ago

1) Update Prediction Table : statistics
2) Size instruction address on 30 bits
3) Change Log File
4) Add debug_level in simulation configuration file

  • Property svn:keywords set to Id
File size: 868 bytes
RevLine 
[2]1#
2# $Id: Makefile.deps 97 2008-12-19 15:34:00Z rosiere $
3#
[77]4# [ Description ]
[2]5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
[53]10Behavioural                     = yes
11
[71]12ifndef Common
13include $(DIR_MORPHEO)/Common/Makefile.deps
14endif
[2]15
[77]16#-----[ Directory ]----------------------------------------
[2]17
[77]18Behavioural_DIR                 =       $(DIR_MORPHEO)/Behavioural
[2]19
[77]20#-----[ Library ]------------------------------------------
[43]21
[97]22Behavioural_LIBRARY             =       -lBehavioural   \
23                                        -lCommon
24                                                                               
[71]25
[78]26Behavioural_DIR_LIBRARY         =       -L$(Behavioural_DIR)/lib        \
27                                        -L$(Common_DIR)/lib
[71]28
[77]29#-----[ Rules ]--------------------------------------------
[2]30
[77]31Behavioural_library             :
[48]32                                @\
[78]33                                $(MAKE) Common_library;         \
[77]34                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile;
[76]35
[77]36Behavioural_library_clean       :
[48]37                                @\
[78]38                                $(MAKE) Common_library_clean;   \
[77]39                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.