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