Mercurial > audlegacy
view src/libeggsmclient/Makefile @ 4663:413cce2453b2
added the bluetooth logo image
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Sun, 29 Jun 2008 00:41:11 +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}