]> 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 d0df97ba1a9b2914ac046d3d9b76492670ace3f3..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,7 +10,7 @@ endif
 
 SUBDIRS = mathed insets graphics support frontends . $(CLIENT) tex2lyx
 
-EXTRA_DIST = config.h.in stamp-h.in version.C.in \
+EXTRA_DIST = config.h.in stamp-h.in version.cpp.in \
        Section.h \
        Section.cpp \
        Variables.cpp \
@@ -43,7 +43,7 @@ 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)
 
@@ -126,6 +126,8 @@ lyx_SOURCES = \
        Floating.h \
        FloatList.cpp \
        FloatList.h \
+       Font.cpp \
+       Font.h \
        FontIterator.cpp \
        FontIterator.h \
        Format.cpp \
@@ -148,16 +150,18 @@ lyx_SOURCES = \
        Intl.h \
        KeyMap.cpp \
        KeyMap.h \
-       kb_sequence.cpp \
-       kb_sequence.h \
-       KmodInfo.h \
+       KeySequence.cpp \
+       KeySequence.h \
        Language.cpp \
        Language.h \
        LaTeX.cpp \
        LaTeXFeatures.cpp \
        LaTeXFeatures.h \
        LaTeX.h \
-       layout.h \
+       Layout.cpp \
+       Layout.h \
+       Length.cpp \
+       Length.h \
        lengthcommon.cpp \
        lengthcommon.h \
        Lexer.cpp \
@@ -165,36 +169,21 @@ lyx_SOURCES = \
        lfuns.h \
        LyXAction.cpp \
        LyXAction.h \
-       lyx_cb.cpp \
-       lyx_cb.h \
+       callback.cpp \
+       callback.h \
        LyX.cpp \
        lyxfind.cpp \
        lyxfind.h \
-       LyXFont.cpp \
-       LyXFont.h \
        LyXFunc.cpp \
        LyXFunc.h \
-       LyXGlueLength.cpp \
-       LyXGlueLength.h \
        LyX.h \
-       LyXLayout.cpp \
-       LyXLayout.h \
        lyxlayout_ptr_fwd.h \
-       LyXLength.cpp \
-       LyXLength.h \
        LyXRC.cpp \
        LyXRC.h \
-       LyXServer.cpp \
-       LyXServer.h \
-       LyXServerSocket.cpp \
-       LyXServerSocket.h \
-       lyx_sty.cpp \
-       lyx_sty.h \
-       LyXTextClass.cpp \
-       LyXTextClass.h \
-       LyXTextClassList.cpp \
-       LyXTextClassList.h \
-       LyXText.h \
+       Server.cpp \
+       Server.h \
+       ServerSocket.cpp \
+       ServerSocket.h \
        LyXVC.cpp \
        LyXVC.h \
        MenuBackend.cpp \
@@ -220,7 +209,6 @@ lyx_SOURCES = \
        paragraph_funcs.cpp \
        paragraph_funcs.h \
        Paragraph.h \
-       ParagraphList_fwd.h \
        ParagraphList.h \
        ParagraphMetrics.cpp \
        ParagraphMetrics.h \
@@ -232,7 +220,6 @@ lyx_SOURCES = \
        PrinterParams.h \
        Row.cpp \
        Row.h \
-       RowList_fwd.h \
        rowpainter.cpp \
        rowpainter.h \
        Session.cpp \
@@ -242,15 +229,16 @@ lyx_SOURCES = \
        Spacing.cpp \
        Spacing.h \
        SpellBase.h \
-       tex-accent.cpp \
-       tex-accent.h \
        TexRow.cpp \
        TexRow.h \
-       tex-strings.cpp \
-       tex-strings.h \
-       text2.cpp \
-       text3.cpp \
-       text.cpp \
+       Text.h \
+       Text.cpp \
+       Text2.cpp \
+       Text3.cpp \
+       TextClass.cpp \
+       TextClass.h \
+       TextClassList.cpp \
+       TextClassList.h \
        TextMetrics.cpp \
        TextMetrics.h \
        Thesaurus.cpp \
@@ -263,27 +251,25 @@ lyx_SOURCES = \
        ToolbarBackend.h \
        Trans.cpp \
        Trans.h \
-       TransState.cpp \
-       TransState.h \
        Undo.cpp \
        Undo.h \
-       UpdateFlags.h \
+       update_flags.h \
        VCBackend.cpp \
        VCBackend.h \
-       version.C \
+       version.cpp \
        version.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 > $@