comparison mp3lib/Makefile @ 4244:f1efe9e55647

rewrites symbols in d_cpu.s on cygwin
author atmos4
date Sat, 19 Jan 2002 04:42:09 +0000
parents 866c74e83b08
children ae847143d1d7
comparison
equal deleted inserted replaced
4243:05ad38cc0338 4244:f1efe9e55647
40 .s.o: 40 .s.o:
41 $(CC) -c $(CFLAGS) -o $@ $< 41 $(CC) -c $(CFLAGS) -o $@ $<
42 42
43 libMP3.a: $(OBJS) 43 libMP3.a: $(OBJS)
44 $(AR) r libMP3.a $(OBJS) 44 $(AR) r libMP3.a $(OBJS)
45 ifeq ($(TARGET_OS),CYGWIN)
46 ./mp3lib_objfix.sh
47 endif
45 48
46 test1: libMP3.a test.c 49 test1: libMP3.a test.c
47 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm 50 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm
48 51
49 test2: libMP3.a test2.c 52 test2: libMP3.a test2.c