107 lines
3.9 KiB
Plaintext
107 lines
3.9 KiB
Plaintext
|
$OpenBSD: patch-app_drivers_Makefile_in,v 1.1.1.1 2002/02/05 18:04:11 espie Exp $
|
||
|
--- app/drivers/Makefile.in.orig Sun Aug 12 07:07:27 2001
|
||
|
+++ app/drivers/Makefile.in Mon Feb 4 22:01:15 2002
|
||
|
@@ -1,6 +1,6 @@
|
||
|
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
||
|
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
||
|
|
||
|
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||
|
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
||
|
# This Makefile.in is free software; the Free Software Foundation
|
||
|
# gives unlimited permission to copy and/or distribute it,
|
||
|
# with or without modifications, as long as this notice is preserved.
|
||
|
@@ -57,9 +57,12 @@ POST_INSTALL = :
|
||
|
NORMAL_UNINSTALL = :
|
||
|
PRE_UNINSTALL = :
|
||
|
POST_UNINSTALL = :
|
||
|
+host_alias = @host_alias@
|
||
|
+host_triplet = @host@
|
||
|
AUDIOFILE_CFLAGS = @AUDIOFILE_CFLAGS@
|
||
|
AUDIOFILE_CONFIG = @AUDIOFILE_CONFIG@
|
||
|
AUDIOFILE_LIBS = @AUDIOFILE_LIBS@
|
||
|
+BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
|
||
|
CATALOGS = @CATALOGS@
|
||
|
CATOBJEXT = @CATOBJEXT@
|
||
|
CC = @CC@
|
||
|
@@ -69,18 +72,18 @@ ESD_CONFIG = @ESD_CONFIG@
|
||
|
ESD_LIBS = @ESD_LIBS@
|
||
|
GASPPATH = @GASPPATH@
|
||
|
GENCAT = @GENCAT@
|
||
|
+GLIBC21 = @GLIBC21@
|
||
|
GMOFILES = @GMOFILES@
|
||
|
GMSGFMT = @GMSGFMT@
|
||
|
GTK_CFLAGS = @GTK_CFLAGS@
|
||
|
GTK_CONFIG = @GTK_CONFIG@
|
||
|
GTK_LIBS = @GTK_LIBS@
|
||
|
-GT_NO = @GT_NO@
|
||
|
-GT_YES = @GT_YES@
|
||
|
-INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
|
||
|
INSTOBJEXT = @INSTOBJEXT@
|
||
|
-INTLDEPS = @INTLDEPS@
|
||
|
+INTLBISON = @INTLBISON@
|
||
|
INTLLIBS = @INTLLIBS@
|
||
|
INTLOBJS = @INTLOBJS@
|
||
|
+INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
|
||
|
+LIBICONV = @LIBICONV@
|
||
|
MAKEINFO = @MAKEINFO@
|
||
|
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||
|
MSGFMT = @MSGFMT@
|
||
|
@@ -92,12 +95,11 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB
|
||
|
USE_NLS = @USE_NLS@
|
||
|
VERSION = @VERSION@
|
||
|
gnomepath = @gnomepath@
|
||
|
-l = @l@
|
||
|
sedpath = @sedpath@
|
||
|
|
||
|
noinst_LIBRARIES = libdrivers.a
|
||
|
|
||
|
-libdrivers_a_SOURCES = alsa-output.c alsa-input.c alsa2-output.c alsa2-input.c dsound-output.c dummy-drivers.c esd-output.c file-output.c irix-output.c oss-output.c oss-input.c
|
||
|
+libdrivers_a_SOURCES = alsa-output.c alsa-input.c alsa2-output.c alsa2-input.c dsound-output.c dummy-drivers.c esd-output.c file-output.c irix-output.c oss-output.c oss-input.c sun-output.c sun-input.c
|
||
|
|
||
|
|
||
|
INCLUDES = -I..
|
||
|
@@ -114,7 +116,8 @@ LIBS = @LIBS@
|
||
|
libdrivers_a_LIBADD =
|
||
|
libdrivers_a_OBJECTS = alsa-output.o alsa-input.o alsa2-output.o \
|
||
|
alsa2-input.o dsound-output.o dummy-drivers.o esd-output.o \
|
||
|
-file-output.o irix-output.o oss-output.o oss-input.o
|
||
|
+file-output.o irix-output.o oss-output.o oss-input.o sun-output.o \
|
||
|
+sun-input.o
|
||
|
AR = ar
|
||
|
CFLAGS = @CFLAGS@
|
||
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||
|
@@ -211,32 +214,13 @@ distdir: $(DISTFILES)
|
||
|
@for file in $(DISTFILES); do \
|
||
|
d=$(srcdir); \
|
||
|
if test -d $$d/$$file; then \
|
||
|
- cp -pr $$/$$file $(distdir)/$$file; \
|
||
|
+ cp -pr $$d/$$file $(distdir)/$$file; \
|
||
|
else \
|
||
|
test -f $(distdir)/$$file \
|
||
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
||
|
fi; \
|
||
|
done
|
||
|
-alsa-input.o: alsa-input.c ../../config.h
|
||
|
-alsa-output.o: alsa-output.c ../../config.h
|
||
|
-alsa2-input.o: alsa2-input.c ../../config.h
|
||
|
-alsa2-output.o: alsa2-output.c ../../config.h
|
||
|
-dsound-output.o: dsound-output.c ../../config.h
|
||
|
-dummy-drivers.o: dummy-drivers.c ../../config.h ../i18n.h ../driver-in.h \
|
||
|
- ../driver.h ../preferences.h ../driver-out.h
|
||
|
-esd-output.o: esd-output.c ../../config.h
|
||
|
-file-output.o: file-output.c ../../config.h ../i18n.h ../driver-out.h \
|
||
|
- ../driver.h ../preferences.h ../mixer.h ../errors.h \
|
||
|
- ../gui-subs.h
|
||
|
-irix-output.o: irix-output.c ../../config.h
|
||
|
-oss-input.o: oss-input.c ../../config.h ../i18n.h ../driver-in.h \
|
||
|
- ../driver.h ../preferences.h ../mixer.h ../errors.h \
|
||
|
- ../gui-subs.h
|
||
|
-oss-output.o: oss-output.c ../../config.h ../i18n.h ../driver-out.h \
|
||
|
- ../driver.h ../preferences.h ../mixer.h ../errors.h \
|
||
|
- ../gui-subs.h
|
||
|
-
|
||
|
info-am:
|
||
|
info: info-am
|
||
|
dvi-am:
|