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

Last change on this file since 56 was 53, checked in by rosiere, 17 years ago
  • Banc de registre multi banc
  • Banc de registre générique.
File size: 741 bytes
RevLine 
[2]1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
[53]10Behavioural                     = yes
11
[43]12#ifndef Behavioural
13#include $(DIR_MORPHEO)/Behavioural/Makefile.deps
14#endif
[2]15
16#-----[ Library ]------------------------------------------
[43]17Behavioural_LIBRARY             =       -lBehavioural                           
[2]18
[43]19#                                       $(Common_LIBRARY)
20
[2]21Behavioural_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/lib
22
[43]23#                                       $(Common_DIR_LIBRARY)
24
[2]25#-----[ Rules ]--------------------------------------------
26
27Behavioural_library             :
[48]28                                @\
29                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ;
[43]30
31#                               @$(MAKE) Common_library
[2]32       
33Behavioural_library_clean       :
[48]34                                @\
35                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean;
[43]36
37#                               @$(MAKE) Common_library_clean
Note: See TracBrowser for help on using the repository browser.