]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/Makefile.am
Start work on GTK preferences dialog
[lyx.git] / src / frontends / gtk / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = gimages glade
4
5 EXTRA_DIST = pch.h
6
7 BUILT_SOURCES = $(PCH_FILE)
8
9 noinst_LTLIBRARIES = libgtk.la
10
11 AM_CPPFLAGS += \
12         $(PCH_FLAGS) \
13         -I$(top_srcdir)/images \
14         -I$(top_srcdir)/src \
15         -I$(top_srcdir)/src/frontends \
16         -I$(top_srcdir)/src/frontends/controllers \
17         $(BOOST_INCLUDES) @GTK_FRONTEND_CFLAGS@
18
19 libgtk_la_LIBADD = @GTK_FRONTEND_LIBS@
20
21 # Alphabetical order please.  It makes it easier to figure out what's missing.
22 libgtk_la_SOURCES = \
23         Alert_pimpl.C \
24         Dialogs.C \
25         FileDialog.C \
26         FileDialogPrivate.C \
27         FileDialogPrivate.h \
28         GAboutlyx.C \
29         GAboutlyx.h \
30         GBC.C \
31         GBC.h \
32         GBibItem.C \
33         GBibItem.h \
34         GBox.C \
35         GBox.h \
36         GBranch.C \
37         GBranch.h \
38         GChanges.C \
39         GChanges.h \
40         GCharacter.C \
41         GCharacter.h \
42         GCitation.C \
43         GCitation.h \
44         GDocument.C \
45         GDocument.h \
46         GErrorList.C \
47         GErrorList.h \
48         GERT.C \
49         GERT.h \
50         GFloat.C \
51         GFloat.h \
52         GInclude.C \
53         GInclude.h \
54         GGraphics.C \
55         GGraphics.h \
56         GLog.C \
57         GLog.h \
58         GLyXKeySym.C \
59         GLyXKeySym.h \
60         GMathDelim.C \
61         GMathDelim.h \
62         GMathPanel.C \
63         GMathPanel.h \
64         GMathsMatrix.C \
65         GMathsMatrix.h \
66         GMenubar.C \
67         GMenubar.h \
68         GMiniBuffer.C \
69         GMiniBuffer.h \
70         GNote.C \
71         GNote.h \
72         GPainter.C \
73         GPainter.h \
74         GParagraph.C \
75         GParagraph.h \
76         GPreferences.C \
77         GPreferences.h \
78         GPrint.C \
79         GPrint.h \
80         GRef.C \
81         GRef.h \
82         GScreen.C \
83         GScreen.h \
84         GSearch.C \
85         GSearch.h \
86         GSendto.C \
87         GSendto.h \
88         GShowFile.C \
89         GShowFile.h \
90         GSpellchecker.C \
91         GSpellchecker.h \
92         GTableCreate.C \
93         GTableCreate.h \
94         GTabular.C \
95         GTabular.h \
96         GTexinfo.C \
97         GTexinfo.h \
98         GText.C \
99         GText.h \
100         GThesaurus.C \
101         GThesaurus.h \
102         GTimeout.C \
103         GTimeout.h \
104         GToc.C \
105         GToc.h \
106         GToolbar.C \
107         GToolbar.h \
108         GUrl.C \
109         GUrl.h \
110         GView.C \
111         GView.h \
112         GViewBase.C \
113         GViewBase.h \
114         GVSpace.C \
115         GVSpace.h \
116         GWorkArea.C \
117         GWorkArea.h \
118         GWrap.C \
119         GWrap.h \
120         GXpmBtnTbl.C \
121         GXpmBtnTbl.h \
122         LyXGdkImage.C \
123         LyXGdkImage.h \
124         GtkLengthEntry.C \
125         GtkLengthEntry.h \
126         GtkmmX.h \
127         IdSc.C \
128         IdSc.h \
129         LyXGdkImage.C \
130         LyXGdkImage.h \
131         LyXKeySymFactory.C \
132         LyXScreenFactory.C \
133         WorkAreaFactory.C \
134         codeConvert.h \
135         ghelpers.C \
136         ghelpers.h \
137         io_callback.C \
138         io_callback.h \
139         lyx_gui.C \
140         xftFontLoader.C \
141         xftFontLoader.h \
142         xftFontMetrics.C
143