source: roaraudio/roarfish/Makefile @ 726:26e7ed06ca23

Last change on this file since 726:26e7ed06ca23 was 726:26e7ed06ca23, checked in by phi, 16 years ago

applied janus' patches for OpenBSD, fixed corruped libroaresd/Makefile

File size: 316 bytes
RevLine 
[11]1TARGETS=roarfish
2
[12]3OBJ=roarfish.o play.o
[11]4
5#DEFINES        = -DDEBUG
6INCLUDE = -I../include -I./include
[726]7CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE)
[485]8LDFLAGS = -g -L../lib/ $(LDPATH) -lroar -lfishsound -loggz
[11]9
10all: ${TARGETS}
[475]11        cp $(cp_v) ${TARGETS} ../lib/
[11]12clean:
13        rm -f ${TARGETS} *.o
14new: clean all
15
16roarfish: ${OBJ}
Note: See TracBrowser for help on using the repository browser.