Last change
on this file was
88,
checked in by rosiere, 16 years ago
|
Almost complete design
with Test and test platform
|
-
Property svn:keywords set to
Id
|
File size:
692 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id: Makefile.deps 88 2008-12-10 18:31:39Z rosiere $ |
---|
3 | # |
---|
4 | |
---|
5 | #-----[ Test ]--------------------------------------------- |
---|
6 | |
---|
7 | # Test Environment variables |
---|
8 | ifeq ($(origin MORPHEO_TOPLEVEL), undefined) |
---|
9 | $(error "variable MORPHEO_TOPLEVEL is undefined"); |
---|
10 | else |
---|
11 | include $(MORPHEO_TOPLEVEL)/Makefile.tools |
---|
12 | endif |
---|
13 | |
---|
14 | #-----[ Dependency ]--------------------------------------- |
---|
15 | |
---|
16 | DIR_MORPHEO = $(MORPHEO_TOPLEVEL)/IPs/systemC/processor/Morpheo/ |
---|
17 | include $(DIR_MORPHEO)/TopLevel/Makefile.deps |
---|
18 | |
---|
19 | #-----[ Variables ]---------------------------------------- |
---|
20 | |
---|
21 | MORPHEO_DIR = $(DIR_MORPHEO) |
---|
22 | MORPHEO_INCDIR = -I$(MORPHEO_DIR) -I$(MORPHEO_DIR)/TopLevel/include |
---|
23 | MORPHEO_LIBDIR = $(Morpheo_DIR_LIBRARY) |
---|
24 | MORPHEO_LIBNAME = $(Morpheo_LIBRARY) -lm |
---|
Note: See
TracBrowser
for help on using the repository browser.