]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/Makefile.am
Add Bernhard's GTK+ citation 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         -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         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         GTexinfo.C \
91         GTexinfo.h \
92         GText.C \
93         GText.h \
94         GThesaurus.C \
95         GThesaurus.h \
96         GTimeout.C \
97         GTimeout.h \
98         GToc.C \
99         GToc.h \
100         GToolbar.C \
101         GToolbar.h \
102         GUrl.C \
103         GUrl.h \
104         GView.C \
105         GView.h \
106         GViewBase.C \
107         GViewBase.h \
108         GVSpace.C \
109         GVSpace.h \
110         GWorkArea.C \
111         GWorkArea.h \
112         GXpmBtnTbl.C \
113         GXpmBtnTbl.h \
114         GtkmmX.h \
115         IdSc.C \
116         IdSc.h \
117         LyXKeySymFactory.C \
118         LyXScreenFactory.C \
119         WorkAreaFactory.C \
120         codeConvert.h \
121         ghelpers.C \
122         ghelpers.h \
123         io_callback.C \
124         io_callback.h \
125         lyx_gui.C \
126         xftFontLoader.C \
127         xftFontLoader.h \
128         xftFontMetrics.C
129
130
131 xforms_objects = \
132         ../xforms/bmtable.lo \
133         ../xforms/checkedwidgets.lo \
134         ../xforms/ColorHandler.lo \
135         ../xforms/Color.lo \
136         ../xforms/combox.lo \
137         ../xforms/fdesign_base.lo \
138         ../xforms/FormBibitem.lo \
139         ../xforms/FormBibtex.lo \
140         ../xforms/FormBranch.lo \
141         ../xforms/FormBrowser.lo \
142         ../xforms/FormColorpicker.lo \
143         ../xforms/FormDialogView.lo \
144         ../xforms/FormExternal.lo \
145         ../xforms/FormMathsBitmap.lo \
146         ../xforms/FormMathsDelim.lo \
147         ../xforms/FormMathsSpace.lo \
148         ../xforms/FormMathsStyle.lo \
149         ../xforms/FormPreamble.lo \
150         ../xforms/FormPreferences.lo \
151         ../xforms/forms_gettext.lo \
152         ../xforms/FormTabular.lo \
153         ../xforms/FormText.lo \
154         ../xforms/FormWrap.lo \
155         ../xforms/freebrowser.lo \
156         ../xforms/input_validators.lo \
157         ../xforms/RadioButtonGroup.lo \
158         ../xforms/Tooltips.lo \
159         ../xforms/xformsBC.lo \
160         ../xforms/xforms_helpers.lo \
161         ../xforms/xformsImage.lo \
162         ../xforms/xforms_resize.lo