Mercurial > audlegacy-plugins
annotate src/OSS/Makefile @ 202:e775f8a5e00d trunk
[svn] 1. Add Portal to Hell
2. I accidentally put a ] instead of a \ when adding dancing snow. Fixed.
| author | kiyoshi |
|---|---|
| date | Fri, 03 Nov 2006 13:08:08 -0800 |
| parents | cf1054422f81 |
| children | 0c50f248ed10 |
| rev | line source |
|---|---|
| 17 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libOSS$(SHARED_SUFFIX) | |
| 5 | |
| 6 noinst_HEADERS = OSS.h soundcard.h | |
| 7 | |
| 8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
| 9 | |
| 10 LIBADD = $(OSS_LIBS) $(GTK_LIBS) | |
| 11 SOURCES = OSS.c mixer.c about.c configure.c audio.c init.c convert.c | |
| 12 | |
| 13 OBJECTS = ${SOURCES:.c=.o} | |
| 14 | |
| 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. | |
| 16 | |
| 17 include ../../mk/objective.mk |
