annotate src/modplug/gui/Makefile @ 28:8930d68a42c0 trunk

[svn] - finish fixing paths
author nenolod
date Mon, 18 Sep 2006 04:13:21 -0700
parents eab0c4241348
children 3e9c308cea60
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