]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
* src/frontends/qt4/ui/ParagraphUi.ui: just tiny cosmetics (make dialog more compact)
[lyx.git] / src / Makefile.am
index 0e338fee9f3750bf735a67a34754b46e8027aae5..3c2e486d24e0db02b3c8a12964490ee0ede8cf6c 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/common.am
 
-DISTCLEANFILES += config.h libintl.h version.C stamp-version version.C-tmp
+DISTCLEANFILES += config.h libintl.h version.cpp stamp-version version.cpp-tmp
 
 MAINTAINERCLEANFILES += $(srcdir)/config.h.in
 
@@ -10,10 +10,10 @@ endif
 
 SUBDIRS = mathed insets graphics support frontends . $(CLIENT) tex2lyx
 
-EXTRA_DIST = config.h.in stamp-h.in version.C.in \
-       Sectioning.h \
-       Sectioning.C \
-       Variables.C \
+EXTRA_DIST = config.h.in stamp-h.in version.cpp.in \
+       Section.h \
+       Section.cpp \
+       Variables.cpp \
        Variables.h \
        paper.h \
        pch.h
@@ -31,15 +31,11 @@ OTHERLIBS = $(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOC
 
 bin_PROGRAMS = lyx
 noinst_PROGRAMS = $(FRONTENDS_PROGS)
-EXTRA_PROGRAMS = lyx-gtk lyx-qt4
+EXTRA_PROGRAMS = lyx-qt4
 
 lyx_qt4_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
        frontends/qt4/libqt4.la $(LYX_POST_LIBS) $(OTHERLIBS)
-lyx_qt4_SOURCES = main.C
-
-lyx_gtk_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
-       frontends/gtk/libgtk.la $(LYX_POST_LIBS) $(OTHERLIBS)
-lyx_gtk_SOURCES = main.C
+lyx_qt4_SOURCES = main.cpp
 
 lyx$(EXEEXT): $(FRONTENDS_PROGS)
        rm -f $@
@@ -47,250 +43,233 @@ lyx$(EXEEXT): $(FRONTENDS_PROGS)
 
 #lyx_LDFLAGS=-Wl,-O1
 
-BUILT_SOURCES = $(PCH_FILE) version.C
+BUILT_SOURCES = $(PCH_FILE) version.cpp
 
 AM_CPPFLAGS += $(PCH_FLAGS) $(BOOST_INCLUDES)
 
 if USE_ASPELL
-ASPELL = aspell.C aspell_local.h
+ASPELL = ASpell.cpp ASpell_local.h
 endif
 if USE_PSPELL
-PSPELL = pspell.C pspell.h
+PSPELL = PSpell.cpp PSpell.h
 endif
 if USE_ISPELL
-ISPELL = ispell.C ispell.h
+ISPELL = ISpell.cpp ISpell.h
 endif
 
 
 
 lyx_SOURCES = \
-       Bidi.C \
+       $(ASPELL) $(PSPELL) $(ISPELL) SpellBase.cpp \
+       Author.cpp \
+       Author.h \
+       Bidi.cpp \
        Bidi.h \
-       BufferView.C \
+       boost.cpp \
+       Box.cpp \
+       Box.h \
+       BranchList.cpp \
+       BranchList.h \
+       Buffer.cpp \
+       buffer_funcs.cpp \
+       buffer_funcs.h \
+       Buffer.h \
+       BufferList.cpp \
+       BufferList.h \
+       BufferParams.cpp \
+       BufferParams.h \
+       BufferView.cpp \
+       bufferview_funcs.cpp \
+       bufferview_funcs.h \
        BufferView.h \
-       Bullet.C \
+       Bullet.cpp \
        Bullet.h \
-       BranchList.C \
-       BranchList.h \
-       Chktex.C \
+       Changes.cpp \
+       Changes.h \
+       Chktex.cpp \
        Chktex.h \
-       Color.C \
+       Color.cpp \
        Color.h \
-       CutAndPaste.C \
+       config.h.in \
+       ConverterCache.cpp \
+       ConverterCache.h \
+       Converter.cpp \
+       Converter.h \
+       CoordCache.cpp \
+       CoordCache.h \
+       Counters.cpp \
+       Counters.h \
+       Cursor.cpp \
+       Cursor.h \
+       CursorSlice.cpp \
+       CursorSlice.h \
+       CutAndPaste.cpp \
        CutAndPaste.h \
-       DepTable.C \
+       debug.cpp \
+       debug.h \
+       DepTable.cpp \
        DepTable.h \
-       FloatList.C \
-       FloatList.h \
-       Floating.C \
+       Dimension.cpp \
+       Dimension.h \
+       DispatchResult.h \
+       DocIterator.cpp \
+       DocIterator.h \
+       Encoding.cpp \
+       Encoding.h \
+       ErrorList.cpp \
+       ErrorList.h \
+       Exporter.cpp \
+       Exporter.h \
+       factory.cpp \
+       factory.h \
+       Floating.cpp \
        Floating.h \
-       FontIterator.C \
+       FloatList.cpp \
+       FloatList.h \
+       Font.cpp \
+       Font.h \
+       FontIterator.cpp \
        FontIterator.h \
-       FuncStatus.C \
+       Format.cpp \
+       Format.h \
+       FuncRequest.cpp \
+       FuncRequest.h \
+       FuncStatus.cpp \
        FuncStatus.h \
-       InsetList.C \
+       gettext.cpp \
+       gettext.h \
+       Graph.cpp \
+       Graph.h \
+       Importer.cpp \
+       Importer.h \
+       InsetIterator.cpp \
+       InsetIterator.h \
+       InsetList.cpp \
        InsetList.h \
-       LColor.C \
-       LColor.h \
-       LaTeX.C \
-       LaTeX.h \
-       LaTeXFeatures.C \
+       Intl.cpp \
+       Intl.h \
+       KeyMap.cpp \
+       KeyMap.h \
+       KeySequence.cpp \
+       KeySequence.h \
+       Language.cpp \
+       Language.h \
+       LaTeX.cpp \
+       LaTeXFeatures.cpp \
        LaTeXFeatures.h \
-       LyXAction.C \
-       LyXAction.h \
-       MenuBackend.C \
-       MenuBackend.h \
-       ParagraphList.h \
-       ParagraphList_fwd.h \
-       ParagraphParameters.C \
-       ParagraphParameters.h \
-       PrinterParams.C \
-       PrinterParams.h \
-       RowList_fwd.h \
-       Spacing.C \
-       Spacing.h \
-       Thesaurus.C \
-       Thesaurus.h \
-       ToolbarBackend.C \
-       ToolbarBackend.h \
-       WordLangTuple.h \
-       author.C \
-       author.h \
-       boost.C \
-       box.h \
-       box.C \
-       buffer.C \
-       buffer.h \
-       buffer_funcs.C \
-       buffer_funcs.h \
-       bufferlist.C \
-       bufferlist.h \
-       bufferparams.C \
-       bufferparams.h \
-       bufferview_funcs.C \
-       bufferview_funcs.h \
-       changes.C \
-       changes.h \
-       chset.C \
-       chset.h \
-       config.h.in \
-       converter.C \
-       converter.h \
-       counters.C \
-       counters.h \
-       coordcache.C \
-       coordcache.h \
-       cursor.C \
-       cursor.h \
-       cursor_slice.C \
-       cursor_slice.h \
-       debug.C \
-       debug.h \
-       dimension.C \
-       dimension.h \
-       dociterator.C \
-       dociterator.h \
-       dispatchresult.h \
-       encoding.C \
-       encoding.h \
-       errorlist.C \
-       errorlist.h \
-       exporter.C \
-       exporter.h \
-       gettext.C \
-       gettext.h \
-       factory.h \
-       factory.C \
-       format.C \
-       format.h \
-       funcrequest.h \
-       funcrequest.C \
-       graph.C \
-       graph.h \
-       importer.C \
-       importer.h \
-       intl.C \
-       intl.h \
-       insetiterator.C \
-       insetiterator.h \
-       kbmap.C \
-       kbmap.h \
-       kbsequence.C \
-       kbsequence.h \
-       language.C \
-       language.h \
-       session.C \
-       session.h \
-       layout.h \
-       lengthcommon.C \
+       LaTeX.h \
+       Layout.cpp \
+       Layout.h \
+       Length.cpp \
+       Length.h \
+       lengthcommon.cpp \
        lengthcommon.h \
+       Lexer.cpp \
+       Lexer.h \
        lfuns.h \
-       lyx_cb.C \
-       lyx_cb.h \
-       lyx_main.C \
-       lyx_main.h \
-       lyx_sty.C \
-       lyx_sty.h \
-       lyxfont.C \
-       lyxfont.h \
-       lyxfind.C \
+       LyXAction.cpp \
+       LyXAction.h \
+       callback.cpp \
+       callback.h \
+       LyX.cpp \
+       lyxfind.cpp \
        lyxfind.h \
-       lyxfunc.C \
-       lyxfunc.h \
-       lyxgluelength.C \
-       lyxgluelength.h \
-       lyxlayout.C \
-       lyxlayout.h \
+       LyXFunc.cpp \
+       LyXFunc.h \
+       LyX.h \
        lyxlayout_ptr_fwd.h \
-       lyxlength.C \
-       lyxlength.h \
-       lyxlex.C \
-       lyxlex.h \
-       lyxlex_pimpl.C \
-       lyxlex_pimpl.h \
-       lyxrc.C \
-       lyxrc.h \
-       lyxrow.C \
-       lyxrow.h \
-       lyxserver.C \
-       lyxserver.h \
-       lyxsocket.C \
-       lyxsocket.h \
-       lyxtext.h \
-       lyxtextclass.C \
-       lyxtextclass.h \
-       lyxtextclasslist.C \
-       lyxtextclasslist.h \
-       lyxvc.C \
-       lyxvc.h \
-       messages.C \
-       messages.h \
-       metricsinfo.C \
-       metricsinfo.h \
-       mover.C \
-       mover.h \
-       output.C \
-       output.h \
-       outputparams.C \
-       outputparams.h \
-       output_docbook.C \
+       LyXRC.cpp \
+       LyXRC.h \
+       Server.cpp \
+       Server.h \
+       ServerSocket.cpp \
+       ServerSocket.h \
+       LyXVC.cpp \
+       LyXVC.h \
+       MenuBackend.cpp \
+       MenuBackend.h \
+       Messages.cpp \
+       Messages.h \
+       MetricsInfo.cpp \
+       MetricsInfo.h \
+       Mover.cpp \
+       Mover.h \
+       output.cpp \
+       output_docbook.cpp \
        output_docbook.h \
-       output_latex.C \
+       output.h \
+       output_latex.cpp \
        output_latex.h \
-       output_plaintext.C \
+       OutputParams.cpp \
+       OutputParams.h \
+       output_plaintext.cpp \
        output_plaintext.h \
        paper.h \
-       paragraph.C \
-       paragraph.h \
-       paragraph_funcs.C \
+       Paragraph.cpp \
+       paragraph_funcs.cpp \
        paragraph_funcs.h \
-       paragraph_pimpl.C \
-       paragraph_pimpl.h \
-       pariterator.C \
-       pariterator.h \
-       $(ASPELL) $(PSPELL) $(ISPELL) SpellBase.C \
-       SpellBase.h \
-       rowpainter.C \
+       Paragraph.h \
+       ParagraphList.h \
+       ParagraphMetrics.cpp \
+       ParagraphMetrics.h \
+       ParagraphParameters.cpp \
+       ParagraphParameters.h \
+       ParIterator.cpp \
+       ParIterator.h \
+       PrinterParams.cpp \
+       PrinterParams.h \
+       Row.cpp \
+       Row.h \
+       rowpainter.cpp \
        rowpainter.h \
-       sgml.C \
+       Session.cpp \
+       Session.h \
+       sgml.cpp \
        sgml.h \
-       tabular.C \
-       tabular.h \
-       tex-accent.C \
-       tex-accent.h \
-       tex-strings.C \
-       tex-strings.h \
-       texrow.C \
-       texrow.h \
-       text.C \
-       text2.C \
-       text3.C \
-       TocBackend.C \
+       Spacing.cpp \
+       Spacing.h \
+       SpellBase.h \
+       TexRow.cpp \
+       TexRow.h \
+       Text.h \
+       Text.cpp \
+       Text2.cpp \
+       Text3.cpp \
+       TextClass.cpp \
+       TextClass.h \
+       TextClassList.cpp \
+       TextClassList.h \
+       TextMetrics.cpp \
+       TextMetrics.h \
+       Thesaurus.cpp \
+       Thesaurus.h \
+       TocBackend.cpp \
        TocBackend.h \
-       toc.C \
+       toc.cpp \
        toc.h \
-       trans.C \
-       trans.h \
-       trans_decl.h \
-       trans_mgr.C \
-       trans_mgr.h \
-       undo.C \
-       undo.h \
-       vc-backend.C \
-       vc-backend.h \
-       version.C \
+       ToolbarBackend.cpp \
+       ToolbarBackend.h \
+       Trans.cpp \
+       Trans.h \
+       Undo.cpp \
+       Undo.h \
+       update_flags.h \
+       VCBackend.cpp \
+       VCBackend.h \
+       version.cpp \
        version.h \
-       vspace.C \
-       vspace.h
+       WordLangTuple.h \
+       VSpace.cpp \
+       VSpace.h
 
-version.C: stamp-version
+version.cpp: stamp-version
        @:
 
-stamp-version: version.C-tmp
-       if cmp -s $< version.C ; then \
+stamp-version: version.cpp-tmp
+       if cmp -s $< version.cpp ; then \
                : ;\
        else \
-               rm -f version.C ;\
-               cp $< version.C ;\
+               rm -f version.cpp ;\
+               cp $< version.cpp ;\
        fi
        echo timestamp > $@