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