Mercurial > audlegacy-plugins
view src/Input/modplug/gui/Makefile.in @ 11:cff1d04026ae trunk
[svn] - remove a post-install hook
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 03:02:03 -0700 |
| parents | 13389e613d67 |
| children |
line wrap: on
line source
include ../../../../mk/rules.mk include ../../../../mk/init.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. OBJECTIVE_LIBS_NOINST = libgui.a SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../../../mk/objective.mk
