Mercurial > hg > peckfft
comparison Makefile @ 8:f2d3b39267ee
fix Makefile
author | Peter Meerwald <p.meerwald@bct-electronic.com> |
---|---|
date | Mon, 19 Sep 2011 19:49:56 +0200 |
parents | 707be088ccc3 |
children |
comparison
equal
deleted
inserted
replaced
7:707be088ccc3 | 8:f2d3b39267ee |
---|---|
8 $(AR) ruv $@ $(OBJS) | 8 $(AR) ruv $@ $(OBJS) |
9 | 9 |
10 clean: | 10 clean: |
11 rm -f *.o *.a peck_test | 11 rm -f *.o *.a peck_test |
12 | 12 |
13 peck_test: peck_test.o | 13 peck_test: peck_test.o libpeck_fft.a |
14 $(CC) -o $@ peck_test.o -L. -lpeck_fft -lm | 14 $(CC) $(LDFLAGS) -o $@ peck_test.o -L. -lpeck_fft -lm |
15 | 15 |
16 test: peck_test | 16 test: peck_test |
17 ./peck_test | 17 ./peck_test |
18 | 18 |
19 install: libpeck_fft.a | 19 install: libpeck_fft.a |