source: trunk/IPs/systemC/processor/Morpheo/Common/Makefile.deps @ 43

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

Modif mineur : ajout d'info de débug

Release non stable

File size: 480 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Common                  =       yes
11
12#-----[ Library ]------------------------------------------
13Common_LIBRARY          =       -lCommon
14
15Common_DIR_LIBRARY      =       -L$(DIR_MORPHEO)/Common/lib
16
17#-----[ Rules ]--------------------------------------------
18
19Common_library          :
20                                @$(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile
21       
22Common_library_clean    :
23                                @$(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.