Changeset 3156
- Timestamp:
- 01/18/07 20:43:03 (6 years ago)
- File:
-
- 1 edited
-
branches/locality/karmi/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/locality/karmi/build.xml
r3153 r3156 539 539 540 540 <!-- 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> 547 547 </target> 548 548
Note: See TracChangeset
for help on using the changeset viewer.
