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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 615 bytes
Line 
1#
2# $Id: Makefile.deps 81 2008-04-15 18:40:01Z rosiere $
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.