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