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

Last change on this file since 76 was 76, checked in by rosiere, 16 years ago

Add new component : Read_unit (no tested)
Change functionnal_unit : now use type and operation to execute the good function
Change New_Component's script

File size: 833 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Behavioural                     = yes
11
12ifndef Common
13include $(DIR_MORPHEO)/Common/Makefile.deps
14endif
15
16#-----[ Library ]------------------------------------------
17Behavioural_LIBRARY             =       -lBehavioural                           
18
19Behavioural_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/lib
20
21Behavioural_DEPENDENCIES        =       Common_library
22
23Behavioural_CLEAN               =       Common_library_clean
24
25
26#-----[ Rules ]--------------------------------------------
27
28#.NOTPARALLEL                   : Behavioural_library
29#.NOTPARALLEL                   : Behavioural_library_clean
30
31Behavioural_library             : $(Behavioural_DEPENDENCIES)
32                                @\
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ;
34
35Behavioural_library_clean       : $(Behavioural_CLEAN)
36                                @\
37                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.