X-Git-Url: http://git.onelab.eu/?p=omf.git;a=blobdiff_plain;f=Makefile;h=fbe56224dc39f984594c363bcfcf820179c7cb29;hp=b33f885c196a4470e6e7d55c2f905fcbd21a7390;hb=85bc798cde4c4fc8929e80eeed7b69cc28901630;hpb=f8aad755856a510f162a9d409c3fa9e623699308 diff --git a/Makefile b/Makefile index b33f885..fbe5622 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,11 @@ imagezip-URL := http://pkg.mytestbed.net/yum/base/8/i386/imagezip-1.0.0-3.i386. imagezip-SHA1SUM := b96297e480dfbc2360bcb62ff4ee130794124849 imagezip := $(notdir $(imagezip-URL)) +ALL += omf-expctl +omf-expctl-URL := http://pkg.mytestbed.net/yum/base/8/i386/omf-expctl-5.3-1ubuntu2-2.noarch.rpm +omf-expctl-SHA1SUM := cb3fbc3e211c4cec48a55473ec3f1ba11caf487b +omf-expctl := $(notdir $(omf-expctl-URL)) + all: $(ALL) .PHONY: all @@ -68,6 +73,8 @@ $(eval $(call download_target,liblog4r)) $(eval $(call download_target,libxmpp4r)) $(eval $(call download_target,imagezip)) +$(eval $(call download_target,omf-expctl)) + #################### convenience, for debugging only # make +foo : prints the value of $(foo) # make ++foo : idem but verbose, i.e. foo=$(foo)