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

Last change on this file since 72 was 72, checked in by rosiere, 16 years ago
  • SystemC de l'unite fonctionnelle.
  • gestion des groupes / instructions custom
File size: 870 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Custom                          = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Library ]------------------------------------------
17Custom_LIBRARY                  =       -lCustom        \
18                                        $(Behavioural_LIBRARY) 
19
20Custom_DIR_LIBRARY              =       -L$(DIR_MORPHEO)/Behavioural/./Custom/lib       \
21                                        $(Behavioural_DIR_LIBRARY)
22
23Custom_DEPENDENCIES             =       Behavioural_library
24
25Custom_CLEAN                    =       Behavioural_library_clean
26
27#-----[ Rules ]--------------------------------------------
28
29#.NOTPARALLEL                   : Custom_library Custom_library_clean
30
31Custom_library                  : $(Custom_DEPENDENCIES)
32                                @\
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/./Custom --makefile=Makefile;
34
35Custom_library_clean            : $(Custom_CLEAN)
36                                @\
37                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/./Custom --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.