cd ${top_srcdir}/tmpbuilddir && tar -czf ${top_srcdir}/${distdir}/${package}-${version}_bin.tar.gz *
rm -rf ${top_srcdir}/tmpbuilddir
+doc:
+ doxygen C.dox
+ doxygen CPP.dox
+
install:
-mkdir -p ${PREFIX}/${STAGETO}
-mkdir -p ${PREFIX}/share/doc/${package}-${version}
Revision history:
$Log$
+ Revision 1.1 2004/07/06 17:47:31 flammer
+ Update of classpath definitions, targets & configure file.
+
Revision 1.3 2004/06/23 00:16:08 dimeglio
Added globalprefix and lbprefix parameters
PREFIX=${install.dir}
version=${module.version}
</echo>
+ <echo file="${module.build.dir}/C.dox">
+PROJECT_NAME = "Glite LB Client: C - Interface"
+PROJECT_NUMBER = ${module.version}
+OUTPUT_DIRECTORY = ${component.dir}/doc/C
+OPTIMIZE_OUTPUT_FOR_C = YES
+INPUT = ./events.h \
+ ./jobstat.h \
+ ./producer.h \
+ ../interface/context.h \
+ ../interface/consumer.h
+#HAVE_DOT = YES
+#CALL_GRAPH = YES
+ </echo>
+ <echo file="${module.build.dir}/CPP.dox">
+PROJECT_NAME = "Glite LB Client: CPP - Interface"
+PROJECT_NUMBER = ${module.version}
+OUTPUT_DIRECTORY = ${component.dir}/doc/CPP
+INPUT = ../build/Event.h \
+ ../build/JobStatus.h \
+ ../interface/Job.h \
+ ../interface/CountRef.h \
+ ../interface/LoggingExceptions.h \
+ ../interface/ServerConnection.h \
+ ../interface/Notification.h
+#HAVE_DOT = YES
+#CALL_GRAPH = YES
+ </echo>
</target>
</project>