Changeset 49e66b4 for fedd/Makefile
- Timestamp:
- Sep 13, 2010 9:50:27 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 5c0d244
- Parents:
- 6cc5c81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/Makefile
r6cc5c81 r49e66b4 5 5 ${MODULE_DIR}/fedd_internal_services.py \ 6 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.xsd7 WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd 8 8 9 9 VERSION=3.01 … … 18 18 wsdl2py --file ../wsdl/fedd_internal.wsdl --complexType \ 19 19 --types=fedd_services_types --output-dir=${MODULE_DIR} 20 wsdl2py --file ../wsdl/abac.wsdl --complexType \21 --output-dir=${MODULE_DIR}22 20 23 21 clean:
Note: See TracChangeset
for help on using the changeset viewer.