source: roaraudio/plugins/xmms/Makefile @ 2570:2e2f30d32a85

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

updated plugins to new Makefile.inc

File size: 589 bytes
RevLine 
[452]1TARGET=libroar.so
2
[1106]3OBJ=roar.o gui.o
[452]4
[1713]5include ../../Makefile.conf
[2383]6include ../../Makefile.inc
[1056]7include Makefile.conf
[453]8
[457]9#DEFINES=-DDEBUG
[1725]10CFLAGS += -g -Wall -O2 -I../../include $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) $(GTK_CFLAFS) $(XMMS_CFLAGS)
[1732]11LDFLAGS = -g $(SHARED) $(LDPATH) -L../../lib
[2383]12LIBS    = $(LIBROAR) $(GTK_LIBS) $(XMMS_LIBS)
[452]13
14all: ${TARGET}
15clean:
16        rm -f ${TARGET} *.o
17new: clean all
18
19install: libroar.so
[453]20        cp libroar.so ${INSTALL_DIR}/
[1707]21semi-install: libroar.so
22        ln -fs `pwd`/libroar.so ${INSTALL_DIR}/
[452]23
24libroar.so: $(OBJ)
[1732]25        $(CC) $(LDFLAGS) -o libroar.so $(OBJ) $(LIBS)
Note: See TracBrowser for help on using the repository browser.