view src/modplug/gui/Makefile @ 41:f46ea650face trunk

[svn] - release the audio buffer used by HAL when we close the device.
author nenolod
date Wed, 20 Sep 2006 00:48:59 -0700
parents 8930d68a42c0
children 3e9c308cea60
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/init.mk

CFLAGS   += $(PICFLAGS) $(GTK_CFLAGS) -I../../..
CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../..

OBJECTIVE_LIBS_NOINST = libgui.a
SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx

OBJECTS = ${SOURCES:.cxx=.o}

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