Change Eclipse configuration
[jabaws.git] / website / archive / binaries / mac / src / disembl / Tisean_3.0.1 / source_c / Makefile
1 # Generated automatically from Makefile.in by configure.
2 SHELL = /bin/sh
3
4 prefix = /Users/jimp
5 exec_prefix = ${prefix}
6 BINDIR = ${exec_prefix}/bin
7
8 CC = cc
9 CFLAGS = -O3
10 AR = ar
11 ARFLAGS = r
12 INSTALL = /usr/bin/install -c
13
14 LOADLIBS = routines/libddtsa.a -lm
15
16 # list of executables we want to produce
17    ALL =   poincare extrema rescale recurr corr mutual false_nearest \
18            lyap_r lyap_k lyap_spec d2 av-d2 makenoise  nrlazy low121  \
19            lzo-test lfo-run lfo-test rbf polynom polyback polynomp polypar \
20            ar-model mem_spec pca ghkss lfo-ar xzero xcor boxcount fsle \
21            resample histogram nstat_z sav_gol delay lzo-gm arima-model \
22            lzo-run
23
24 all: $(ALL) 
25
26 routines/libddtsa.a:
27         (cd routines && $(MAKE))
28
29 $(ALL): routines/libddtsa.a *.c
30         -$(CC) $(CFLAGS) $(COPTS) -o $@ $@.c $(LOADLIBS)
31
32 install: all
33         -for bin in $(ALL); do $(INSTALL) $$bin $(BINDIR); done
34
35 clean:
36         @rm -f *.o *~ #*#
37         @rm -f $(ALL)
38         -(cd routines && $(MAKE) clean)
39
40 missing:
41         -@for bin in $(ALL); do \
42            test -z "`$$bin -h 2>&1 | grep Usage`" \
43               && echo   $$bin "(Dresden C)" >> ../missing.log; \
44            $$bin -h 2>&1 | cat >>  ../install.log; \
45           done; :
46
47 uninstall:
48         -@for bin in $(ALL); do rm -f $(BINDIR)/$$bin; done