source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Priority/Makefile.deps @ 88

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

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 794 bytes
Line 
1#
2# $Id: Makefile.deps 88 2008-12-10 18:31:39Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Priority                        = yes
11ifndef Common
12include                         $(DIR_MORPHEO)/Common/Makefile.deps
13endif
14
15#-----[ Directory ]----------------------------------------
16
17Priority_DIR                    =       $(DIR_MORPHEO)/Behavioural/Generic/Priority
18
19#-----[ Library ]------------------------------------------
20
21Priority_LIBRARY                =       -lPriority\
22                                        $(Common_LIBRARY)       
23
24Priority_DIR_LIBRARY            =       -L$(Priority_DIR)/lib\
25                                        $(Common_DIR_LIBRARY)
26
27#-----[ Rules ]--------------------------------------------
28
29Priority_library                :
30                                @\
31                                $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile;\
32                                $(MAKE) Common_library;
33
34Priority_library_clean  :
35                                @\
36                                $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile clean;\
37                                $(MAKE) Common_library_clean;
Note: See TracBrowser for help on using the repository browser.