Blame src/Makefile.am

Packit Service af52df
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DDEFAULT_TEXT_DOMAIN=\"libbytesize\"
Packit Service af52df
LDADD = $(LIBINTL)
Packit Service af52df
Packit Service af52df
lib_LTLIBRARIES = libbytesize.la
Packit Service af52df
libbytesize_la_CFLAGS = -Wall -Wextra -Werror -Wno-overflow -D_GNU_SOURCE
Packit Service af52df
libbytesize_la_LIBADD = -lgmp -lmpfr -lpcre
Packit Service af52df
libbytesize_la_LDFLAGS = -version-info 1:0:0
Packit Service af52df
libbytesize_la_SOURCES = bs_size.c bs_size.h gettext.h
Packit Service af52df
Packit Service af52df
noinst_dist_SOURCES = gettext.h
Packit Service af52df
Packit Service af52df
libincludedir = $(includedir)/bytesize
Packit Service af52df
libinclude_HEADERS = bs_size.h
Packit Service af52df
Packit Service af52df
pkgconfigdir = $(libdir)/pkgconfig
Packit Service af52df
pkgconfig_DATA = ${builddir}/bytesize.pc
Packit Service af52df
Packit Service af52df
SUBDIRS = python
Packit Service af52df
MAINTAINERCLEANFILES = Makefile.in bytesize.pc