]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/Makefile.am
Remove all xforms code from gtk frontends
[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         GChanges.C \
37         GChanges.h \
38         GCharacter.C \
39         GCharacter.h \
40         GCitation.C \
41         GCitation.h \
42         GDocument.C \
43         GDocument.h \
44         GErrorList.C \
45         GErrorList.h \
46         GERT.C \
47         GERT.h \
48         GFloat.C \
49         GFloat.h \
50         GInclude.C \
51         GInclude.h \
52         GGraphics.C \
53         GGraphics.h \
54         GLog.C \
55         GLog.h \
56         GLyXKeySym.C \
57         GLyXKeySym.h \
58         GMathDelim.C \
59         GMathDelim.h \
60         GMathPanel.C \
61         GMathPanel.h \
62         GMathsMatrix.C \
63         GMathsMatrix.h \
64         GMenubar.C \
65         GMenubar.h \
66         GMiniBuffer.C \
67         GMiniBuffer.h \
68         GNote.C \
69         GNote.h \
70         GPainter.C \
71         GPainter.h \
72         GParagraph.C \
73         GParagraph.h \
74         GPrint.C \
75         GPrint.h \
76         GRef.C \
77         GRef.h \
78         GScreen.C \
79         GScreen.h \
80         GSearch.C \
81         GSearch.h \
82         GSendto.C \
83         GSendto.h \
84         GShowFile.C \
85         GShowFile.h \
86         GSpellchecker.C \
87         GSpellchecker.h \
88         GTableCreate.C \
89         GTableCreate.h \
90         GTabular.C \
91         GTabular.h \
92         GTexinfo.C \
93         GTexinfo.h \
94         GText.C \
95         GText.h \
96         GThesaurus.C \
97         GThesaurus.h \
98         GTimeout.C \
99         GTimeout.h \
100         GToc.C \
101         GToc.h \
102         GToolbar.C \
103         GToolbar.h \
104         GUrl.C \
105         GUrl.h \
106         GView.C \
107         GView.h \
108         GViewBase.C \
109         GViewBase.h \
110         GVSpace.C \
111         GVSpace.h \
112         GWorkArea.C \
113         GWorkArea.h \
114         GXpmBtnTbl.C \
115         GXpmBtnTbl.h \
116         LyXGdkImage.C \
117         LyXGdkImage.h \
118         GtkLengthEntry.C \
119         GtkLengthEntry.h \
120         GtkmmX.h \
121         IdSc.C \
122         IdSc.h \
123         LyXGdkImage.C \
124         LyXGdkImage.h \
125         LyXKeySymFactory.C \
126         LyXScreenFactory.C \
127         WorkAreaFactory.C \
128         codeConvert.h \
129         ghelpers.C \
130         ghelpers.h \
131         io_callback.C \
132         io_callback.h \
133         lyx_gui.C \
134         xftFontLoader.C \
135         xftFontLoader.h \
136         xftFontMetrics.C
137