axis_examplecompt_changesinfo-opsversion-3.01version-3.02
pre_refactor_20100527
Last change
on this file since 5334044 was
cbb6396,
checked in by Ted Faber <faber@…>, 15 years ago
|
bump version
|
-
Property mode set to
100644
|
File size:
858 bytes
|
Line | |
---|
1 | |
---|
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 |
---|
7 | WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/abac.wsdl ../wsdl/abac_types.xsd ../wsdl/topdl.xsd |
---|
8 | |
---|
9 | VERSION=2.00 |
---|
10 | |
---|
11 | DISTFILES= dist/fedd-${VERSION}.tar.gz |
---|
12 | |
---|
13 | all: ${GENERATED_MODS} |
---|
14 | |
---|
15 | |
---|
16 | ${GENERATED_MODS}: ${WSDL_FILES} |
---|
17 | wsdl2py --file ../wsdl/fedd.wsdl --complexType --output-dir=${MODULE_DIR} |
---|
18 | wsdl2py --file ../wsdl/fedd_internal.wsdl --complexType \ |
---|
19 | --types=fedd_services_types --output-dir=${MODULE_DIR} |
---|
20 | wsdl2py --file ../wsdl/abac.wsdl --complexType \ |
---|
21 | --output-dir=${MODULE_DIR} |
---|
22 | |
---|
23 | clean: |
---|
24 | rm -f ${GENERATED_MODS} ${MODULE_DIR}/*.pyc *.pyc |
---|
25 | rm -rf build dist fedd.egg-info MANIFEST |
---|
26 | |
---|
27 | dist: ${DISTFILES} |
---|
28 | |
---|
29 | dist/fedd-${VERSION}.tar.gz: all |
---|
30 | python ./setup.py sdist |
---|
Note: See
TracBrowser
for help on using the repository browser.