source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Group/Makefile.deps @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 741 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
14Group                   = yes
15
16#-----[ Library ]------------------------------------------
17Group_LIBRARY           =       -lGroup \
18                                -lBehavioural
19
20Group_DIR_LIBRARY       =       -L$(DIR_MORPHEO)/Behavioural/Generic/Group/lib  \
21                                -L$(DIR_MORPHEO)/Behavioural/lib
22
23#-----[ Rules ]--------------------------------------------
24
25Group_library           :
26                                @$(MAKE)  Behavioural_library
27                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Group --makefile=Makefile
28       
29Group_library_clean     :
30                                @$(MAKE)  Behavioural_library_clean
31                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Group --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.