1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
8 perl-module/Examples.pod \
9 perl-module/Makefile.PL \
10 perl-module/MANIFEST \
11 perl-module/ppport.h \
15 perl-module/lib/PSPP.pm \
18 perl-module/pspp-module-config: Makefile
19 (echo '%Locations = (';\
20 printf " SourceDir => '";\
21 (cd $(top_srcdir) && echo `pwd`\', ) ;\
22 printf " BuildDir => '";\
23 (cd $(top_builddir) && echo `pwd`\' );\
24 echo ');') > $(top_builddir)/perl-module/pspp-module-config
26 perl-module/Makefile: perl-module/Makefile.PL perl-module/pspp-module-config $(module_sources)
27 cd perl-module && $(PERL) Makefile.PL PREFIX=$(prefix)
29 perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz: $(module_sources) perl-module/Makefile
31 cd perl-module && $(MAKE) $(AM_MAKEFLAGS) tardist
34 module-make: perl-module/Makefile
35 cd perl-module && $(MAKE) $(AM_MAKEFLAGS)
37 ALL_LOCAL += perl_module_tarball
38 perl_module_tarball: $(module_sources) src/libpspp-core.la
39 @if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \
40 for f in $(module_sources); do \
41 destdir=`dirname $$f` ;\
43 if test ! -e "$(top_builddir)/$$f" || \
44 test "$(top_srcdir)/$$f" -nt "$(top_builddir)/$$f" ; then \
45 cp $(top_srcdir)/$$f $$destdir ; \
46 echo cp $(top_srcdir)/$$f $$destdir ; \
50 $(MAKE) $(AM_MAKEFLAGS) module-make perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz
52 CLEAN_LOCAL += perl_module_clean
54 cd perl-module && $(MAKE) $(AM_MAKEFLAGS) clean || true
55 if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \
56 rm -f $(module_sources) ; \
58 rm -f perl-module/Makefile.old
61 perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz \
62 perl-module/pspp-module-config \
63 perl-module/const-c.inc \
64 perl-module/const-xs.inc
66 EXTRA_DIST += $(module_sources)