mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-18 07:50:56 +00:00
* Remove unused code generating scripts * Rename files to be more clear * Improve dependency in Makefile.am
16 lines
299 B
Makefile
16 lines
299 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/lib
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
GNU_STANDARD_FILES = README.markdown COPYING AUTHORS ChangeLog NEWS
|
|
|
|
EXTRA_DIST = $(GNU_STANDARD_FILES)
|
|
|
|
if COMPILE_PYTHON
|
|
PYTHONDIR = pysearpc
|
|
endif
|
|
|
|
if COMPILE_DEMO
|
|
MAKE_DEMO = demo
|
|
endif
|
|
|
|
SUBDIRS = lib ${PYTHONDIR} ${MAKE_DEMO} tests
|