comparison 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
comparison
equal deleted inserted replaced
27:4f0b50f2e5d6 28:8930d68a42c0
1 include ../../../mk/rules.mk 1 include ../../../mk/rules.mk
2 include ../../../mk/init.mk 2 include ../../../mk/init.mk
3 3
4 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. 4 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../..
5 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. 5 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../..
6 6
7 OBJECTIVE_LIBS_NOINST = libgui.a 7 OBJECTIVE_LIBS_NOINST = libgui.a
8 SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx 8 SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx
9 9
10 OBJECTS = ${SOURCES:.cxx=.o} 10 OBJECTS = ${SOURCES:.cxx=.o}