## Process this file with automake to produce Makefile.in bin_PROGRAMS = \ reporter EXTRA_PROGRAMS = comparator if ENABLE_COMPARATOR bin_PROGRAMS += comparator comparator_SOURCES = \ comparator.cc \ CompOpts.cc comparator_LDADD = \ libloganalyzers.la \ ../xml/libxml.a \ ../Hapy/src/libHapy.la \ ../base/libbase.a \ ../xstd/libxstd.a \ @LIBOBJS@ endif noinst_LTLIBRARIES = \ libloganalyzers.la libloganalyzers_la_SOURCES = \ InfoScope.cc \ InfoScopeDim.cc \ InfoScopes.cc \ Stex.cc \ LoadStex.cc \ LoadStexes.cc \ \ SomeInfo.cc \ TestInfo.cc \ SideInfo.cc \ ProcInfo.cc \ PhaseInfo.cc \ PhaseTrace.cc \ \ ReportFigure.cc \ TmSzHistFig.cc \ RptmHistFig.cc \ SizeHistFig.cc \ ReportTraceFigure.cc \ PointTraceFig.cc \ RptmTraceFig.cc \ LevelTraceFig.cc \ LoadTraceFig.cc \ HistogramFigure.cc \ ScatteredFig.cc \ \ ReportBlob.cc \ BlobIdx.cc \ BlobDb.cc \ \ SectionState.cc \ RepToHtmlFile.cc \ \ RepOpts.cc \ \ Sample.cc \ Panorama.cc \ Formatter.cc reporter_SOURCES = \ reporter.cc noinst_HEADERS = \ BlobDb.h \ BlobIdx.h \ CompOpts.h \ Formatter.h \ InfoScope.h \ InfoScopeDim.h \ InfoScopes.h \ StexBase.h \ PointStex.h \ HistStex.h \ LevelStex.h \ LevelTraceFig.h \ LoadStex.h \ LoadStexes.h \ LoadTraceFig.h \ Panorama.h \ PhaseInfo.h \ PhaseTrace.h \ ProcInfo.h \ RepOpts.h \ RepToHtmlFile.h \ ReportBlob.h \ ReportFigure.h \ ReportTraceFigure.h \ PointTraceFig.h \ HistogramFigure.h \ ScatteredFig.h \ RptmHistFig.h \ RptmTraceFig.h \ Sample.h \ SectionState.h \ SideInfo.h \ SizeHistFig.h \ SomeInfo.h \ Stex.h \ TestInfo.h \ TmSzHistFig.h \ \ $(top_builddir)/config.h reporter_LDADD = \ libloganalyzers.la \ ../logextractors/liblogextractors.a \ ../runtime/libruntime.a \ ../xml/libxml.a \ ../base/libbase.a \ ../xstd/libxstd.a \ @LIBOBJS@ INCLUDES = \ -I$(top_srcdir)/src \ -I$(top_builddir) \ -I$(top_builddir)/src \ -I$(top_srcdir)/src/Hapy/src/include include $(top_srcdir)/src/common.am