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

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