Mercurial > audlegacy-plugins
view src/modplug/gui/Makefile @ 886:f2fde7b4dccd trunk
[svn] - statusicon: use function/define names that do not collide with gtk >= 2.10 internals (paranoia)
| author | giacomo |
|---|---|
| date | Wed, 21 Mar 2007 07:15:43 -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)
