annotate 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 |
| rev |
line source |
|
22
|
1 include ../../../mk/rules.mk
|
|
|
2 include ../../../mk/init.mk
|
|
|
3
|
|
|
4 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../..
|
|
|
5 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../..
|
|
|
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
|