Changeset 2729e48 for fedd/Makefile


Ignore:
Timestamp:
Nov 29, 2008 11:31:03 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
2dd442f
Parents:
0a20ef8
Message:

Move things around to make a python module encapsulation easier. More to do,
but this mostly works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/Makefile

    r0a20ef8 r2729e48  
    11
    2 GENERATED_MODS= fedd_services.py fedd_internal_services.py \
    3                 fedd_services_types.py
     2GENERATED_MODS= fedd/fedd_services.py fedd/fedd_internal_services.py \
     3                fedd/fedd_services_types.py
    44WSDL_FILES= fedd.wsdl fedd_bindings.wsdl fedd_messages.wsdl fedd_types.xsd \
    55            fedd_internal.wsdl fedd_internal_bindings.wsdl \
     
    1010
    1111${GENERATED_MODS}:      ${WSDL_FILES}
    12         /usr/local/bin/wsdl2py --file fedd.wsdl --complexType
     12        /usr/local/bin/wsdl2py --file fedd.wsdl --complexType --output-dir=fedd
    1313        /usr/local/bin/wsdl2py --file fedd_internal.wsdl --complexType \
    14                 --types=fedd_services_types
     14                --types=fedd_services_types --output-dir=fedd
    1515
    1616clean:
    17         rm -f ${GENERATED_MODS} *.pyc
     17        rm -f ${GENERATED_MODS} fedd/*.pyc *.pyc
Note: See TracChangeset for help on using the changeset viewer.