diff options
Diffstat (limited to 'lib/kformula/Makefile.am')
-rw-r--r-- | lib/kformula/Makefile.am | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/lib/kformula/Makefile.am b/lib/kformula/Makefile.am index 4ad27bcc..e666bf48 100644 --- a/lib/kformula/Makefile.am +++ b/lib/kformula/Makefile.am @@ -7,20 +7,20 @@ SUBDIRS = pics fonts dtd # We have to name it kformulalib, not just kformula, since that's the name of the tdeinit module for kformula. lib_LTLIBRARIES = libkformulalib.la -libkformulalib_la_SOURCES = basicelement.cc contextstyle.cc formulacursor.cc \ - formulaelement.cc indexelement.cc kformulacontainer.cc \ - sequenceelement.cc textelement.cc bracketelement.cc \ - matrixelement.cc fractionelement.cc rootelement.cc symbolelement.cc \ - kformulacommand.cc kformulamimesource.cc \ - MatrixDialog.cc sequenceparser.cc elementtype.cc kformuladocument.cc \ - symboltable.cc kformulainputfilter.cc kformulaview.cc \ - spaceelement.cc kformulaconfigpage.cc \ - symbolaction.cc fontstyle.cc creationstrategy.cc \ - oasiscreationstrategy.cc tokenstyleelement.cc tokenelement.cc \ - identifierelement.cc operatorelement.cc glyphelement.cc styleelement.cc \ - stringelement.cc paddedelement.cc errorelement.cc phantomelement.cc \ - actionelement.cc encloseelement.cc entities.cc operatordictionary.cc \ - numberelement.cc +libkformulalib_la_SOURCES = basicelement.cpp contextstyle.cpp formulacursor.cpp \ + formulaelement.cpp indexelement.cpp kformulacontainer.cpp \ + sequenceelement.cpp textelement.cpp bracketelement.cpp \ + matrixelement.cpp fractionelement.cpp rootelement.cpp symbolelement.cpp \ + kformulacommand.cpp kformulamimesource.cpp \ + MatrixDialog.cpp sequenceparser.cpp elementtype.cpp kformuladocument.cpp \ + symboltable.cpp kformulainputfilter.cpp kformulaview.cpp \ + spaceelement.cpp kformulaconfigpage.cpp \ + symbolaction.cpp fontstyle.cpp creationstrategy.cpp \ + oasiscreationstrategy.cpp tokenstyleelement.cpp tokenelement.cpp \ + identifierelement.cpp operatorelement.cpp glyphelement.cpp styleelement.cpp \ + stringelement.cpp paddedelement.cpp errorelement.cpp phantomelement.cpp \ + actionelement.cpp encloseelement.cpp entities.cpp operatordictionary.cpp \ + numberelement.cpp #include_HEADERS = kformulacontainer.h kformuladocument.h kformulaview.h \ # kformuladefs.h kformulaconfigpage.h @@ -32,8 +32,8 @@ libkformulalib_la_METASOURCES = AUTO check_PROGRAMS = kformulatest -kformulatest_SOURCES = main.cc kformulawidget.cc +kformulatest_SOURCES = main.cpp kformulawidget.cpp kformulatest_LDADD = libkformulalib.la -#symbolnames.cc: -# awk -F, '$$1 !~ "#" {if (split($$3,a," ")>0) print "i18n(\"" a[1] "\");"}' config/unicode.tbl > symbolnames.cc +#symbolnames.cpp: +# awk -F, '$$1 !~ "#" {if (split($$3,a," ")>0) print "i18n(\"" a[1] "\");"}' config/unicode.tbl > symbolnames.cpp |