Mercurial > audlegacy-plugins
comparison src/OSS4/Makefile @ 1214:2a722c3ccd9e
damn, I forgot to 'hg add' the sources
Enjoy OSS4!
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Sat, 07 Jul 2007 05:02:14 +0300 |
parents | |
children | 43dbcf08bd7a |
comparison
equal
deleted
inserted
replaced
1213:e49e02828f85 | 1214:2a722c3ccd9e |
---|---|
1 include ../../mk/rules.mk | |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libOSSlib$(SHARED_SUFFIX) | |
5 | |
6 noinst_HEADERS = OSS4.h soundcard.h | |
7 | |
8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
9 | |
10 LIBADD = $(OSS_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) | |
11 SOURCES = OSS4.c about.c configure.c audio.c init.c convert.c | |
12 | |
13 OBJECTS = ${SOURCES:.c=.o} | |
14 | |
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I/usr/lib/oss/include -I../../intl -I../.. | |
16 | |
17 include ../../mk/objective.mk |