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

Last change on this file since 84 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: 825 bytes
RevLine 
[2]1#
2# $Id: Makefile.deps 81 2008-04-15 18:40:01Z 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
[78]22Behavioural_LIBRARY             =       -lBehavioural   \
23                                        -lCommon                                       
[71]24
[78]25Behavioural_DIR_LIBRARY         =       -L$(Behavioural_DIR)/lib        \
26                                        -L$(Common_DIR)/lib
[71]27
[77]28#-----[ Rules ]--------------------------------------------
[2]29
[77]30Behavioural_library             :
[48]31                                @\
[78]32                                $(MAKE) Common_library;         \
[77]33                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile;
[76]34
[77]35Behavioural_library_clean       :
[48]36                                @\
[78]37                                $(MAKE) Common_library_clean;   \
[77]38                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.