Changed automake files to reflect the new header files.
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 6 Aug 2003 16:32:08 +0000 (16:32 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 6 Aug 2003 16:32:08 +0000 (16:32 +0000)
Changed lttv and ltt automake to have the bin program dependant on the
system headers, which are in  $(DEFAULT_INCLUDES)/ltt[v]/header.h

git-svn-id: http://ltt.polymtl.ca/svn@170 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/include/ltt/Makefile.am
ltt/branches/poly/include/lttv/Makefile.am
ltt/branches/poly/ltt/Makefile.am
ltt/branches/poly/lttv/Makefile.am

index 860c2940ce95c3aecd17846893dab1a073e748b7..9435ae8e6a443acf2c64d573082f9c9fe9f72745 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003)
+AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-06082003)
 AM_CONFIG_HEADER([config.h])
 AM_PROG_LIBTOOL
 
index 98cfe0c62a42dd15713d006e194b15103b914006..bb998e7d8745eb3abbfca1f69d8f3b44d1fcea50 100644 (file)
@@ -1 +1,2 @@
-lttinclude_HEADERS = event.h facility.h ltt-private.h ltt.h tracefile.h type.h
+lttinclude_HEADERS = event.h facility.h ltt-private.h ltt.h trace.h \
+                                                                                type.h LTTTypes.h
index f5efe2c16716f10a5e96aea23b12ef32b4ca3f60..00a1df0568d7f2a6eee400c2dbab49555e950879 100644 (file)
@@ -1,2 +1,3 @@
 lttvinclude_HEADERS = hook.h module.h option.h lttv.h iattribute.h \
-               attribute.h processTrace.h state.h traceset.h traceWindow.h
+               attribute.h processTrace.h state.h traceset.h \
+               batchAnalysis.h filter.h gtkTraceSet.h stats.h textDump.h
index cc4d018a0eb47eb914549c420d75986c59e61f44..995d3e0021ffd7fc0e0c6f4c0d61f1d592e2a184 100644 (file)
@@ -13,5 +13,8 @@ LIBS += $(GLIB_LIBS)
 
 lib_LTLIBRARIES = libtraceread.la
 libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c \
-                      parser.h LTTTypes.h
+                                                                                                       parser.h
+
+libtraceread_la_DEPENDENCIES = $(DEFAULT_INCLUDES)/ltt/LTTTypes.h
+                                                                                                                        
 EXTRA_DIST = crc32.tab
index 3a50276f776461393fbfa3a04d86ec511aba32a2..5d5f44bca2327f89b72a327493effd36c0ea91ad 100644 (file)
@@ -9,10 +9,18 @@ bin_PROGRAMS = lttv
 #      -I$(top_srcdir)/include
 #INCLUDES=$(top_srcdir)/include
 
-tracevisualizer_SOURCES = main.c module.c option.c hook.c attribute.c \
+lttv_SOURCES = main.c module.c option.c hook.c attribute.c \
                iattribute.c processTrace.c state.c traceset.c
-#              lttv.h module.h option.h hook.h attribute.h \
-#                iattribute.h processTrace.h state.h traceset.h
+lttv_DEPENDENCIES = $(DEFAULT_INCLUDES)/lttv/lttv.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/module.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/option.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/hook.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/attribute.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/iattribute.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/processTrace.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/state.h \
+                                                                               $(DEFAULT_INCLUDES)/lttv/traceset.h
+
 
 
 libdir = ${lttvplugindir}
This page took 0.027624 seconds and 4 git commands to generate.