X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=Makefile;h=0c98b1737dd35c4afea1b47063c4a41107aac1a9;hb=b17a255ff81c823eb399f66001df8d4a8f9f23d3;hp=98df0556f8b89c52aa7464e2e9e942255b7e0c4a;hpb=8ee9e0bd938ab23afa18a95d7ec8e8da770c63de;p=svn%2FPrometheus-QoS%2F.git diff --git a/Makefile b/Makefile index 98df055..0c98b17 100644 --- a/Makefile +++ b/Makefile @@ -1,27 +1,24 @@ PACKAGE=prometheus -VERSION=0.7.8 +VERSION=0.8.1 CFLAGS=-std=c99 -Wall prefix=/usr mandir=$(prefix)/share/man sbindir=$(prefix)/sbin -sysconfdir=/etc/ +sysconfdir=/etc main: prometheus $(CC) -o prometheus prometheus.c deb: main - arch=`dpkg-architecture -qDEB_HOST_ARCH` - maintainer="gandalf " - #patch -Nl debian/control - dpkg-buildpackage + debian/prometheus.debian + dpkg-buildpackage -rfakeroot tgz: clean cp -r . ../$(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION)/.svn/ rm -rf ../$(PACKAGE)-$(VERSION)/*/.svn/ rm -rf ../$(PACKAGE)-$(VERSION)/*~ $(PACKAGE)-$(VERSION)/*/*~ - tar -czf $(PACKAGE)-$(VERSION).tar.gz ../$(PACKAGE)-$(VERSION) + tar -czf ../$(PACKAGE)-$(VERSION).tar.gz ../$(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION) install: main