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