X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=website%2Farchive%2Fbinaries%2Fmac%2Fsrc%2Fdisembl%2FTisean_3.0.1%2FMakefile;fp=website%2Farchive%2Fbinaries%2Fmac%2Fsrc%2Fdisembl%2FTisean_3.0.1%2FMakefile;h=57ca55a46620dab45049c6624ded15c85c4f081e;hb=dbde3fb6f00b9bb770343631a517c0e599db8528;hp=0000000000000000000000000000000000000000;hpb=85f830bbd51a7277994bd4233141016304e210c9;p=jabaws.git diff --git a/website/archive/binaries/mac/src/disembl/Tisean_3.0.1/Makefile b/website/archive/binaries/mac/src/disembl/Tisean_3.0.1/Makefile new file mode 100644 index 0000000..57ca55a --- /dev/null +++ b/website/archive/binaries/mac/src/disembl/Tisean_3.0.1/Makefile @@ -0,0 +1,85 @@ +# Generated automatically from Makefile.in by configure. +SHELL = /bin/sh + +prefix = /Users/jimp +exec_prefix = ${prefix} +BINDIR = ${exec_prefix}/bin +CC = cc +FC = +HAVE_NR = @HAVE_NR@ + +all: + @head -20 README + -if test -n "${FC}"; then (cd source_f && $(MAKE) $@); fi + -if test -n "${CC}"; then (cd source_c && $(MAKE) $@); fi + +install: do_install missing + @echo "******************************************************************" + @echo "the following programs have been installed in" ${BINDIR} + @echo "type" + @echo " $$ progname -h" + @echo "for individual options" + @echo "" + @grep Usage install.log | sed "s/ *Usage./ /" + @echo " (written to install.log)" + @echo "" + -@if test -s missing.log; then \ + echo "the following programs could not be made/installed"; \ + sed "s/^/ /" missing.log; \ + echo " (written to missing.log)"; \ + echo ""; \ + fi + @echo "browse index.html for documentation" + +do_install: + @rm -f install.log + @test -d ${BINDIR} || (echo "${BINDIR} does not exist") + @test -d ${BINDIR} -a -n "${FC}" && (cd source_f && $(MAKE) install) + @test -d ${BINDIR} -a -n "${CC}" && (cd source_c && $(MAKE) install) + +missing: + @rm -f missing.log + -if test -n "${FC}"; then (cd source_f && $(MAKE) $@); fi + -if test -n "${CC}"; then (cd source_c && $(MAKE) $@); fi + +uninstall: + -if test -n "${FC}"; then (cd source_f && $(MAKE) $@); fi + -if test -n "${CC}"; then (cd source_c && $(MAKE) $@); fi + +clean: + -(cd source_f && $(MAKE) $@) + -(cd source_c && $(MAKE) $@) + -@rm -f install.log missing.log config.* + -find . \( -name "*~" -o -name "#*#" -o -name "*.o" \ + -o -name "lib*.a" \) -exec rm -f {} \; + +mproper: clean + -rm -f *.zip *.tar.gz *.tar.bz2 *.ZIP + -find . \( -name "Makefile" -o -name "stdin_*" -o -name tr \ + \) -exec rm -f {} \; + +package: zip gz bzip2 + +zip: mproper + -(file=`basename $$PWD`; \ + cd `dirname $$PWD`; \ + rm -f $$file.zip; \ + zip -r $$file.zip $$file; \ + cd $$file; \ + ls -l `dirname $$PWD`/$$file.zip ) + +gz: mproper + -(file=`basename $$PWD`; \ + cd `dirname $$PWD`; \ + tar -vchf $$file.tar $$file; \ + gzip -vf $$file.tar; \ + cd $$file; \ + ls -l `dirname $$PWD`/$$file.tar.gz ) + +bzip2: mproper + -(file=`basename $$PWD`; \ + cd `dirname $$PWD`; \ + tar -vchf $$file.tar $$file; \ + bzip2 -vf $$file.tar; \ + cd $$file; \ + ls -l `dirname $$PWD`/$$file.tar.bz2 )