Last change
on this file since 107 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:
547 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 | #-----[ Variables ]---------------------------------------- |
---|
15 | |
---|
16 | ENVIRONMENT_DIR = $(MORPHEO_TOPLEVEL)/IPs/systemC/Environment |
---|
17 | ENVIRONMENT_INCDIR = -I$(ENVIRONMENT_DIR)/include |
---|
18 | ENVIRONMENT_LIBDIR = -L$(ENVIRONMENT_DIR)/lib |
---|
19 | ENVIRONMENT_LIBNAME = -lEnvironment -lbfd -liberty |
---|
Note: See
TracBrowser
for help on using the repository browser.