Changeset 5783:a6350ef51c51 in roaraudio for build-system/Makefile.common


Ignore:
Timestamp:
12/03/12 12:53:13 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to build libs as well as tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build-system/Makefile.common

    r5782 r5783  
    2424DEFINES     += -DBASENAME="\"$(BASENAME)\"" 
    2525endif 
     26 
     27ifneq ($(origin LIBNAME), undefined) 
     28DEFINES     += -DROAR_DBG_PREFIX="\"$(LIBNAME)\"" 
     29else 
    2630ifneq ($(origin TARGET), undefined) 
    2731DEFINES     += -DROAR_DBG_PREFIX="\"$(TARGET)\"" 
     32endif 
    2833endif 
    2934 
Note: See TracChangeset for help on using the changeset viewer.