axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 61c71bf was
338e9a7,
checked in by Ted Faber <faber@…>, 16 years ago
|
Move wsdl stuff to its own directory
|
-
Property mode set to
100644
|
File size:
833 bytes
|
Rev | Line | |
---|
[6ff0b91] | 1 | |
---|
[5d3f239] | 2 | MODULE_DIR=federation |
---|
| 3 | |
---|
| 4 | GENERATED_MODS= ${MODULE_DIR}/fedd_services.py \ |
---|
| 5 | ${MODULE_DIR}/fedd_internal_services.py \ |
---|
| 6 | ${MODULE_DIR}/fedd_services_types.py |
---|
[338e9a7] | 7 | WSDL_FILES= wsdl/fedd.wsdl wsdl/fedd_bindings.wsdl wsdl/fedd_messages.wsdl \ |
---|
| 8 | wsdl/fedd_types.xsd wsdl/fedd_internal.wsdl \ |
---|
| 9 | wsdl/fedd_internal_bindings.wsdl wsdl/fedd_internal_messages.wsdl |
---|
[6ff0b91] | 10 | |
---|
[edbc841] | 11 | VERSION=1.0 |
---|
| 12 | |
---|
| 13 | DISTFILES= dist/fedd-${VERSION}.tar.gz |
---|
[830ca65] | 14 | |
---|
[6ff0b91] | 15 | all: ${GENERATED_MODS} |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | ${GENERATED_MODS}: ${WSDL_FILES} |
---|
[338e9a7] | 19 | wsdl2py --file wsdl/fedd.wsdl --complexType --output-dir=${MODULE_DIR} |
---|
| 20 | wsdl2py --file wsdl/fedd_internal.wsdl --complexType \ |
---|
[5d3f239] | 21 | --types=fedd_services_types --output-dir=${MODULE_DIR} |
---|
[6ff0b91] | 22 | |
---|
| 23 | clean: |
---|
[5d3f239] | 24 | rm -f ${GENERATED_MODS} ${MODULE_DIR}/*.pyc *.pyc |
---|
[edbc841] | 25 | rm -rf build dist fedd.egg-info MANIFEST |
---|
[830ca65] | 26 | |
---|
| 27 | dist: ${DISTFILES} |
---|
| 28 | |
---|
[5d3f239] | 29 | dist/fedd-${VERSION}.tar.gz: all |
---|
[830ca65] | 30 | python ./setup.py sdist |
---|
Note: See
TracBrowser
for help on using the repository browser.