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