core-extra/daemon/Makefile.am

39 lines
758 B
Makefile
Raw Normal View History

# CORE
# (c)2010-2012 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
#
# Makefile for building netns components.
#
2018-01-15 10:20:11 +00:00
if WANT_DOCS
DOCS = doc
endif
SUBDIRS = proto $(DOCS)
# because we include entire directories with EXTRA_DIST, we need to clean up
# the source control files
dist-hook:
-rm -rf `find $(distdir)/ -name '*.pyc'`
distclean-local:
-rm -rf core.egg-info
DISTCLEANFILES = Makefile.in
# files to include with distribution tarball
EXTRA_DIST = setup.py \
core \
data \
doc/conf.py.in \
examples \
2018-03-15 18:30:11 +00:00
scripts \
tests \
setup.cfg \
MANIFEST.in \
poetry.lock \
pyproject.toml \
requirements.txt