Changeset 660:efe0d522394c in roaraudio


Ignore:
Timestamp:
08/26/08 17:05:02 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added filter.c and filterchain.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/Makefile

    r657 r660  
    22 
    33TARGETS=libroardsp.so 
    4 OBJS=libroardsp.o lowp.o highp.o 
     4OBJS=libroardsp.o filter.o filterchain.o 
     5FILTER=lowp.o highp.o 
    56 
    67#DEFINES        = -DDEBUG 
     
    1516new: clean all 
    1617 
    17 libroardsp.so: ${OBJS} 
    18         ${CC} ${LDFLAGS} -o libroardsp.so ${OBJS} 
     18libroardsp.so: ${OBJS} $(FILTER) 
     19        ${CC} ${LDFLAGS} -o libroardsp.so ${OBJS} $(FILTER) 
Note: See TracChangeset for help on using the changeset viewer.