Changeset 0a49bd7 for fedd/Makefile


Ignore:
Timestamp:
Jan 15, 2011 5:52:15 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
aaf7f41
Parents:
ac15159 (diff), 944b746 (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.
git-author:
Ted Faber <faber@…> (01/15/11 17:51:40)
git-committer:
Ted Faber <faber@…> (01/15/11 17:52:15)
Message:

merge from current

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/Makefile

    rac15159 r0a49bd7  
    44GENERATED_MODS= ${MODULE_DIR}/fedd_services.py \
    55                ${MODULE_DIR}/fedd_internal_services.py \
    6                 ${MODULE_DIR}/fedd_services_types.py
     6                ${MODULE_DIR}/fedd_internal_services_types.py \
     7                ${MODULE_DIR}/fedd_client.py \
     8                ${MODULE_DIR}/fedd_internal_client.py \
     9                ${MODULE_DIR}/fedd_internal_server.py \
     10                ${MODULE_DIR}/fedd_internal_types.py \
     11                ${MODULE_DIR}/fedd_types.py \
     12                ${MODULE_DIR}/fedd_server.py
     13
    714WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd
    815
    9 VERSION=3.01
     16VERSION=3.20
    1017
    1118DISTFILES= dist/fedd-${VERSION}.tar.gz
     
    1522
    1623${GENERATED_MODS}:      ${WSDL_FILES}
    17         wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl
    18         wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl
     24        python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl
     25        python ./compile_wsdl.py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl
    1926
    2027clean:
Note: See TracChangeset for help on using the changeset viewer.