Changeset 554:7996c18e7526 in roaraudio for roarclients/Makefile


Ignore:
Timestamp:
08/18/08 18:35:14 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed CELT_PREFIX and added INCPATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r510 r554  
    33include ../Makefile.conf 
    44 
    5 CELT_PREFIX=/home/phi/superhome/xiph/celt-test/ 
    6 DEFINES        = -DDEBUG 
     5#DEFINES        = -DDEBUG 
    76INCLUDE = -I../include -I./include 
    8 CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) -I$(CELT_PREFIX)/include 
    9 LDFLAGS = -g -L../lib/ $(LDPATH) -lroar -L$(CELT_PREFIX)/lib 
     7CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) 
     8LDFLAGS = -g -L../lib/ $(LDPATH) -lroar 
    109 
    1110all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.