makefile
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 14:11:04 +0000 (14:11 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 14:11:04 +0000 (14:11 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@263 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am [new file with mode: 0644]

diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am b/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am
new file mode 100644 (file)
index 0000000..5f83a28
--- /dev/null
@@ -0,0 +1,21 @@
+#
+# Makefile for LTT New generation user interface : plugins.
+#
+# Created by Mathieu Desnoyers on May 6, 2003
+#
+
+# the gui subdir comes first : dependency
+SUBDIRS = gui
+
+AM_CFLAGS = $(GLIB_CFLAGS) 
+AM_CFLAGS += $(GTK_CFLAGS)
+LIBS += $(GLIB_LIBS)
+LIBS += $(GTK_LIBS) -Lgui/API -lmainWinApi -lcustomBox
+
+libdir = ${lttvplugindir}
+
+lib_LTLIBRARIES = libguiEvents.la # libguiControlFlow.la
+libguiEvents_la_LDFLAGS = -module
+libguiEvents_la_SOURCES = guiEvents.c
+libguiControlFlow_la_LDFLAGS = -module
+libguiControlFlow_la_SOURCES = guiControlFlow.c
This page took 0.023784 seconds and 4 git commands to generate.