Last change
on this file was
142,
checked in by rosiere, 14 years ago
|
1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity
|
-
Property svn:keywords set to
Id
|
File size:
753 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ |
---|
3 | # |
---|
4 | # [ Description ] |
---|
5 | # |
---|
6 | # Makefile |
---|
7 | # |
---|
8 | # DIR_MORPHEO must be defined |
---|
9 | |
---|
10 | Common = yes |
---|
11 | |
---|
12 | #-----[ Directory ]---------------------------------------- |
---|
13 | |
---|
14 | Common_DIR = $(DIR_MORPHEO)/Common |
---|
15 | |
---|
16 | #-----[ Library ]------------------------------------------ |
---|
17 | |
---|
18 | Common_SOURCES = $(Common_DIR)/src/*.cpp |
---|
19 | |
---|
20 | Common_LIBRARY = -lCommon |
---|
21 | |
---|
22 | Common_DIR_LIBRARY = -L$(Common_DIR)/lib |
---|
23 | |
---|
24 | #-----[ Rules ]-------------------------------------------- |
---|
25 | |
---|
26 | Common_library_only : |
---|
27 | @\ |
---|
28 | $(MAKE) --directory=$(Common_DIR) --makefile=Makefile |
---|
29 | |
---|
30 | Common_library_clean_only : |
---|
31 | @\ |
---|
32 | $(MAKE) --directory=$(Common_DIR) --makefile=Makefile clean |
---|
33 | |
---|
34 | Common_library : Common_library_only |
---|
35 | |
---|
36 | Common_library_clean : Common_library_clean_only |
---|
Note: See
TracBrowser
for help on using the repository browser.