source: trunk/IPs/systemC/processor/Morpheo/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: 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
8ifeq ($(origin MORPHEO_TOPLEVEL), undefined)
9        $(error "variable MORPHEO_TOPLEVEL is undefined");
10else
11        include $(MORPHEO_TOPLEVEL)/Makefile.tools
12endif
13
14#-----[ Dependency ]---------------------------------------
15
16DIR_MORPHEO    = $(MORPHEO_TOPLEVEL)/IPs/systemC/processor/Morpheo/
17include $(DIR_MORPHEO)/TopLevel/Makefile.deps
18
19#-----[ Variables ]----------------------------------------
20
21MORPHEO_DIR     = $(DIR_MORPHEO)
22MORPHEO_INCDIR  = -I$(MORPHEO_DIR) -I$(MORPHEO_DIR)/TopLevel/include
23MORPHEO_LIBDIR  = $(Morpheo_DIR_LIBRARY)
24MORPHEO_LIBNAME = $(Morpheo_LIBRARY) -lm
Note: See TracBrowser for help on using the repository browser.