]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Thanks to Ignacio, we have a new Spanish UserGuide!
[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     Kernel.h
769     frontend_helpers.h
770 ''')
771
772
773 src_frontends_controllers_files = Split('''
774     ButtonPolicy.cpp
775     ControlBibtex.cpp
776     ControlBox.cpp
777     ControlBranch.cpp
778     ControlChanges.cpp
779     ControlCharacter.cpp
780     ControlCitation.cpp
781     ControlCommand.cpp
782     ControlCommandBuffer.cpp
783     ControlDocument.cpp
784     ControlEmbeddedFiles.cpp
785     ControlERT.cpp
786     ControlErrorList.cpp
787     ControlExternal.cpp
788     ControlFloat.cpp
789     ControlGraphics.cpp
790     ControlInclude.cpp
791     ControlListings.cpp
792     ControlLog.cpp
793     ControlMath.cpp
794     ControlNote.cpp
795     ControlParagraph.cpp
796     ControlPrefs.cpp
797     ControlPrint.cpp
798     ControlRef.cpp
799     ControlSearch.cpp
800     ControlSendto.cpp
801     ControlShowFile.cpp
802     ControlSpellchecker.cpp
803     ControlTabular.cpp
804     ControlTabularCreate.cpp
805     ControlTexinfo.cpp
806     ControlThesaurus.cpp
807     ControlToc.cpp
808     ControlVSpace.cpp
809     ControlViewSource.cpp
810     ControlWrap.cpp
811     Dialog.cpp
812     Kernel.cpp
813     frontend_helpers.cpp
814 ''')
815
816
817 src_frontends_controllers_extra_files = Split('''
818     ChangeLog
819     Makefile.am
820     pch.h
821 ''')
822
823
824 src_frontends_controllers_tests_extra_files = Split('''
825     Makefile.am
826     biblio.cpp
827     boost.cpp
828     pch.h
829     test_biblio
830 ''')
831
832
833 src_frontends_controllers_tests_regfiles_extra_files = Split('''
834     biblio
835 ''')
836
837
838 src_frontends_qt4_header_files = Split('''
839     Action.h
840     BulletsModule.h
841     ButtonController.h
842     ColorCache.h
843     DockView.h
844     EmptyTable.h
845     FloatPlacement.h
846     GuiAbout.h
847     GuiApplication.h
848     GuiBibitem.h
849     GuiBibtex.h
850     GuiBox.h
851     GuiBranches.h
852     GuiBranch.h
853     GuiChanges.h
854     GuiCharacter.h
855     GuiCharacter.h
856     GuiCitation.h
857     GuiClipboard.h
858     GuiCommandBuffer.h
859     GuiCommandEdit.h
860     GuiDelimiter.h
861     GuiDialog.h
862     GuiDocument.h
863     GuiEmbeddedFiles.h
864     GuiErrorList.h
865     GuiERT.h
866     GuiExternal.h
867     GuiFloat.h
868     GuiFontExample.h
869     GuiFontLoader.h
870     GuiGraphics.h
871     GuiGraphicsUi.h
872     GuiImage.h
873     GuiImplementation.h
874     GuiInclude.h
875     GuiIndex.h
876     GuiKeySymbol.h
877     GuiListings.h
878     GuiLog.h
879     GuiMathMatrix.h
880     GuiMenubar.h
881     GuiNomencl.h
882     GuiNote.h
883     GuiPainter.h
884     GuiParagraph.h
885     GuiPopupMenu.h
886     GuiPrefs.h
887     GuiPrint.h
888     GuiRef.h
889     GuiSearch.h
890     GuiSelection.h
891     GuiSelectionManager.h
892     GuiSendto.h
893     GuiSetBorder.h
894     GuiShowFile.h
895     GuiSpellchecker.h
896     GuiTabularCreate.h
897     GuiTabular.h
898     GuiTexinfo.h
899     GuiThesaurus.h
900     GuiToc.h
901     GuiToolbar.h
902     GuiURL.h
903     GuiView.h
904     GuiViewSource.h
905     GuiVSpace.h
906     GuiWorkArea.h
907     GuiWrap.h
908     IconPalette.h
909     InsertTableWidget.h
910     LengthCombo.h
911     LyXFileDialog.h
912     PanelStack.h
913     TocModel.h
914     TocWidget.h
915     Validator.h
916     qlkey.h
917     qt_helpers.h
918     socket_callback.h
919 ''')
920
921
922 src_frontends_qt4_files = Split('''
923     Action.cpp
924     BulletsModule.cpp
925     ButtonController.cpp
926     ColorCache.cpp
927     Dialogs.cpp
928     EmptyTable.cpp
929     FileDialog.cpp
930     FloatPlacement.cpp
931     GuiAbout.cpp
932     GuiApplication.cpp
933     GuiBibitem.cpp
934     GuiBibtex.cpp
935     GuiBox.cpp
936     GuiBranch.cpp
937     GuiBranches.cpp
938     GuiChanges.cpp
939     GuiCharacter.cpp
940     GuiCitation.cpp
941     GuiClipboard.cpp
942     GuiCommandBuffer.cpp
943     GuiCommandEdit.cpp
944     GuiDelimiter.cpp
945     GuiDialog.cpp
946     GuiDocument.cpp
947     GuiEmbeddedFiles.cpp
948     GuiErrorList.cpp
949     GuiERT.cpp
950     GuiExternal.cpp
951     GuiFloat.cpp
952     GuiFontExample.cpp
953     GuiFontLoader.cpp
954     GuiFontMetrics.cpp
955     GuiGraphics.cpp
956     GuiImage.cpp
957     GuiImplementation.cpp
958     GuiInclude.cpp
959     GuiIndex.cpp
960     GuiKeySymbol.cpp
961     GuiListings.cpp
962     GuiLog.cpp
963     GuiMathMatrix.cpp
964     GuiMenubar.cpp
965     GuiNomencl.cpp
966     GuiNote.cpp
967     GuiPainter.cpp
968     GuiParagraph.cpp
969     GuiPopupMenu.cpp
970     GuiPrefs.cpp
971     GuiPrint.cpp
972     GuiRef.cpp
973     GuiSearch.cpp
974     GuiSelection.cpp
975     GuiSelectionManager.cpp
976     GuiSendto.cpp
977     GuiSetBorder.cpp
978     GuiShowFile.cpp
979     GuiSpellchecker.cpp
980     GuiTabular.cpp
981     GuiTabularCreate.cpp
982     GuiTexinfo.cpp
983     GuiThesaurus.cpp
984     GuiToc.cpp
985     GuiToolbar.cpp
986     GuiURL.cpp
987     GuiView.cpp
988     GuiViewSource.cpp
989     GuiVSpace.cpp
990     GuiWorkArea.cpp
991     GuiWrap.cpp
992     IconPalette.cpp
993     InsertTableWidget.cpp
994     LengthCombo.cpp
995     LyXFileDialog.cpp
996     PanelStack.cpp
997     TocModel.cpp
998     TocWidget.cpp
999     Validator.cpp
1000     alert_pimpl.cpp
1001     qt_helpers.cpp
1002     socket_callback.cpp
1003 ''')
1004
1005
1006 src_frontends_qt4_extra_files = Split('''
1007     ChangeLog
1008     GuiFontMetrics.h
1009     Makefile.am
1010     README
1011     pch.h
1012 ''')
1013
1014
1015 src_frontends_qt4_ui_files = Split('''
1016     AboutUi.ui
1017     AskForTextUi.ui
1018     BibitemUi.ui
1019     BiblioUi.ui
1020     BibtexAddUi.ui
1021     BibtexUi.ui
1022     BoxUi.ui
1023     BranchUi.ui
1024     BranchesUi.ui
1025     BulletsUi.ui
1026     ChangesUi.ui
1027     CharacterUi.ui
1028     CitationUi.ui
1029     DelimiterUi.ui
1030     DocumentUi.ui
1031     EmbeddedFilesUi.ui
1032     ERTUi.ui
1033     ErrorListUi.ui
1034     ExternalUi.ui
1035     FloatPlacementUi.ui
1036     FloatUi.ui
1037     FontUi.ui
1038     GraphicsUi.ui
1039     IncludeUi.ui
1040     IndexUi.ui
1041     LaTeXUi.ui
1042     LanguageUi.ui
1043     ListingsUi.ui
1044     LogUi.ui
1045     MarginsUi.ui
1046     MathMatrixUi.ui
1047     MathsUi.ui
1048     NomenclUi.ui
1049     NoteUi.ui
1050     NumberingUi.ui
1051     PageLayoutUi.ui
1052     ParagraphUi.ui
1053     PreambleUi.ui
1054     PrefColorsUi.ui
1055     PrefConvertersUi.ui
1056     PrefCopiersUi.ui
1057     PrefCygwinPathUi.ui
1058     PrefDateUi.ui
1059     PrefDisplayUi.ui
1060     PrefFileformatsUi.ui
1061     PrefIdentityUi.ui
1062     PrefKeyboardUi.ui
1063     PrefLanguageUi.ui
1064     PrefLatexUi.ui
1065     PrefPathsUi.ui
1066     PrefPlaintextUi.ui
1067     PrefPrinterUi.ui
1068     PrefScreenFontsUi.ui
1069     PrefSpellcheckerUi.ui
1070     PrefUi.ui
1071     PrefsUi.ui
1072     PrintUi.ui
1073     RefUi.ui
1074     SearchUi.ui
1075     SendtoUi.ui
1076     ShowFileUi.ui
1077     SpellcheckerUi.ui
1078     TabularCreateUi.ui
1079     TabularUi.ui
1080     TexinfoUi.ui
1081     TextLayoutUi.ui
1082     ThesaurusUi.ui
1083     TocUi.ui
1084     URLUi.ui
1085     VSpaceUi.ui
1086     ViewSourceUi.ui
1087     WrapUi.ui
1088 ''')
1089
1090
1091 src_frontends_qt4_ui_extra_files = Split('''
1092     Makefile.am
1093     compile_uic.sh
1094 ''')
1095
1096
1097 src_insets_header_files = Split('''
1098     ExternalSupport.h
1099     ExternalTemplate.h
1100     ExternalTransforms.h
1101     Inset.h
1102     InsetBibitem.h
1103     InsetBibtex.h
1104     InsetBox.h
1105     InsetBranch.h
1106     InsetCaption.h
1107     InsetCitation.h
1108     InsetCollapsable.h
1109     InsetCommand.h
1110     InsetCommandParams.h
1111     InsetERT.h
1112     InsetEnvironment.h
1113     InsetExternal.h
1114     InsetFlex.h
1115     InsetFloat.h
1116     InsetFloatList.h
1117     InsetFoot.h
1118     InsetFootlike.h
1119     InsetGraphics.h
1120     InsetGraphicsParams.h
1121     InsetHFill.h
1122     InsetInclude.h
1123     InsetIndex.h
1124     InsetLabel.h
1125     InsetLine.h
1126     InsetListings.h
1127     InsetListingsParams.h
1128     InsetMarginal.h
1129     InsetNewline.h
1130     InsetNomencl.h
1131     InsetNote.h
1132     InsetOptArg.h
1133     InsetPagebreak.h
1134     InsetQuotes.h
1135     InsetRef.h
1136     InsetSpace.h
1137     InsetSpecialChar.h
1138     InsetTOC.h
1139     InsetTabular.h
1140     InsetText.h
1141     InsetUrl.h
1142     InsetVSpace.h
1143     InsetWrap.h
1144     MailInset.h
1145     RenderBase.h
1146     RenderButton.h
1147     RenderGraphic.h
1148     RenderPreview.h
1149 ''')
1150
1151
1152 src_insets_files = Split('''
1153     ExternalSupport.cpp
1154     ExternalTemplate.cpp
1155     ExternalTransforms.cpp
1156     Inset.cpp
1157     InsetBibitem.cpp
1158     InsetBibtex.cpp
1159     InsetBox.cpp
1160     InsetBranch.cpp
1161     InsetCaption.cpp
1162     InsetCitation.cpp
1163     InsetCollapsable.cpp
1164     InsetCommand.cpp
1165     InsetCommandParams.cpp
1166     InsetERT.cpp
1167     InsetEnvironment.cpp
1168     InsetExternal.cpp
1169     InsetFlex.cpp
1170     InsetFloat.cpp
1171     InsetFloatList.cpp
1172     InsetFoot.cpp
1173     InsetFootlike.cpp
1174     InsetGraphics.cpp
1175     InsetGraphicsParams.cpp
1176     InsetHFill.cpp
1177     InsetInclude.cpp
1178     InsetIndex.cpp
1179     InsetLabel.cpp
1180     InsetLine.cpp
1181     InsetListings.cpp
1182     InsetListingsParams.cpp
1183     InsetMarginal.cpp
1184     InsetNewline.cpp
1185     InsetNomencl.cpp
1186     InsetNote.cpp
1187     InsetOptArg.cpp
1188     InsetPagebreak.cpp
1189     InsetQuotes.cpp
1190     InsetRef.cpp
1191     InsetSpace.cpp
1192     InsetSpecialChar.cpp
1193     InsetTOC.cpp
1194     InsetTabular.cpp
1195     InsetText.cpp
1196     InsetUrl.cpp
1197     InsetVSpace.cpp
1198     InsetWrap.cpp
1199     MailInset.cpp
1200     RenderButton.cpp
1201     RenderGraphic.cpp
1202     RenderPreview.cpp
1203 ''')
1204
1205
1206 src_insets_extra_files = Split('''
1207     ChangeLog
1208     InsetTheorem.cpp
1209     InsetTheorem.h
1210     Makefile.am
1211     pch.h
1212 ''')
1213
1214
1215 intl_header_files = Split('''
1216     eval-plural.h
1217     gettextP.h
1218     gmo.h
1219     hash-string.h
1220     loadinfo.h
1221     localcharset.h
1222     os2compat.h
1223     plural-exp.h
1224     printf-args.h
1225     printf-parse.h
1226     relocatable.h
1227     vasnprintf.h
1228     vasnwprintf.h
1229     wprintf-parse.h
1230     xsize.h
1231 ''')
1232
1233
1234 intl_files = Split('''
1235     bindtextdom.c
1236     dcgettext.c
1237     dcigettext.c
1238     dcngettext.c
1239     dgettext.c
1240     dngettext.c
1241     explodename.c
1242     finddomain.c
1243     gettext.c
1244     intl-compat.c
1245     l10nflist.c
1246     langprefs.c
1247     loadmsgcat.c
1248     localcharset.c
1249     localealias.c
1250     localename.c
1251     log.c
1252     ngettext.c
1253     osdep.c
1254     plural-exp.c
1255     plural.c
1256     printf.c
1257     relocatable.c
1258     textdomain.c
1259 ''')
1260
1261
1262 intl_extra_files = Split('''
1263     ChangeLog
1264     VERSION
1265     config.charset
1266     libgnuintl.h.in
1267     locale.alias
1268     os2compat.c
1269     plural.y
1270     printf-args.c
1271     printf-parse.c
1272     ref-add.sin
1273     ref-del.sin
1274     vasnprintf.c
1275 ''')
1276
1277
1278 config_extra_files = Split('''
1279     ChangeLog
1280     Makefile.am
1281     common.am
1282     config.guess
1283     config.rpath
1284     config.sub
1285     depcomp
1286     install-sh
1287     libtool.m4
1288     ltmain.sh
1289     lyxinclude.m4
1290     missing
1291     mkinstalldirs
1292     pkg.m4
1293     py-compile
1294     qt4.m4
1295     spell.m4
1296 ''')
1297
1298
1299 sourcedoc_extra_files = Split('''
1300     Doxyfile.in
1301     Makefile.am
1302 ''')
1303
1304
1305 po_extra_files = Split('''
1306     ChangeLog
1307     LINGUAS
1308     Makefile.in.in
1309     Makevars
1310     POTFILES.in
1311     README
1312     Rules-quot
1313     bg.po
1314     boldquot.sed
1315     ca.po
1316     cs.po
1317     da.po
1318     de.po
1319     en@boldquot.header
1320     en@quot.header
1321     es.po
1322     eu.po
1323     fi.po
1324     fr.po
1325     gl.po
1326     he.po
1327     hu.po
1328     insert-header.sin
1329     it.po
1330     ja.po
1331     ko.po
1332     lyx_pot.py
1333     nb.po
1334     nl.po
1335     nn.po
1336     pl.po
1337     pocheck.pl
1338     postats.sh
1339     pt.po
1340     quot.sed
1341     remove-potcdate.sin
1342     ro.po
1343     ru.po
1344     sk.po
1345     sl.po
1346     sv.po
1347     tr.po
1348     wa.po
1349     zh_CN.po
1350     zh_TW.po
1351 ''')
1352
1353
1354 lib_files = Split('''
1355     CREDITS
1356     chkconfig.ltx
1357     configure.py
1358     encodings
1359     external_templates
1360     languages
1361     symbols
1362     syntax.default
1363     unicodesymbols
1364 ''')
1365
1366
1367 lib_extra_files = Split('''
1368     ChangeLog
1369     Makefile.am
1370     autocorrect
1371     build-listerrors
1372     generate_contributions.py
1373 ''')
1374
1375
1376 lib_kbd_files = Split('''
1377     american-2.kmap
1378     american.kmap
1379     arabic.kmap
1380     bg-bds-1251.kmap
1381     brazil.kmap
1382     brazil2.kmap
1383     czech-prg.kmap
1384     czech.kmap
1385     espanol.kmap
1386     european.kmap
1387     farsi.kmap
1388     francais.kmap
1389     french.kmap
1390     german-2.kmap
1391     german-3.kmap
1392     german.kmap
1393     greek.kmap
1394     hebrew.kmap
1395     koi8-r.kmap
1396     koi8-u.kmap
1397     latvian.kmap
1398     magyar-2.kmap
1399     magyar-3.kmap
1400     magyar.kmap
1401     null.kmap
1402     polish.kmap
1403     polski.kmap
1404     portuges.kmap
1405     romanian.kmap
1406     serbian.kmap
1407     serbocroatian.kmap
1408     sf.kmap
1409     sg.kmap
1410     slovak.kmap
1411     slovene.kmap
1412     thai-kedmanee.kmap
1413     transilvanian.kmap
1414     turkish-f.kmap
1415     turkish.kmap
1416 ''')
1417
1418
1419 lib_templates_files = Split('''
1420     IEEEtran.lyx
1421     README.new_templates
1422     aa.lyx
1423     aastex.lyx
1424     agu_article.lyx
1425     apa.lyx
1426     beamer-conference-ornate-20min.lyx
1427     de_beamer-conference-ornate-20min.lyx
1428     dinbrief.lyx
1429     docbook_article.lyx
1430     elsart.lyx
1431     fr_beamer-conference-ornate-20min.lyx
1432     g-brief-de.lyx
1433     g-brief-en.lyx
1434     g-brief2.lyx
1435     hollywood.lyx
1436     ijmpc.lyx
1437     ijmpd.lyx
1438     iop-article.lyx
1439     kluwer.lyx
1440     koma-letter2.lyx
1441     latex8.lyx
1442     letter.lyx
1443     revtex.lyx
1444     revtex4.lyx
1445     slides.lyx
1446 ''')
1447
1448
1449 lib_ui_files = Split('''
1450     classic.ui
1451     default.ui
1452     stdmenus.inc
1453     stdtoolbars.inc
1454 ''')
1455
1456
1457 lib_fonts_files = Split('''
1458     BaKoMaFontLicense.txt
1459     ReadmeBaKoMa4LyX.txt
1460     cmex10.ttf
1461     cmmi10.ttf
1462     cmr10.ttf
1463     cmsy10.ttf
1464     eufm10.ttf
1465     msam10.ttf
1466     msbm10.ttf
1467     wasy10.ttf
1468 ''')
1469
1470
1471 lib_images_files = Split('''
1472     all-changes-accept.png
1473     all-changes-reject.png
1474     amssymb.png
1475     banner.png
1476     bookmark-goto.png
1477     bookmark-save.png
1478     break-line.png
1479     buffer-close.png
1480     buffer-export_dvi.png
1481     buffer-export_latex.png
1482     buffer-export_pdf2.png
1483     buffer-export_ps.png
1484     buffer-export_text.png
1485     buffer-new.png
1486     buffer-reload.png
1487     buffer-update_dvi.png
1488     buffer-update_pdf2.png
1489     buffer-update_ps.png
1490     buffer-view_dvi.png
1491     buffer-view_pdf2.png
1492     buffer-view_ps.png
1493     buffer-write-as.png
1494     buffer-write.png
1495     build-program.png
1496     change-accept.png
1497     change-next.png
1498     change-reject.png
1499     changes-merge.png
1500     changes-output.png
1501     changes-track.png
1502     closetab.png
1503     copy.png
1504     cut.png
1505     demote.png
1506     depth-decrement.png
1507     depth-increment.png
1508     dialog-preferences.png
1509     dialog-show-new-inset_citation.png
1510     dialog-show-new-inset_graphics.png
1511     dialog-show-new-inset_include.png
1512     dialog-show-new-inset_ref.png
1513     dialog-show_character.png
1514     dialog-show_findreplace.png
1515     dialog-show_mathdelimiter.png
1516     dialog-show_mathmatrix.png
1517     dialog-show_print.png
1518     dialog-show_spellchecker.png
1519     dialog-toggle_toc.png
1520     down.png
1521     ert-insert.png
1522     file-open.png
1523     float-insert_figure.png
1524     float-insert_table.png
1525     font-bold.png
1526     font-emph.png
1527     font-free-apply.png
1528     font-noun.png
1529     font-sans.png
1530     footnote-insert.png
1531     index-insert.png
1532     label-insert.png
1533     layout-document.png
1534     layout-paragraph.png
1535     layout.png
1536     layout_Description.png
1537     layout_Enumerate.png
1538     layout_Itemize.png
1539     layout_List.png
1540     layout_LyX-Code.png
1541     layout_Scrap.png
1542     layout_Section.png
1543     lyx-quit.png
1544     lyx.png
1545     marginalnote-insert.png
1546     math-display.png
1547     math-matrix.png
1548     math-mode.png
1549     math-subscript.png
1550     math-superscript.png
1551     nomencl-insert.png
1552     note-insert.png
1553     note-next.png
1554     paste.png
1555     promote.png
1556     psnfss1.png
1557     psnfss2.png
1558     psnfss3.png
1559     psnfss4.png
1560     redo.png
1561     reload.png
1562     standard.png
1563     tabular-feature_align-center.png
1564     tabular-feature_align-left.png
1565     tabular-feature_align-right.png
1566     tabular-feature_append-column.png
1567     tabular-feature_append-row.png
1568     tabular-feature_delete-column.png
1569     tabular-feature_delete-row.png
1570     tabular-feature_multicolumn.png
1571     tabular-feature_set-all-lines.png
1572     tabular-feature_set-longtabular.png
1573     tabular-feature_set-rotate-cell.png
1574     tabular-feature_toggle-rotate-cell.png
1575     tabular-feature_set-rotate-tabular.png
1576     tabular-feature_toggle-rotate-tabular.png
1577     tabular-feature_toggle-line-bottom.png
1578     tabular-feature_toggle-line-left.png
1579     tabular-feature_toggle-line-right.png
1580     tabular-feature_toggle-line-top.png
1581     tabular-feature_unset-all-lines.png
1582     tabular-feature_valign-bottom.png
1583     tabular-feature_valign-middle.png
1584     tabular-feature_valign-top.png
1585     tabular-insert.png
1586     thesaurus-entry.png
1587     toolbar-toggle_math.png
1588     toolbar-toggle_math_panels.png
1589     toolbar-toggle_table.png
1590     undo.png
1591     unknown.png
1592     up.png
1593     url-insert.png
1594 ''')
1595
1596
1597 lib_images_extra_files = Split('''
1598     README
1599     font-smallcaps.png
1600 ''')
1601
1602
1603 lib_images_math_files = Split('''
1604     Bbbk.png
1605     Finv.png
1606     Game.png
1607     Im.png
1608     Lleftarrow.png
1609     Lsh.png
1610     Re.png
1611     Rrightarrow.png
1612     Rsh.png
1613     Vert.png
1614     Vvdash.png
1615     acute.png
1616     aleph.png
1617     alpha.png
1618     amalg.png
1619     angle.png
1620     approx.png
1621     approxeq.png
1622     asymp.png
1623     backepsilon.png
1624     backprime.png
1625     backsim.png
1626     backsimeq.png
1627     backslash.png
1628     bar.png
1629     bars.png
1630     barwedge.png
1631     because.png
1632     beta.png
1633     beth.png
1634     between.png
1635     bigcap.png
1636     bigcirc.png
1637     bigcup.png
1638     bigodot.png
1639     bigoplus.png
1640     bigotimes.png
1641     bigsqcup.png
1642     bigstar.png
1643     bigtriangledown.png
1644     bigtriangleup.png
1645     biguplus.png
1646     bigvee.png
1647     bigwedge.png
1648     blacklozenge.png
1649     blacksquare.png
1650     blacktriangle.png
1651     blacktriangledown.png
1652     blacktriangleleft.png
1653     blacktriangleright.png
1654     bot.png
1655     bowtie.png
1656     boxdot.png
1657     boxminus.png
1658     boxplus.png
1659     boxtimes.png
1660     breve.png
1661     bullet.png
1662     bumpeq.png
1663     bumpeq2.png
1664     cap.png
1665     cap2.png
1666     cases.png
1667     cdot.png
1668     cdots.png
1669     centerdot.png
1670     check.png
1671     chi.png
1672     circ.png
1673     circeq.png
1674     circlearrowleft.png
1675     circlearrowright.png
1676     circledS.png
1677     circledast.png
1678     circledcirc.png
1679     circleddash.png
1680     clubsuit.png
1681     complement.png
1682     cong.png
1683     coprod.png
1684     cup.png
1685     cup2.png
1686     curlyeqprec.png
1687     curlyeqsucc.png
1688     curlyvee.png
1689     curlywedge.png
1690     curvearrowleft.png
1691     curvearrowright.png
1692     dagger.png
1693     daleth.png
1694     dashleftarrow.png
1695     dashrightarrow.png
1696     dashv.png
1697     ddagger.png
1698     ddot.png
1699     ddots.png
1700     delim.png
1701     delta.png
1702     delta2.png
1703     diagdown.png
1704     diagup.png
1705     diamond.png
1706     diamondsuit.png
1707     digamma.png
1708     div.png
1709     divideontimes.png
1710     dot.png
1711     doteq.png
1712     doteqdot.png
1713     dotplus.png
1714     dotsint.png
1715     dotsintop.png
1716     doublebarwedge.png
1717     downarrow.png
1718     downarrow2.png
1719     downdownarrows.png
1720     downharpoonleft.png
1721     downharpoonright.png
1722     ell.png
1723     empty.png
1724     emptyset.png
1725     epsilon.png
1726     eqcirc.png
1727     eqslantgtr.png
1728     eqslantless.png
1729     equation.png
1730     equiv.png
1731     eta.png
1732     eth.png
1733     exists.png
1734     fallingdotseq.png
1735     flat.png
1736     font.png
1737     forall.png
1738     frac-square.png
1739     frac.png
1740     frown.png
1741     functions.png
1742     gamma.png
1743     gamma2.png
1744     geq.png
1745     geqq.png
1746     geqslant.png
1747     gg.png
1748     ggg.png
1749     gimel.png
1750     gnapprox.png
1751     gneq.png
1752     gneqq.png
1753     gnsim.png
1754     grave.png
1755     gtrapprox.png
1756     gtrdot.png
1757     gtreqless.png
1758     gtreqqless.png
1759     gtrless.png
1760     gtrsim.png
1761     gvertneqq.png
1762     hat.png
1763     hbar.png
1764     heartsuit.png
1765     hookleftarrow.png
1766     hookrightarrow.png
1767     hphantom.png
1768     hslash.png
1769     iiiint.png
1770     iiiintop.png
1771     iiint.png
1772     iiintop.png
1773     iint.png
1774     iintop.png
1775     imath.png
1776     in.png
1777     infty.png
1778     int.png
1779     intercal.png
1780     intop.png
1781     iota.png
1782     jmath.png
1783     kappa.png
1784     lambda.png
1785     lambda2.png
1786     langle.png
1787     lbrace.png
1788     lbrace_rbrace.png
1789     lbracket.png
1790     lbracket_rbracket.png
1791     lceil.png
1792     lceil_rceil.png
1793     ldots.png
1794     leftarrow.png
1795     leftarrow2.png
1796     leftarrowtail.png
1797     leftharpoondown.png
1798     leftharpoonup.png
1799     leftleftarrows.png
1800     leftrightarrow.png
1801     leftrightarrow2.png
1802     leftrightarrows.png
1803     leftrightharpoons.png
1804     leftrightsquigarrow.png
1805     leftthreetimes.png
1806     leq.png
1807     leqq.png
1808     leqslant.png
1809     lessapprox.png
1810     lessdot.png
1811     lesseqgtr.png
1812     lesseqqgtr.png
1813     lessgtr.png
1814     lesssim.png
1815     lfloor.png
1816     lfloor_rfloor.png
1817     ll.png
1818     llcorner.png
1819     lll.png
1820     lnapprox.png
1821     lneq.png
1822     lneqq.png
1823     lnsim.png
1824     longleftarrow.png
1825     longleftarrow2.png
1826     longleftrightarrow.png
1827     longleftrightarrow2.png
1828     longmapsto.png
1829     longrightarrow.png
1830     longrightarrow2.png
1831     looparrowleft.png
1832     looparrowright.png
1833     lozenge.png
1834     lparen.png
1835     lparen_rparen.png
1836     lrcorner.png
1837     ltimes.png
1838     lvertneqq.png
1839     mapsto.png
1840     mathbb_C.png
1841     mathbb_H.png
1842     mathbb_N.png
1843     mathbb_Q.png
1844     mathbb_R.png
1845     mathbb_Z.png
1846     mathcal_F.png
1847     mathcal_H.png
1848     mathcal_L.png
1849     mathcal_O.png
1850     mathcircumflex.png
1851     mathrm_T.png
1852     matrix.png
1853     measuredangle.png
1854     mho.png
1855     mid.png
1856     models.png
1857     mp.png
1858     mu.png
1859     multimap.png
1860     nabla.png
1861     natural.png
1862     ncong.png
1863     nearrow.png
1864     neg.png
1865     neq.png
1866     nexists.png
1867     ngeq.png
1868     ngeqq.png
1869     ngeqslant.png
1870     ngtr.png
1871     ni.png
1872     nleftarrow.png
1873     nleftarrow2.png
1874     nleftrightarrow.png
1875     nleftrightarrow2.png
1876     nleq.png
1877     nleqq.png
1878     nleqslant.png
1879     nless.png
1880     nmid.png
1881     notin.png
1882     nparallel.png
1883     nprec.png
1884     npreceq.png
1885     nrightarrow.png
1886     nrightarrow2.png
1887     nshortmid.png
1888     nshortparallel.png
1889     nsim.png
1890     nsubseteq.png
1891     nsucc.png
1892     nsucceq.png
1893     nsupseteq.png
1894     nsupseteqq.png
1895     ntriangleleft.png
1896     ntrianglelefteq.png
1897     ntriangleright.png
1898     ntrianglerighteq.png
1899     nu.png
1900     nvdash.png
1901     nvdash2.png
1902     nvdash3.png
1903     nwarrow.png
1904     odot.png
1905     oiint.png
1906     oiintop.png
1907     oint.png
1908     ointclockwise.png
1909     ointclockwiseop.png
1910     ointctrclockwise.png
1911     ointctrclockwiseop.png
1912     ointop.png
1913     omega.png
1914     omega2.png
1915     ominus.png
1916     oplus.png
1917     oslash.png
1918     otimes.png
1919     overbrace.png
1920     overleftarrow.png
1921     overleftrightarrow.png
1922     overline.png
1923     overrightarrow.png
1924     overset.png
1925     parallel.png
1926     partial.png
1927     perp.png
1928     phantom.png
1929     phi.png
1930     phi2.png
1931     pi.png
1932     pi2.png
1933     pitchfork.png
1934     pm.png
1935     prec.png
1936     precapprox.png
1937     preccurlyeq.png
1938     preceq.png
1939     precnapprox.png
1940     precnsim.png
1941     precsim.png
1942     prime.png
1943     prod.png
1944     propto.png
1945     psi.png
1946     psi2.png
1947     rangle.png
1948     rbrace.png
1949     rbracket.png
1950     rceil.png
1951     rfloor.png
1952     rho.png
1953     rightarrow.png
1954     rightarrow2.png
1955     rightarrowtail.png
1956     rightharpoondown.png
1957     rightharpoonup.png
1958     rightleftarrows.png
1959     rightleftharpoons.png
1960     rightrightarrows.png
1961     rightsquigarrow.png
1962     rightthreetimes.png
1963     risingdotseq.png
1964     root.png
1965     rparen.png
1966     rtimes.png
1967     searrow.png
1968     setminus.png
1969     sharp.png
1970     shortmid.png
1971     shortparallel.png
1972     sigma.png
1973     sigma2.png
1974     sim.png
1975     simeq.png
1976     slash.png
1977     smallfrown.png
1978     smallsetminus.png
1979     smallsmile.png
1980     smile.png
1981     space.png
1982     spadesuit.png
1983     sphericalangle.png
1984     sqcap.png
1985     sqcup.png
1986     sqiint.png
1987     sqiintop.png
1988     sqint.png
1989     sqintop.png
1990     sqrt-square.png
1991     sqrt.png
1992     sqsubset.png
1993     sqsubseteq.png
1994     sqsupset.png
1995     sqsupseteq.png
1996     square.png
1997     star.png
1998     style.png
1999     style.png
2000     sub.png
2001     subset.png
2002     subset2.png
2003     subseteq.png
2004     subseteqq.png
2005     subsetneq.png
2006     subsetneqq.png
2007     succ.png
2008     succapprox.png
2009     succcurlyeq.png
2010     succeq.png
2011     succnapprox.png
2012     succnsim.png
2013     succsim.png
2014     sum.png
2015     super.png
2016     supset.png
2017     supset2.png
2018     supseteq.png
2019     supseteqq.png
2020     supsetneq.png
2021     supsetneqq.png
2022     surd.png
2023     swarrow.png
2024     tau.png
2025     textrm_AA.png
2026     textrm_Oe.png
2027     therefore.png
2028     theta.png
2029     theta2.png
2030     thickapprox.png
2031     thicksim.png
2032     tilde.png
2033     times.png
2034     top.png
2035     triangle.png
2036     triangledown.png
2037     triangleleft.png
2038     trianglelefteq.png
2039     triangleq.png
2040     triangleright.png
2041     trianglerighteq.png
2042     twoheadleftarrow.png
2043     twoheadrightarrow.png
2044     ulcorner.png
2045     underbrace.png
2046     underleftarrow.png
2047     underleftrightarrow.png
2048     underline.png
2049     underrightarrow.png
2050     underscore.png
2051     underset.png
2052     uparrow.png
2053     uparrow2.png
2054     updownarrow.png
2055     updownarrow2.png
2056     upharpoonleft.png
2057     upharpoonright.png
2058     uplus.png
2059     upsilon.png
2060     upsilon2.png
2061     upuparrows.png
2062     urcorner.png
2063     varepsilon.png
2064     varkappa.png
2065     varnothing.png
2066     varphi.png
2067     varpi.png
2068     varpropto.png
2069     varrho.png
2070     varsigma.png
2071     varsubsetneq.png
2072     varsubsetneqq.png
2073     varsupsetneq.png
2074     varsupsetneqq.png
2075     vartheta.png
2076     vartriangle.png
2077     vartriangleleft.png
2078     vartriangleright.png
2079     vdash.png
2080     vdash2.png
2081     vdash3.png
2082     vdots.png
2083     vec.png
2084     vee.png
2085     veebar.png
2086     vphantom.png
2087     wedge.png
2088     widehat.png
2089     widetilde.png
2090     wp.png
2091     wr.png
2092     xi.png
2093     xi2.png
2094     zeta.png
2095 ''')
2096
2097
2098 lib_images_math_extra_files = Split('''
2099     ams_arrows.png
2100     ams_misc.png
2101     ams_nrel.png
2102     ams_ops.png
2103     ams_rel.png
2104     arrows.png
2105     bop.png
2106     brel.png
2107     deco.png
2108     deco.png
2109     delim.png
2110     delim0.png
2111     delim1.png
2112     dots.png
2113     font.png
2114     functions.png
2115     greek.png
2116     misc.png
2117     varsz.png
2118 ''')
2119
2120
2121 lib_images_attic_extra_files = Split('''
2122     dialog-show_mathpanel.png
2123 ''')
2124
2125
2126 lib_tex_files = Split('''
2127     broadway.cls
2128     hollywood.cls
2129     lyxchess.sty
2130     lyxskak.sty
2131     revtex.cls
2132 ''')
2133
2134
2135 lib_doc_files = Split('''
2136     Customization.lyx
2137     DocStyle.lyx
2138     DummyDocument1.lyx
2139     DummyDocument2.lyx
2140     DummyTextDocument.txt
2141     EmbeddedObjects.lyx
2142     Extended.lyx
2143     FAQ.lyx
2144     Intro.lyx
2145     LaTeXConfig.lyx.in
2146     Reference.lyx
2147     Tutorial.lyx
2148     UserGuide.lyx
2149 ''')
2150
2151
2152 lib_doc_biblio_files = Split('''
2153     alphadin.bst
2154     LyXDocs.bib
2155 ''')
2156
2157
2158 lib_doc_clipart_files = Split('''
2159     Abstract.pdf
2160     BoxInsetDefaultQt4.png
2161     ChangesToolbar.png
2162     ChildDocumentQt4.png
2163     CommentNoteImageQt4.png
2164     ERT.png
2165     ExternalMaterialQt4.png
2166     ExtraToolbar.png
2167     FramedNoteImageQt4.png
2168     GreyedOutNoteImageQt4.png
2169     LaTeX.png
2170     LyXNoteImageQt4.png
2171     ShadedNoteImageQt4.png
2172     SpaceMarker.png
2173     StandardToolbar.png
2174     ToolbarEnvBox.png
2175     endnotes.pdf
2176     escher-lsd.eps
2177     floatQt4.png
2178     footnoteQt4.png
2179     labelQt4.png
2180     macrobox.png
2181     macrouse.png
2182     mbox.png
2183     mobius.eps
2184     platypus.eps
2185     referenceQt4.png
2186     ViewToolbar.png
2187     with_fntright.pdf
2188     without_fntright.pdf
2189 ''')
2190
2191
2192 lib_doc_extra_files = Split('''
2193     ChangeLog
2194     Makefile.am
2195     Makefile.depend
2196     README.Documentation
2197     depend.py
2198     doc_toc.py
2199 ''')
2200
2201
2202 lib_doc_cs_files = Split('''
2203     Tutorial.lyx
2204 ''')
2205
2206
2207 lib_doc_de_files = Split('''
2208     Customization.lyx
2209     DummyDocument1.lyx
2210     DummyDocument2.lyx
2211     DummyTextDocument.txt
2212     EmbeddedObjects.lyx
2213     Extended.lyx
2214     FAQ.lyx
2215     Intro.lyx
2216     Tutorial.lyx
2217     UserGuide.lyx
2218 ''')
2219
2220
2221 lib_doc_de_clipart_files = Split('''
2222     ExternesMaterialQt4.png
2223     FussnoteQt4.png
2224     GerahmteNotizQt4.png
2225     GleitobjektQt4.png
2226     GrauschriftNotizQt4.png
2227     KommentarQt4.png
2228     LyXNotizQt4.png
2229     Marke.png
2230     Querverweis.png
2231     SchattierteNotizQt4.png
2232     StandardBoxQt4.png
2233     UnterdokumentQt4.png
2234 ''')
2235
2236
2237 lib_doc_da_files = Split('''
2238     Intro.lyx
2239 ''')
2240
2241
2242 lib_doc_es_files = Split('''
2243     DocumentoPostizo1.lyx
2244     DocumentoPostizo2.lyx
2245     DocumentoTextoPostizo.txt
2246     EmbeddedObjects.lyx
2247     Extended.lyx
2248     Intro.lyx
2249     Tutorial.lyx
2250 ''')
2251
2252
2253 lib_doc_es_biblio_files = Split('''
2254     alphadin.bst
2255     LyXDocs.bib
2256 ''')
2257
2258
2259 lib_doc_es_clipart_files = Split('''
2260     ComentNotaImagenQt4.png
2261     CuadroMinipagQt4.png
2262     DocumentoHijoQt4.png
2263     GrisNotaImagenQt4.png
2264     MaterialExternoQt4.png
2265     NotaEnmarcadaImg.png
2266     NotaLyXImagenQt4.png
2267     NotaSombreadaImg.png
2268     Resumen.pdf
2269     es_ERT.png
2270     etiquetaQt4.png
2271     flotanteQt4.png
2272     notapieQt4.png
2273     referenciaQt4.png
2274 ''')
2275
2276
2277 lib_doc_eu_files = Split('''
2278     Customization.lyx
2279     Extended.lyx
2280     FAQ.lyx
2281     Intro.lyx
2282     Tutorial.lyx
2283     UserGuide.lyx
2284 ''')
2285
2286
2287 lib_doc_fr_files = Split('''
2288     Customization.lyx
2289     Extended.lyx
2290     FAQ.lyx
2291     Intro.lyx
2292     Tutorial.lyx
2293     UserGuide.lyx
2294 ''')
2295
2296
2297 lib_doc_gl_extra_files = Split('''
2298     Intro.lyx
2299     Tutorial.lyx
2300 ''')
2301
2302
2303 lib_doc_he_files = Split('''
2304     Intro.lyx
2305     Tutorial.lyx
2306 ''')
2307
2308
2309 lib_doc_hu_files = Split('''
2310     Intro.lyx
2311     Tutorial.lyx
2312 ''')
2313
2314
2315 lib_doc_it_files = Split('''
2316     Customization.lyx
2317     Intro.lyx
2318     Tutorial.lyx
2319     UserGuide.lyx
2320 ''')
2321
2322
2323 lib_doc_nb_files = Split('''
2324     Intro.lyx
2325 ''')
2326
2327
2328 lib_doc_nl_files = Split('''
2329     Intro.lyx
2330     Tutorial.lyx
2331 ''')
2332
2333
2334 lib_doc_pl_files = Split('''
2335     Extended.lyx
2336     Intro.lyx
2337     Tutorial.lyx
2338 ''')
2339
2340
2341 lib_doc_pt_files = Split('''
2342     Intro.lyx
2343     Tutorial.lyx
2344 ''')
2345
2346
2347 lib_doc_ro_files = Split('''
2348     Intro.lyx
2349 ''')
2350
2351
2352 lib_doc_ru_files = Split('''
2353     FAQ.lyx
2354     Intro.lyx
2355     Tutorial.lyx
2356 ''')
2357
2358
2359 lib_doc_sl_files = Split('''
2360     Intro.lyx
2361     Tutorial.lyx
2362 ''')
2363
2364
2365 lib_doc_sk_files = Split('''
2366     Tutorial.lyx
2367     UserGuide.lyx
2368 ''')
2369
2370
2371 lib_doc_sv_files = Split('''
2372     Intro.lyx
2373     Tutorial.lyx
2374 ''')
2375
2376
2377 lib_examples_files = Split('''
2378     CV-image.eps
2379     CV-image.png
2380     Foils.lyx
2381     ItemizeBullets.lyx
2382     Literate.lyx
2383     Minipage.lyx
2384     aa_sample.lyx
2385     aas_sample.lyx
2386     amsart-test.lyx
2387     amsbook-test.lyx
2388     armenian-article.lyx
2389     beamer-g4-mask.jpg
2390     beamer-g4.jpg
2391     beamer-icsi-logo.pdf
2392     beamer-knight1-mask.png
2393     beamer-knight1.png
2394     beamer-knight2-mask.png
2395     beamer-knight2.png
2396     beamer-knight3-mask.png
2397     beamer-knight3.png
2398     beamer-knight4-mask.png
2399     beamer-knight4.png
2400     beamerlyxexample1.lyx
2401     biblioExample.bib
2402     chess-article.lyx
2403     chessgame.lyx
2404     currency.lyx
2405     docbook_article.lyx
2406     europeCV.lyx
2407     example_lyxified.lyx
2408     example_raw.lyx
2409     iecc05.fen
2410     iecc07.fen
2411     iecc12.fen
2412     landslide.lyx
2413     listerrors.lyx
2414     listings.lyx
2415     mathed.lyx
2416     modernCV.lyx
2417     multicol.lyx
2418     noweb2lyx.lyx
2419     powerdot-example.lyx
2420     script_form.lyx
2421     simplecv.lyx
2422     splash.lyx
2423 ''')
2424
2425
2426 lib_examples_ca_files = Split('''
2427     splash.lyx
2428 ''')
2429
2430
2431 lib_examples_cs_files = Split('''
2432     splash.lyx
2433 ''')
2434
2435
2436 lib_examples_da_files = Split('''
2437     splash.lyx
2438 ''')
2439
2440
2441 lib_examples_de_files = Split('''
2442     Dezimal.lyx
2443     ItemizeBullets.lyx
2444     Lebenslauf.lyx
2445     Minipage.lyx
2446     TabellenBeispiel.lyx
2447     Waehrungen.lyx
2448     beispiel_gelyxt.lyx
2449     beispiel_roh.lyx
2450     mathed.lyx
2451     multicol.lyx
2452     splash.lyx
2453 ''')
2454
2455
2456 lib_examples_fa_files = Split('''
2457     splash.lyx
2458 ''')
2459
2460
2461 lib_examples_fr_files = Split('''
2462     AlignementDecimal.lyx
2463     simplecv.lyx
2464     ExemplesTableaux.lyx
2465     Foils.lyx
2466     ListesPuces.lyx
2467     Minipage.lyx
2468     exemple_brut.lyx
2469     exemple_lyxifie.lyx
2470     mathed.lyx
2471     multicol.lyx
2472     splash.lyx
2473 ''')
2474
2475
2476 lib_examples_es_files = Split('''
2477     ejemplo_con_lyx.lyx
2478     ejemplo_sin_lyx.lyx
2479     splash.lyx
2480 ''')
2481
2482
2483 lib_examples_eu_files = Split('''
2484     adibide_gordina.lyx
2485     adibide_lyx-atua.lyx
2486     splash.lyx
2487 ''')
2488
2489
2490 lib_examples_gl_extra_files = Split('''
2491     exemplo_bruto.lyx
2492     exemplo_lyxificado.lyx
2493     splash.lyx
2494 ''')
2495
2496
2497 lib_examples_he_files = Split('''
2498     example_lyxified.lyx
2499     example_raw.lyx
2500     splash.lyx
2501 ''')
2502
2503
2504 lib_examples_hu_files = Split('''
2505     example_lyxified.lyx
2506     example_raw.lyx
2507     splash.lyx
2508 ''')
2509
2510
2511 lib_examples_it_files = Split('''
2512     ItemizeBullets.lyx
2513     splash.lyx
2514 ''')
2515
2516
2517 lib_examples_nl_files = Split('''
2518     multicol.lyx
2519     opsommingstekens.lyx
2520     splash.lyx
2521     voorbeeld_ruw.lyx
2522     voorbeeld_verlyxt.lyx
2523 ''')
2524
2525
2526 lib_examples_pl_files = Split('''
2527     splash.lyx
2528 ''')
2529
2530
2531 lib_examples_pt_files = Split('''
2532     splash.lyx
2533 ''')
2534
2535
2536 lib_examples_ro_files = Split('''
2537     splash.lyx
2538 ''')
2539
2540
2541 lib_examples_ru_files = Split('''
2542     splash.lyx
2543 ''')
2544
2545
2546 lib_examples_sl_files = Split('''
2547     primer_lyxan.lyx
2548     primer_surov.lyx
2549     splash.lyx
2550 ''')
2551
2552
2553 lib_lyx2lyx_files = Split('''
2554     LyX.py
2555     generate_encoding_info.py
2556     lyx2lyx
2557     lyx2lyx_lang.py
2558     lyx_0_06.py
2559     lyx_0_08.py
2560     lyx_0_10.py
2561     lyx_0_12.py
2562     lyx_1_0.py
2563     lyx_1_1.py
2564     lyx_1_1_5.py
2565     lyx_1_1_6_0.py
2566     lyx_1_1_6_3.py
2567     lyx_1_2.py
2568     lyx_1_3.py
2569     lyx_1_4.py
2570     lyx_1_5.py
2571     lyx_1_6.py
2572     parser_tools.py
2573     profiling.py
2574     test_parser_tools.py
2575 ''')
2576
2577
2578 lib_lyx2lyx_extra_files = Split('''
2579     ChangeLog
2580     Makefile.am
2581     lyx2lyx_version.py.in
2582 ''')
2583
2584
2585 lib_layouts_files = Split('''
2586     IEEEtran.layout
2587     aa.layout
2588     aapaper.layout
2589     aastex.layout
2590     agu-dtd.layout
2591     agums.layout
2592     amsart-plain.layout
2593     amsart-seq.layout
2594     amsart.layout
2595     amsbook.layout
2596     apa.layout
2597     arab-article.layout
2598     armenian-article.layout
2599     article.layout
2600     beamer.layout
2601     book.layout
2602     broadway.layout
2603     chess.layout
2604     cl2emult.layout
2605     dinbrief.layout
2606     docbook-book.layout
2607     docbook-chapter.layout
2608     docbook-section.layout
2609     docbook.layout
2610     dtk.layout
2611     egs.layout
2612     elsart.layout
2613     entcs.layout
2614     europecv.layout
2615     extarticle.layout
2616     extbook.layout
2617     extletter.layout
2618     extreport.layout
2619     foils.layout
2620     g-brief-de.layout
2621     g-brief-en.layout
2622     g-brief2.layout
2623     heb-article.layout
2624     heb-letter.layout
2625     hollywood.layout
2626     ijmpc.layout
2627     ijmpd.layout
2628     iopart.layout
2629     isprs.layout
2630     jgrga.layout
2631     kluwer.layout
2632     latex8.layout
2633     letter.layout
2634     literate-article.layout
2635     literate-book.layout
2636     literate-report.layout
2637     llncs.layout
2638     ltugboat.layout
2639     manpage.layout
2640     memoir.layout
2641     moderncv.layout
2642     mwart.layout
2643     mwbk.layout
2644     mwrep.layout
2645     paper.layout
2646     powerdot.layout
2647     report.layout
2648     revtex.layout
2649     revtex4.layout
2650     scrartcl.layout
2651     scrbook.layout
2652     scrlettr.layout
2653     scrlttr2.layout
2654     scrreprt.layout
2655     seminar.layout
2656     siamltex.layout
2657     simplecv.layout
2658     slides.layout
2659     spie.layout
2660     svglobal.layout
2661     svjog.layout
2662     svprobth.layout
2663 ''')
2664
2665
2666 lib_layouts_inc_files = Split('''
2667     aapaper.inc
2668     agu_stdclass.inc
2669     agu_stdcounters.inc
2670     agu_stdlists.inc
2671     agu_stdsections.inc
2672     agu_stdtitle.inc
2673     aguplus.inc
2674     amsdefs.inc
2675     amsmaths-plain.inc
2676     amsmaths-seq.inc
2677     amsmaths.inc
2678     db_lyxmacros.inc
2679     db_stdcharstyles.inc
2680     db_stdclass.inc
2681     db_stdcounters.inc
2682     db_stdlayouts.inc
2683     db_stdlists.inc
2684     db_stdsections.inc
2685     db_stdstarsections.inc
2686     db_stdstruct.inc
2687     db_stdtitle.inc
2688     literate-scrap.inc
2689     lyxmacros.inc
2690     numarticle.inc
2691     numreport.inc
2692     numrevtex.inc
2693     scrclass.inc
2694     stdclass.inc
2695     stdcounters.inc
2696     stdfloats.inc
2697     stdinsets.inc
2698     stdlayouts.inc
2699     stdletter.inc
2700     stdlists.inc
2701     stdsections.inc
2702     stdstarsections.inc
2703     stdstruct.inc
2704     stdtitle.inc
2705     svjour.inc
2706     theorems.inc
2707     theorems-ams.inc
2708 ''')
2709
2710
2711 lib_layouts_module_files = Split('''
2712     lib/layouts/endnotes.module
2713     lib/layouts/foottoend.module
2714     lib/layouts/theorems-ams.module
2715     lib/layouts/theorems-ams-withinsec.module
2716     lib/layouts/theorems-std.module
2717     lib/layouts/theorems-withinsec.module
2718     lib/layouts/theorems-withinchap.module
2719     lib/layouts/url.module
2720 ''')
2721
2722 lib_scripts_files = Split('''
2723     TeXFiles.py
2724     clean_dvi.py
2725     convertDefault.py
2726     date.py
2727     ext_copy.py
2728     fen2ascii.py
2729     fig2pdftex.py
2730     fig2pstex.py
2731     fig_copy.py
2732     layout2layout.py
2733     legacy_lyxpreview2ppm.py
2734     listerrors
2735     lyxpreview2bitmap.py
2736     lyxpreview_tools.py
2737     tex_copy.py
2738 ''')
2739
2740
2741 lib_bind_files = Split('''
2742     aqua.bind
2743     broadway.bind
2744     cua.bind
2745     cyrkeys.bind
2746     emacs.bind
2747     greekkeys.bind
2748     hollywood.bind
2749     latinkeys.bind
2750     mac.bind
2751     math.bind
2752     menus.bind
2753     sciword.bind
2754     xemacs.bind
2755 ''')
2756
2757
2758 lib_bind_fi_files = Split('''
2759     menus.bind
2760 ''')
2761
2762
2763 lib_bind_sv_files = Split('''
2764     menus.bind
2765 ''')
2766
2767
2768 lib_bind_pt_files = Split('''
2769     menus.bind
2770 ''')
2771
2772
2773 lib_bind_de_files = Split('''
2774     menus.bind
2775 ''')
2776
2777
2778 boost_extra_files = Split('''
2779     ChangeLog
2780     LICENSE_1_0.txt
2781     Makefile.am
2782 ''')
2783
2784
2785 boost_libs_extra_files = Split('''
2786     Makefile.am
2787     README
2788 ''')
2789
2790
2791 boost_libs_signals_extra_files = Split('''
2792     Makefile.am
2793     signals.vcproj
2794 ''')
2795
2796
2797 boost_libs_signals_src_files = Split('''
2798     connection.cpp
2799     named_slot_map.cpp
2800     signal_base.cpp
2801     slot.cpp
2802     trackable.cpp
2803 ''')
2804
2805
2806 boost_libs_signals_src_extra_files = Split('''
2807     Makefile.am
2808     pch.h
2809 ''')
2810
2811
2812 boost_libs_regex_extra_files = Split('''
2813     Makefile.am
2814     regex.vcproj
2815 ''')
2816
2817
2818 boost_libs_regex_src_files = Split('''
2819     c_regex_traits.cpp
2820     cpp_regex_traits.cpp
2821     cregex.cpp
2822     fileiter.cpp
2823     instances.cpp
2824     posix_api.cpp
2825     regex.cpp
2826     regex_debug.cpp
2827     regex_raw_buffer.cpp
2828     regex_traits_defaults.cpp
2829     w32_regex_traits.cpp
2830     wide_posix_api.cpp
2831     winstances.cpp
2832 ''')
2833
2834
2835 boost_libs_regex_src_extra_files = Split('''
2836     Makefile.am
2837     pch.h
2838 ''')
2839
2840
2841 boost_libs_filesystem_extra_files = Split('''
2842     Makefile.am
2843     filesystem.vcproj
2844 ''')
2845
2846
2847 boost_libs_filesystem_src_files = Split('''
2848     exception.cpp
2849     operations.cpp
2850     path.cpp
2851     portability.cpp
2852 ''')
2853
2854
2855 boost_libs_filesystem_src_extra_files = Split('''
2856     Makefile.am
2857     pch.h
2858 ''')
2859
2860
2861 boost_libs_iostreams_extra_files = Split('''
2862     Makefile.am
2863 ''')
2864
2865
2866 boost_libs_iostreams_src_files = Split('''
2867     file_descriptor.cpp
2868     mapped_file.cpp
2869     zlib.cpp
2870 ''')
2871
2872
2873 boost_libs_iostreams_src_extra_files = Split('''
2874     Makefile.am
2875     pch.h
2876 ''')
2877
2878
2879 development_Win32_packaging_installer = Split('''
2880     license.rtf
2881     lyx.nsi
2882     settings.nsh
2883     settings.user.nsh
2884 ''')
2885
2886
2887 development_Win32_packaging_installer_components = Split('''
2888     configure.nsh
2889     core.nsh
2890     dicts.nsh
2891     external.nsh
2892     langselect.nsh
2893     reinstall.nsh
2894     uninstall.nsh
2895     user.nsh
2896     viewer.nsh
2897 ''')
2898
2899
2900 development_Win32_packaging_installer_dialogs = Split('''
2901     external.ini
2902     langselect.ini
2903     reinstall.ini
2904     user.ini
2905     viewer.ini
2906 ''')
2907
2908
2909 development_Win32_packaging_installer_graphics = Split('''
2910     header.bmp
2911     wizard.bmp
2912 ''')
2913
2914
2915 development_Win32_packaging_installer_include = Split('''
2916     declarations.nsh
2917     detection.nsh
2918     filelists.nsh
2919     gui.nsh
2920     init.nsh
2921     lang.nsh
2922     windows.nsh
2923 ''')
2924
2925
2926 development_Win32_packaging_installer_lang = Split('''
2927     english.nsh
2928     french.nsh
2929     german.nsh
2930     italian.nsh
2931 ''')
2932