begin background computation implementation
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in
2
3AM_CFLAGS = $(GLIB_CFLAGS)
4AM_CFLAGS += $(GTK_CFLAGS)
5LIBS += $(GLIB_LIBS)
6LIBS += $(GTK_LIBS)
7
8INCLUDES = \
9 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
10 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
11 @PACKAGE_CFLAGS@ \
12 $(DEFAULT_INCLUDES)
13
14libdir = ${lttvplugindir}
15
16#bin_PROGRAMS = lttvwindow
17lib_LTLIBRARIES = liblttvwindow.la
18
19
20#liblttvwindow_la_LDFLAGS = -module
21liblttvwindow_la_SOURCES = \
22 toolbar.c\
23 menu.c\
24 gtkdirsel.c\
25 gtkmultivpaned.c\
26 viewer.c \
27 init_module.c \
28 support.c \
29 interface.c \
30 callbacks.c \
31 lttvfilter.c
32
33noinst_HEADERS = \
34 support.h \
35 interface.h \
36 callbacks.h
37
38lttvwindowinclude_HEADERS = \
39 common.h\
40 gtkdirsel.h\
41 gtkmultivpaned.h\
42 viewer.h\
43 lttvfilter.h\
44 mainwindow.h\
45 menu.h\
46 toolbar.h
47
48liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
49
This page took 0.021561 seconds and 4 git commands to generate.