annotate src/modplug/gui/Makefile @ 323:230decbfe9be trunk

[svn] - what would we have ever done without Aerdan?
author nenolod
date Thu, 30 Nov 2006 23:02:05 -0800
parents 3e9c308cea60
children 550c9e382cf8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
1 include ../../../mk/rules.mk
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
2 include ../../../mk/init.mk
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
3
28
8930d68a42c0 [svn] - finish fixing paths
nenolod
parents: 22
diff changeset
4 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../..
8930d68a42c0 [svn] - finish fixing paths
nenolod
parents: 22
diff changeset
5 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../..
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
6
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
7 OBJECTIVE_LIBS_NOINST = libgui.a
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
8 SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
9
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
10 OBJECTS = ${SOURCES:.cxx=.o}
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
11
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
12 include ../../../mk/objective.mk
43
3e9c308cea60 [svn] Added some missing targets for the .a files
js
parents: 28
diff changeset
13
3e9c308cea60 [svn] Added some missing targets for the .a files
js
parents: 28
diff changeset
14 libgui.a: $(OBJECTS)
3e9c308cea60 [svn] Added some missing targets for the .a files
js
parents: 28
diff changeset
15 $(AR) cq $@ $(OBJECTS)