Changeset 2453416 for fedd/Makefile
- Timestamp:
- Dec 7, 2010 12:50:48 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 9556f2a
- Parents:
- c179764 (diff), 1660f7c (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/Makefile
r1660f7c r2453416 15 15 16 16 ${GENERATED_MODS}: ${WSDL_FILES} 17 wsdl2py --file ../wsdl/fedd.wsdl --complexType --output-dir=${MODULE_DIR} 18 wsdl2py --file ../wsdl/fedd_internal.wsdl --complexType \ 19 --types=fedd_services_types --output-dir=${MODULE_DIR} 17 wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl 18 wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl 20 19 21 20 clean:
Note: See TracChangeset
for help on using the changeset viewer.