source: roaraudio/plugins/gstreamer0.10/Makefile @ 2382:b47795155ee5

Last change on this file since 2382:b47795155ee5 was 2074:02705c69f766, checked in by phi, 15 years ago

done some bad things to get it work again

File size: 577 bytes
Line 
1include ../../Makefile.conf
2include Makefile.conf
3
4SLIB=libgstroar.so
5TARGETS=$(SLIB)
6
7OBJS=gstroar.o roarsink.o roarmixer.o
8
9#DEFINES        = -DDEBUG
10INCLUDE = -I. -I../include -I../include/libroar
11CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) $(GST_CFLAGS)
12LDFLAGS = -g -L../lib/ $(SHARED) $(LDPATH) -lroar $(GST_LIBS) -lgstaudio-0.10
13
14all: $(TARGETS)
15        rm -f ../../lib/${SLIB} 2> /dev/null || true
16        cp $(cp_v) ${TARGETS} ../../lib/
17clean:
18        rm -f $(TARGETS) *.o
19new: clean all
20
21libgstroar.so: $(OBJS)
22        $(CC) $(LDFLAGS) -o libgstroar.so $(OBJS)
Note: See TracBrowser for help on using the repository browser.