Mercurial > audlegacy-plugins
view src/modplug/gui/Makefile @ 22:eab0c4241348 trunk
[svn] - finish up on the Makefile reduction
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:53:06 -0700 |
parents | |
children | 8930d68a42c0 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. OBJECTIVE_LIBS_NOINST = libgui.a SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../../mk/objective.mk