Mercurial > audlegacy-plugins
comparison src/console/Makefile @ 2014:1ad002ce1bd0
Just a tiny cleanup.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 11:11:26 +0300 |
parents | a56a26a5f233 |
children | 5d6cf50e905b |
comparison
equal
deleted
inserted
replaced
2013:ecd1e22f7e80 | 2014:1ad002ce1bd0 |
---|---|
1 PLUGIN = console${PLUGIN_SUFFIX} | 1 PLUGIN = console${PLUGIN_SUFFIX} |
2 | |
2 SRCS = Audacious_Config.cxx \ | 3 SRCS = Audacious_Config.cxx \ |
3 Audacious_Driver.cxx \ | 4 Audacious_Driver.cxx \ |
4 Ay_Apu.cxx \ | 5 Ay_Apu.cxx \ |
5 Ay_Cpu.cxx \ | 6 Ay_Cpu.cxx \ |
6 Ay_Emu.cxx \ | 7 Ay_Emu.cxx \ |
53 include ../../buildsys.mk | 54 include ../../buildsys.mk |
54 include ../../extra.mk | 55 include ../../extra.mk |
55 | 56 |
56 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} | 57 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} |
57 | 58 |
58 LD = ${CXX} | |
59 | |
60 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. | |
61 CFLAGS += ${PLUGIN_CFLAGS} | 59 CFLAGS += ${PLUGIN_CFLAGS} |
62 CXXFLAGS += ${PLUGIN_CFLAGS} | 60 CXXFLAGS += ${PLUGIN_CFLAGS} |
63 LIBS += -lz ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 61 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. |
62 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lz |