19f07849eSopenharmony_ci# Makefile for popt library. 29f07849eSopenharmony_ci 39f07849eSopenharmony_ciEXTRA_DIST = lookup3.c libpopt.vers 49f07849eSopenharmony_ci 59f07849eSopenharmony_ciAM_CPPFLAGS = -I. -I$(top_srcdir) 69f07849eSopenharmony_ciAM_CPPFLAGS += -DPOPT_SYSCONFDIR="\"$(sysconfdir)\"" 79f07849eSopenharmony_ci 89f07849eSopenharmony_cinoinst_HEADERS = poptint.h system.h 99f07849eSopenharmony_ci 109f07849eSopenharmony_ciinclude_HEADERS = popt.h 119f07849eSopenharmony_cilib_LTLIBRARIES = libpopt.la 129f07849eSopenharmony_ci 139f07849eSopenharmony_cilibpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c 149f07849eSopenharmony_ci 159f07849eSopenharmony_cilibpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@ 169f07849eSopenharmony_ci# libtool current:revision:age info 179f07849eSopenharmony_cilibpopt_la_LDFLAGS += -version-info 0:2:0 189f07849eSopenharmony_ci 199f07849eSopenharmony_ciif HAVE_LD_VERSION_SCRIPT 209f07849eSopenharmony_cilibpopt_la_LDFLAGS += -Wl,--version-script=$(top_srcdir)/src/libpopt.vers 219f07849eSopenharmony_ciendif 229f07849eSopenharmony_ci 23