Ignore:
Timestamp:
2008-07-31T15:16:45+12:00 (16 years ago)
Author:
oranfry
Message:

changes to lirk3 after gs2build project created in the repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/ant-scripts/compile.xml

    r16172 r16622  
    5252        <addressedcall target="mgpp-add-static" />
    5353        <addressedcall target="mg-add-static" />
    54         <addressedcall target="gs2buildextra-add-static" />
     54        <addressedcall target="gs2build-add-static" />
    5555    </target>
    5656
     
    6262
    6363    <target name="dist-configure-unix">
     64
    6465        <if><bool><istrue value="${execute}"/></bool>
    65             <exec dir="greenstone3/gs2build/gs2build-extra" executable="autoconf" output="greenstone3/gs2build/configure">
     66            <exec dir="greenstone3/gs2build" executable="autoconf" output="greenstone3/gs2build/configure">
    6667                <arg line="configure.in"/>
    6768            </exec>
     
    6970            <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="configure-unix" inheritAll="false"/>
    7071        </if>
     72
    7173    </target>
    7274
     
    144146    <target name="mgpp-add-static">
    145147        <if><bool><istrue value="${execute}"/></bool>
    146             <rsr file="greenstone3/gs2build/indexers/mgpp/configure.in" pattern="^LDFLAGS=$" replacement="LDFLAGS=-static" />
    147             <exec dir="greenstone3/gs2build/indexers/mgpp" executable="autoconf" output="greenstone3/gs2build/indexers/mgpp/configure">
     148            <rsr file="greenstone3/gs2build/common-src/indexers/mgpp/configure.in" pattern="^LDFLAGS=$" replacement="LDFLAGS=-static" />
     149            <exec dir="greenstone3/gs2build/common-src/indexers/mgpp" executable="autoconf" output="greenstone3/gs2build/common-src/indexers/mgpp/configure">
    148150                <arg line="configure.in"/>
    149151            </exec>
     
    152154    <target name="mg-add-static">
    153155        <if><bool><istrue value="${execute}"/></bool>
    154             <rsr file="greenstone3/gs2build/indexers/mg/configure.in" pattern="^LDFLAGS=$" replacement="LDFLAGS=-static" />
    155             <exec dir="greenstone3/gs2build/indexers/mg" executable="autoconf" output="greenstone3/gs2build/indexers/mg/configure">
     156            <rsr file="greenstone3/gs2build/common-src/indexers/mg/configure.in" pattern="^LDFLAGS=$" replacement="LDFLAGS=-static" />
     157            <exec dir="greenstone3/gs2build/common-src/indexers/mg" executable="autoconf" output="greenstone3/gs2build/common-src/indexers/mg/configure">
    156158                <arg line="configure.in"/>
    157159            </exec>
    158160        </if>
    159161    </target>
    160     <target name="gs2buildextra-add-static">
     162    <target name="gs2build-add-static">
    161163        <if><bool><istrue value="${execute}"/></bool>
    162             <rsr file="greenstone3/gs2build/gs2build-extra/packages.configure" pattern="^ENVIRONMENT=&quot;&quot;$" replacement="ENVIRONMENT=&quot;LDFLAGS=-static&quot;" />
    163             <rsr file="greenstone3/gs2build/gs2build-extra/configure.in" pattern="^LDFLAGS=$" replacement="LDFLAGS=-static" />
     164            <rsr file="greenstone3/gs2build/common-src/packages/configure" pattern="^ENVIRONMENT=&quot;&quot;$" replacement="ENVIRONMENT=&quot;LDFLAGS=-static&quot;" />
     165            <rsr file="greenstone3/gs2build/build-src/packages/configure"  pattern="^ENVIRONMENT=&quot;&quot;$" replacement="ENVIRONMENT=&quot;LDFLAGS=-static&quot;" />
     166            <rsr file="greenstone3/gs2build/configure.in" pattern="^LDFLAGS=.*" replacement="LDFLAGS=-static" />
    164167        </if>
    165168    </target>
     
    167170    <target name="wv-add-static">
    168171        <if><bool><istrue value="${execute}"/></bool>
    169             <rsr file="greenstone3/gs2build/packages/wv/wv-gs/Makefile" pattern="^LDFLAGS =\s*$" replacement="LDFLAGS = -static" />
     172            <rsr file="greenstone3/gs2build/build-src/packages/wv/wv-gs/Makefile" pattern="^LDFLAGS =\s*$" replacement="LDFLAGS = -static" />
    170173        </if>
    171174    </target>
    172175    <target name="xlhtml-add-static">
    173176        <if><bool><istrue value="${execute}"/></bool>
    174             <rsr file="greenstone3/gs2build/packages/xlhtml/xlhtml-0.4.9.0/xlhtml/Makefile" pattern="^LDFLAGS =\s*$" replacement="LDFLAGS = -static" />
     177            <rsr file="greenstone3/gs2build/build-src/packages/xlhtml/xlhtml-0.4.9.0/xlhtml/Makefile" pattern="^LDFLAGS =\s*$" replacement="LDFLAGS = -static" />
    175178        </if>
    176179    </target>
    177180    <target name="ppthtml-add-static">
    178181        <if><bool><istrue value="${execute}"/></bool>
    179             <rsr file="greenstone3/gs2build/packages/xlhtml/xlhtml-0.4.9.0/ppthtml/Makefile" pattern="^LDFLAGS =\s*$" replacement="LDFLAGS = -static" />
     182            <rsr file="greenstone3/gs2build/build-src/packages/xlhtml/xlhtml-0.4.9.0/ppthtml/Makefile" pattern="^LDFLAGS =\s*$" replacement="LDFLAGS = -static" />
    180183        </if>
    181184    </target>
    182185    <target name="rtftohtml-add-static">
    183186        <if><bool><istrue value="${execute}"/></bool>
    184             <rsr file="greenstone3/gs2build/packages/rtftohtml/rtftohtml_src/Makefile" pattern="-o rtftohtml(.{2})EXEEXT(.{1})" replacement="-o rtftohtml$1EXEEXT$2 -static" />
     187            <rsr file="greenstone3/gs2build/build-src/packages/rtftohtml/rtftohtml_src/Makefile" pattern="-o rtftohtml(.{2})EXEEXT(.{1})" replacement="-o rtftohtml$1EXEEXT$2 -static" />
    185188        </if>
    186189    </target>
Note: See TracChangeset for help on using the changeset viewer.