1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-01 21:07:24 +00:00
Files
libsearpc/Makefile.am

16 lines
305 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 COPYING COPYING.LESSER AUTHORS ChangeLog NEWS
2011-04-08 20:58:15 +08:00
EXTRA_DIST = $(GNU_STANDARD_FILES)
2011-04-08 20:58:15 +08:00
if COMPILE_PYTHON
PYTHONDIR = pysearpc
endif
if COMPILE_DEMO
MAKE_DEMO = demo
endif
2011-04-08 20:58:15 +08:00
SUBDIRS = lib ${PYTHONDIR} ${MAKE_DEMO} tests