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