mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
135 lines
5.0 KiB
Plaintext
135 lines
5.0 KiB
Plaintext
$NetBSD: patch-compat_Makefile.in,v 1.2 2016/08/31 09:23:58 wiz Exp $
|
|
|
|
See comment on patch_compat_Makefile.am.
|
|
|
|
--- compat/Makefile.in.orig 2016-05-31 16:56:35.000000000 +0000
|
|
+++ compat/Makefile.in
|
|
@@ -132,7 +132,7 @@ am__uninstall_files_from_dir = { \
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
}
|
|
am__installdirs = "$(DESTDIR)$(pkglibdir)"
|
|
-LTLIBRARIES = $(pkglib_LTLIBRARIES)
|
|
+LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
libcompat_la_DEPENDENCIES = $(LTLIBOBJS)
|
|
am_libcompat_la_OBJECTS = dummy.lo
|
|
libcompat_la_OBJECTS = $(am_libcompat_la_OBJECTS)
|
|
@@ -983,10 +983,10 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
vlcdatadir = @vlcdatadir@
|
|
vlclibdir = @vlclibdir@
|
|
-pkglib_LTLIBRARIES = libcompat.la
|
|
+noinst_LTLIBRARIES = libcompat.la
|
|
libcompat_la_SOURCES = dummy.c
|
|
libcompat_la_LIBADD = $(LTLIBOBJS)
|
|
-libcompat_la_LDFLAGS = -no-undefined -static
|
|
+libcompat_la_LDFLAGS = -no-undefined
|
|
BUILT_SOURCES = dummy.c
|
|
CLEANFILES = dummy.c
|
|
all: $(BUILT_SOURCES)
|
|
@@ -1025,33 +1025,9 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(am__aclocal_m4_deps):
|
|
|
|
-install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
|
|
- @$(NORMAL_INSTALL)
|
|
- @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
|
|
- list2=; for p in $$list; do \
|
|
- if test -f $$p; then \
|
|
- list2="$$list2 $$p"; \
|
|
- else :; fi; \
|
|
- done; \
|
|
- test -z "$$list2" || { \
|
|
- echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
|
|
- $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
|
|
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
|
|
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
|
|
- }
|
|
-
|
|
-uninstall-pkglibLTLIBRARIES:
|
|
- @$(NORMAL_UNINSTALL)
|
|
- @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
|
|
- for p in $$list; do \
|
|
- $(am__strip_dir) \
|
|
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
|
|
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
|
|
- done
|
|
-
|
|
-clean-pkglibLTLIBRARIES:
|
|
- -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
|
|
- @list='$(pkglib_LTLIBRARIES)'; \
|
|
+clean-noinstLTLIBRARIES:
|
|
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
+ @list='$(noinst_LTLIBRARIES)'; \
|
|
locs=`for p in $$list; do echo $$p; done | \
|
|
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
|
sort -u`; \
|
|
@@ -1061,7 +1037,7 @@ clean-pkglibLTLIBRARIES:
|
|
}
|
|
|
|
libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES) $(EXTRA_libcompat_la_DEPENDENCIES)
|
|
- $(AM_V_CCLD)$(libcompat_la_LINK) -rpath $(pkglibdir) $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
|
|
+ $(AM_V_CCLD)$(libcompat_la_LINK) $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
@@ -1218,9 +1194,6 @@ check: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
|
all-am: Makefile $(LTLIBRARIES)
|
|
installdirs:
|
|
- for dir in "$(DESTDIR)$(pkglibdir)"; do \
|
|
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
- done
|
|
install: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
|
install-exec: install-exec-am
|
|
@@ -1256,7 +1229,7 @@ maintainer-clean-generic:
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
|
clean: clean-am
|
|
|
|
-clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
|
|
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
@@ -1283,7 +1256,7 @@ install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|
|
|
|
-install-exec-am: install-pkglibLTLIBRARIES
|
|
+install-exec-am:
|
|
|
|
install-html: install-html-am
|
|
|
|
@@ -1323,24 +1296,23 @@ ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
-uninstall-am: uninstall-pkglibLTLIBRARIES
|
|
+uninstall-am:
|
|
|
|
.MAKE: all check install install-am install-strip
|
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
|
|
- clean-libtool clean-pkglibLTLIBRARIES cscopelist-am ctags \
|
|
+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
|
|
ctags-am distclean distclean-compile distclean-generic \
|
|
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
|
html-am info info-am install install-am install-data \
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
install-exec-am install-html install-html-am install-info \
|
|
install-info-am install-man install-pdf install-pdf-am \
|
|
- install-pkglibLTLIBRARIES install-ps install-ps-am \
|
|
- install-strip installcheck installcheck-am installdirs \
|
|
- maintainer-clean maintainer-clean-generic mostlyclean \
|
|
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
|
- pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
|
|
- uninstall-pkglibLTLIBRARIES
|
|
+ install-ps install-ps-am install-strip installcheck \
|
|
+ installcheck-am installdirs maintainer-clean \
|
|
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
+ tags tags-am uninstall uninstall-am
|
|
|
|
|
|
dummy.c:
|