]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Update makefiles from a previous commit.
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 TOP_extra_files = Split('''
4     ABOUT-NLS
5     ANNOUNCE
6     COPYING
7     ChangeLog
8     ChangeLog.1
9     INSTALL
10     INSTALL.MacOSX
11     INSTALL.Win32
12     INSTALL.autoconf
13     INSTALL.cmake
14     INSTALL.scons
15     Makefile.am
16     NEWS
17     OLD-CHANGES
18     README
19     README.Cygwin
20     README.Win32
21     README.localization
22     RELEASE-NOTES
23     UPGRADING
24     autogen.sh
25     config.log
26     configure.ac
27     lyx.man
28     rename.sh
29     scons_lyx.log
30 ''')
31
32
33 src_header_files = Split('''
34     ASpell_local.h
35     Author.h
36     BiblioInfo.h
37     Bidi.h
38     Box.h
39     BranchList.h
40     Buffer.h
41     BufferList.h
42     BufferParams.h
43     BufferView.h
44     Bullet.h
45     Changes.h
46     Chktex.h
47     Color.h
48     Converter.h
49     ConverterCache.h
50     CoordCache.h
51     Counters.h
52     Cursor.h
53     CursorSlice.h
54     CutAndPaste.h
55     DepTable.h
56     Dimension.h
57     DispatchResult.h
58     DocIterator.h
59     EmbeddedFiles.h
60     Encoding.h
61     ErrorList.h
62     Exporter.h
63     FloatList.h
64     Floating.h
65     Font.h
66     FontIterator.h
67     Format.h
68     FuncRequest.h
69     FuncStatus.h
70     Graph.h
71     ISpell.h
72     Importer.h
73     InsetIterator.h
74     InsetList.h
75     Intl.h
76     KeyMap.h
77     KeySequence.h
78     LaTeX.h
79     LaTeXFeatures.h
80     Language.h
81     Layout.h
82     Length.h
83     Lexer.h
84     LyX.h
85     LyXAction.h
86     LyXFunc.h
87     LyXRC.h
88     LyXVC.h
89     MenuBackend.h
90     Messages.h
91     MetricsInfo.h
92     ModuleList.h
93     Mover.h
94     OutputParams.h
95     PSpell.h
96     ParIterator.h
97     Paragraph.h
98     ParagraphList.h
99     ParagraphMetrics.h
100     ParagraphParameters.h
101     PrinterParams.h
102     Row.h
103     Section.h
104     Server.h
105     ServerSocket.h
106     Session.h
107     Spacing.h
108     SpellBase.h
109     TexRow.h
110     Text.h
111     TextClass.h
112     TextClass_ptr.h
113     TextClassList.h
114     TextMetrics.h
115     Thesaurus.h
116     TocBackend.h
117     ToolbarBackend.h
118     Trans.h
119     Undo.h
120     VCBackend.h
121     VSpace.h
122     Variables.h
123     WordLangTuple.h
124     buffer_funcs.h
125     bufferview_funcs.h
126     callback.h
127     debug.h
128     factory.h
129     gettext.h
130     lengthcommon.h
131     lfuns.h
132     lyxfind.h
133     lyxlayout_ptr_fwd.h
134     output.h
135     output_docbook.h
136     output_latex.h
137     output_plaintext.h
138     paper.h
139     paragraph_funcs.h
140     rowpainter.h
141     sgml.h
142     toc.h
143     update_flags.h
144     version.h
145 ''')
146
147
148 src_pre_files = Split('''
149     Author.cpp
150     BiblioInfo.cpp
151     Bidi.cpp
152     BranchList.cpp
153     Buffer.cpp
154     BufferList.cpp
155     BufferParams.cpp
156     BufferView.cpp
157     Bullet.cpp
158     Changes.cpp
159     Chktex.cpp
160     Color.cpp
161     Converter.cpp
162     ConverterCache.cpp
163     CoordCache.cpp
164     Counters.cpp
165     Cursor.cpp
166     CursorSlice.cpp
167     CutAndPaste.cpp
168     DepTable.cpp
169     DocIterator.cpp
170     EmbeddedFiles.cpp
171     Encoding.cpp
172     ErrorList.cpp
173     Exporter.cpp
174     FloatList.cpp
175     Floating.cpp
176     Font.cpp
177     FontIterator.cpp
178     Format.cpp
179     FuncRequest.cpp
180     FuncStatus.cpp
181     Graph.cpp
182     Importer.cpp
183     InsetIterator.cpp
184     InsetList.cpp
185     Intl.cpp
186     KeyMap.cpp
187     KeySequence.cpp
188     LaTeX.cpp
189     LaTeXFeatures.cpp
190     Language.cpp
191     Layout.cpp
192     Length.cpp
193     Lexer.cpp
194     LyX.cpp
195     LyXAction.cpp
196     LyXFunc.cpp
197     LyXRC.cpp
198     LyXVC.cpp
199     MenuBackend.cpp
200     Messages.cpp
201     MetricsInfo.cpp
202     Mover.cpp
203     OutputParams.cpp
204     ParIterator.cpp
205     Paragraph.cpp
206     ParagraphMetrics.cpp
207     ParagraphParameters.cpp
208     Row.cpp
209     Server.cpp
210     ServerSocket.cpp
211     Session.cpp
212     Spacing.cpp
213     TexRow.cpp
214     Text.cpp
215     Text2.cpp
216     Text3.cpp
217     TextClass.cpp
218     TextClassList.cpp
219     TextMetrics.cpp
220     TocBackend.cpp
221     ToolbarBackend.cpp
222     Trans.cpp
223     Undo.cpp
224     VCBackend.cpp
225     VSpace.cpp
226     boost.cpp
227     buffer_funcs.cpp
228     bufferview_funcs.cpp
229     callback.cpp
230     debug.cpp
231     factory.cpp
232     gettext.cpp
233     lengthcommon.cpp
234     lyxfind.cpp
235     output.cpp
236     output_docbook.cpp
237     output_latex.cpp
238     output_plaintext.cpp
239     paragraph_funcs.cpp
240     rowpainter.cpp
241     sgml.cpp
242     toc.cpp
243     version.cpp
244 ''')
245
246
247 src_post_files = Split('''
248     Box.cpp
249     Dimension.cpp
250     ModuleList.cpp
251     PrinterParams.cpp
252     SpellBase.cpp
253     Thesaurus.cpp
254 ''')
255
256
257 src_extra_src_files = Split('''
258     ASpell.cpp
259     ISpell.cpp
260     PSpell.cpp
261     Section.cpp
262     Variables.cpp
263     main.cpp
264 ''')
265
266
267 src_extra_files = Split('''
268     ChangeLog
269     Makefile.am
270     pch.h
271 ''')
272
273
274 src_client_header_files = Split('''
275     Messages.h
276     debug.h
277 ''')
278
279
280 src_client_files = Split('''
281     Messages.cpp
282     boost.cpp
283     client.cpp
284     debug.cpp
285     gettext.cpp
286 ''')
287
288
289 src_client_extra_files = Split('''
290     ChangeLog
291     Makefile.am
292     lyxclient.man
293     pch.h
294 ''')
295
296
297 src_support_header_files = Split('''
298     ExceptionMessage.h
299     FileFilterList.h
300     FileMonitor.h
301     FileName.h
302     ForkedCallQueue.h
303     Forkedcall.h
304     ForkedcallsController.h
305     Package.h
306     Path.h
307     RandomAccessList.h
308     Systemcall.h
309     Timeout.h
310     Translator.h
311     convert.h
312     copied_ptr.h
313     cow_ptr.h
314     debugstream.h
315     docstream.h
316     docstring.h
317     environment.h
318     filetools.h
319     fs_extras.h
320     gzstream.h
321     limited_stack.h
322     lstrings.h
323     lyxalgo.h
324     lyxlib.h
325     lyxmanip.h
326     lyxtime.h
327     os.h
328     os_win32.h
329     qstring_helpers.h
330     socktools.h
331     std_istream.h
332     std_ostream.h
333     textutils.h
334     types.h
335     unicode.h
336     userinfo.h
337 ''')
338
339
340 src_support_files = Split('''
341     FileFilterList.cpp
342     FileMonitor.cpp
343     FileName.cpp
344     ForkedCallQueue.cpp
345     Forkedcall.cpp
346     ForkedcallsController.cpp
347     Package.cpp
348     Path.cpp
349     Systemcall.cpp
350     Timeout.cpp
351     abort.cpp
352     chdir.cpp
353     convert.cpp
354     copy.cpp
355     docstream.cpp
356     docstring.cpp
357     environment.cpp
358     filetools.cpp
359     fs_extras.cpp
360     gzstream.cpp
361     getcwd.cpp
362     kill.cpp
363     lstrings.cpp
364     lyxsum.cpp
365     lyxtime.cpp
366     mkdir.cpp
367     os.cpp
368     qstring_helpers.cpp
369     rename.cpp
370     socktools.cpp
371     tempname.cpp
372     textutils.cpp
373     unicode.cpp
374     unlink.cpp
375     userinfo.cpp
376 ''')
377
378
379 src_support_extra_header_files = Split('''
380     
381 ''')
382
383
384 src_support_extra_src_files = Split('''
385     atexit.c
386     os_cygwin.cpp
387     os_unix.cpp
388     os_win32.cpp
389     strerror.c
390 ''')
391
392
393 src_support_extra_files = Split('''
394     ChangeLog
395     Makefile.am
396     pch.h
397 ''')
398
399
400 src_support_tests_extra_files = Split('''
401     ChangeLog
402     Makefile.am
403     boost.cpp
404     convert.cpp
405     filetools.cpp
406     lstrings.cpp
407     pch.h
408     test_convert
409     test_filetools
410     test_lstrings
411 ''')
412
413
414 src_support_tests_regfiles_extra_files = Split('''
415     convert
416     filetools
417     lstrings
418 ''')
419
420
421 src_support_minizip_header_files = Split('''
422     crypt.h
423     ioapi.h 
424     iowin32.h
425     unzip.h
426     zip.h
427 ''')
428
429
430 src_support_minizip_files = Split('''
431     ioapi.c
432     iowin32.c
433     zip.c
434     zipunzip.cpp
435     unzip.c
436 ''')
437
438
439 src_graphics_header_files = Split('''
440     GraphicsCache.h
441     GraphicsCacheItem.h
442     GraphicsConverter.h
443     GraphicsImage.h
444     GraphicsLoader.h
445     GraphicsParams.h
446     GraphicsTypes.h
447     LoaderQueue.h
448     PreviewImage.h
449     PreviewLoader.h
450     Previews.h
451 ''')
452
453
454 src_graphics_files = Split('''
455     GraphicsCache.cpp
456     GraphicsCacheItem.cpp
457     GraphicsConverter.cpp
458     GraphicsImage.cpp
459     GraphicsLoader.cpp
460     GraphicsParams.cpp
461     GraphicsTypes.cpp
462     LoaderQueue.cpp
463     PreviewImage.cpp
464     PreviewLoader.cpp
465     Previews.cpp
466 ''')
467
468
469 src_graphics_extra_files = Split('''
470     ChangeLog
471     Makefile.am
472     pch.h
473 ''')
474
475
476 src_mathed_header_files = Split('''
477     CommandInset.h
478     InsetMath.h
479     InsetMathAMSArray.h
480     InsetMathArray.h
481     InsetMathBig.h
482     InsetMathBinom.h
483     InsetMathBoldSymbol.h
484     InsetMathBox.h
485     InsetMathBoxed.h
486     InsetMathBrace.h
487     InsetMathCases.h
488     InsetMathChar.h
489     InsetMathColor.h
490     InsetMathComment.h
491     InsetMathDFrac.h
492     InsetMathDecoration.h
493     InsetMathDelim.h
494     InsetMathDiff.h
495     InsetMathDots.h
496     InsetMathEnv.h
497     InsetMathExFunc.h
498     InsetMathExInt.h
499     InsetMathFBox.h
500     InsetMathFont.h
501     InsetMathFontOld.h
502     InsetMathFrac.h
503     InsetMathFracBase.h
504     InsetMathFrameBox.h
505     InsetMathGrid.h
506     InsetMathHull.h
507     InsetMathKern.h
508     InsetMathLefteqn.h
509     InsetMathLim.h
510     InsetMathMakebox.h
511     InsetMathMatrix.h
512     InsetMathNest.h
513     InsetMathNumber.h
514     InsetMathOverset.h
515     InsetMathPar.h
516     InsetMathPhantom.h
517     InsetMathRef.h
518     InsetMathRoot.h
519     InsetMathScript.h
520     InsetMathSize.h
521     InsetMathSpace.h
522     InsetMathSplit.h
523     InsetMathSqrt.h
524     InsetMathStackrel.h
525     InsetMathString.h
526     InsetMathSubstack.h
527     InsetMathSymbol.h
528     InsetMathTFrac.h
529     InsetMathTabular.h
530     InsetMathUnderset.h
531     InsetMathUnknown.h
532     InsetMathXArrow.h
533     InsetMathXYMatrix.h
534     MacroTable.h
535     MathAtom.h
536     MathAutoCorrect.h
537     MathData.h
538     MathExtern.h
539     MathFactory.h
540     MathGridInfo.h
541     MathMacro.h
542     MathMacroArgument.h
543     MathMacroTemplate.h
544     MathParser.h
545     MathStream.h
546     MathSupport.h
547     ReplaceData.h
548     TextPainter.h
549 ''')
550
551
552 src_mathed_files = Split('''
553     CommandInset.cpp
554     InsetMath.cpp
555     InsetMathAMSArray.cpp
556     InsetMathArray.cpp
557     InsetMathBig.cpp
558     InsetMathBinom.cpp
559     InsetMathBoldSymbol.cpp
560     InsetMathBox.cpp
561     InsetMathBoxed.cpp
562     InsetMathBrace.cpp
563     InsetMathCases.cpp
564     InsetMathChar.cpp
565     InsetMathColor.cpp
566     InsetMathComment.cpp
567     InsetMathDFrac.cpp
568     InsetMathDecoration.cpp
569     InsetMathDelim.cpp
570     InsetMathDiff.cpp
571     InsetMathDots.cpp
572     InsetMathEnv.cpp
573     InsetMathExFunc.cpp
574     InsetMathExInt.cpp
575     InsetMathFBox.cpp
576     InsetMathFont.cpp
577     InsetMathFontOld.cpp
578     InsetMathFrac.cpp
579     InsetMathFracBase.cpp
580     InsetMathFrameBox.cpp
581     InsetMathGrid.cpp
582     InsetMathHull.cpp
583     InsetMathKern.cpp
584     InsetMathLefteqn.cpp
585     InsetMathLim.cpp
586     InsetMathMakebox.cpp
587     InsetMathMatrix.cpp
588     InsetMathNest.cpp
589     InsetMathNumber.cpp
590     InsetMathOverset.cpp
591     InsetMathPar.cpp
592     InsetMathPhantom.cpp
593     InsetMathRef.cpp
594     InsetMathRoot.cpp
595     InsetMathScript.cpp
596     InsetMathSize.cpp
597     InsetMathSpace.cpp
598     InsetMathSplit.cpp
599     InsetMathSqrt.cpp
600     InsetMathStackrel.cpp
601     InsetMathString.cpp
602     InsetMathSubstack.cpp
603     InsetMathSymbol.cpp
604     InsetMathTFrac.cpp
605     InsetMathTabular.cpp
606     InsetMathUnderset.cpp
607     InsetMathUnknown.cpp
608     InsetMathXArrow.cpp
609     InsetMathXYMatrix.cpp
610     MacroTable.cpp
611     MathAtom.cpp
612     MathAutoCorrect.cpp
613     MathData.cpp
614     MathExtern.cpp
615     MathFactory.cpp
616     MathMacro.cpp
617     MathMacroArgument.cpp
618     MathMacroTemplate.cpp
619     MathParser.cpp
620     MathStream.cpp
621     MathSupport.cpp
622     TextPainter.cpp
623 ''')
624
625
626 src_mathed_extra_files = Split('''
627     BUGS
628     ChangeLog
629     InsetFormulaMacro.cpp
630     InsetFormulaMacro.h
631     InsetMathMBox.cpp
632     InsetMathMBox.h
633     InsetMathXYArrow.cpp
634     InsetMathXYArrow.h
635     Makefile.am
636     README
637     pch.h
638     texify
639 ''')
640
641
642 src_tex2lyx_header_files = Split('''
643     Context.h
644     Font.h
645     Parser.h
646     Spacing.h
647     tex2lyx.h
648 ''')
649
650
651 src_tex2lyx_files = Split('''
652     Context.cpp
653     Font.cpp
654     Parser.cpp
655     boost.cpp
656     gettext.cpp
657     lengthcommon.cpp
658     math.cpp
659     preamble.cpp
660     table.cpp
661     tex2lyx.cpp
662     text.cpp
663 ''')
664
665
666 src_tex2lyx_copied_files = Split('''
667     Color.cpp
668     Counters.cpp
669     FloatList.cpp
670     Floating.cpp
671     Layout.cpp
672     Lexer.cpp
673     TextClass.cpp
674 ''')
675
676
677 src_tex2lyx_extra_files = Split('''
678     ChangeLog
679     Makefile.am
680     pch.h
681     test-insets.tex
682     test-structure.tex
683     test.ltx
684     tex2lyx.man
685 ''')
686
687
688 src_frontends_header_files = Split('''
689     Alert_pimpl.h
690     Application.h
691     Clipboard.h
692     Dialogs.h
693     FileDialog.h
694     FontLoader.h
695     FontMetrics.h
696     Gui.h
697     KeySymbol.h
698     LyXView.h
699     NoGuiFontLoader.h
700     NoGuiFontMetrics.h
701     Painter.h
702     Selection.h
703     Toolbars.h
704     WorkArea.h
705     alert.h
706     key_state.h
707     mouse_state.h
708 ''')
709
710
711 src_frontends_files = Split('''
712     Application.cpp
713     Dialogs.cpp
714     LyXView.cpp
715     Painter.cpp
716     Toolbars.cpp
717     WorkArea.cpp
718     alert.cpp
719 ''')
720
721
722 src_frontends_extra_files = Split('''
723     ChangeLog
724     Makefile.am
725     pch.h
726 ''')
727
728
729 src_frontends_controllers_header_files = Split('''
730     ButtonPolicy.h
731     ControlBibtex.h
732     ControlBox.h
733     ControlBranch.h
734     ControlChanges.h
735     ControlCharacter.h
736     ControlCitation.h
737     ControlCommand.h
738     ControlCommandBuffer.h
739     ControlDocument.h
740     ControlEmbeddedFiles.h
741     ControlERT.h
742     ControlErrorList.h
743     ControlExternal.h
744     ControlFloat.h
745     ControlGraphics.h
746     ControlInclude.h
747     ControlListings.h
748     ControlLog.h
749     ControlMath.h
750     ControlNote.h
751     ControlParagraph.h
752     ControlPrefs.h
753     ControlPrint.h
754     ControlRef.h
755     ControlSearch.h
756     ControlSendto.h
757     ControlShowFile.h
758     ControlSpellchecker.h
759     ControlTabular.h
760     ControlTabularCreate.h
761     ControlTexinfo.h
762     ControlThesaurus.h
763     ControlToc.h
764     ControlVSpace.h
765     ControlViewSource.h
766     ControlWrap.h
767     Dialog.h
768     frontend_helpers.h
769 ''')
770
771
772 src_frontends_controllers_files = Split('''
773     ButtonPolicy.cpp
774     ControlBibtex.cpp
775     ControlBox.cpp
776     ControlBranch.cpp
777     ControlChanges.cpp
778     ControlCharacter.cpp
779     ControlCitation.cpp
780     ControlCommand.cpp
781     ControlCommandBuffer.cpp
782     ControlDocument.cpp
783     ControlEmbeddedFiles.cpp
784     ControlERT.cpp
785     ControlErrorList.cpp
786     ControlExternal.cpp
787     ControlFloat.cpp
788     ControlGraphics.cpp
789     ControlInclude.cpp
790     ControlListings.cpp
791     ControlLog.cpp
792     ControlMath.cpp
793     ControlNote.cpp
794     ControlParagraph.cpp
795     ControlPrefs.cpp
796     ControlPrint.cpp
797     ControlRef.cpp
798     ControlSearch.cpp
799     ControlSendto.cpp
800     ControlShowFile.cpp
801     ControlSpellchecker.cpp
802     ControlTabular.cpp
803     ControlTabularCreate.cpp
804     ControlTexinfo.cpp
805     ControlThesaurus.cpp
806     ControlToc.cpp
807     ControlVSpace.cpp
808     ControlViewSource.cpp
809     ControlWrap.cpp
810     Dialog.cpp
811     frontend_helpers.cpp
812 ''')
813
814
815 src_frontends_controllers_extra_files = Split('''
816     ChangeLog
817     Makefile.am
818     pch.h
819 ''')
820
821
822 src_frontends_controllers_tests_extra_files = Split('''
823     Makefile.am
824     biblio.cpp
825     boost.cpp
826     pch.h
827     test_biblio
828 ''')
829
830
831 src_frontends_controllers_tests_regfiles_extra_files = Split('''
832     biblio
833 ''')
834
835
836 src_frontends_qt4_header_files = Split('''
837     Action.h
838     BulletsModule.h
839     ButtonController.h
840     ColorCache.h
841     DockView.h
842     EmptyTable.h
843     FloatPlacement.h
844     GuiAbout.h
845     GuiApplication.h
846     GuiBibitem.h
847     GuiBibtex.h
848     GuiBox.h
849     GuiBranches.h
850     GuiBranch.h
851     GuiChanges.h
852     GuiCharacter.h
853     GuiCharacter.h
854     GuiCitation.h
855     GuiClipboard.h
856     GuiCommandBuffer.h
857     GuiCommandEdit.h
858     GuiDelimiter.h
859     GuiDialog.h
860     GuiDocument.h
861     GuiEmbeddedFiles.h
862     GuiErrorList.h
863     GuiERT.h
864     GuiExternal.h
865     GuiFloat.h
866     GuiFontExample.h
867     GuiFontLoader.h
868     GuiGraphics.h
869     GuiGraphicsUi.h
870     GuiImage.h
871     GuiImplementation.h
872     GuiInclude.h
873     GuiIndex.h
874     GuiKeySymbol.h
875     GuiListings.h
876     GuiLog.h
877     GuiMathMatrix.h
878     GuiMenubar.h
879     GuiNomencl.h
880     GuiNote.h
881     GuiPainter.h
882     GuiParagraph.h
883     GuiPopupMenu.h
884     GuiPrefs.h
885     GuiPrint.h
886     GuiRef.h
887     GuiSearch.h
888     GuiSelection.h
889     GuiSelectionManager.h
890     GuiSendto.h
891     GuiSetBorder.h
892     GuiShowFile.h
893     GuiSpellchecker.h
894     GuiTabularCreate.h
895     GuiTabular.h
896     GuiTexinfo.h
897     GuiThesaurus.h
898     GuiToc.h
899     GuiToolbar.h
900     GuiURL.h
901     GuiView.h
902     GuiViewSource.h
903     GuiVSpace.h
904     GuiWorkArea.h
905     GuiWrap.h
906     IconPalette.h
907     InsertTableWidget.h
908     LengthCombo.h
909     LyXFileDialog.h
910     PanelStack.h
911     TocModel.h
912     TocWidget.h
913     Validator.h
914     qlkey.h
915     qt_helpers.h
916 ''')
917
918
919 src_frontends_qt4_files = Split('''
920     Action.cpp
921     BulletsModule.cpp
922     ButtonController.cpp
923     ColorCache.cpp
924     Dialogs.cpp
925     EmptyTable.cpp
926     FileDialog.cpp
927     FloatPlacement.cpp
928     GuiAbout.cpp
929     GuiApplication.cpp
930     GuiBibitem.cpp
931     GuiBibtex.cpp
932     GuiBox.cpp
933     GuiBranch.cpp
934     GuiBranches.cpp
935     GuiChanges.cpp
936     GuiCharacter.cpp
937     GuiCitation.cpp
938     GuiClipboard.cpp
939     GuiCommandBuffer.cpp
940     GuiCommandEdit.cpp
941     GuiDelimiter.cpp
942     GuiDialog.cpp
943     GuiDocument.cpp
944     GuiEmbeddedFiles.cpp
945     GuiErrorList.cpp
946     GuiERT.cpp
947     GuiExternal.cpp
948     GuiFloat.cpp
949     GuiFontExample.cpp
950     GuiFontLoader.cpp
951     GuiFontMetrics.cpp
952     GuiGraphics.cpp
953     GuiImage.cpp
954     GuiImplementation.cpp
955     GuiInclude.cpp
956     GuiIndex.cpp
957     GuiKeySymbol.cpp
958     GuiListings.cpp
959     GuiLog.cpp
960     GuiMathMatrix.cpp
961     GuiMenubar.cpp
962     GuiNomencl.cpp
963     GuiNote.cpp
964     GuiPainter.cpp
965     GuiParagraph.cpp
966     GuiPopupMenu.cpp
967     GuiPrefs.cpp
968     GuiPrint.cpp
969     GuiRef.cpp
970     GuiSearch.cpp
971     GuiSelection.cpp
972     GuiSelectionManager.cpp
973     GuiSendto.cpp
974     GuiSetBorder.cpp
975     GuiShowFile.cpp
976     GuiSpellchecker.cpp
977     GuiTabular.cpp
978     GuiTabularCreate.cpp
979     GuiTexinfo.cpp
980     GuiThesaurus.cpp
981     GuiToc.cpp
982     GuiToolbar.cpp
983     GuiURL.cpp
984     GuiView.cpp
985     GuiViewSource.cpp
986     GuiVSpace.cpp
987     GuiWorkArea.cpp
988     GuiWrap.cpp
989     IconPalette.cpp
990     InsertTableWidget.cpp
991     LengthCombo.cpp
992     LyXFileDialog.cpp
993     PanelStack.cpp
994     TocModel.cpp
995     TocWidget.cpp
996     Validator.cpp
997     alert_pimpl.cpp
998     qt_helpers.cpp
999 ''')
1000
1001
1002 src_frontends_qt4_extra_files = Split('''
1003     ChangeLog
1004     GuiFontMetrics.h
1005     Makefile.am
1006     README
1007     pch.h
1008 ''')
1009
1010
1011 src_frontends_qt4_ui_files = Split('''
1012     AboutUi.ui
1013     AskForTextUi.ui
1014     BibitemUi.ui
1015     BiblioUi.ui
1016     BibtexAddUi.ui
1017     BibtexUi.ui
1018     BoxUi.ui
1019     BranchUi.ui
1020     BranchesUi.ui
1021     BulletsUi.ui
1022     ChangesUi.ui
1023     CharacterUi.ui
1024     CitationUi.ui
1025     DelimiterUi.ui
1026     DocumentUi.ui
1027     EmbeddedFilesUi.ui
1028     ERTUi.ui
1029     ErrorListUi.ui
1030     ExternalUi.ui
1031     FloatPlacementUi.ui
1032     FloatUi.ui
1033     FontUi.ui
1034     GraphicsUi.ui
1035     IncludeUi.ui
1036     IndexUi.ui
1037     LaTeXUi.ui
1038     LanguageUi.ui
1039     ListingsUi.ui
1040     LogUi.ui
1041     MarginsUi.ui
1042     MathMatrixUi.ui
1043     MathsUi.ui
1044     NomenclUi.ui
1045     NoteUi.ui
1046     NumberingUi.ui
1047     PageLayoutUi.ui
1048     ParagraphUi.ui
1049     PreambleUi.ui
1050     PrefColorsUi.ui
1051     PrefConvertersUi.ui
1052     PrefCygwinPathUi.ui
1053     PrefDateUi.ui
1054     PrefDisplayUi.ui
1055     PrefFileformatsUi.ui
1056     PrefIdentityUi.ui
1057     PrefKeyboardUi.ui
1058     PrefLanguageUi.ui
1059     PrefLatexUi.ui
1060     PrefPathsUi.ui
1061     PrefPlaintextUi.ui
1062     PrefPrinterUi.ui
1063     PrefScreenFontsUi.ui
1064     PrefSpellcheckerUi.ui
1065     PrefUi.ui
1066     PrefsUi.ui
1067     PrintUi.ui
1068     RefUi.ui
1069     SearchUi.ui
1070     SendtoUi.ui
1071     ShowFileUi.ui
1072     SpellcheckerUi.ui
1073     TabularCreateUi.ui
1074     TabularUi.ui
1075     TexinfoUi.ui
1076     TextLayoutUi.ui
1077     ThesaurusUi.ui
1078     TocUi.ui
1079     URLUi.ui
1080     VSpaceUi.ui
1081     ViewSourceUi.ui
1082     WrapUi.ui
1083 ''')
1084
1085
1086 src_frontends_qt4_ui_extra_files = Split('''
1087     Makefile.am
1088     compile_uic.sh
1089 ''')
1090
1091
1092 src_insets_header_files = Split('''
1093     ExternalSupport.h
1094     ExternalTemplate.h
1095     ExternalTransforms.h
1096     Inset.h
1097     InsetBibitem.h
1098     InsetBibtex.h
1099     InsetBox.h
1100     InsetBranch.h
1101     InsetCaption.h
1102     InsetCitation.h
1103     InsetCollapsable.h
1104     InsetCommand.h
1105     InsetCommandParams.h
1106     InsetERT.h
1107     InsetEnvironment.h
1108     InsetExternal.h
1109     InsetFlex.h
1110     InsetFloat.h
1111     InsetFloatList.h
1112     InsetFoot.h
1113     InsetFootlike.h
1114     InsetGraphics.h
1115     InsetGraphicsParams.h
1116     InsetHFill.h
1117     InsetInclude.h
1118     InsetIndex.h
1119     InsetLabel.h
1120     InsetLine.h
1121     InsetListings.h
1122     InsetListingsParams.h
1123     InsetMarginal.h
1124     InsetNewline.h
1125     InsetNomencl.h
1126     InsetNote.h
1127     InsetOptArg.h
1128     InsetPagebreak.h
1129     InsetQuotes.h
1130     InsetRef.h
1131     InsetSpace.h
1132     InsetSpecialChar.h
1133     InsetTOC.h
1134     InsetTabular.h
1135     InsetText.h
1136     InsetUrl.h
1137     InsetVSpace.h
1138     InsetWrap.h
1139     MailInset.h
1140     RenderBase.h
1141     RenderButton.h
1142     RenderGraphic.h
1143     RenderPreview.h
1144 ''')
1145
1146
1147 src_insets_files = Split('''
1148     ExternalSupport.cpp
1149     ExternalTemplate.cpp
1150     ExternalTransforms.cpp
1151     Inset.cpp
1152     InsetBibitem.cpp
1153     InsetBibtex.cpp
1154     InsetBox.cpp
1155     InsetBranch.cpp
1156     InsetCaption.cpp
1157     InsetCitation.cpp
1158     InsetCollapsable.cpp
1159     InsetCommand.cpp
1160     InsetCommandParams.cpp
1161     InsetERT.cpp
1162     InsetEnvironment.cpp
1163     InsetExternal.cpp
1164     InsetFlex.cpp
1165     InsetFloat.cpp
1166     InsetFloatList.cpp
1167     InsetFoot.cpp
1168     InsetFootlike.cpp
1169     InsetGraphics.cpp
1170     InsetGraphicsParams.cpp
1171     InsetHFill.cpp
1172     InsetInclude.cpp
1173     InsetIndex.cpp
1174     InsetLabel.cpp
1175     InsetLine.cpp
1176     InsetListings.cpp
1177     InsetListingsParams.cpp
1178     InsetMarginal.cpp
1179     InsetNewline.cpp
1180     InsetNomencl.cpp
1181     InsetNote.cpp
1182     InsetOptArg.cpp
1183     InsetPagebreak.cpp
1184     InsetQuotes.cpp
1185     InsetRef.cpp
1186     InsetSpace.cpp
1187     InsetSpecialChar.cpp
1188     InsetTOC.cpp
1189     InsetTabular.cpp
1190     InsetText.cpp
1191     InsetUrl.cpp
1192     InsetVSpace.cpp
1193     InsetWrap.cpp
1194     MailInset.cpp
1195     RenderButton.cpp
1196     RenderGraphic.cpp
1197     RenderPreview.cpp
1198 ''')
1199
1200
1201 src_insets_extra_files = Split('''
1202     ChangeLog
1203     InsetTheorem.cpp
1204     InsetTheorem.h
1205     Makefile.am
1206     pch.h
1207 ''')
1208
1209
1210 intl_header_files = Split('''
1211     eval-plural.h
1212     gettextP.h
1213     gmo.h
1214     hash-string.h
1215     loadinfo.h
1216     localcharset.h
1217     os2compat.h
1218     plural-exp.h
1219     printf-args.h
1220     printf-parse.h
1221     relocatable.h
1222     vasnprintf.h
1223     vasnwprintf.h
1224     wprintf-parse.h
1225     xsize.h
1226 ''')
1227
1228
1229 intl_files = Split('''
1230     bindtextdom.c
1231     dcgettext.c
1232     dcigettext.c
1233     dcngettext.c
1234     dgettext.c
1235     dngettext.c
1236     explodename.c
1237     finddomain.c
1238     gettext.c
1239     intl-compat.c
1240     l10nflist.c
1241     langprefs.c
1242     loadmsgcat.c
1243     localcharset.c
1244     localealias.c
1245     localename.c
1246     log.c
1247     ngettext.c
1248     osdep.c
1249     plural-exp.c
1250     plural.c
1251     printf.c
1252     relocatable.c
1253     textdomain.c
1254 ''')
1255
1256
1257 intl_extra_files = Split('''
1258     ChangeLog
1259     VERSION
1260     config.charset
1261     libgnuintl.h.in
1262     locale.alias
1263     os2compat.c
1264     plural.y
1265     printf-args.c
1266     printf-parse.c
1267     ref-add.sin
1268     ref-del.sin
1269     vasnprintf.c
1270 ''')
1271
1272
1273 config_extra_files = Split('''
1274     ChangeLog
1275     Makefile.am
1276     common.am
1277     config.guess
1278     config.rpath
1279     config.sub
1280     depcomp
1281     install-sh
1282     libtool.m4
1283     ltmain.sh
1284     lyxinclude.m4
1285     missing
1286     mkinstalldirs
1287     pkg.m4
1288     py-compile
1289     qt4.m4
1290     spell.m4
1291 ''')
1292
1293
1294 sourcedoc_extra_files = Split('''
1295     Doxyfile.in
1296     Makefile.am
1297 ''')
1298
1299
1300 po_extra_files = Split('''
1301     ChangeLog
1302     LINGUAS
1303     Makefile.in.in
1304     Makevars
1305     POTFILES.in
1306     README
1307     Rules-quot
1308     bg.po
1309     boldquot.sed
1310     ca.po
1311     cs.po
1312     da.po
1313     de.po
1314     en@boldquot.header
1315     en@quot.header
1316     es.po
1317     eu.po
1318     fi.po
1319     fr.po
1320     gl.po
1321     he.po
1322     hu.po
1323     insert-header.sin
1324     it.po
1325     ja.po
1326     ko.po
1327     lyx_pot.py
1328     nb.po
1329     nl.po
1330     nn.po
1331     pl.po
1332     pocheck.pl
1333     postats.sh
1334     pt.po
1335     quot.sed
1336     remove-potcdate.sin
1337     ro.po
1338     ru.po
1339     sk.po
1340     sl.po
1341     sv.po
1342     tr.po
1343     wa.po
1344     zh_CN.po
1345     zh_TW.po
1346 ''')
1347
1348
1349 lib_files = Split('''
1350     CREDITS
1351     chkconfig.ltx
1352     configure.py
1353     encodings
1354     external_templates
1355     languages
1356     symbols
1357     syntax.default
1358     unicodesymbols
1359 ''')
1360
1361
1362 lib_extra_files = Split('''
1363     ChangeLog
1364     Makefile.am
1365     autocorrect
1366     build-listerrors
1367     generate_contributions.py
1368 ''')
1369
1370
1371 lib_kbd_files = Split('''
1372     american-2.kmap
1373     american.kmap
1374     arabic.kmap
1375     bg-bds-1251.kmap
1376     brazil.kmap
1377     brazil2.kmap
1378     czech-prg.kmap
1379     czech.kmap
1380     espanol.kmap
1381     european.kmap
1382     farsi.kmap
1383     francais.kmap
1384     french.kmap
1385     german-2.kmap
1386     german-3.kmap
1387     german.kmap
1388     greek.kmap
1389     hebrew.kmap
1390     koi8-r.kmap
1391     koi8-u.kmap
1392     latvian.kmap
1393     magyar-2.kmap
1394     magyar-3.kmap
1395     magyar.kmap
1396     null.kmap
1397     polish.kmap
1398     polski.kmap
1399     portuges.kmap
1400     romanian.kmap
1401     serbian.kmap
1402     serbocroatian.kmap
1403     sf.kmap
1404     sg.kmap
1405     slovak.kmap
1406     slovene.kmap
1407     thai-kedmanee.kmap
1408     transilvanian.kmap
1409     turkish-f.kmap
1410     turkish.kmap
1411 ''')
1412
1413
1414 lib_templates_files = Split('''
1415     IEEEtran.lyx
1416     README.new_templates
1417     aa.lyx
1418     aastex.lyx
1419     agu_article.lyx
1420     apa.lyx
1421     beamer-conference-ornate-20min.lyx
1422     de_beamer-conference-ornate-20min.lyx
1423     dinbrief.lyx
1424     docbook_article.lyx
1425     elsart.lyx
1426     fr_beamer-conference-ornate-20min.lyx
1427     g-brief-de.lyx
1428     g-brief-en.lyx
1429     g-brief2.lyx
1430     hollywood.lyx
1431     ijmpc.lyx
1432     ijmpd.lyx
1433     iop-article.lyx
1434     kluwer.lyx
1435     koma-letter2.lyx
1436     latex8.lyx
1437     letter.lyx
1438     revtex.lyx
1439     revtex4.lyx
1440     slides.lyx
1441 ''')
1442
1443
1444 lib_ui_files = Split('''
1445     classic.ui
1446     default.ui
1447     stdmenus.inc
1448     stdtoolbars.inc
1449 ''')
1450
1451
1452 lib_fonts_files = Split('''
1453     BaKoMaFontLicense.txt
1454     ReadmeBaKoMa4LyX.txt
1455     cmex10.ttf
1456     cmmi10.ttf
1457     cmr10.ttf
1458     cmsy10.ttf
1459     eufm10.ttf
1460     msam10.ttf
1461     msbm10.ttf
1462     wasy10.ttf
1463 ''')
1464
1465
1466 lib_images_files = Split('''
1467     all-changes-accept.png
1468     all-changes-reject.png
1469     amssymb.png
1470     banner.png
1471     bookmark-goto.png
1472     bookmark-save.png
1473     break-line.png
1474     buffer-close.png
1475     buffer-export_dvi.png
1476     buffer-export_latex.png
1477     buffer-export_pdf2.png
1478     buffer-export_ps.png
1479     buffer-export_text.png
1480     buffer-new.png
1481     buffer-reload.png
1482     buffer-update_dvi.png
1483     buffer-update_pdf2.png
1484     buffer-update_ps.png
1485     buffer-view_dvi.png
1486     buffer-view_pdf2.png
1487     buffer-view_ps.png
1488     buffer-write-as.png
1489     buffer-write.png
1490     build-program.png
1491     change-accept.png
1492     change-next.png
1493     change-reject.png
1494     changes-merge.png
1495     changes-output.png
1496     changes-track.png
1497     closetab.png
1498     copy.png
1499     cut.png
1500     demote.png
1501     depth-decrement.png
1502     depth-increment.png
1503     dialog-preferences.png
1504     dialog-show-new-inset_citation.png
1505     dialog-show-new-inset_graphics.png
1506     dialog-show-new-inset_include.png
1507     dialog-show-new-inset_ref.png
1508     dialog-show_character.png
1509     dialog-show_findreplace.png
1510     dialog-show_mathdelimiter.png
1511     dialog-show_mathmatrix.png
1512     dialog-show_print.png
1513     dialog-show_spellchecker.png
1514     dialog-toggle_toc.png
1515     down.png
1516     ert-insert.png
1517     file-open.png
1518     float-insert_figure.png
1519     float-insert_table.png
1520     font-bold.png
1521     font-emph.png
1522     font-free-apply.png
1523     font-noun.png
1524     font-sans.png
1525     footnote-insert.png
1526     index-insert.png
1527     label-insert.png
1528     layout-document.png
1529     layout-paragraph.png
1530     layout.png
1531     layout_Description.png
1532     layout_Enumerate.png
1533     layout_Itemize.png
1534     layout_List.png
1535     layout_LyX-Code.png
1536     layout_Scrap.png
1537     layout_Section.png
1538     lyx-quit.png
1539     lyx.png
1540     marginalnote-insert.png
1541     math-display.png
1542     math-matrix.png
1543     math-mode.png
1544     math-subscript.png
1545     math-superscript.png
1546     nomencl-insert.png
1547     note-insert.png
1548     note-next.png
1549     paste.png
1550     promote.png
1551     psnfss1.png
1552     psnfss2.png
1553     psnfss3.png
1554     psnfss4.png
1555     redo.png
1556     reload.png
1557     standard.png
1558     tabular-feature_align-center.png
1559     tabular-feature_align-left.png
1560     tabular-feature_align-right.png
1561     tabular-feature_append-column.png
1562     tabular-feature_append-row.png
1563     tabular-feature_delete-column.png
1564     tabular-feature_delete-row.png
1565     tabular-feature_multicolumn.png
1566     tabular-feature_set-all-lines.png
1567     tabular-feature_set-longtabular.png
1568     tabular-feature_set-rotate-cell.png
1569     tabular-feature_toggle-rotate-cell.png
1570     tabular-feature_set-rotate-tabular.png
1571     tabular-feature_toggle-rotate-tabular.png
1572     tabular-feature_toggle-line-bottom.png
1573     tabular-feature_toggle-line-left.png
1574     tabular-feature_toggle-line-right.png
1575     tabular-feature_toggle-line-top.png
1576     tabular-feature_unset-all-lines.png
1577     tabular-feature_valign-bottom.png
1578     tabular-feature_valign-middle.png
1579     tabular-feature_valign-top.png
1580     tabular-insert.png
1581     thesaurus-entry.png
1582     toolbar-toggle_math.png
1583     toolbar-toggle_math_panels.png
1584     toolbar-toggle_table.png
1585     undo.png
1586     unknown.png
1587     up.png
1588     url-insert.png
1589 ''')
1590
1591
1592 lib_images_extra_files = Split('''
1593     README
1594     font-smallcaps.png
1595 ''')
1596
1597
1598 lib_images_math_files = Split('''
1599     Bbbk.png
1600     Finv.png
1601     Game.png
1602     Im.png
1603     Lleftarrow.png
1604     Lsh.png
1605     Re.png
1606     Rrightarrow.png
1607     Rsh.png
1608     Vert.png
1609     Vvdash.png
1610     acute.png
1611     aleph.png
1612     alpha.png
1613     amalg.png
1614     angle.png
1615     approx.png
1616     approxeq.png
1617     asymp.png
1618     backepsilon.png
1619     backprime.png
1620     backsim.png
1621     backsimeq.png
1622     backslash.png
1623     bar.png
1624     bars.png
1625     barwedge.png
1626     because.png
1627     beta.png
1628     beth.png
1629     between.png
1630     bigcap.png
1631     bigcirc.png
1632     bigcup.png
1633     bigodot.png
1634     bigoplus.png
1635     bigotimes.png
1636     bigsqcup.png
1637     bigstar.png
1638     bigtriangledown.png
1639     bigtriangleup.png
1640     biguplus.png
1641     bigvee.png
1642     bigwedge.png
1643     blacklozenge.png
1644     blacksquare.png
1645     blacktriangle.png
1646     blacktriangledown.png
1647     blacktriangleleft.png
1648     blacktriangleright.png
1649     bot.png
1650     bowtie.png
1651     boxdot.png
1652     boxminus.png
1653     boxplus.png
1654     boxtimes.png
1655     breve.png
1656     bullet.png
1657     bumpeq.png
1658     bumpeq2.png
1659     cap.png
1660     cap2.png
1661     cases.png
1662     cdot.png
1663     cdots.png
1664     centerdot.png
1665     check.png
1666     chi.png
1667     circ.png
1668     circeq.png
1669     circlearrowleft.png
1670     circlearrowright.png
1671     circledS.png
1672     circledast.png
1673     circledcirc.png
1674     circleddash.png
1675     clubsuit.png
1676     complement.png
1677     cong.png
1678     coprod.png
1679     cup.png
1680     cup2.png
1681     curlyeqprec.png
1682     curlyeqsucc.png
1683     curlyvee.png
1684     curlywedge.png
1685     curvearrowleft.png
1686     curvearrowright.png
1687     dagger.png
1688     daleth.png
1689     dashleftarrow.png
1690     dashrightarrow.png
1691     dashv.png
1692     ddagger.png
1693     ddot.png
1694     ddots.png
1695     delim.png
1696     delta.png
1697     delta2.png
1698     diagdown.png
1699     diagup.png
1700     diamond.png
1701     diamondsuit.png
1702     digamma.png
1703     div.png
1704     divideontimes.png
1705     dot.png
1706     doteq.png
1707     doteqdot.png
1708     dotplus.png
1709     dotsint.png
1710     dotsintop.png
1711     doublebarwedge.png
1712     downarrow.png
1713     downarrow2.png
1714     downdownarrows.png
1715     downharpoonleft.png
1716     downharpoonright.png
1717     ell.png
1718     empty.png
1719     emptyset.png
1720     epsilon.png
1721     eqcirc.png
1722     eqslantgtr.png
1723     eqslantless.png
1724     equation.png
1725     equiv.png
1726     eta.png
1727     eth.png
1728     exists.png
1729     fallingdotseq.png
1730     flat.png
1731     font.png
1732     forall.png
1733     frac-square.png
1734     frac.png
1735     frown.png
1736     functions.png
1737     gamma.png
1738     gamma2.png
1739     geq.png
1740     geqq.png
1741     geqslant.png
1742     gg.png
1743     ggg.png
1744     gimel.png
1745     gnapprox.png
1746     gneq.png
1747     gneqq.png
1748     gnsim.png
1749     grave.png
1750     gtrapprox.png
1751     gtrdot.png
1752     gtreqless.png
1753     gtreqqless.png
1754     gtrless.png
1755     gtrsim.png
1756     gvertneqq.png
1757     hat.png
1758     hbar.png
1759     heartsuit.png
1760     hookleftarrow.png
1761     hookrightarrow.png
1762     hphantom.png
1763     hslash.png
1764     iiiint.png
1765     iiiintop.png
1766     iiint.png
1767     iiintop.png
1768     iint.png
1769     iintop.png
1770     imath.png
1771     in.png
1772     infty.png
1773     int.png
1774     intercal.png
1775     intop.png
1776     iota.png
1777     jmath.png
1778     kappa.png
1779     lambda.png
1780     lambda2.png
1781     langle.png
1782     lbrace.png
1783     lbrace_rbrace.png
1784     lbracket.png
1785     lbracket_rbracket.png
1786     lceil.png
1787     lceil_rceil.png
1788     ldots.png
1789     leftarrow.png
1790     leftarrow2.png
1791     leftarrowtail.png
1792     leftharpoondown.png
1793     leftharpoonup.png
1794     leftleftarrows.png
1795     leftrightarrow.png
1796     leftrightarrow2.png
1797     leftrightarrows.png
1798     leftrightharpoons.png
1799     leftrightsquigarrow.png
1800     leftthreetimes.png
1801     leq.png
1802     leqq.png
1803     leqslant.png
1804     lessapprox.png
1805     lessdot.png
1806     lesseqgtr.png
1807     lesseqqgtr.png
1808     lessgtr.png
1809     lesssim.png
1810     lfloor.png
1811     lfloor_rfloor.png
1812     ll.png
1813     llcorner.png
1814     lll.png
1815     lnapprox.png
1816     lneq.png
1817     lneqq.png
1818     lnsim.png
1819     longleftarrow.png
1820     longleftarrow2.png
1821     longleftrightarrow.png
1822     longleftrightarrow2.png
1823     longmapsto.png
1824     longrightarrow.png
1825     longrightarrow2.png
1826     looparrowleft.png
1827     looparrowright.png
1828     lozenge.png
1829     lparen.png
1830     lparen_rparen.png
1831     lrcorner.png
1832     ltimes.png
1833     lvertneqq.png
1834     mapsto.png
1835     mathbb_C.png
1836     mathbb_H.png
1837     mathbb_N.png
1838     mathbb_Q.png
1839     mathbb_R.png
1840     mathbb_Z.png
1841     mathcal_F.png
1842     mathcal_H.png
1843     mathcal_L.png
1844     mathcal_O.png
1845     mathcircumflex.png
1846     mathrm_T.png
1847     matrix.png
1848     measuredangle.png
1849     mho.png
1850     mid.png
1851     models.png
1852     mp.png
1853     mu.png
1854     multimap.png
1855     nabla.png
1856     natural.png
1857     ncong.png
1858     nearrow.png
1859     neg.png
1860     neq.png
1861     nexists.png
1862     ngeq.png
1863     ngeqq.png
1864     ngeqslant.png
1865     ngtr.png
1866     ni.png
1867     nleftarrow.png
1868     nleftarrow2.png
1869     nleftrightarrow.png
1870     nleftrightarrow2.png
1871     nleq.png
1872     nleqq.png
1873     nleqslant.png
1874     nless.png
1875     nmid.png
1876     notin.png
1877     nparallel.png
1878     nprec.png
1879     npreceq.png
1880     nrightarrow.png
1881     nrightarrow2.png
1882     nshortmid.png
1883     nshortparallel.png
1884     nsim.png
1885     nsubseteq.png
1886     nsucc.png
1887     nsucceq.png
1888     nsupseteq.png
1889     nsupseteqq.png
1890     ntriangleleft.png
1891     ntrianglelefteq.png
1892     ntriangleright.png
1893     ntrianglerighteq.png
1894     nu.png
1895     nvdash.png
1896     nvdash2.png
1897     nvdash3.png
1898     nwarrow.png
1899     odot.png
1900     oiint.png
1901     oiintop.png
1902     oint.png
1903     ointclockwise.png
1904     ointclockwiseop.png
1905     ointctrclockwise.png
1906     ointctrclockwiseop.png
1907     ointop.png
1908     omega.png
1909     omega2.png
1910     ominus.png
1911     oplus.png
1912     oslash.png
1913     otimes.png
1914     overbrace.png
1915     overleftarrow.png
1916     overleftrightarrow.png
1917     overline.png
1918     overrightarrow.png
1919     overset.png
1920     parallel.png
1921     partial.png
1922     perp.png
1923     phantom.png
1924     phi.png
1925     phi2.png
1926     pi.png
1927     pi2.png
1928     pitchfork.png
1929     pm.png
1930     prec.png
1931     precapprox.png
1932     preccurlyeq.png
1933     preceq.png
1934     precnapprox.png
1935     precnsim.png
1936     precsim.png
1937     prime.png
1938     prod.png
1939     propto.png
1940     psi.png
1941     psi2.png
1942     rangle.png
1943     rbrace.png
1944     rbracket.png
1945     rceil.png
1946     rfloor.png
1947     rho.png
1948     rightarrow.png
1949     rightarrow2.png
1950     rightarrowtail.png
1951     rightharpoondown.png
1952     rightharpoonup.png
1953     rightleftarrows.png
1954     rightleftharpoons.png
1955     rightrightarrows.png
1956     rightsquigarrow.png
1957     rightthreetimes.png
1958     risingdotseq.png
1959     root.png
1960     rparen.png
1961     rtimes.png
1962     searrow.png
1963     setminus.png
1964     sharp.png
1965     shortmid.png
1966     shortparallel.png
1967     sigma.png
1968     sigma2.png
1969     sim.png
1970     simeq.png
1971     slash.png
1972     smallfrown.png
1973     smallsetminus.png
1974     smallsmile.png
1975     smile.png
1976     space.png
1977     spadesuit.png
1978     sphericalangle.png
1979     sqcap.png
1980     sqcup.png
1981     sqiint.png
1982     sqiintop.png
1983     sqint.png
1984     sqintop.png
1985     sqrt-square.png
1986     sqrt.png
1987     sqsubset.png
1988     sqsubseteq.png
1989     sqsupset.png
1990     sqsupseteq.png
1991     square.png
1992     star.png
1993     style.png
1994     style.png
1995     sub.png
1996     subset.png
1997     subset2.png
1998     subseteq.png
1999     subseteqq.png
2000     subsetneq.png
2001     subsetneqq.png
2002     succ.png
2003     succapprox.png
2004     succcurlyeq.png
2005     succeq.png
2006     succnapprox.png
2007     succnsim.png
2008     succsim.png
2009     sum.png
2010     super.png
2011     supset.png
2012     supset2.png
2013     supseteq.png
2014     supseteqq.png
2015     supsetneq.png
2016     supsetneqq.png
2017     surd.png
2018     swarrow.png
2019     tau.png
2020     textrm_AA.png
2021     textrm_Oe.png
2022     therefore.png
2023     theta.png
2024     theta2.png
2025     thickapprox.png
2026     thicksim.png
2027     tilde.png
2028     times.png
2029     top.png
2030     triangle.png
2031     triangledown.png
2032     triangleleft.png
2033     trianglelefteq.png
2034     triangleq.png
2035     triangleright.png
2036     trianglerighteq.png
2037     twoheadleftarrow.png
2038     twoheadrightarrow.png
2039     ulcorner.png
2040     underbrace.png
2041     underleftarrow.png
2042     underleftrightarrow.png
2043     underline.png
2044     underrightarrow.png
2045     underscore.png
2046     underset.png
2047     uparrow.png
2048     uparrow2.png
2049     updownarrow.png
2050     updownarrow2.png
2051     upharpoonleft.png
2052     upharpoonright.png
2053     uplus.png
2054     upsilon.png
2055     upsilon2.png
2056     upuparrows.png
2057     urcorner.png
2058     varepsilon.png
2059     varkappa.png
2060     varnothing.png
2061     varphi.png
2062     varpi.png
2063     varpropto.png
2064     varrho.png
2065     varsigma.png
2066     varsubsetneq.png
2067     varsubsetneqq.png
2068     varsupsetneq.png
2069     varsupsetneqq.png
2070     vartheta.png
2071     vartriangle.png
2072     vartriangleleft.png
2073     vartriangleright.png
2074     vdash.png
2075     vdash2.png
2076     vdash3.png
2077     vdots.png
2078     vec.png
2079     vee.png
2080     veebar.png
2081     vphantom.png
2082     wedge.png
2083     widehat.png
2084     widetilde.png
2085     wp.png
2086     wr.png
2087     xi.png
2088     xi2.png
2089     zeta.png
2090 ''')
2091
2092
2093 lib_images_math_extra_files = Split('''
2094     ams_arrows.png
2095     ams_misc.png
2096     ams_nrel.png
2097     ams_ops.png
2098     ams_rel.png
2099     arrows.png
2100     bop.png
2101     brel.png
2102     deco.png
2103     deco.png
2104     delim.png
2105     delim0.png
2106     delim1.png
2107     dots.png
2108     font.png
2109     functions.png
2110     greek.png
2111     misc.png
2112     varsz.png
2113 ''')
2114
2115
2116 lib_images_attic_extra_files = Split('''
2117     dialog-show_mathpanel.png
2118 ''')
2119
2120
2121 lib_tex_files = Split('''
2122     broadway.cls
2123     hollywood.cls
2124     lyxchess.sty
2125     lyxskak.sty
2126     revtex.cls
2127 ''')
2128
2129
2130 lib_doc_files = Split('''
2131     Customization.lyx
2132     DocStyle.lyx
2133     DummyDocument1.lyx
2134     DummyDocument2.lyx
2135     DummyTextDocument.txt
2136     EmbeddedObjects.lyx
2137     Extended.lyx
2138     FAQ.lyx
2139     Intro.lyx
2140     LaTeXConfig.lyx.in
2141     Reference.lyx
2142     Tutorial.lyx
2143     UserGuide.lyx
2144 ''')
2145
2146
2147 lib_doc_biblio_files = Split('''
2148     alphadin.bst
2149     LyXDocs.bib
2150 ''')
2151
2152
2153 lib_doc_clipart_files = Split('''
2154     Abstract.pdf
2155     BoxInsetDefaultQt4.png
2156     ChangesToolbar.png
2157     ChildDocumentQt4.png
2158     CommentNoteImageQt4.png
2159     ERT.png
2160     ExternalMaterialQt4.png
2161     ExtraToolbar.png
2162     FramedNoteImageQt4.png
2163     GreyedOutNoteImageQt4.png
2164     LaTeX.png
2165     LyXNoteImageQt4.png
2166     ShadedNoteImageQt4.png
2167     SpaceMarker.png
2168     StandardToolbar.png
2169     ToolbarEnvBox.png
2170     endnotes.pdf
2171     escher-lsd.eps
2172     floatQt4.png
2173     footnoteQt4.png
2174     labelQt4.png
2175     macrobox.png
2176     macrouse.png
2177     mbox.png
2178     mobius.eps
2179     platypus.eps
2180     referenceQt4.png
2181     ViewToolbar.png
2182     with_fntright.pdf
2183     without_fntright.pdf
2184 ''')
2185
2186
2187 lib_doc_extra_files = Split('''
2188     ChangeLog
2189     Makefile.am
2190     Makefile.depend
2191     README.Documentation
2192     depend.py
2193     doc_toc.py
2194 ''')
2195
2196
2197 lib_doc_cs_files = Split('''
2198     Tutorial.lyx
2199 ''')
2200
2201
2202 lib_doc_de_files = Split('''
2203     Customization.lyx
2204     DummyDocument1.lyx
2205     DummyDocument2.lyx
2206     DummyTextDocument.txt
2207     EmbeddedObjects.lyx
2208     Extended.lyx
2209     FAQ.lyx
2210     Intro.lyx
2211     Tutorial.lyx
2212     UserGuide.lyx
2213 ''')
2214
2215
2216 lib_doc_de_clipart_files = Split('''
2217     ExternesMaterialQt4.png
2218     FussnoteQt4.png
2219     GerahmteNotizQt4.png
2220     GleitobjektQt4.png
2221     GrauschriftNotizQt4.png
2222     KommentarQt4.png
2223     LyXNotizQt4.png
2224     Marke.png
2225     Querverweis.png
2226     SchattierteNotizQt4.png
2227     StandardBoxQt4.png
2228     UnterdokumentQt4.png
2229 ''')
2230
2231
2232 lib_doc_da_files = Split('''
2233     Intro.lyx
2234 ''')
2235
2236
2237 lib_doc_es_files = Split('''
2238     DocumentoPostizo1.lyx
2239     DocumentoPostizo2.lyx
2240     DocumentoTextoPostizo.txt
2241     EmbeddedObjects.lyx
2242     Extended.lyx
2243     Intro.lyx
2244     Tutorial.lyx
2245 ''')
2246
2247
2248 lib_doc_es_biblio_files = Split('''
2249     alphadin.bst
2250     LyXDocs.bib
2251 ''')
2252
2253
2254 lib_doc_es_clipart_files = Split('''
2255     ComentNotaImagenQt4.png
2256     CuadroMinipagQt4.png
2257     DocumentoHijoQt4.png
2258     GrisNotaImagenQt4.png
2259     MaterialExternoQt4.png
2260     NotaEnmarcadaImg.png
2261     NotaLyXImagenQt4.png
2262     NotaSombreadaImg.png
2263     Resumen.pdf
2264     es_ERT.png
2265     etiquetaQt4.png
2266     flotanteQt4.png
2267     notapieQt4.png
2268     referenciaQt4.png
2269 ''')
2270
2271
2272 lib_doc_eu_files = Split('''
2273     Customization.lyx
2274     Extended.lyx
2275     FAQ.lyx
2276     Intro.lyx
2277     Tutorial.lyx
2278     UserGuide.lyx
2279 ''')
2280
2281
2282 lib_doc_fr_files = Split('''
2283     Customization.lyx
2284     Extended.lyx
2285     FAQ.lyx
2286     Intro.lyx
2287     Tutorial.lyx
2288     UserGuide.lyx
2289 ''')
2290
2291
2292 lib_doc_gl_extra_files = Split('''
2293     Intro.lyx
2294     Tutorial.lyx
2295 ''')
2296
2297
2298 lib_doc_he_files = Split('''
2299     Intro.lyx
2300     Tutorial.lyx
2301 ''')
2302
2303
2304 lib_doc_hu_files = Split('''
2305     Intro.lyx
2306     Tutorial.lyx
2307 ''')
2308
2309
2310 lib_doc_it_files = Split('''
2311     Customization.lyx
2312     Intro.lyx
2313     Tutorial.lyx
2314     UserGuide.lyx
2315 ''')
2316
2317
2318 lib_doc_nb_files = Split('''
2319     Intro.lyx
2320 ''')
2321
2322
2323 lib_doc_nl_files = Split('''
2324     Intro.lyx
2325     Tutorial.lyx
2326 ''')
2327
2328
2329 lib_doc_pl_files = Split('''
2330     Extended.lyx
2331     Intro.lyx
2332     Tutorial.lyx
2333 ''')
2334
2335
2336 lib_doc_pt_files = Split('''
2337     Intro.lyx
2338     Tutorial.lyx
2339 ''')
2340
2341
2342 lib_doc_ro_files = Split('''
2343     Intro.lyx
2344 ''')
2345
2346
2347 lib_doc_ru_files = Split('''
2348     FAQ.lyx
2349     Intro.lyx
2350     Tutorial.lyx
2351 ''')
2352
2353
2354 lib_doc_sl_files = Split('''
2355     Intro.lyx
2356     Tutorial.lyx
2357 ''')
2358
2359
2360 lib_doc_sk_files = Split('''
2361     Tutorial.lyx
2362     UserGuide.lyx
2363 ''')
2364
2365
2366 lib_doc_sv_files = Split('''
2367     Intro.lyx
2368     Tutorial.lyx
2369 ''')
2370
2371
2372 lib_examples_files = Split('''
2373     CV-image.eps
2374     CV-image.png
2375     Foils.lyx
2376     ItemizeBullets.lyx
2377     Literate.lyx
2378     Minipage.lyx
2379     aa_sample.lyx
2380     aas_sample.lyx
2381     amsart-test.lyx
2382     amsbook-test.lyx
2383     armenian-article.lyx
2384     beamer-g4-mask.jpg
2385     beamer-g4.jpg
2386     beamer-icsi-logo.pdf
2387     beamer-knight1-mask.png
2388     beamer-knight1.png
2389     beamer-knight2-mask.png
2390     beamer-knight2.png
2391     beamer-knight3-mask.png
2392     beamer-knight3.png
2393     beamer-knight4-mask.png
2394     beamer-knight4.png
2395     beamerlyxexample1.lyx
2396     biblioExample.bib
2397     chess-article.lyx
2398     chessgame.lyx
2399     currency.lyx
2400     docbook_article.lyx
2401     europeCV.lyx
2402     example_lyxified.lyx
2403     example_raw.lyx
2404     iecc05.fen
2405     iecc07.fen
2406     iecc12.fen
2407     landslide.lyx
2408     listerrors.lyx
2409     listings.lyx
2410     mathed.lyx
2411     modernCV.lyx
2412     multicol.lyx
2413     noweb2lyx.lyx
2414     powerdot-example.lyx
2415     script_form.lyx
2416     simplecv.lyx
2417     splash.lyx
2418 ''')
2419
2420
2421 lib_examples_ca_files = Split('''
2422     splash.lyx
2423 ''')
2424
2425
2426 lib_examples_cs_files = Split('''
2427     splash.lyx
2428 ''')
2429
2430
2431 lib_examples_da_files = Split('''
2432     splash.lyx
2433 ''')
2434
2435
2436 lib_examples_de_files = Split('''
2437     Dezimal.lyx
2438     ItemizeBullets.lyx
2439     Lebenslauf.lyx
2440     Minipage.lyx
2441     TabellenBeispiel.lyx
2442     Waehrungen.lyx
2443     beispiel_gelyxt.lyx
2444     beispiel_roh.lyx
2445     mathed.lyx
2446     multicol.lyx
2447     splash.lyx
2448 ''')
2449
2450
2451 lib_examples_fa_files = Split('''
2452     splash.lyx
2453 ''')
2454
2455
2456 lib_examples_fr_files = Split('''
2457     AlignementDecimal.lyx
2458     simplecv.lyx
2459     ExemplesTableaux.lyx
2460     Foils.lyx
2461     ListesPuces.lyx
2462     Minipage.lyx
2463     exemple_brut.lyx
2464     exemple_lyxifie.lyx
2465     mathed.lyx
2466     multicol.lyx
2467     splash.lyx
2468 ''')
2469
2470
2471 lib_examples_es_files = Split('''
2472     ejemplo_con_lyx.lyx
2473     ejemplo_sin_lyx.lyx
2474     splash.lyx
2475 ''')
2476
2477
2478 lib_examples_eu_files = Split('''
2479     adibide_gordina.lyx
2480     adibide_lyx-atua.lyx
2481     splash.lyx
2482 ''')
2483
2484
2485 lib_examples_gl_extra_files = Split('''
2486     exemplo_bruto.lyx
2487     exemplo_lyxificado.lyx
2488     splash.lyx
2489 ''')
2490
2491
2492 lib_examples_he_files = Split('''
2493     example_lyxified.lyx
2494     example_raw.lyx
2495     splash.lyx
2496 ''')
2497
2498
2499 lib_examples_hu_files = Split('''
2500     example_lyxified.lyx
2501     example_raw.lyx
2502     splash.lyx
2503 ''')
2504
2505
2506 lib_examples_it_files = Split('''
2507     ItemizeBullets.lyx
2508     splash.lyx
2509 ''')
2510
2511
2512 lib_examples_nl_files = Split('''
2513     multicol.lyx
2514     opsommingstekens.lyx
2515     splash.lyx
2516     voorbeeld_ruw.lyx
2517     voorbeeld_verlyxt.lyx
2518 ''')
2519
2520
2521 lib_examples_pl_files = Split('''
2522     splash.lyx
2523 ''')
2524
2525
2526 lib_examples_pt_files = Split('''
2527     splash.lyx
2528 ''')
2529
2530
2531 lib_examples_ro_files = Split('''
2532     splash.lyx
2533 ''')
2534
2535
2536 lib_examples_ru_files = Split('''
2537     splash.lyx
2538 ''')
2539
2540
2541 lib_examples_sl_files = Split('''
2542     primer_lyxan.lyx
2543     primer_surov.lyx
2544     splash.lyx
2545 ''')
2546
2547
2548 lib_lyx2lyx_files = Split('''
2549     LyX.py
2550     generate_encoding_info.py
2551     lyx2lyx
2552     lyx2lyx_lang.py
2553     lyx_0_06.py
2554     lyx_0_08.py
2555     lyx_0_10.py
2556     lyx_0_12.py
2557     lyx_1_0.py
2558     lyx_1_1.py
2559     lyx_1_1_5.py
2560     lyx_1_1_6_0.py
2561     lyx_1_1_6_3.py
2562     lyx_1_2.py
2563     lyx_1_3.py
2564     lyx_1_4.py
2565     lyx_1_5.py
2566     lyx_1_6.py
2567     parser_tools.py
2568     profiling.py
2569     test_parser_tools.py
2570 ''')
2571
2572
2573 lib_lyx2lyx_extra_files = Split('''
2574     ChangeLog
2575     Makefile.am
2576     lyx2lyx_version.py.in
2577 ''')
2578
2579
2580 lib_layouts_files = Split('''
2581     IEEEtran.layout
2582     aa.layout
2583     aapaper.layout
2584     aastex.layout
2585     agu-dtd.layout
2586     agums.layout
2587     amsart-plain.layout
2588     amsart-seq.layout
2589     amsart.layout
2590     amsbook.layout
2591     apa.layout
2592     arab-article.layout
2593     armenian-article.layout
2594     article.layout
2595     beamer.layout
2596     book.layout
2597     broadway.layout
2598     chess.layout
2599     cl2emult.layout
2600     dinbrief.layout
2601     docbook-book.layout
2602     docbook-chapter.layout
2603     docbook-section.layout
2604     docbook.layout
2605     dtk.layout
2606     egs.layout
2607     elsart.layout
2608     entcs.layout
2609     europecv.layout
2610     extarticle.layout
2611     extbook.layout
2612     extletter.layout
2613     extreport.layout
2614     foils.layout
2615     g-brief-de.layout
2616     g-brief-en.layout
2617     g-brief2.layout
2618     heb-article.layout
2619     heb-letter.layout
2620     hollywood.layout
2621     ijmpc.layout
2622     ijmpd.layout
2623     iopart.layout
2624     isprs.layout
2625     jgrga.layout
2626     kluwer.layout
2627     latex8.layout
2628     letter.layout
2629     literate-article.layout
2630     literate-book.layout
2631     literate-report.layout
2632     llncs.layout
2633     ltugboat.layout
2634     manpage.layout
2635     memoir.layout
2636     moderncv.layout
2637     mwart.layout
2638     mwbk.layout
2639     mwrep.layout
2640     paper.layout
2641     powerdot.layout
2642     report.layout
2643     revtex.layout
2644     revtex4.layout
2645     scrartcl.layout
2646     scrbook.layout
2647     scrlettr.layout
2648     scrlttr2.layout
2649     scrreprt.layout
2650     seminar.layout
2651     siamltex.layout
2652     simplecv.layout
2653     slides.layout
2654     spie.layout
2655     svglobal.layout
2656     svjog.layout
2657     svprobth.layout
2658 ''')
2659
2660
2661 lib_layouts_inc_files = Split('''
2662     aapaper.inc
2663     agu_stdclass.inc
2664     agu_stdcounters.inc
2665     agu_stdlists.inc
2666     agu_stdsections.inc
2667     agu_stdtitle.inc
2668     aguplus.inc
2669     amsdefs.inc
2670     amsmaths-plain.inc
2671     amsmaths-seq.inc
2672     amsmaths.inc
2673     db_lyxmacros.inc
2674     db_stdcharstyles.inc
2675     db_stdclass.inc
2676     db_stdcounters.inc
2677     db_stdlayouts.inc
2678     db_stdlists.inc
2679     db_stdsections.inc
2680     db_stdstarsections.inc
2681     db_stdstruct.inc
2682     db_stdtitle.inc
2683     literate-scrap.inc
2684     lyxmacros.inc
2685     numarticle.inc
2686     numreport.inc
2687     numrevtex.inc
2688     scrclass.inc
2689     stdclass.inc
2690     stdcounters.inc
2691     stdfloats.inc
2692     stdinsets.inc
2693     stdlayouts.inc
2694     stdletter.inc
2695     stdlists.inc
2696     stdsections.inc
2697     stdstarsections.inc
2698     stdstruct.inc
2699     stdtitle.inc
2700     svjour.inc
2701     theorems.inc
2702     theorems-ams.inc
2703 ''')
2704
2705
2706 lib_layouts_module_files = Split('''
2707     lib/layouts/endnotes.module
2708     lib/layouts/foottoend.module
2709     lib/layouts/logicalmkup.module
2710     lib/layouts/theorems-ams.module
2711     lib/layouts/theorems-ams-withinsec.module
2712     lib/layouts/theorems-std.module
2713     lib/layouts/theorems-withinsec.module
2714     lib/layouts/theorems-withinchap.module
2715     lib/layouts/url.module
2716 ''')
2717
2718 lib_scripts_files = Split('''
2719     TeXFiles.py
2720     clean_dvi.py
2721     convertDefault.py
2722     date.py
2723     ext_copy.py
2724     fen2ascii.py
2725     fig2pdftex.py
2726     fig2pstex.py
2727     fig_copy.py
2728     layout2layout.py
2729     legacy_lyxpreview2ppm.py
2730     listerrors
2731     lyxpreview2bitmap.py
2732     lyxpreview_tools.py
2733     tex_copy.py
2734 ''')
2735
2736
2737 lib_bind_files = Split('''
2738     aqua.bind
2739     broadway.bind
2740     cua.bind
2741     cyrkeys.bind
2742     emacs.bind
2743     greekkeys.bind
2744     hollywood.bind
2745     latinkeys.bind
2746     mac.bind
2747     math.bind
2748     menus.bind
2749     sciword.bind
2750     xemacs.bind
2751 ''')
2752
2753
2754 lib_bind_fi_files = Split('''
2755     menus.bind
2756 ''')
2757
2758
2759 lib_bind_sv_files = Split('''
2760     menus.bind
2761 ''')
2762
2763
2764 lib_bind_pt_files = Split('''
2765     menus.bind
2766 ''')
2767
2768
2769 lib_bind_de_files = Split('''
2770     menus.bind
2771 ''')
2772
2773
2774 boost_extra_files = Split('''
2775     ChangeLog
2776     LICENSE_1_0.txt
2777     Makefile.am
2778 ''')
2779
2780
2781 boost_libs_extra_files = Split('''
2782     Makefile.am
2783     README
2784 ''')
2785
2786
2787 boost_libs_signals_extra_files = Split('''
2788     Makefile.am
2789     signals.vcproj
2790 ''')
2791
2792
2793 boost_libs_signals_src_files = Split('''
2794     connection.cpp
2795     named_slot_map.cpp
2796     signal_base.cpp
2797     slot.cpp
2798     trackable.cpp
2799 ''')
2800
2801
2802 boost_libs_signals_src_extra_files = Split('''
2803     Makefile.am
2804     pch.h
2805 ''')
2806
2807
2808 boost_libs_regex_extra_files = Split('''
2809     Makefile.am
2810     regex.vcproj
2811 ''')
2812
2813
2814 boost_libs_regex_src_files = Split('''
2815     c_regex_traits.cpp
2816     cpp_regex_traits.cpp
2817     cregex.cpp
2818     fileiter.cpp
2819     instances.cpp
2820     posix_api.cpp
2821     regex.cpp
2822     regex_debug.cpp
2823     regex_raw_buffer.cpp
2824     regex_traits_defaults.cpp
2825     w32_regex_traits.cpp
2826     wide_posix_api.cpp
2827     winstances.cpp
2828 ''')
2829
2830
2831 boost_libs_regex_src_extra_files = Split('''
2832     Makefile.am
2833     pch.h
2834 ''')
2835
2836
2837 boost_libs_filesystem_extra_files = Split('''
2838     Makefile.am
2839     filesystem.vcproj
2840 ''')
2841
2842
2843 boost_libs_filesystem_src_files = Split('''
2844     exception.cpp
2845     operations.cpp
2846     path.cpp
2847     portability.cpp
2848 ''')
2849
2850
2851 boost_libs_filesystem_src_extra_files = Split('''
2852     Makefile.am
2853     pch.h
2854 ''')
2855
2856
2857 boost_libs_iostreams_extra_files = Split('''
2858     Makefile.am
2859 ''')
2860
2861
2862 boost_libs_iostreams_src_files = Split('''
2863     file_descriptor.cpp
2864     mapped_file.cpp
2865     zlib.cpp
2866 ''')
2867
2868
2869 boost_libs_iostreams_src_extra_files = Split('''
2870     Makefile.am
2871     pch.h
2872 ''')
2873
2874
2875 development_Win32_packaging_installer = Split('''
2876     license.rtf
2877     lyx.nsi
2878     settings.nsh
2879     settings.user.nsh
2880 ''')
2881
2882
2883 development_Win32_packaging_installer_components = Split('''
2884     configure.nsh
2885     core.nsh
2886     dicts.nsh
2887     external.nsh
2888     langselect.nsh
2889     reinstall.nsh
2890     uninstall.nsh
2891     user.nsh
2892     viewer.nsh
2893 ''')
2894
2895
2896 development_Win32_packaging_installer_dialogs = Split('''
2897     external.ini
2898     langselect.ini
2899     reinstall.ini
2900     user.ini
2901     viewer.ini
2902 ''')
2903
2904
2905 development_Win32_packaging_installer_graphics = Split('''
2906     header.bmp
2907     wizard.bmp
2908 ''')
2909
2910
2911 development_Win32_packaging_installer_include = Split('''
2912     declarations.nsh
2913     detection.nsh
2914     filelists.nsh
2915     gui.nsh
2916     init.nsh
2917     lang.nsh
2918     windows.nsh
2919 ''')
2920
2921
2922 development_Win32_packaging_installer_lang = Split('''
2923     english.nsh
2924     french.nsh
2925     german.nsh
2926     italian.nsh
2927 ''')
2928