head	1.5;
access;
symbols
	REL2_0B:1.3.0.2
	REL2_0:1.3;
locks; strict;
comment	@# @;


1.5
date	98.03.01.04.51.06;	author scrappy;	state dead;
branches;
next	1.4;

1.4
date	98.01.04.19.13.04;	author scrappy;	state Exp;
branches;
next	1.3;

1.3
date	96.11.18.06.07.56;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	96.11.13.10.36.36;	author bryanh;	state Exp;
branches;
next	1.1;

1.1
date	96.11.12.11.43.32;	author bryanh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Move around files before applying Darren's second patch
@
text
@SRCDIR= ../..
include ../../Makefile.global

CFLAGS+= -I../../include -I$(LIBPQDIR)

#
# And where libpq goes, so goes the authentication stuff...
#
ifdef KRBVERS
LDFLAGS+= $(KRBLIBS)
CFLAGS+= $(KRBFLAGS)
endif

all: complex$(DLSUFFIX) funcs$(DLSUFFIX)

clean: 
	rm -f complex$(DLSUFFIX) funcs$(DLSUFFIX)

@


1.4
log
@Various fixes NETBSD/sparc related

From: Tom I Helbekkmo <tih@@Hamartun.Priv.NO>
@
text
@@


1.3
log
@Rename SLSUFF to DLSUFFIX
@
text
@d6 8
@


1.2
log
@Eliminate MKDIR, srcdir, objdir.  Centralize setting of LIBPQDIR.
@
text
@d6 1
a6 1
all: complex$(SLSUFF) funcs$(SLSUFF)
d9 2
a10 1
	rm -f complex$(SLSUFF) funcs$(SLSUFF)@


1.1
log
@End of the make file simplifications.
@
text
@a1 1
LIBPQDIR= $(SRCDIR)/libpq
@
