Mercurial > audlegacy
view src/libeggsmclient/Makefile @ 4855:bc6212d7fab1
Remove no longer relevant code.
Found by LLVM static analyzer.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 16 Apr 2009 19:57:44 -0500 |
parents | 7bf7f83a217e |
children |
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 #includesubdir = audacious CFLAGS += ${INCLUDES} ${GLIB_CFLAGS} ${GTK_CFLAGS} -I../.. -I. ${platform_defines} LIBS += ${GLIB_LIBS} ${GTK_LIBS} ${platform_libs} CPPFLAGS += ${CFLAGS}