comparison mp3lib/Makefile @ 11246:119da136853c

10l to me, noticed by Bjorn Sandell
author alex
date Thu, 23 Oct 2003 12:10:44 +0000
parents c8b84bb55089
children 80973aa180a5
comparison
equal deleted inserted replaced
11245:9a3230a5ef38 11246:119da136853c
45 .s.o: 45 .s.o:
46 $(CC) -c $(CFLAGS) -o $@ $< 46 $(CC) -c $(CFLAGS) -o $@ $<
47 47
48 libMP3.a: $(OBJS) 48 libMP3.a: $(OBJS)
49 $(AR) r libMP3.a $(OBJS) 49 $(AR) r libMP3.a $(OBJS)
50 ifeq ($(TARGET_OS),CYGWIN)
51 ./mp3lib_objfix.sh
52 endif
53 ifeq ($(TARGET_MINGW32),yes)
54 ./mp3lib_objfix.sh
55 endif
56 ifeq ($(TARGET_OS),OpenBSD)
57 ./mp3lib_objfix.sh
58 endif
59 test1: libMP3.a test.c 50 test1: libMP3.a test.c
60 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm 51 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
61 52
62 test2: libMP3.a test2.c 53 test2: libMP3.a test2.c
63 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm 54 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm