Mercurial > audlegacy-plugins
diff src/shnplug/Makefile @ 2018:03a2bb1c521e
Curly vs round braces (part 2)
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Thu, 11 Oct 2007 17:46:49 +0300 |
parents | 6d33dffd1382 |
children | 76f9a4168708 |
line wrap: on
line diff
--- a/src/shnplug/Makefile Thu Oct 11 17:40:42 2007 +0300 +++ b/src/shnplug/Makefile Thu Oct 11 17:46:49 2007 +0300 @@ -1,4 +1,4 @@ -PLUGIN = libshnplug$(PLUGIN_SUFFIX) +PLUGIN = libshnplug${PLUGIN_SUFFIX} SRCS = array.c \ convert.c \ @@ -17,13 +17,13 @@ include ../../buildsys.mk include ../../extra.mk -plugindir := ${plugindir}/$(INPUT_PLUGIN_DIR) +plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} -CFLAGS += $(PLUGIN_CFLAGS) -LDFLAGS += $(AUDLDFLAGS) -CPPFLAGS += $(PLUGIN_CPPFLAGS) $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(MOWGLI_CFLAGS) \ - $(PANGO_CFLAGS) $(ARCH_DEFINES) $(SIMD_CFLAGS) -I../../intl -I../.. -Wall -LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +CFLAGS += ${PLUGIN_CFLAGS} +LDFLAGS += ${AUDLDFLAGS} +CPPFLAGS += ${PLUGIN_CPPFLAGS} ${PICFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} \ + ${PANGO_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../../intl -I../.. -Wall +LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} # These were the additional link flags in the old Makefile: -# -L/opt/local/lib -L$(plugindir) -laudid3tag -Wl,-rpath=$(plugindir) +# -L/opt/local/lib -L${plugindir} -laudid3tag -Wl,-rpath=${plugindir}