summaryrefslogtreecommitdiff
path: root/lingucomponent/prj
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-11-29 20:59:44 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-13 17:00:24 +0100
commitf9fc46c1ef035516287d09ddca86e1668a79c701 (patch)
tree65013fae543a24c1c04b5ad4457eeff142a2ace0 /lingucomponent/prj
parentbd030305b844f451910d671c894d5e8fa8d532b7 (diff)
convert lingucomponent to gbuild
Diffstat (limited to 'lingucomponent/prj')
-rw-r--r--lingucomponent/prj/build.lst10
-rw-r--r--lingucomponent/prj/d.lst53
-rw-r--r--lingucomponent/prj/makefile.mk1
3 files changed, 2 insertions, 62 deletions
diff --git a/lingucomponent/prj/build.lst b/lingucomponent/prj/build.lst
index 07c9718a440d..a29328f79e4c 100644
--- a/lingucomponent/prj/build.lst
+++ b/lingucomponent/prj/build.lst
@@ -1,10 +1,2 @@
lc lingucomponent : linguistic LIBEXTTEXTCAT:libexttextcat svl HYPHEN:hyphen HUNSPELL:hunspell MYTHES:mythes LIBXSLT:libxslt NULL
-lc lingucomponent usr1 - all lc_mkout NULL
-lc lingucomponent\inc nmake - all lc_inc NULL
-lc lingucomponent\source\lingutil nmake - all lc_util lc_inc NULL
-lc lingucomponent\source\thesaurus\libnth nmake - all lc_libnth lc_util lc_inc NULL
-lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_util lc_inc NULL
-lc lingucomponent\source\hyphenator\altlinuxhyph\hyphen nmake - all lc_libhyphen lc_util lc_inc NULL
-lc lingucomponent\source\languageguessing nmake - all lc_languageguessing lc_util lc_inc NULL
-lc lingucomponent\source\spellcheck\macosxspell nmake - all lc_libmacosxspell lc_util lc_inc NULL
-
+lc lingucomponent\prj nmake - all lc_prj NULL
diff --git a/lingucomponent/prj/d.lst b/lingucomponent/prj/d.lst
index 690135049bb5..e69de29bb2d1 100644
--- a/lingucomponent/prj/d.lst
+++ b/lingucomponent/prj/d.lst
@@ -1,53 +0,0 @@
-..\%__SRC%\bin\*.dat %_DEST%\bin\*.dat
-..\%__SRC%\bin\*.idx %_DEST%\bin\*.idx
-..\%__SRC%\bin\*.aff %_DEST%\bin\*.aff
-..\%__SRC%\bin\*.dic %_DEST%\bin\*.dic
-..\%__SRC%\bin\*.lst %_DEST%\bin\*.lst
-
-..\%__SRC%\bin\lnth* %_DEST%\bin\lnth*
-..\%__SRC%\lib\ilnth* %_DEST%\lib\ilnth*
-..\%__SRC%\lib\liblnth.a %_DEST%\lib\liblnth.a
-..\%__SRC%\lib\liblnth*.dylib %_DEST%\lib\liblnth*.dylib
-..\%__SRC%\lib\liblnth*.so %_DEST%\lib\liblnth*.so
-
-..\%__SRC%\bin\spell* %_DEST%\bin\spell*
-..\%__SRC%\lib\ilspell* %_DEST%\lib\ilspell*
-..\%__SRC%\lib\libspell*.dylib %_DEST%\lib\libspell*.dylib
-..\%__SRC%\lib\libspell*.so %_DEST%\lib\libspell*.so
-
-..\%__SRC%\bin\hunspell* %_DEST%\bin\hunspell*
-..\%__SRC%\lib\ilhunspell* %_DEST%\lib\ilhunspell*
-..\%__SRC%\lib\libhunspell*.dylib %_DEST%\lib\libhunspell*.dylib
-..\%__SRC%\lib\libhunspell*.so %_DEST%\lib\libhunspell*.so
-
-..\%__SRC%\bin\hyph* %_DEST%\bin\hyph*
-..\%__SRC%\lib\ihyph* %_DEST%\lib\ihyph*
-..\%__SRC%\lib\libhnj.* %_DEST%\lib\libhnj.*
-..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib
-..\%__SRC%\lib\libhyphen*.so %_DEST%\lib\libhyphen*.so
-
-..\%__SRC%\bin\ulingu* %_DEST%\bin\ulingu*
-..\%__SRC%\lib\ilulingu* %_DEST%\lib\iulingu*
-..\%__SRC%\lib\libulingu.a %_DEST%\lib\libulingu.a
-..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib
-
-..\%__SRC%\bin\guesslan* %_DEST%\bin\guesslan*
-..\%__SRC%\lib\iguesslang* %_DEST%\lib\iguesslang*
-..\%__SRC%\lib\libguesslang*.dylib %_DEST%\lib\libguesslang*.dylib
-..\%__SRC%\lib\libguesslang*.so %_DEST%\lib\libguesslang*.so
-
-..\%__SRC%\lib\libMacOSXSpell*.dylib %_DEST%\lib\libMacOSXSpell*.dylib
-
-
-mkdir: %_DEST%\xml\registry
-mkdir: %_DEST%\xml\registry\data
-mkdir: %_DEST%\xml\registry\data\org
-mkdir: %_DEST%\xml\registry\data\org\openoffice
-mkdir: %_DEST%\xml\registry\data\org\openoffice\Office
-..\config\*.xcu %_DEST%\xml\registry\data\org\openoffice\Office\*.xcu
-
-..\%__SRC%\misc\MacOSXSpell.component %_DEST%\xml\MacOSXSpell.component
-..\%__SRC%\misc\guesslang.component %_DEST%\xml\guesslang.component
-..\%__SRC%\misc\hyphen.component %_DEST%\xml\hyphen.component
-..\%__SRC%\misc\lnth.component %_DEST%\xml\lnth.component
-..\%__SRC%\misc\spell.component %_DEST%\xml\spell.component
diff --git a/lingucomponent/prj/makefile.mk b/lingucomponent/prj/makefile.mk
new file mode 100644
index 000000000000..0997622e00f6
--- /dev/null
+++ b/lingucomponent/prj/makefile.mk
@@ -0,0 +1 @@
+.INCLUDE : gbuildbridge.mk