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