]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/Makefile.am
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / Makefile.am
index 6034922d9c5be4181304e3cebc393bf09c7ac9d1..c34df9e61c7c4a6ca5fa5c3d120effa7019a761c 100644 (file)
-AUTOMAKE_OPTIONS = foreign 1.4
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+include $(top_srcdir)/config/common.am
+
+EXTRA_DIST = BCView.tmpl ControlDialog.tmpl
+
+INCLUDES = -I$(top_srcdir)/src $(BOOST_INCLUDES)
+
 noinst_LTLIBRARIES = libcontrollers.la
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${top_srcdir}/src/ \
-       -I${top_srcdir}/src/frontends/ \
-       ${SIGC_CFLAGS} $(BOOST_INCLUDES)
-LIBS =
-SUBDIRS = 
-ETAGS_ARGS = --lang=c++
-libcontrollers_la_SOURCES=\
+
+libcontrollers_la_SOURCES= \
+       Dialog.C \
+       Dialog.h \
+       Kernel.C \
+       Kernel.h \
        biblio.C \
        biblio.h \
        character.C \
        character.h \
+       frnt_lang.C \
+       frnt_lang.h \
+       tex_helpers.C \
+       tex_helpers.h \
+       BCView.h \
+       BCView.C \
+       ButtonController.C \
        ButtonController.h \
-       ButtonControllerBase.C \
-       ButtonControllerBase.h \
        ButtonPolicies.C \
        ButtonPolicies.h \
        ControlAboutlyx.C \
        ControlAboutlyx.h \
-       ControlBibitem.C \
-       ControlBibitem.h \
        ControlBibtex.C \
        ControlBibtex.h \
        ControlButtons.C \
        ControlButtons.h \
        ControlCharacter.C \
        ControlCharacter.h \
+       ControlChanges.C \
+       ControlChanges.h \
        ControlCitation.C \
        ControlCitation.h \
        ControlCommand.C \
        ControlCommand.h \
+       ControlCommandBuffer.C \
+       ControlCommandBuffer.h \
        ControlConnections.C \
        ControlConnections.h \
-       ControlDialogs.h \
-       ControlError.h \
-       ControlError.C \
-       ControlExternal.h \
+       ControlDialog.h \
+       ControlDialog_impl.C \
+       ControlDialog_impl.h \
+       ControlDocument.C \
+       ControlDocument.h \
+       ControlErrorList.C \
+       ControlErrorList.h \
+       ControlERT.C \
+       ControlERT.h \
        ControlExternal.C \
-       ControlGraphics.h \
+       ControlExternal.h \
+       ControlFloat.C \
+       ControlFloat.h \
+       ControlForks.C \
+       ControlForks.h \
        ControlGraphics.C \
+       ControlGraphics.h \
        ControlInclude.C \
        ControlInclude.h \
-       ControlIndex.C \
-       ControlIndex.h \
-       ControlInset.h \
        ControlLog.C \
        ControlLog.h \
+       ControlMath.C \
+       ControlMath.h \
        ControlMinipage.C \
        ControlMinipage.h \
+       ControlNote.C \
+       ControlNote.h \
+       ControlParagraph.C \
+       ControlParagraph.h \
        ControlPreamble.C \
        ControlPreamble.h \
+       ControlPrefs.C \
+       ControlPrefs.h \
        ControlPrint.C \
        ControlPrint.h \
        ControlRef.C \
        ControlRef.h \
        ControlSearch.C \
        ControlSearch.h \
+       ControlSendto.C \
+       ControlSendto.h \
+       ControlShowFile.C \
+       ControlShowFile.h \
        ControlSpellchecker.C \
        ControlSpellchecker.h \
-       ControlSplash.C \
-       ControlSplash.h \
+       ControlTabular.C \
+       ControlTabular.h \
        ControlTabularCreate.C \
        ControlTabularCreate.h \
+       ControlTexinfo.C \
+       ControlTexinfo.h \
        ControlThesaurus.C \
        ControlThesaurus.h \
        ControlToc.C \
        ControlToc.h \
-       ControlUrl.C \
-       ControlUrl.h \
        ControlVCLog.C \
        ControlVCLog.h \
+       ControlWrap.C \
+       ControlWrap.h \
        GUI.h \
        ViewBase.h \
+       ViewBase.C \
        helper_funcs.C \
        helper_funcs.h
-
-# just copied from old lyx repository
-dist-hook:
-       for subdir in $(LYXDATADIRS) ; do \
-       test -d $(distdir)/$$subdir \
-       || mkdir $(distdir)/$$subdir \
-       || exit 1; \
-       chmod 777 $(distdir)/$$subdir; \
-       list=`(cd $(srcdir)/$$subdir && ls -1 | grep -v CVS)`; \
-       echo $$list ; \
-       for fil in $$list ; do \
-       cp -p $(srcdir)/$$subdir/$$fil $(distdir)/$$subdir ; \
-       done ; \
-       done