source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Queue/Makefile.deps @ 100

Last change on this file since 100 was 100, checked in by rosiere, 15 years ago

1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1#
2# $Id: Makefile.deps 100 2009-01-08 13:06:27Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Queue                           = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15ifndef Queue_Control
16include                         $(DIR_MORPHEO)/Behavioural/Generic/Queue_Control/Makefile.deps
17endif
18
19#-----[ Library ]------------------------------------------
20Queue_LIBRARY                   =       -lQueue \
21                                        $(Queue_Control_LIBRARY)\
22                                        $(Behavioural_LIBRARY) 
23
24Queue_DIR_LIBRARY               =       -L$(DIR_MORPHEO)/Behavioural/Generic/Queue/lib  \
25                                        $(Queue_Control_DIR_LIBRARY)\
26                                        $(Behavioural_DIR_LIBRARY)
27
28#-----[ Rules ]--------------------------------------------
29
30#.NOTPARALLEL                   : Queue_library Queue_library_clean
31
32Queue_library                   :
33                                @\
34                                $(MAKE) Behavioural_library;\
35                                $(MAKE) Queue_Control_library;\
36                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue --makefile=Makefile;
37
38Queue_library_clean             :
39                                @\
40                                $(MAKE) Behavioural_library_clean;\
41                                $(MAKE) Queue_Control_library_clean;\
42                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.