source: roaraudio/plugins/gstreamer0.10/Makefile @ 2383:1e4a89fc1ba7

Last change on this file since 2383:1e4a89fc1ba7 was 2383:1e4a89fc1ba7, checked in by phi, 15 years ago

updated plugins to new Makefile.inc

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