Changeset 138 for trunk/IPs/systemC/Environment/Makefile
- Timestamp:
- May 12, 2010, 7:34:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/Makefile
r137 r138 1 ifeq ($(origin MORPHEO_PREFIX), undefined) 2 $(error "variable MORPHEO_PREFIX is undefined"); 1 ifeq ($(origin MORPHEO_TOPLEVEL), undefined) 2 $(error "variable MORPHEO_TOPLEVEL is undefined"); 3 else 4 include $(MORPHEO_TOPLEVEL)/Makefile.tools 5 include $(MORPHEO_TOPLEVEL)/Makefile.flags 3 6 endif 4 7 5 8 #-----[ Directory ]---------------------------------------- 6 DIR_LIB = $(MORPHEO_PREFIX)/lib 9 DIR_LIB = $(MORPHEO_PREFIX)/lib/$(MORPHEO_TYPE) 7 10 DIR_ENVIRONMENT = . 8 11 DIR_CACHE = Cache
Note: See TracChangeset
for help on using the changeset viewer.