Changeset 3156


Ignore:
Timestamp:
01/18/07 20:43:03 (6 years ago)
Author:
huetter
Message:
  • Finally fixed the cc-task for uka.perfcount (thanks to Thomas)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locality/karmi/build.xml

    r3153 r3156  
    539539 
    540540     <!-- gcc -o build/include/libuka_perfcount_Foo.so -shared -Wl,-soname,libuka_perfcount_Foo.so -I$JAVA_HOME/include -I$JAVA_HOME/include/linux src/uka/perfcount/uka_perfcount_Foo.c --> 
    541 <!--     <cc optimize="speed" outfile="${include}/uka_perfcount_Foo" outtype="shared"> 
    542         <linkerarg value="-soname,libuka_perfcount_Foo.so"/> 
    543         <sysincludepath location="${java.home}/include"/> 
    544         <sysincludepath location="${java.home}/include/linux"/> 
    545         <fileset dir="${javasrc}/uka/perfcount" includes="uka_perfcount_Foo.c"/> 
    546      </cc> --> 
     541     <cc optimize="speed" outfile="${include}/uka_perfcount_Foo" outtype="shared"> 
     542        <linkerarg value="-Wl,-soname,libuka_perfcount_Foo.so"/> 
     543        <sysincludepath location="${java.home}/../include"/> 
     544        <sysincludepath location="${java.home}/../include/linux"/> 
     545        <fileset dir="${src}/uka/perfcount" includes="uka_perfcount_Foo.c"/> 
     546     </cc> 
    547547  </target> 
    548548 
Note: See TracChangeset for help on using the changeset viewer.