source: roaraudio/libroararts/Makefile @ 694:945f0cff1fea

Last change on this file since 694:945f0cff1fea was 694:945f0cff1fea, checked in by phi, 16 years ago

use $(SHARED) a bit more

File size: 404 bytes
RevLine 
[462]1TARGETS=libartsc.so
2OBJS=libartsc.o
3
[694]4include ../Makefile.conf
5
[462]6DEFINES        = -DDEBUG
7INCLUDE = -I../include -I../include/libroarpulse
[694]8CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) -fPIC
[485]9LDFLAGS = -g -lroar $(LDPATH) -L../lib/
[462]10
11all: ${TARGETS}
[475]12        cp $(cp_v) ${TARGETS} ../lib/
[462]13clean:
14        rm -f ${TARGETS} *.o
15new: clean all
16
17libartsc.so: ${OBJS}
[694]18        ${CC} ${LDFLAGS} $(SHARED) -o libartsc.so ${OBJS}
Note: See TracBrowser for help on using the repository browser.