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