From 487948d820fc2717184daa96bebf2f8c6ffd4e01 Mon Sep 17 00:00:00 2001 From: Kun Yi Date: Wed, 27 Mar 2019 09:23:54 -0700 Subject: cleanup: Remove Python code and build files Remove Python code and build files now that we switched to C++ mapper Tested: built mapper package and no Python file is included Signed-off-by: Kun Yi Change-Id: Ia8832eaae52ed85b4c1620a5d0db181e6b744ac7 --- Makefile.am | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fe71472..5fe5662 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,28 +36,6 @@ mapperx_CXXFLAGS = $(SYSTEMD_CFLAGS) -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_ERROR_ include_HEADERS = libmapper/mapper.h -if HAVE_PYTHON - -all-local: - $(AM_V_at)$(PYTHON) ${top_builddir}/setup.py build - -clean-local: - rm -rfv ${top_builddir}/build - -install-exec-hook: - $(AM_V_at)$(PYTHON) ${top_builddir}/setup.py install \ - --prefix=$(DESTDIR)${prefix} \ - --install-data=$(DESTDIR)${datadir} \ - --install-lib=$(DESTDIR)$(PYTHONDIR) \ - --install-scripts=$(DESTDIR)${sbindir} \ - --record=${top_builddir}/python_install.log - -uninstall-hook: - cat ${top_builddir}/python_install.log \ - | $(AWK) '{print "$(DESTDIR)"$$1}' | xargs rm -fv - -endif - SUBDIRS = fail-monitor check_PROGRAMS = -- cgit v1.2.1