aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 3505e574adbc87d3105898ca0e505714b080dfd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
SUBDIRS = widgets egg

INCLUDES = \
    $(WARN_CFLAGS)          \
        $(EPIPHANY_DEPENDENCY_CFLAGS)   \
    -DSHARE_DIR=\"$(pkgdatadir)\"   \
    -DG_DISABLE_DEPRECATED      \
    -DGDK_DISABLE_DEPRECATED    \
    -DGTK_DISABLE_DEPRECATED    \
    -DGDK_PIXBUF_DISABLE_DEPRECATED \
    -DGNOME_DISABLE_DEPRECATED

noinst_LTLIBRARIES = libephy.la

libephy_la_SOURCES = \
    eel-gconf-extensions.c          \
    eel-gconf-extensions.h          \
    ephy-autocompletion.c           \
    ephy-autocompletion.h           \
    ephy-autocompletion-source.c        \
    ephy-autocompletion-source.h        \
    ephy-bonobo-extensions.h        \
    ephy-bonobo-extensions.c        \
    ephy-debug.c                \
    ephy-debug.h                \
    ephy-dialog.c               \
    ephy-dialog.h               \
    ephy-dnd.c              \
    ephy-dnd.h              \
    ephy-file-helpers.c         \
    ephy-file-helpers.h         \
    ephy-glade.c                \
    ephy-glade.h                \
    ephy-gui.c              \
    ephy-gui.h              \
    ephy-langs.h                \
    ephy-langs.c                \
    ephy-marshal.c              \
    ephy-marshal.h              \
    ephy-node.c             \
    ephy-node.h             \
    ephy-node-filter.c          \
    ephy-node-filter.h          \
    ephy-node-common.h          \
    ephy-node-db.c              \
    ephy-node-db.h              \
    ephy-prefs.h                \
    ephy-state.c                \
    ephy-state.h                \
    ephy-string.c               \
    ephy-string.h               \
    ephy-stock-icons.c          \
    ephy-stock-icons.h          \
    ephy-thread-helpers.c           \
    ephy-thread-helpers.h           \
    ephy-types.h                \
    ephy-zoom.h             \
    ephy-zoom.c

libephy_la_LIBADD = \
    $(top_builddir)/lib/widgets/libephywidgets.la   \
    $(top_builddir)/lib/egg/libegg.la

BUILT_SOURCES=ephy-marshal.c ephy-marshal.h

CLEAN_FILES = $(BUILT_SOURCES)

ephy-marshal.c: ephy-marshal.list
    @GLIB_GENMARSHAL@ --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header --body > ephy-marshal.c

ephy-marshal.h: ephy-marshal.list
    @GLIB_GENMARSHAL@ --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header > ephy-marshal.h

EXTRA_DIST =            \
    ephy-marshal.list