Sat, 23 Aug 2003 23:09:14 +0000
[gaim-migrate @ 7109]
Added some nice code that auto-generates perl/common/Makefile.PL from
Makefile.PL.in when Makefile.PL.in changes, and then generates
Makefile from Makefile.PL.
| plugins/perl/Makefile.am | file | annotate | diff | comparison | revisions |
--- a/plugins/perl/Makefile.am Sat Aug 23 23:06:07 2003 +0000 +++ b/plugins/perl/Makefile.am Sat Aug 23 23:09:14 2003 +0000 @@ -48,7 +48,13 @@ Makefile.mingw \ $(common_sources) -all-local: +common/Makefile: common/Makefile.PL + cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) + +common/Makefile.PL: common/Makefile.PL.in $(top_srcdir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +all-local: common/Makefile @for dir in $(perl_dirs); do \ cd $$dir && \ if [ ! -f Makefile ]; then \