head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	98.02.10.16.42.38;	author scrappy;	state dead;
branches;
next	1.1;

1.1
date	98.02.05.15.43.36;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Erk, the whole directory structure changed on us here...
@
text
@# Generated automatically from Makefile.in by configure.
TOPDIR=/home/meskes/data/computer/databases/postgres/pgsql/src/interfaces/ecpg/../..
PQ_INCLUDE=-I$(TOPDIR)/include -I$(TOPDIR)/interfaces/libpq
POSTGRES_LIB=$(POSTGRESTOP)/lib

all: lib

lib: libecpg.a

clean::
	rm -f *.o *.a core a.out *~

install:: libecpg.a
	install -m644 libecpg.a $(POSTGRES_LIB)
uninstall::
	rm -f $(POSTGRES_LIB)/libecpg.a

# Rules that do something
libecpg.a : libecpg.a(ecpglib.o) libecpg.a(typename.o)

ecpglib.o : ecpglib.c ../include/ecpglib.h ../include/ecpgtype.h
	$(CC) -O2 -g -Wall -I../include $(PQ_INCLUDE) -c ecpglib.c
typename.o : typename.c ../include/ecpgtype.h
	$(CC) -g -O2 -Wall -I../include $(PQ_INCLUDE) -c typename.c
@


1.1
log
@From: Michael Meskes <meskes@@topsystem.de>

Well this is not really a patch. But I mananged to get Linus' old Postgres95
precompiler to compile and work with PostgreSQL. The next step would be to
collect bug/missing feature reports and to put it into the distribution so
that it is made with the standard make procedure.

Warning! So far it is not tested much and it does not install correctly. But
I was able to create a small binary with it.
@
text
@@
