mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-06 18:17:36 +08:00
17 lines
407 B
Makefile
17 lines
407 B
Makefile
# Generated automatically from Makefile.in by configure.
|
|
SRCDIR= ../../..
|
|
include $(SRCDIR)/Makefile.global
|
|
|
|
all clean::
|
|
@echo Nothing to be done.
|
|
|
|
install::
|
|
$(INSTALL) $(INSTLOPTS) ecpglib.h $(HEADERDIR)
|
|
$(INSTALL) $(INSTLOPTS) ecpgtype.h $(HEADERDIR)
|
|
$(INSTALL) $(INSTLOPTS) sqlca.h $(HEADERDIR)
|
|
|
|
uninstall::
|
|
rm -f $(HEADERDIR)/ecpglib.h
|
|
rm -f $(HEADERDIR)/ecpgtype.h
|
|
rm -f $(HEADERDIR)/sqlca.h
|