summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/Makefile.in
blob: 2f5c63ab07822d15b810d416c667c59885e6ba7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRCDIR= ../../..
include $(SRCDIR)/Makefile.global

all clean::
	@echo Nothing to be done.

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

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