Mercurial > audlegacy-plugins
view src/modplug/gui/Makefile @ 844:80e7162bd968 trunk
[svn] - seek is implemented as it should be, but appears to not work
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 18:53:58 -0700 |
| parents | 550c9e382cf8 |
| children | f19e6748d8eb |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../.. CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../.. OBJECTIVE_LIBS_NOINST = libgui.a SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../../mk/objective.mk libgui.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)
