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.
 
 
 
 
 
 
postgres/src/makefiles/Makefile

15 lines
387 B

# $PostgreSQL: pgsql/src/makefiles/Makefile,v 1.1 2004/07/30 12:26:40 petere Exp $
subdir = src/makefiles
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
install: all installdirs
$(INSTALL_DATA) $(srcdir)/pgxs.mk $(DESTDIR)$(pgxsdir)/$(subdir)/
installdirs:
$(mkinstalldirs) $(DESTDIR)$(pgxsdir)/$(subdir)
uninstall:
rm -f $(DESTDIR)$(pgxsdir)/$(subdir)/pgxs.mk