150 lines
5.0 KiB
Plaintext
150 lines
5.0 KiB
Plaintext
|
$OpenBSD: patch-Output_sun_Makefile_in,v 1.1 2002/08/30 12:23:57 wcobb Exp $
|
||
|
--- Output/sun/Makefile.in.orig Fri Aug 30 07:07:32 2002
|
||
|
+++ Output/sun/Makefile.in Fri Aug 30 07:09:43 2002
|
||
|
@@ -204,8 +204,6 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(
|
||
|
|
||
|
TAR = tar
|
||
|
GZIP_ENV = --best
|
||
|
-DEP_FILES = .deps/about.P .deps/audio.P .deps/configure.P \
|
||
|
-.deps/convert.P .deps/mixer.P .deps/sun.P
|
||
|
SOURCES = $(libsun_la_SOURCES)
|
||
|
OBJECTS = $(libsun_la_OBJECTS)
|
||
|
|
||
|
@@ -213,9 +211,9 @@ all: all-redirect
|
||
|
.SUFFIXES:
|
||
|
.SUFFIXES: .S .c .lo .o .obj .s
|
||
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||
|
- cd $(top_srcdir) && $(AUTOMAKE) --gnu Output/sun/Makefile
|
||
|
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Output/sun/Makefile
|
||
|
|
||
|
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||
|
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||
|
cd $(top_builddir) \
|
||
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||
|
|
||
|
@@ -245,6 +243,9 @@ uninstall-libLTLIBRARIES:
|
||
|
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
|
||
|
done
|
||
|
|
||
|
+.c.o:
|
||
|
+ $(COMPILE) -c $<
|
||
|
+
|
||
|
# FIXME: We should only use cygpath when building on Windows,
|
||
|
# and only if it is available.
|
||
|
.c.obj:
|
||
|
@@ -267,6 +268,9 @@ distclean-compile:
|
||
|
|
||
|
maintainer-clean-compile:
|
||
|
|
||
|
+.c.lo:
|
||
|
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||
|
+
|
||
|
.s.lo:
|
||
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||
|
|
||
|
@@ -320,11 +324,6 @@ distdir = $(top_builddir)/$(PACKAGE)-$(V
|
||
|
subdir = Output/sun
|
||
|
|
||
|
distdir: $(DISTFILES)
|
||
|
- here=`cd $(top_builddir) && pwd`; \
|
||
|
- top_distdir=`cd $(top_distdir) && pwd`; \
|
||
|
- distdir=`cd $(distdir) && pwd`; \
|
||
|
- cd $(top_srcdir) \
|
||
|
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Output/sun/Makefile
|
||
|
@for file in $(DISTFILES); do \
|
||
|
d=$(srcdir); \
|
||
|
if test -d $$d/$$file; then \
|
||
|
@@ -335,38 +334,6 @@ distdir: $(DISTFILES)
|
||
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
||
|
fi; \
|
||
|
done
|
||
|
-
|
||
|
-DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||
|
-
|
||
|
--include $(DEP_FILES)
|
||
|
-
|
||
|
-mostlyclean-depend:
|
||
|
-
|
||
|
-clean-depend:
|
||
|
-
|
||
|
-distclean-depend:
|
||
|
- -rm -rf .deps
|
||
|
-
|
||
|
-maintainer-clean-depend:
|
||
|
-
|
||
|
-%.o: %.c
|
||
|
- @echo '$(COMPILE) -c $<'; \
|
||
|
- $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
||
|
- @-cp .deps/$(*F).pp .deps/$(*F).P; \
|
||
|
- tr ' ' '\012' < .deps/$(*F).pp \
|
||
|
- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
||
|
- >> .deps/$(*F).P; \
|
||
|
- rm .deps/$(*F).pp
|
||
|
-
|
||
|
-%.lo: %.c
|
||
|
- @echo '$(LTCOMPILE) -c $<'; \
|
||
|
- $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
||
|
- @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
|
||
|
- < .deps/$(*F).pp > .deps/$(*F).P; \
|
||
|
- tr ' ' '\012' < .deps/$(*F).pp \
|
||
|
- | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
||
|
- >> .deps/$(*F).P; \
|
||
|
- rm -f .deps/$(*F).pp
|
||
|
info-am:
|
||
|
info: info-am
|
||
|
dvi-am:
|
||
|
@@ -404,27 +371,27 @@ distclean-generic:
|
||
|
|
||
|
maintainer-clean-generic:
|
||
|
mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
|
||
|
- mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
|
||
|
+ mostlyclean-libtool mostlyclean-tags \
|
||
|
mostlyclean-generic
|
||
|
|
||
|
mostlyclean: mostlyclean-am
|
||
|
|
||
|
clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
|
||
|
- clean-depend clean-generic mostlyclean-am
|
||
|
+ clean-generic mostlyclean-am
|
||
|
|
||
|
clean: clean-am
|
||
|
|
||
|
distclean-am: distclean-libLTLIBRARIES distclean-compile \
|
||
|
- distclean-libtool distclean-tags distclean-depend \
|
||
|
- distclean-generic clean-am
|
||
|
+ distclean-libtool distclean-tags distclean-generic \
|
||
|
+ clean-am
|
||
|
-rm -f libtool
|
||
|
|
||
|
distclean: distclean-am
|
||
|
|
||
|
maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
|
||
|
maintainer-clean-compile maintainer-clean-libtool \
|
||
|
- maintainer-clean-tags maintainer-clean-depend \
|
||
|
- maintainer-clean-generic distclean-am
|
||
|
+ maintainer-clean-tags maintainer-clean-generic \
|
||
|
+ distclean-am
|
||
|
@echo "This command is intended for maintainers to use;"
|
||
|
@echo "it deletes files that may require special tools to rebuild."
|
||
|
|
||
|
@@ -436,13 +403,12 @@ uninstall-libLTLIBRARIES install-libLTLI
|
||
|
distclean-compile clean-compile maintainer-clean-compile \
|
||
|
mostlyclean-libtool distclean-libtool clean-libtool \
|
||
|
maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
|
||
|
-clean-tags maintainer-clean-tags distdir mostlyclean-depend \
|
||
|
-distclean-depend clean-depend maintainer-clean-depend info-am info \
|
||
|
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
|
||
|
-install-exec install-data-am install-data install-am install \
|
||
|
-uninstall-am uninstall all-redirect all-am all installdirs \
|
||
|
-mostlyclean-generic distclean-generic clean-generic \
|
||
|
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||
|
+clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
|
||
|
+check-am installcheck-am installcheck install-exec-am install-exec \
|
||
|
+install-data-am install-data install-am install uninstall-am uninstall \
|
||
|
+all-redirect all-am all installdirs mostlyclean-generic \
|
||
|
+distclean-generic clean-generic maintainer-clean-generic clean \
|
||
|
+mostlyclean distclean maintainer-clean
|
||
|
|
||
|
|
||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|