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