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