Mercurial > audlegacy-plugins
comparison src/CoreAudio/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 | 6d33dffd1382 |
comparison
equal
deleted
inserted
replaced
| 2013:ecd1e22f7e80 | 2014:1ad002ce1bd0 |
|---|---|
| 1 PLUGIN = CoreAudio${PLUGIN_SUFFIX} | 1 PLUGIN = CoreAudio${PLUGIN_SUFFIX} |
| 2 | |
| 2 SRCS = about.c \ | 3 SRCS = about.c \ |
| 3 configure.c \ | 4 configure.c \ |
| 4 coreaudio.c \ | 5 coreaudio.c \ |
| 5 init.c \ | 6 init.c \ |
| 6 audio.c \ | 7 audio.c \ |
| 11 include ../../buildsys.mk | 12 include ../../buildsys.mk |
| 12 include ../../extra.mk | 13 include ../../extra.mk |
| 13 | 14 |
| 14 plugindir := $(plugindir)/${OUTPUT_PLUGIN_DIR} | 15 plugindir := $(plugindir)/${OUTPUT_PLUGIN_DIR} |
| 15 | 16 |
| 17 CFLAGS += ${PLUGIN_CFLAGS} | |
| 16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I../../intl -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} | 18 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I../../intl -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} |
| 17 CFLAGS += ${PLUGIN_CFLAGS} | |
| 18 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 19 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
