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

Last change on this file since 48 was 48, checked in by rosiere, 17 years ago

Modification des Makefile : pas de creation inutile de shell

File size: 742 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10#ifndef Behavioural
11#include $(DIR_MORPHEO)/Behavioural/Makefile.deps
12#endif
13#
14Behavioural                     = yes
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.