comparison mp3lib/Makefile @ 789:989b921361d0

test2 added for playback test, testreanmed to test1 to make Atmosfear happy...
author arpi_esp
date Sun, 13 May 2001 19:18:52 +0000
parents 214ea3f02d13
children 93304e7353c8
comparison
equal deleted inserted replaced
788:214ea3f02d13 789:989b921361d0
16 $(CC) -c $(CFLAGS) -o $@ $< 16 $(CC) -c $(CFLAGS) -o $@ $<
17 17
18 libMP3.a: .depend $(OBJS) 18 libMP3.a: .depend $(OBJS)
19 $(AR) r libMP3.a $(OBJS) 19 $(AR) r libMP3.a $(OBJS)
20 20
21 test: libMP3.a test.c 21 test1: libMP3.a test.c
22 $(CC) $(CFLAGS) test.c -o test -I.. -L. -lMP3 22 $(CC) $(CFLAGS) test.c -o test1 -I.. -L. -lMP3
23
24 test2: libMP3.a test2.c
25 $(CC) $(CFLAGS) test2.c -o test2 -I.. -L. -lMP3
23 26
24 all: libMP3.a 27 all: libMP3.a
25 28
26 clean: 29 clean:
27 rm -f *~ *.o *.a 30 rm -f *~ *.o *.a