annotate src/modplug/gui/Makefile @ 202:e775f8a5e00d
trunk
[svn] 1. Add Portal to Hell
2. I accidentally put a ] instead of a \ when adding dancing snow. Fixed.
| author |
kiyoshi |
| date |
Fri, 03 Nov 2006 13:08:08 -0800 |
| parents |
3e9c308cea60 |
| children |
550c9e382cf8 |
| 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
|
|
43
|
13
|
|
|
14 libgui.a: $(OBJECTS)
|
|
|
15 $(AR) cq $@ $(OBJECTS)
|