1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-31 04:18:45 +00:00
Files
libsearpc/Makefile.am

30 lines
573 B
Makefile
Raw Normal View History

AM_CPPFLAGS = -I$(top_srcdir)/lib
2011-04-08 20:58:15 +08:00
ACLOCAL_AMFLAGS = -I m4
GNU_STANDARD_FILES = README.markdown COPYING AUTHORS ChangeLog NEWS
2011-04-08 20:58:15 +08:00
2012-05-08 11:59:31 +08:00
pcfiles = libsearpc.pc
pkgconfig_DATA = $(pcfiles)
pkgconfigdir = $(libdir)/pkgconfig
EXTRA_DIST = $(GNU_STANDARD_FILES)
2011-04-08 20:58:15 +08:00
2012-05-08 11:59:31 +08:00
EXTRA_DIST += libsearpc.pc.in
if COMPILE_DEMO
MAKE_DEMO = demo
endif
2011-04-08 20:58:15 +08:00
2012-07-12 13:31:36 +08:00
SUBDIRS = json-glib lib pysearpc ${MAKE_DEMO} tests
install-data-local:
2013-01-12 13:51:26 +08:00
if MACOS
${SED} -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
2013-01-12 13:51:26 +08:00
else
${SED} -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
endif
dist-hook:
git log -1 > $(distdir)/latest_commit