Mercurial > audlegacy
view Plugins/Input/modplug/Makefile.in @ 1622:55011fbbd8cb trunk
[svn] - detect what $(SHARED_SUFFIX) should be.
- detect if we are using Apple-GCC.
author | nenolod |
---|---|
date | Wed, 06 Sep 2006 12:57:50 -0700 |
parents | e402e0217870 |
children | 79891e2fd8a5 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS = libmodplug.so SUBDIRS = archive gui LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I.. -I../../.. -I../../../intl LIBADD = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a SOURCES = plugin.cpp modplugbmp.cpp OBJECTS = ${SOURCES:.cpp=.o} include ../../../mk/objective.mk