source: roaraudio/plugins/ao/Makefile @ 1723:9d6285ade1c7

Last change on this file since 1723:9d6285ade1c7 was 1723:9d6285ade1c7, checked in by phi, 15 years ago

use normal make procedure

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