clean: rm -f *.pyc *.pyo *~ cd shared; rm -f *.pyc *.pyo *~ install: mkdir -p $(DESTDIR)/usr/lib/yum-plugins install -m 644 presto.py $(DESTDIR)/usr/lib/yum-plugins mkdir -p $(DESTDIR)/etc/yum/pluginconf.d install -m 644 presto.conf $(DESTDIR)/etc/yum/pluginconf.d mkdir -p $(DESTDIR)/usr/share/presto install -m 644 shared/prestoRepo.py $(DESTDIR)/usr/share/presto install -m 644 shared/prestomdparser.py $(DESTDIR)/usr/share/presto install -m 644 shared/prestoTransaction.py $(DESTDIR)/usr/share/presto install -m 644 shared/prestoLog.py $(DESTDIR)/usr/share/presto install -m 644 shared/prestoDownload.py $(DESTDIR)/usr/share/presto install -m 644 shared/deltarpm.py $(DESTDIR)/usr/share/presto