comparison mp3lib/Makefile @ 1461:5a748a93b7b4

Fixed Makefile for test programs.
author atmos4
date Wed, 08 Aug 2001 06:58:12 +0000
parents 5eef9e69b145
children f51307170f69
comparison
equal deleted inserted replaced
1460:fbcadb06e44f 1461:5a748a93b7b4
38 38
39 libMP3.a: $(OBJS) 39 libMP3.a: $(OBJS)
40 $(AR) r libMP3.a $(OBJS) 40 $(AR) r libMP3.a $(OBJS)
41 41
42 test1: libMP3.a test.c 42 test1: libMP3.a test.c
43 $(CC) $(CFLAGS) test.c -o test1 -I.. -L. -lMP3 -lm 43 $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm
44 44
45 test2: libMP3.a test2.c 45 test2: libMP3.a test2.c
46 $(CC) $(CFLAGS) test2.c -o test2 -I.. -L. -lMP3 -lm 46 $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. -L. -lMP3 -lm
47 47
48 all: libMP3.a 48 all: libMP3.a
49 49
50 clean: 50 clean:
51 rm -f *~ *.o *.a 51 rm -f *~ *.o *.a