source: trunk/IPs/systemC/Environment/Makefile.deps @ 88

Last change on this file since 88 was 88, checked in by rosiere, 15 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
8ifeq ($(origin MORPHEO_TOPLEVEL), undefined)
9        $(error "variable MORPHEO_TOPLEVEL is undefined");
10else
11        include $(MORPHEO_TOPLEVEL)/Makefile.tools
12endif
13
14#-----[ Variables ]----------------------------------------
15
16ENVIRONMENT_DIR                 =       $(MORPHEO_TOPLEVEL)/IPs/systemC/Environment
17ENVIRONMENT_INCDIR              =       -I$(ENVIRONMENT_DIR)/include
18ENVIRONMENT_LIBDIR              =       -L$(ENVIRONMENT_DIR)/lib
19ENVIRONMENT_LIBNAME             =       -lEnvironment -lbfd -liberty
Note: See TracBrowser for help on using the repository browser.