Changeset 4652:bca0fa4eabf1 in roaraudio for roard/Makefile


Ignore:
Timestamp:
12/09/10 18:07:09 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for distri version string part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/Makefile

    r4590 r4652  
    1616#DEFINES        = -DDEBUG 
    1717#DEFINES        = -DMONITOR_LATENCY 
    18 PKGDEFINES= -DPACKAGE_VERSION="\"$(VERSION)\"" -DDEVICE_VENDOR_ID=$(DEV_VENDOR) -DDEVICE_VENDOR_NAME="\"$(DEV_VENDOR_NAME)\"" -DDEVICE_VENDOR_STRING="\"$(DEV_VENDOR_STRING)\"" 
     18PKGDEFINES= -DPACKAGE_VERSION="\"$(VERSION)\"" -DDEVICE_VENDOR_ID=$(DEV_VENDOR) -DDEVICE_VENDOR_NAME="\"$(DEV_VENDOR_NAME)\"" -DDEVICE_VENDOR_STRING="\"$(DEV_VENDOR_STRING)\"" -DDISTRIBUTION_VERSION_STRING="\"$(DISTRIBUTION_VERSION_STRING)\"" 
    1919INCLUDE   = -I../include -I./include 
    2020CFLAGS   += -g -Wall -O2 $(DEFINES) $(PKGDEFINES) $(INCLUDE) $(INCPATH) 
Note: See TracChangeset for help on using the changeset viewer.