]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/Makefile.am
Replace xformsImage with LyXGdkImage in GTK frontend
[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         -I../xforms \
18         -I$(top_srcdir)/src/frontends/xforms \
19         $(BOOST_INCLUDES) @GTK_FRONTEND_CFLAGS@
20
21 libgtk_la_LIBADD = $(xforms_objects) ../xforms/forms/*.lo @GTK_FRONTEND_LIBS@ @XFORMS_LIBS@
22
23 # Alphabetical order please.  It makes it easier to figure out what's missing.
24 libgtk_la_SOURCES = \
25         Alert_pimpl.C \
26         Dialogs.C \
27         FileDialog.C \
28         FileDialogPrivate.C \
29         FileDialogPrivate.h \
30         GAboutlyx.C \
31         GAboutlyx.h \
32         GBC.C \
33         GBC.h \
34         GBibItem.C \
35         GBibItem.h \
36         GBox.C \
37         GBox.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         GPrint.C \
77         GPrint.h \
78         GRef.C \
79         GRef.h \
80         GScreen.C \
81         GScreen.h \
82         GSearch.C \
83         GSearch.h \
84         GSendto.C \
85         GSendto.h \
86         GShowFile.C \
87         GShowFile.h \
88         GSpellchecker.C \
89         GSpellchecker.h \
90         GTableCreate.C \
91         GTableCreate.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         GtkmmX.h \
117         IdSc.C \
118         IdSc.h \
119         LyXGdkImage.C \
120         LyXGdkImage.h \
121         LyXKeySymFactory.C \
122         LyXScreenFactory.C \
123         WorkAreaFactory.C \
124         codeConvert.h \
125         ghelpers.C \
126         ghelpers.h \
127         io_callback.C \
128         io_callback.h \
129         lyx_gui.C \
130         xftFontLoader.C \
131         xftFontLoader.h \
132         xftFontMetrics.C
133
134
135 xforms_objects = \
136         ../xforms/bmtable.lo \
137         ../xforms/checkedwidgets.lo \
138         ../xforms/ColorHandler.lo \
139         ../xforms/Color.lo \
140         ../xforms/combox.lo \
141         ../xforms/fdesign_base.lo \
142         ../xforms/FormBibtex.lo \
143         ../xforms/FormBranch.lo \
144         ../xforms/FormBrowser.lo \
145         ../xforms/FormColorpicker.lo \
146         ../xforms/FormDialogView.lo \
147         ../xforms/FormExternal.lo \
148         ../xforms/FormMathsBitmap.lo \
149         ../xforms/FormMathsDelim.lo \
150         ../xforms/FormMathsSpace.lo \
151         ../xforms/FormMathsStyle.lo \
152         ../xforms/FormPreamble.lo \
153         ../xforms/FormPreferences.lo \
154         ../xforms/forms_gettext.lo \
155         ../xforms/FormTabular.lo \
156         ../xforms/FormText.lo \
157         ../xforms/FormWrap.lo \
158         ../xforms/freebrowser.lo \
159         ../xforms/input_validators.lo \
160         ../xforms/RadioButtonGroup.lo \
161         ../xforms/Tooltips.lo \
162         ../xforms/xformsBC.lo \
163         ../xforms/xforms_helpers.lo \
164         ../xforms/xformsImage.lo \
165         ../xforms/xforms_resize.lo