Changeset 0a49bd7 for fedd/Makefile
- Timestamp:
- Jan 15, 2011 5:52:15 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- aaf7f41
- Parents:
- ac15159 (diff), 944b746 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Ted Faber <faber@…> (01/15/11 17:51:40)
- git-committer:
- Ted Faber <faber@…> (01/15/11 17:52:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/Makefile
rac15159 r0a49bd7 4 4 GENERATED_MODS= ${MODULE_DIR}/fedd_services.py \ 5 5 ${MODULE_DIR}/fedd_internal_services.py \ 6 ${MODULE_DIR}/fedd_services_types.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 7 14 WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd 8 15 9 VERSION=3. 0116 VERSION=3.20 10 17 11 18 DISTFILES= dist/fedd-${VERSION}.tar.gz … … 15 22 16 23 ${GENERATED_MODS}: ${WSDL_FILES} 17 wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl18 wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl24 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 19 26 20 27 clean:
Note: See TracChangeset
for help on using the changeset viewer.