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