Changeset fbee30a for fedd/Makefile
- Timestamp:
- Dec 7, 2010 5:19:04 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 62f3dd9, 8d5394e
- Parents:
- cd5d16e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/Makefile
rcd5d16e rfbee30a 7 7 WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd 8 8 9 VERSION=3. 019 VERSION=3.20 10 10 11 11 DISTFILES= dist/fedd-${VERSION}.tar.gz … … 15 15 16 16 ${GENERATED_MODS}: ${WSDL_FILES} 17 wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl18 wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl17 python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl 18 python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl 19 19 20 20 clean:
Note: See TracChangeset
for help on using the changeset viewer.