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