From f9fc46c1ef035516287d09ddca86e1668a79c701 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 29 Nov 2011 20:59:44 +0100 Subject: convert lingucomponent to gbuild --- lingucomponent/prj/build.lst | 10 +------- lingucomponent/prj/d.lst | 53 ------------------------------------------ lingucomponent/prj/makefile.mk | 1 + 3 files changed, 2 insertions(+), 62 deletions(-) create mode 100644 lingucomponent/prj/makefile.mk (limited to 'lingucomponent/prj') 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 -- cgit