summaryrefslogtreecommitdiff
path: root/src/pl/plperl/GNUmakefile
blob: 5f7d8ec12067d173d7b144aa2fce55f88def70f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Header: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v 1.2 2000/06/28 18:30:12 petere Exp $

subdir = src/pl/plperl
top_builddir = ../../..
include ../../Makefile.global

plperl_installdir = $(libdir)


all: Makefile
	$(MAKE) -f $< all

Makefile: Makefile.PL
	@plperl_installdir='$(plperl_installdir)' \
	  EXTRA_INCLUDES='-I$(top_srcdir)/src/include $(INCLUDES)' \
	  $(PERL) $< POLLUTE=1

install: all installdirs
	$(MAKE) -f $< install

installdirs:
	$(mkinstalldirs) $(plperl_installdir)

uninstall:
	rm -f $(libdir)/plperl$(DLSUFFIX)

clean distclean maintainer-clean:
	-[ -f Makefile ] && $(MAKE) -f Makefile clean
	rm -f Makefile Makefile.old