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
729 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)"\" \
$(LIBSNTL_CFLAGS) -I../include
AM_CFLAGS =\
-Wall\
-g
lib_LTLIBRARIES = libsntllv2.la
libsntllv2_la_SOURCES = \
connex.c sntllv2.c chansx.c messagesx.c rpclist.c uuid.c
libsntllv2_la_LDFLAGS = -Wl,--export-dynamic
libsntllv2_la_LIBADD = -lpthread -lcrypto $(LIBTDATA_LIBS) $(LIBSEXPR_LIBS) $(OPENSSL_LIBS)
if BUILD_WIN32
libsntllv2_la_LIBADD += -luuid
else
libsntllv2_la_LIBADD += $(LIBUUID_LIBS)
endif !BUILD_WIN32
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libsntllv2.pc
EXTRA_DIST = \
libsntllv2.pc.in