mirror of https://github.com/postgres/postgres
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
506 B
17 lines
506 B
|
22 years ago
|
# $PostgreSQL: pgsql/config/Makefile,v 1.1 2004/07/30 12:26:39 petere Exp $
|
||
|
|
|
||
|
|
subdir = config
|
||
|
|
top_builddir = ..
|
||
|
|
include $(top_builddir)/src/Makefile.global
|
||
|
|
|
||
|
|
|
||
|
|
install: all installdirs
|
||
|
|
$(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(pgxsdir)/config/install-sh
|
||
|
|
$(INSTALL_SCRIPT) $(srcdir)/mkinstalldirs $(DESTDIR)$(pgxsdir)/config/mkinstalldirs
|
||
|
|
|
||
|
|
installdirs:
|
||
|
|
$(mkinstalldirs) $(DESTDIR)$(pgxsdir)/config
|
||
|
|
|
||
|
|
uninstall:
|
||
|
|
rm -f $(DESTDIR)$(pgxsdir)/config/install-sh $(DESTDIR)$(pgxsdir)/config/mkinstalldirs
|