Mercurial > audlegacy-plugins
view src/modplug/gui/Makefile @ 435:c18fd1befd1f trunk
[svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir
| author | giacomo |
|---|---|
| date | Mon, 15 Jan 2007 12:38:45 -0800 |
| parents | 3e9c308cea60 |
| children | 550c9e382cf8 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. CXXFLAGS += $(PICFLAGS) $(GTK_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)
