| 35 Makefile.mingw \ |
35 Makefile.mingw \ |
| 36 common/Makefile.mingw \ |
36 common/Makefile.mingw \ |
| 37 $(common_sources) |
37 $(common_sources) |
| 38 |
38 |
| 39 common/Makefile: common/Makefile.PL |
39 common/Makefile: common/Makefile.PL |
| |
40 @if test "x${top_srcdir}" != "x${top_builddir}"; then \ |
| |
41 for f in ${common_sources}; do \ |
| |
42 ${LN_S} -f ../${srcdir}/$$f $$f; \ |
| |
43 done; \ |
| |
44 fi |
| 40 @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) |
45 @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) |
| 41 |
46 |
| 42 common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status |
47 common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status |
| 43 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) |
48 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) |
| 44 |
49 |