JWS-117 Compiled all tools with ./compilebin.sh and some were missing related files.
[jabaws.git] / binaries / src / disembl / Tisean_3.0.1 / Makefile
1 # Generated automatically from Makefile.in by configure.
2 SHELL = /bin/sh
3
4 prefix = /homes/fmmarquesmadeira
5 exec_prefix = ${prefix}
6 BINDIR = ${exec_prefix}/bin
7 CC = cc
8 FC = f77
9 HAVE_NR = @HAVE_NR@
10
11 all:
12         @head -20 README
13         -if test -n "${FC}"; then (cd source_f && $(MAKE) $@); fi
14         -if test -n "${CC}"; then (cd source_c && $(MAKE) $@); fi
15
16 install: do_install missing
17         @echo "******************************************************************"
18         @echo "the following programs have been installed in" ${BINDIR}
19         @echo "type"
20         @echo "   $$ progname -h"
21         @echo "for individual options"
22         @echo ""
23         @grep Usage install.log | sed "s/ *Usage./   /"
24         @echo "                  (written to install.log)"
25         @echo ""
26         -@if test -s missing.log; then \
27            echo "the following programs could not be made/installed"; \
28            sed "s/^/    /" missing.log; \
29            echo "                  (written to missing.log)"; \
30            echo ""; \
31          fi
32         @echo "browse index.html for documentation"
33
34 do_install:
35         @rm -f install.log 
36         @test -d ${BINDIR} || (echo "${BINDIR} does not exist")
37         @test -d ${BINDIR} -a -n "${FC}" && (cd source_f && $(MAKE) install)
38         @test -d ${BINDIR} -a -n "${CC}" &&  (cd source_c && $(MAKE) install)
39
40 missing:
41         @rm -f missing.log
42         -if test -n "${FC}"; then (cd source_f && $(MAKE) $@); fi
43         -if test -n "${CC}"; then (cd source_c && $(MAKE) $@); fi
44
45 uninstall:
46         -if test -n "${FC}"; then (cd source_f && $(MAKE) $@); fi
47         -if test -n "${CC}"; then (cd source_c && $(MAKE) $@); fi
48
49 clean:
50         -(cd source_f && $(MAKE) $@)
51         -(cd source_c && $(MAKE) $@)
52         -@rm -f install.log missing.log config.*
53         -find . \( -name "*~" -o -name "#*#" -o -name "*.o" \
54                 -o -name "lib*.a" \) -exec rm -f {} \;
55
56 mproper: clean
57         -rm -f *.zip *.tar.gz *.tar.bz2 *.ZIP
58         -find . \( -name "Makefile" -o -name "stdin_*" -o -name tr \
59                 \) -exec rm -f {} \;
60
61 package: zip gz bzip2
62
63 zip: mproper
64         -(file=`basename $$PWD`; \
65         cd `dirname $$PWD`; \
66         rm -f $$file.zip; \
67         zip -r $$file.zip $$file; \
68         cd $$file; \
69         ls -l `dirname $$PWD`/$$file.zip )
70
71 gz: mproper
72         -(file=`basename $$PWD`; \
73         cd `dirname $$PWD`; \
74         tar -vchf $$file.tar $$file; \
75         gzip -vf $$file.tar; \
76         cd $$file; \
77         ls -l `dirname $$PWD`/$$file.tar.gz )
78
79 bzip2: mproper
80         -(file=`basename $$PWD`; \
81         cd `dirname $$PWD`; \
82         tar -vchf $$file.tar $$file; \
83         bzip2 -vf $$file.tar; \
84         cd $$file; \
85         ls -l `dirname $$PWD`/$$file.tar.bz2 )