Mercurial > audlegacy-plugins
view src/OSS/Makefile @ 952:87666f9bf6d0 trunk
[svn] Upstream commit "Vastly enhanced generic Protracker player and modified loaders accordingly.
Copl now supports a getchip() method. A2M loader enhanced for OPL3 features." manually applied by decoding the actual changes from an ocean of whitespace damage. It compiles, but do test it.
author | chainsaw |
---|---|
date | Fri, 13 Apr 2007 09:09:50 -0700 |
parents | 550c9e382cf8 |
children | cae98a7eef82 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libOSS$(SHARED_SUFFIX) noinst_HEADERS = OSS.h soundcard.h LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) LIBADD = $(OSS_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) SOURCES = OSS.c mixer.c about.c configure.c audio.c init.c convert.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. include ../../mk/objective.mk