Mercurial > audlegacy
view src/libeggsmclient/Makefile @ 4325:309e8f970517
removed report_error() and reimplemented some error routines
author | mf0102 <0102@gmx.at> |
---|---|
date | Thu, 13 Mar 2008 16:31:48 +0100 |
parents | c942eaef7bc6 |
children | 171e3b90d718 |
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 platform_libs = -lSM -lICE endif STATIC_LIB_NOINST = libeggsmclient.a SRCS = eggsmclient.c \ ${platform_sources} include ../../buildsys.mk include ../../extra.mk CFLAGS += ${INCLUDES} ${GLIB_CFLAGS} ${GTK_CFLAGS} -I. ${platform_defines} LIBS += ${GLIB_LIBS} ${GTK_LIBS} ${platform_libs} CPPFLAGS += ${CFLAGS}