source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.flags @ 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: 187 bytes
Line 
1#
2# $Id: Makefile.flags 88 2008-12-10 18:31:39Z rosiere $
3#
4# [ Description ]
5#
6
7ifeq ($(origin MORPHEO_TOPLEVEL), undefined)
8        $(error "variable MORPHEO_TOPLEVEL is undefined");
9else
10        include $(MORPHEO_TOPLEVEL)/Makefile.flags
11endif
Note: See TracBrowser for help on using the repository browser.