]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Makefile.am
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / Makefile.am
index 31a8a2999a537ff92dd0a278d97e7b1bef093710..5ed1ba0ea43ff7817dd7778d19d3c01dc27e8115 100644 (file)
@@ -2,30 +2,61 @@ AUTOMAKE_OPTIONS = foreign 1.4
 DISTCLEANFILES= *.orig *.rej *~ *.bak core
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libxforms.la
-INCLUDES = -I${top_srcdir}/src/ \
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = -I${top_srcdir}/images -I${top_srcdir}/src/ \
        -I${top_srcdir}/src/frontends/ \
-       ${SIGC_CFLAGS}
+       -I${top_srcdir}/src/frontends/controllers \
+       ${SIGC_CFLAGS} $(BOOST_INCLUDES)
 LIBS=
 LDFLAGS=
 LYXDATADIRS = forms
 ETAGS_ARGS = --lang=c++
 # Alphabetical order please.  It makes it easier to figure out what's missing. 
 libxforms_la_SOURCES = \
-       ButtonController.h \
+       Alert_pimpl.C \
+       bmtable.c \
+       bmtable.h \
+       Color.C \
+       Color.h \
+       combox.C \
+       combox.h \
        Dialogs.C \
+       DropDown.h \
+       DropDown.C \
+       FileDialog.C \
+       FormFiledialog.h \
+       FormFiledialog.C \
+       form_filedialog.C \
+       form_filedialog.h \
        GUIRunTime.C \
+       FormAboutlyx.C \
+       FormAboutlyx.h \
+       form_aboutlyx.C \
+       form_aboutlyx.h \
        FormBase.C \
        FormBase.h \
+       FormBaseDeprecated.C \
+       FormBaseDeprecated.h \
+       FormBibitem.C \
+       FormBibitem.h \
+       form_bibitem.C \
+       form_bibitem.h \
+       FormBibtex.C \
+       FormBibtex.h \
+       form_bibtex.C \
+       form_bibtex.h \
+       FormBrowser.C \
+       FormBrowser.h \
+       form_browser.C \
+       form_browser.h \
+       FormCharacter.C \
+       FormCharacter.h \
+       form_character.C \
+       form_character.h \
        FormCitation.C \
        FormCitation.h \
        form_citation.C \
        form_citation.h \
-       FormCommand.C \
-       FormCommand.h \
-       FormCopyright.C \
-       FormCopyright.h \
-       form_copyright.C \
-       form_copyright.h \
        FormDocument.C \
        FormDocument.h \
        form_document.C \
@@ -34,14 +65,72 @@ libxforms_la_SOURCES = \
        FormError.h \
        form_error.C \
        form_error.h \
+       FormERT.C \
+       FormERT.h \
+       form_ert.C \
+       form_ert.h \
+       FormExternal.C \
+       FormExternal.h \
+       form_external.C \
+       form_external.h \
+       FormFloat.C \
+       FormFloat.h \
+       form_float.C \
+       form_float.h \
        FormGraphics.C \
        FormGraphics.h \
        form_graphics.C \
        form_graphics.h \
+       FormInclude.C \
+       FormInclude.h \
+       form_include.C \
+       form_include.h \
        FormIndex.C \
        FormIndex.h \
        form_index.C \
        form_index.h \
+       FormInset.C \
+       FormInset.h \
+       FormLog.C \
+       FormLog.h \
+       FormMathsBitmap.C \
+       FormMathsBitmap.h \
+       FormMathsDeco.C \
+       FormMathsDeco.h \
+       form_maths_deco.C \
+       form_maths_deco.h \
+       FormMathsDelim.C \
+       FormMathsDelim.h \
+       form_maths_delim.C \
+       form_maths_delim.h \
+       FormMathsMatrix.C \
+       FormMathsMatrix.h \
+       form_maths_matrix.C \
+       form_maths_matrix.h \
+       FormMathsPanel.C \
+       FormMathsPanel.h \
+       form_maths_panel.C \
+       form_maths_panel.h \
+       FormMathsSpace.C \
+       FormMathsSpace.h \
+       form_maths_space.C \
+       form_maths_space.h \
+       FormMathsStyle.C \
+       FormMathsStyle.h \
+       form_maths_style.C \
+       form_maths_style.h \
+       FormMinipage.C \
+       FormMinipage.h \
+       form_minipage.C \
+       form_minipage.h \
+       FormParagraph.C \
+       FormParagraph.h \
+       form_paragraph.C \
+       form_paragraph.h \
+       FormPreamble.C \
+       FormPreamble.h \
+       form_preamble.C \
+       form_preamble.h \
        FormPreferences.C \
        FormPreferences.h \
        form_preferences.C \
@@ -54,10 +143,32 @@ libxforms_la_SOURCES = \
        FormRef.h \
        form_ref.C \
        form_ref.h \
+       FormSearch.C \
+       FormSearch.h \
+       form_search.C \
+       form_search.h \
+       FormShowFile.C \
+       FormShowFile.h \
+       FormSpellchecker.C \
+       FormSpellchecker.h \
+       form_spellchecker.C \
+       form_spellchecker.h \
        FormTabular.C \
        FormTabular.h \
        form_tabular.C \
        form_tabular.h \
+       FormTabularCreate.C \
+       FormTabularCreate.h \
+       form_tabular_create.C \
+       form_tabular_create.h \
+       FormTexinfo.C \
+       FormTexinfo.h \
+       form_texinfo.C \
+       form_texinfo.h \
+       FormThesaurus.C \
+       FormThesaurus.h \
+       form_thesaurus.C \
+       form_thesaurus.h \
        FormToc.C \
        FormToc.h \
        form_toc.C \
@@ -66,15 +177,24 @@ libxforms_la_SOURCES = \
        FormUrl.h \
        form_url.C \
        form_url.h \
+       FormVCLog.C \
+       FormVCLog.h \
        input_validators.h \
-       input_validators.c \
+       input_validators.C \
+       MathsSymbols.h \
+       MathsSymbols.C \
        Menubar_pimpl.C \
        Menubar_pimpl.h \
        RadioButtonGroup.C \
        RadioButtonGroup.h \
+       Timeout_pimpl.C \
+       Timeout_pimpl.h \
        Toolbar_pimpl.C \
        Toolbar_pimpl.h \
-       xform_macros.h
+       xforms_helpers.C \
+       xforms_helpers.h \
+       xformsBC.C \
+       xformsBC.h
 
 # These still have to be added. Sooner or later. ARRae-20000411
 #      GUI_defaults.C \
@@ -83,6 +203,12 @@ libxforms_la_SOURCES = \
 #      GUI_runtime.C \
 #      GUI_applymenu.C
 
+libxforms_la_LIBADD = @LYX_LIBS@ @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
+
+# for convenience only
+updatesrc:
+       $(MAKE) -C forms updatesrc
 # just copied from old lyx repository
 dist-hook:
        for subdir in $(LYXDATADIRS) ; do \