ea9f23e0c1
- drop sun flavor. - don't USE_GMAKE. - use gettext module. suggestions from naddy@. ok naddy@, espie@.
36 lines
1.7 KiB
Plaintext
36 lines
1.7 KiB
Plaintext
$OpenBSD: patch-app_drivers_Makefile_in,v 1.2 2002/05/30 09:08:28 wcobb Exp $
|
|
--- app/drivers/Makefile.in.orig Mon May 27 03:32:10 2002
|
|
+++ app/drivers/Makefile.in Mon May 27 03:33:48 2002
|
|
@@ -99,8 +99,7 @@ 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..
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
@@ -116,7 +115,7 @@ 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)
|
|
@@ -242,6 +241,12 @@ oss-input.o: oss-input.c ../../config.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
|
|
+sun-input.o: sun-input.c ../../config.h ../i18n.h ../driver-in.h \
|
|
+ ../driver.h ../preferences.h ../mixer.h ../errors.h \
|
|
+ ../gui-subs.h
|
|
+sun-output.o: sun-output.c ../../config.h ../i18n.h ../driver-out.h \
|
|
../driver.h ../preferences.h ../mixer.h ../errors.h \
|
|
../gui-subs.h
|
|
|