X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdbmonitor%2Fautomake.mk;h=e24c5360beb30d88233b4a9181258a9e282366b5;hb=70315176de81b49b7dcd4d65f09991f3217813af;hp=5d1f960b20906a65019d78707b7e0b082ceee9a3;hpb=4cdb08c02a3d3067194c659a442d3679cdd8dd35;p=openvswitch diff --git a/ovsdb/ovsdbmonitor/automake.mk b/ovsdb/ovsdbmonitor/automake.mk index 5d1f960b..e24c5360 100644 --- a/ovsdb/ovsdbmonitor/automake.mk +++ b/ovsdb/ovsdbmonitor/automake.mk @@ -32,11 +32,19 @@ if BUILD_OVSDBMONITOR noinst_SCRIPTS += ovsdb/ovsdbmonitor/ovsdbmonitor ovsdbmonitor_DATA = $(ovsdbmonitor_pyfiles) install-exec-local: - sed -e '/NOINSTALL/d' < ovsdb/ovsdbmonitor/ovsdbmonitor > ovsdbmonitor.tmp - chmod +x ovsdbmonitor.tmp - $(INSTALL_PROGRAM) ovsdbmonitor.tmp $(DESTDIR)$(bindir)/ovsdbmonitor + sed -e '/NOINSTALL/d' < ovsdb/ovsdbmonitor/ovsdbmonitor > ovsdb/ovsdbmonitor/ovsdbmonitor.tmp + chmod +x ovsdb/ovsdbmonitor/ovsdbmonitor.tmp + $(INSTALL_PROGRAM) ovsdb/ovsdbmonitor/ovsdbmonitor.tmp $(DESTDIR)$(bindir)/ovsdbmonitor + rm ovsdb/ovsdbmonitor/ovsdbmonitor.tmp +DISTCLEANFILES += \ + ovsdb/ovsdbmonitor/ovsdbmonitor \ + ovsdb/ovsdbmonitor/ovsdbmonitor.tmp endif +uninstall-local: ovsdbmonitor-uninstall-local +ovsdbmonitor-uninstall-local: + rm -f $(DESTDIR)$(bindir)/ovsdbmonitor + SUFFIXES += .ui .py .ui.py: $(PYUIC4) $< | sed 's/from PyQt4 import QtCore, QtGui/\