X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=dbe3395231ff41066aa5cf3dbb84aa13a922131c;hb=f6263042c3e8bbf68293768d85410bddb4ebe6af;hp=338dc58e282e92e6220bb39ae7426316f9922dd6;hpb=93f0412887322c8f7f38ec71d6a57d5b3ddd9260;p=pingofdeath.git diff --git a/Makefile b/Makefile index 338dc58..dbe3395 100644 --- a/Makefile +++ b/Makefile @@ -7,31 +7,16 @@ # test: runs the tests on the current machine # -ALLBUILD=pl-poddoit pod ipod-2.0.tar.gz -PLBIN=/usr/local/planetlab/bin/ -INIT=/etc/init.d/ +ALLBUILD=pl-poddoit pod all: $(ALLBUILD) pod: pod.src disable_pod.sh enable_pod.sh status_pod.sh ./shell_include --source pod.src --destination pod -ipod-2.0.tar.gz: pod ipod.spec - mkdir ipod-2.0 - cp ipod.spec disable_pod.sh enable_pod.sh INTEL_LICENSE.txt ipod.patch \ - Makefile pl-podcntl pl-poddoit.c pl-podset pl-podzap pod.src \ - README shell_include status_pod.sh test-pod ipod-2.0 - tar cvfz ipod-2.0.tar.gz ipod-2.0 - rm -rf ipod-2.0 - pl-poddoit: pl-poddoit.c gcc pl-poddoit.c -o pl-poddoit -install: all - cp pl-poddoit $(PLBIN) - chmod 555 $(PLBIN)/pl-poddoit - cp pod $(INIT) - chmod 555 $(INIT)/pod - clean: - rm -f pod pl-poddoit ipod-2.0.tar.gz + rm -f pod pl-poddoit +