source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Counter/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: 783 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10ifndef Behavioural
11include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
12endif
13
14Counter                 = yes
15
16#-----[ Library ]------------------------------------------
17Counter_LIBRARY         =       -lCounter       \
18                                        $(Behavioural_LIBRARY) 
19
20Counter_DIR_LIBRARY             =       -L$(DIR_MORPHEO)/Behavioural/Generic/Counter/lib        \
21                                        $(Behavioural_DIR_LIBRARY)
22
23#-----[ Rules ]--------------------------------------------
24
25Counter_library         :
26                                @\
27                                $(MAKE) Behavioural_library; \
28                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile;
29       
30Counter_library_clean   :
31                                @\
32                                $(MAKE) Behavioural_library_clean; \
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.