Mercurial > audlegacy
view src/libeggsmclient/Makefile @ 4662:8a783f826316
Added some debugging / startup messages (visible via 'audacious -N') to make
it easier to see where things go wrong, if they do.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Fri, 27 Jun 2008 17:58:45 +0300 |
parents | 171e3b90d718 |
children | d834d2df8d7c |
line wrap: on
line source
ifdef PLATFORM_WIN32 platform_sources = eggsmclient-win32.c platform_defines = platform_libs = else platform_sources = eggsmclient-xsmp.c \ eggdesktopfile.c platform_defines = -DEGG_SM_CLIENT_BACKEND_XSMP ${SM_CFLAGS} platform_libs = ${SM_LIBS} endif STATIC_LIB_NOINST = libeggsmclient.a SRCS = eggsmclient.c \ ${platform_sources} include ../../buildsys.mk include ../../extra.mk CFLAGS += ${INCLUDES} ${GLIB_CFLAGS} ${GTK_CFLAGS} -I../.. -I. ${platform_defines} LIBS += ${GLIB_LIBS} ${GTK_LIBS} ${platform_libs} CPPFLAGS += ${CFLAGS}