summaryrefslogtreecommitdiffstats
path: root/src/makefiles/Makefile
blob: 417c98b9147df10942877e218fe35c1558671678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# src/makefiles/Makefile

subdir = src/makefiles
top_builddir = ../..
include $(top_builddir)/src/Makefile.global


install: all installdirs
	$(INSTALL_DATA) $(srcdir)/pgxs.mk '$(DESTDIR)$(pgxsdir)/$(subdir)/'

installdirs:
	$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/$(subdir)'

uninstall:
	rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/pgxs.mk'