source: fedd/Makefile @ ec4fb42

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since ec4fb42 was ec4fb42, checked in by Ted Faber <faber@…>, 15 years ago

Clean up some names that start with fedd_ that are ugly with the new package
structure. A couple other bugs cleaned up, too.

  • Property mode set to 100644
File size: 533 bytes
Line 
1
2GENERATED_MODS= fedd/fedd_services.py fedd/fedd_internal_services.py \
3                fedd/fedd_services_types.py
4WSDL_FILES= fedd.wsdl fedd_bindings.wsdl fedd_messages.wsdl fedd_types.xsd \
5            fedd_internal.wsdl fedd_internal_bindings.wsdl \
6            fedd_internal_messages.wsdl
7
8all:    ${GENERATED_MODS}
9
10
11${GENERATED_MODS}:      ${WSDL_FILES}
12        wsdl2py --file fedd.wsdl --complexType --output-dir=fedd
13        wsdl2py --file fedd_internal.wsdl --complexType \
14                --types=fedd_services_types --output-dir=fedd
15
16clean:
17        rm -f ${GENERATED_MODS} fedd/*.pyc *.pyc
Note: See TracBrowser for help on using the repository browser.