view src/sun/Makefile @ 953:ae7e96e44f22 trunk

[svn] Now in sync with AdPlug upstream, merging their commit: "Removed superfluous exit() call. This was detected as part of a GCC 4.3 compilation regression test. Thanks to Martin Michlmayr! Fixes Debian bug #417078."
author chainsaw
date Fri, 13 Apr 2007 09:27:41 -0700
parents 550c9e382cf8
children 95685713a865
line wrap: on
line source

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) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../..
LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
SOURCES= $(sunsources)
OBJECTS= ${SOURCES:.c=.o}

include ../../mk/objective.mk