comparison mp3lib/Makefile @ 5909:adc04b7ed226

OpenBSD patch - by Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Mon, 29 Apr 2002 21:42:36 +0000
parents 1972c3475d93
children d48db6256efb
comparison
equal deleted inserted replaced
5908:31159f453cf9 5909:adc04b7ed226
36 libMP3.a: $(OBJS) 36 libMP3.a: $(OBJS)
37 $(AR) r libMP3.a $(OBJS) 37 $(AR) r libMP3.a $(OBJS)
38 ifeq ($(TARGET_OS),CYGWIN) 38 ifeq ($(TARGET_OS),CYGWIN)
39 ./mp3lib_objfix.sh 39 ./mp3lib_objfix.sh
40 endif 40 endif
41 41 ifeq ($(TARGET_OS),OpenBSD)
42 ./mp3lib_objfix.sh
43 endif
42 test1: libMP3.a test.c 44 test1: libMP3.a test.c
43 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm 45 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm
44 46
45 test2: libMP3.a test2.c 47 test2: libMP3.a test2.c
46 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. -L. -lMP3 -lm 48 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. -L. -lMP3 -lm