$NetBSD: patch-ba,v 1.6 2003/07/28 10:06:52 seb Exp $ --- tkspline/Makefile.in.orig 2003-07-27 16:47:19.000000000 +0000 +++ tkspline/Makefile.in @@ -220,8 +220,7 @@ man_MANS = tkspline.n libtkspline_la_SOURCES = tkspline.c libtkspline_la_LIBADD = \ - $(top_builddir)/tkstubs/libtkstubs.la \ - $(top_builddir)/tclstubs/libtclstubs.la + ${TK_STUB_LIB_SPEC} CLEANFILES = pkgIndex.tcl @@ -234,8 +233,7 @@ CONFIG_CLEAN_FILES = LTLIBRARIES = $(pkglib_LTLIBRARIES) libtkspline_la_LDFLAGS = -libtkspline_la_DEPENDENCIES = $(top_builddir)/tkstubs/libtkstubs.la \ - $(top_builddir)/tclstubs/libtclstubs.la +libtkspline_la_DEPENDENCIES = am_libtkspline_la_OBJECTS = tkspline.lo libtkspline_la_OBJECTS = $(am_libtkspline_la_OBJECTS) @@ -243,8 +241,7 @@ DEFS = @DEFS@ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/tkspline.Plo +depcomp = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ @@ -281,7 +278,7 @@ distclean-libtool: -rm -f libtool $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu tkspline/Makefile + $(AUTOMAKE) --foreign --ignore-deps tkspline/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ @@ -314,29 +311,14 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tkspline.Plo@am__quote@ - -distclean-depend: - -rm -rf $(DEPDIR) - .c.o: -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< .c.obj: -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(COMPILE) -c `cygpath -w $<` .c.lo: -@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< -CCDEPMODE = @CCDEPMODE@ uninstall-info-am: manndir = $(mandir)/mann @@ -543,8 +525,8 @@ clean-am: clean-generic clean-libtool cl distclean: distclean-recursive -distclean-am: clean-am distclean-compile distclean-depend \ - distclean-generic distclean-libtool distclean-tags +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-libtool distclean-tags dvi: dvi-recursive @@ -582,22 +564,23 @@ uninstall-man: uninstall-mann .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \ clean clean-generic clean-libtool clean-pkglibLTLIBRARIES \ - clean-recursive distclean distclean-compile distclean-depend \ - distclean-generic distclean-libtool distclean-recursive \ - distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ - info-recursive install install-am install-data install-data-am \ - install-data-recursive install-exec install-exec-am \ - install-exec-recursive install-info install-info-am \ - install-info-recursive install-man install-mann \ - install-pkglibLTLIBRARIES install-recursive install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - installdirs-recursive maintainer-clean maintainer-clean-generic \ - maintainer-clean-recursive mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ - tags tags-recursive uninstall uninstall-am uninstall-info-am \ - uninstall-info-recursive uninstall-man uninstall-mann \ - uninstall-pkglibLTLIBRARIES uninstall-recursive + clean-recursive distclean distclean-compile distclean-generic \ + distclean-libtool distclean-recursive distclean-tags distdir \ + dvi dvi-am dvi-recursive info info-am info-recursive install \ + install-am install-data install-data-am install-data-recursive \ + install-exec install-exec-am install-exec-recursive \ + install-info install-info-am install-info-recursive install-man \ + install-mann install-pkglibLTLIBRARIES install-recursive \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am installdirs-recursive maintainer-clean \ + maintainer-clean-generic maintainer-clean-recursive mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + mostlyclean-recursive tags tags-recursive uninstall \ + uninstall-am uninstall-info-am uninstall-info-recursive \ + uninstall-man uninstall-mann uninstall-pkglibLTLIBRARIES \ + uninstall-recursive + ${TCL_STUB_LIB_SPEC} all-local: pkgIndex.tcl