X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=Makefile;h=eb33db8cc99219cfdf1a56aeca7431d7246cb75f;hp=98df0556f8b89c52aa7464e2e9e942255b7e0c4a;hb=fc0d401038b4cf2dbf3b59d0253d31c0c1bc1e82;hpb=8ee9e0bd938ab23afa18a95d7ec8e8da770c63de diff --git a/Makefile b/Makefile index 98df055..eb33db8 100644 --- a/Makefile +++ b/Makefile @@ -4,16 +4,13 @@ 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 + debian/prometheus.debian dpkg-buildpackage tgz: clean @@ -21,7 +18,7 @@ tgz: clean 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