source: roaraudio/plugins/xmms/Makefile @ 1715:f2efa612bee0

Last change on this file since 1715:f2efa612bee0 was 1715:f2efa612bee0, checked in by phi, 15 years ago

add CFLAGS, do not overwrite them

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