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