source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Queue_Control/Makefile.deps @ 56

Last change on this file since 56 was 56, checked in by rosiere, 17 years ago

Factorisation du contrôle de file d'attente dans une classe "Queue_Control"

File size: 615 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Queue_Control                   = yes
11
12#-----[ Library ]------------------------------------------
13Queue_Control_LIBRARY           = -lQueue_Control
14
15Queue_Control_DIR_LIBRARY       = -L$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control/lib
16
17#-----[ Rules ]--------------------------------------------
18
19Queue_Control_library           :
20                                @\
21                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile ;
22       
23Queue_Control_library_clean     :
24                                @\
25                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.