Mercurial > audlegacy-plugins
diff src/sun/Makefile @ 17:cf1054422f81 trunk
[svn] - fix a lot of paths
- reduce more makefiles
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 03:38:44 -0700 |
| parents | |
| children | 0c50f248ed10 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/sun/Makefile Mon Sep 18 03:38:44 2006 -0700 @@ -0,0 +1,19 @@ +include ../../mk/rules.mk +include ../../mk/init.mk + +sunsources = sun.c \ + audio.c \ + convert.c \ + mixer.c \ + configure.c \ + about.c + +LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) +OBJECTIVE_LIBS = libsun$(SHARED_SUFFIX) + +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. +LIBADD = $(GTK_LIBS) +SOURCES= $(sunsources) +OBJECTS= ${SOURCES:.c=.o} + +include ../../mk/objective.mk
