Ignore:
Timestamp:
Jun 30, 2009, 2:31:46 PM (15 years ago)
Author:
rosiere
Message:

1) add MORPHEO_PREFIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Common

    r117 r130  
    1111else
    1212        include                         $(MORPHEO_TOPLEVEL)/Makefile.tools
     13endif
     14ifeq ($(origin MORPHEO_PREFIX), undefined)
     15        $(error "variable MORPHEO_PREFIX      is undefined");
    1316endif
    1417ifeq ($(origin MORPHEO_TMP), undefined)
     
    2730DIR_SRC                         = src
    2831DIR_OBJ                         = $(DIR_TMP)/obj
    29 DIR_LIB                         = $(DIR_TMP)/lib
     32DIR_LIB                         = $(MORPHEO_PREFIX)/lib
    3033DIR_SCRIPT                      = $(MORPHEO_SCRIPT)
    3134
Note: See TracChangeset for help on using the changeset viewer.