compt_changesinfo-ops
Last change
on this file since c167378 was
8f1db21,
checked in by Ted Faber <faber@…>, 14 years ago
|
OK, beta
|
-
Property mode set to
100644
|
File size:
962 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_internal_services_types.py \ |
---|
7 | ${MODULE_DIR}/fedd_client.py \ |
---|
8 | ${MODULE_DIR}/fedd_internal_client.py \ |
---|
9 | ${MODULE_DIR}/fedd_internal_server.py \ |
---|
10 | ${MODULE_DIR}/fedd_internal_types.py \ |
---|
11 | ${MODULE_DIR}/fedd_types.py \ |
---|
12 | ${MODULE_DIR}/fedd_server.py |
---|
13 | |
---|
14 | WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd |
---|
15 | |
---|
16 | VERSION=3.21b |
---|
17 | |
---|
18 | DISTFILES= dist/fedd-${VERSION}.tar.gz |
---|
19 | |
---|
20 | all: ${GENERATED_MODS} |
---|
21 | |
---|
22 | |
---|
23 | ${GENERATED_MODS}: ${WSDL_FILES} |
---|
24 | python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl |
---|
25 | python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl |
---|
26 | |
---|
27 | clean: |
---|
28 | rm -f ${GENERATED_MODS} ${MODULE_DIR}/*.pyc *.pyc |
---|
29 | rm -rf build dist fedd.egg-info MANIFEST |
---|
30 | |
---|
31 | dist: ${DISTFILES} |
---|
32 | |
---|
33 | dist/fedd-${VERSION}.tar.gz: all |
---|
34 | python ./setup.py sdist |
---|
Note: See
TracBrowser
for help on using the repository browser.