Mercurial > audlegacy-plugins
annotate src/modplug/gui/Makefile @ 36:b223a90f8a9a trunk
[svn] - build fixes.
author | yaz |
---|---|
date | Mon, 18 Sep 2006 08:59:51 -0700 |
parents | 8930d68a42c0 |
children | 3e9c308cea60 |
rev | line source |
---|---|
22 | 1 include ../../../mk/rules.mk |
2 include ../../../mk/init.mk | |
3 | |
28 | 4 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. |
5 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. | |
22 | 6 |
7 OBJECTIVE_LIBS_NOINST = libgui.a | |
8 SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx | |
9 | |
10 OBJECTS = ${SOURCES:.cxx=.o} | |
11 | |
12 include ../../../mk/objective.mk |