head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.08.09.17.37.03;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.28.02.46.51;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 0.26
drop maintainership
@
text
@--- Makefile.orig	Fri Aug 10 01:17:55 2001
+++ Makefile	Fri Aug 10 01:19:48 2001
@@@@ -5,13 +5,11 @@@@
 ######################################################################
 # Change the following to suit your needs
 
-SHELL=/bin/bash
-
 # The directory root of your installation
 # If you make a personal installation, change it to your home directory
 # Default: /usr
 # uncomment the following line to install to the default directories...
-TREE=/usr
+TREE=${PREFIX}
 # ...or the following line to install into your home directory:
 # TREE=$(HOME)
 
@@@@ -25,7 +23,7 @@@@
 BINDIR=$(TREE)/bin
 
 # directory to install the manual pages
-MANDIR=$(TREE)/man
+MANDIR=${MANPREFIX}/man
 
 #directory to install the data directory
 DATADIR=$(TREE)/lib
@@@@ -36,11 +34,9 @@@@
 # A catalog will be created: $(DOCDIR)/gp
 # It will *not* be uninstalled automagically after a "make uninstall"
 
-DOCDIR=$(TREE)/doc
+DOCDIR=${PREFIX}/share/doc
 
 # Your favourite ANSI compiler and it's flags
-CC=gcc
-CFLAGS=-pedantic -O3 -Wall -g
 
 ######################################################################
 # Do not change anything below this line
@@@@ -58,7 +54,7 @@@@
 	mporfs.seq
 
 all: 
-	cd src ; make PROGRAMS="$(PROGRAMS)" GDPROGRAMS="$(GDPROGRAMS)" CC=$(CC) \
+	cd src ; ${GMAKE} PROGRAMS="$(PROGRAMS)" GDPROGRAMS="$(GDPROGRAMS)" CC=$(CC) \
 		LIBS="$(LIBS)" CFLAGS="$(CFLAGS)" ; 
 	@@echo -e "\nAll programs compiled. \nType 'make install' to install all programs."
 
@


1.1
log
@reimport biology/genpak
@
text
@d1 3
a3 3
--- Makefile.orig	Tue Feb 13 22:41:12 2001
+++ Makefile	Wed Feb 28 01:01:15 2001
@@@@ -5,15 +5,13 @@@@
d13 2
a14 1
 # TREE=/usr
d16 1
a16 2
-TREE=$(HOME)
+TREE=%%PREFIX%%
a17 2
 # if you don't have the gd graphic library installed, you have to comment out or
 # delete the following line. However, gp_map is such a nice program, so you
d23 1
a23 1
+MANDIR=%%MANPREFIX%%/man
d27 1
a27 1
@@@@ -36,11 +34,11 @@@@
d32 1
a32 1
+DOCDIR=%%DOCDIR%%
d35 2
a36 3
 CC=gcc
-CFLAGS=-ansi -pedantic -O3 
+CFLAGS=%%CFLAGS%%
d40 1
a40 1
@@@@ -58,7 +56,7 @@@@
d45 1
a45 1
+	cd src ; gmake PROGRAMS="$(PROGRAMS)" GDPROGRAMS="$(GDPROGRAMS)" CC=$(CC) \
@

