OLD | NEW |
1 ## Process this file with automake to produce Makefile.in | 1 ## Process this file with automake to produce Makefile.in |
2 | 2 |
3 # Copyright (c) 2011, Google Inc. | 3 # Copyright (c) 2011, Google Inc. |
4 # All rights reserved. | 4 # All rights reserved. |
5 # | 5 # |
6 # Redistribution and use in source and binary forms, with or without | 6 # Redistribution and use in source and binary forms, with or without |
7 # modification, are permitted provided that the following conditions are | 7 # modification, are permitted provided that the following conditions are |
8 # met: | 8 # met: |
9 # | 9 # |
10 # * Redistributions of source code must retain the above copyright | 10 # * Redistributions of source code must retain the above copyright |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 | 69 |
70 ## Documentation | 70 ## Documentation |
71 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) | 71 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) |
72 | 72 |
73 dist_doc_DATA = \ | 73 dist_doc_DATA = \ |
74 AUTHORS \ | 74 AUTHORS \ |
75 ChangeLog \ | 75 ChangeLog \ |
76 INSTALL \ | 76 INSTALL \ |
77 LICENSE \ | 77 LICENSE \ |
78 NEWS \ | 78 NEWS \ |
79 » README | 79 » README.md |
80 | 80 |
81 ## Headers | 81 ## Headers |
82 if LINUX_HOST | 82 if LINUX_HOST |
83 includeclhdir = $(includedir)/$(PACKAGE)/client/linux/handler | 83 includeclhdir = $(includedir)/$(PACKAGE)/client/linux/handler |
84 includeclh_HEADERS = $(top_srcdir)/src/client/linux/handler/*.h | 84 includeclh_HEADERS = $(top_srcdir)/src/client/linux/handler/*.h |
85 | 85 |
86 includeclmdir = $(includedir)/$(PACKAGE)/client/linux/minidump_writer | 86 includeclmdir = $(includedir)/$(PACKAGE)/client/linux/minidump_writer |
87 includeclm_HEADERS = $(top_srcdir)/src/client/linux/minidump_writer/*.h | 87 includeclm_HEADERS = $(top_srcdir)/src/client/linux/minidump_writer/*.h |
88 | 88 |
89 includeclcdir = $(includedir)/$(PACKAGE)/client/linux/crash_generation | 89 includeclcdir = $(includedir)/$(PACKAGE)/client/linux/crash_generation |
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1416 src/tools/windows/converter/ms_symbol_server_converter.h \ | 1416 src/tools/windows/converter/ms_symbol_server_converter.h \ |
1417 src/tools/windows/converter/ms_symbol_server_converter.vcproj \ | 1417 src/tools/windows/converter/ms_symbol_server_converter.vcproj \ |
1418 src/tools/windows/dump_syms/dump_syms.cc \ | 1418 src/tools/windows/dump_syms/dump_syms.cc \ |
1419 src/tools/windows/dump_syms/dump_syms.vcproj \ | 1419 src/tools/windows/dump_syms/dump_syms.vcproj \ |
1420 src/tools/windows/dump_syms/run_regtest.sh \ | 1420 src/tools/windows/dump_syms/run_regtest.sh \ |
1421 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ | 1421 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ |
1422 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ | 1422 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ |
1423 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ | 1423 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ |
1424 src/tools/windows/symupload/symupload.cc \ | 1424 src/tools/windows/symupload/symupload.cc \ |
1425 src/tools/windows/symupload/symupload.vcproj | 1425 src/tools/windows/symupload/symupload.vcproj |
OLD | NEW |