diff options
| author | makefu <github@syntax-fehler.de> | 2013-03-07 11:40:38 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-03-07 11:40:38 +0100 |
| commit | 7fa8fb85b072f612adb322f8a02617e1bd737020 (patch) | |
| tree | 683df8268baae71451633518aa7ff7ea258a4aa8 /ovh/soapi/Makefile | |
| parent | dbe2d838ba6834788265029162b2dd7d82473335 (diff) | |
| parent | ef4eb3189363f5cd9a33b43693322a68d3142979 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'ovh/soapi/Makefile')
| -rw-r--r-- | ovh/soapi/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ovh/soapi/Makefile b/ovh/soapi/Makefile deleted file mode 100644 index 15ef8f3f..00000000 --- a/ovh/soapi/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -.PHONY: all install -all: select-target - -exes := $(shell \ - find . -mindepth 1 -maxdepth 1 -type f -executable -exec basename \{\} \;) - -target_exes := $(addprefix ../../bin/,$(exes)) - -install: $(target_exes) - -../../bin/%: % SOAPpy - ln -snf ../ovh/soapi/$* $@ - -src: - mkdir $@ - -src/SOAPpy: src - cd $< && \ - svn co https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk/SOAPpy - -src/SOAPpy/build/lib/SOAPpy: src/SOAPpy - cd $< && python setup.py build - -SOAPpy: src/SOAPpy/build/lib.linux-x86_64-2.6/SOAPpy - ln -snf $< |
