You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libsxmp/lib/Makefile.am

35 lines
679 B
Makefile

## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
$(LIBSXMP_CFLAGS) -I../include
AM_CFLAGS =\
-Wall\
-g
lib_LTLIBRARIES = libsxmp.la
libsxmp_la_SOURCES = \
sxmplv2.c link.c channel.c message.c rpc.c uuid.c
libsxmp_la_LDFLAGS =
libsxmp_la_LIBADD = -lpthread -lcrypto $(LIBTDATA_LIBS) $(LIBSEXPR_LIBS) $(OPENSSL_LIBS)
if BUILD_WIN32
libsxmp_la_LIBADD += -luuid
else
libsxmp_la_LIBADD += $(LIBUUID_LIBS)
endif !BUILD_WIN32
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libsxmp.pc
EXTRA_DIST = \
libsxmp.pc.in