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

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

Import Morpheo

File size: 525 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Behavioural                     = yes
11
12#-----[ Library ]------------------------------------------
13Behavioural_LIBRARY             =       -lBehavioural
14
15Behavioural_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/lib
16
17#-----[ Rules ]--------------------------------------------
18
19Behavioural_library             :
20                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile
21       
22Behavioural_library_clean       :
23                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.