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