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