modules makefiles
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 14:43:43 +0000 (14:43 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 14:43:43 +0000 (14:43 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@45 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/lttv/Makefile.am
ltt/branches/poly/lttv/modules/Makefile.am [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/Makefile.am [new file with mode: 0644]
ltt/branches/poly/lttv/modules/text/Makefile.am [new file with mode: 0644]

index cd36993b173e7c432bfe3bcf7ed27d42072ae93d..785020ade4b99fc631b432565322b29848da665c 100644 (file)
@@ -51,6 +51,9 @@ AC_SUBST(lttincludedir)
 
 AC_CONFIG_FILES([Makefile
                  lttv/Makefile
+                lttv/modules/Makefile
+                lttv/modules/gui/Makefile
+                lttv/modules/text/Makefile
                  lttv/plugins/Makefile
                 lttv/plugins/exemples/Makefile
                 lttd/Makefile
index fd6d965ff1d1f3b5a1bfa26f4c0c0f71bf8365c1..f958c4befc45dd1e0cc46d1f2fefe839e29e8970 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = plugins
+SUBDIRS = modules plugins
 
 bin_PROGRAMS = textui
 
@@ -9,4 +9,4 @@ bin_PROGRAMS = textui
 textui_SOURCES = main.c module.c option.c hook.c attribute.c \
                 attribute.h lttv.h module.h option.h trace.h
 
-lttvinclude_HEADERS = traceWindow.h module.h hook.h
+lttvinclude_HEADERS = module.h hook.h
diff --git a/ltt/branches/poly/lttv/modules/Makefile.am b/ltt/branches/poly/lttv/modules/Makefile.am
new file mode 100644 (file)
index 0000000..6d99b3b
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = gui text
diff --git a/ltt/branches/poly/lttv/modules/gui/Makefile.am b/ltt/branches/poly/lttv/modules/gui/Makefile.am
new file mode 100644 (file)
index 0000000..bcb0f98
--- /dev/null
@@ -0,0 +1 @@
+lttvinclude_HEADERS = traceWindow.h
diff --git a/ltt/branches/poly/lttv/modules/text/Makefile.am b/ltt/branches/poly/lttv/modules/text/Makefile.am
new file mode 100644 (file)
index 0000000..9e544d3
--- /dev/null
@@ -0,0 +1 @@
+#empty for now
This page took 0.025635 seconds and 4 git commands to generate.