]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/Makefile.am
Changed KDE FormIndex to use qtarch generated dialog, added FromParagraph
[lyx.git] / src / frontends / gnome / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libgnome.la
5 INCLUDES = ${FRONTEND_INCLUDES} -I${top_srcdir}/src/ \
6         -I${top_srcdir}/src/frontends/ -I${top_srcdir}/src/frontends/xforms \
7         ${SIGC_CFLAGS}
8 libgnome_la_OBJADD = \
9         ../xforms/FormBase.lo \
10         ../xforms/FormCitation.lo \
11         ../xforms/form_citation.lo \
12         ../xforms/FormCommand.lo \
13         ../xforms/FormDocument.lo \
14         ../xforms/form_document.lo \
15         ../xforms/FormError.lo \
16         ../xforms/form_error.lo \
17         ../xforms/FormGraphics.lo \
18         ../xforms/form_graphics.lo \
19         ../xforms/FormIndex.lo \
20         ../xforms/form_index.lo \
21         ../xforms/FormParagraph.lo \
22         ../xforms/form_paragraph.lo \
23         ../xforms/FormPreferences.lo \
24         ../xforms/form_preferences.lo \
25         ../xforms/FormRef.lo \
26         ../xforms/form_ref.lo \
27         ../xforms/FormTabular.lo \
28         ../xforms/form_tabular.lo \
29         ../xforms/FormToc.lo \
30         ../xforms/form_toc.lo \
31         ../xforms/input_validators.lo \
32         ../xforms/RadioButtonGroup.lo \
33         ../xforms/Toolbar_pimpl.lo
34 LIBS= 
35 LDFLAGS= $(libgnome_la_OBJADD)
36 LYXDATADIRS = 
37 #ETAGS_ARGS = --lang=c++
38 libgnome_la_SOURCES = \
39         Dialogs.C \
40         GUIRunTime.C \
41         FormCitation.C \
42         FormCitation.h \
43         FormCopyright.C \
44         FormCopyright.h \
45         FormPrint.C \
46         FormPrint.h \
47         FormUrl.C \
48         FormUrl.h \
49         FormIndex.C \
50         FormIndex.h \
51         FormToc.C \
52         FormToc.h \
53         Menubar_pimpl.C \
54         Menubar_pimpl.h \
55         mainapp.C \
56         mainapp.h \
57         support.c \
58         support.h \
59         diaprint_callbacks.c \
60         diaprint_callbacks.h \
61         diaprint_interface.c \
62         diaprint_interface.h \
63         diainserturl_callbacks.c  \
64         diainserturl_interface.c  \
65         diainserturl_callbacks.h \
66         diainserturl_interface.h \
67         diainsertindex_callbacks.c  \
68         diainsertindex_interface.c  \
69         diainsertindex_callbacks.h \
70         diainsertindex_interface.h \
71         diatoc_callbacks.c  \
72         diatoc_interface.c  \
73         diatoc_callbacks.h \
74         diatoc_interface.h \
75         diainsertcitation_interface.c \
76         diainsertcitation_interface.h \
77         diainsertcitation_callbacks.c \
78         diainsertcitation_callbacks.h \
79         pixbutton.h
80
81 # These still have to be added. Sooner or later. ARRae-20000411
82 #       GUI_defaults.C \
83 #       GUI_initialize.C \
84 #       GUI_postlyxrc.C \
85 #       GUI_runtime.C \
86 #       GUI_applymenu.C
87
88 # just copied from old lyx repository
89 dist-hook:
90         for subdir in $(LYXDATADIRS) ; do \
91         test -d $(distdir)/$$subdir \
92         || mkdir $(distdir)/$$subdir \
93         || exit 1; \
94         chmod 777 $(distdir)/$$subdir; \
95         list=`(cd $(srcdir)/$$subdir && ls -1 | grep -v CVS)`; \
96         echo $$list ; \
97         for fil in $$list ; do \
98         cp -p $(srcdir)/$$subdir/$$fil $(distdir)/$$subdir ; \
99         done ; \
100         done