# Generated automatically from Makefile.in by configure.
POSTGRESTOP=@POSTGRESERVER@
POSTGRES_INCLUDE=$(POSTGRESTOP)/include

all clean::
	@echo Nothing to be done.

install::
	install ecpglib.h $(POSTGRES_INCLUDE)	
	install ecpgtype.h $(POSTGRES_INCLUDE)	
	install sqlca.h $(POSTGRES_INCLUDE)	

uninstall::
	rm -f $(POSTGRES_INCLUDE)/ecpglib.h
	rm -f $(POSTGRES_INCLUDE)/ecpgtype.h
	rm -f $(POSTGRES_INCLUDE)/sqlca.h
