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 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1320 src/tools/windows/converter/ms_symbol_server_converter.h \ | 1320 src/tools/windows/converter/ms_symbol_server_converter.h \ |
1321 src/tools/windows/converter/ms_symbol_server_converter.vcproj \ | 1321 src/tools/windows/converter/ms_symbol_server_converter.vcproj \ |
1322 src/tools/windows/dump_syms/dump_syms.cc \ | 1322 src/tools/windows/dump_syms/dump_syms.cc \ |
1323 src/tools/windows/dump_syms/dump_syms.vcproj \ | 1323 src/tools/windows/dump_syms/dump_syms.vcproj \ |
1324 src/tools/windows/dump_syms/run_regtest.sh \ | 1324 src/tools/windows/dump_syms/run_regtest.sh \ |
1325 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ | 1325 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ |
1326 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ | 1326 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ |
1327 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ | 1327 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ |
1328 src/tools/windows/symupload/symupload.cc \ | 1328 src/tools/windows/symupload/symupload.cc \ |
1329 src/tools/windows/symupload/symupload.vcproj | 1329 src/tools/windows/symupload/symupload.vcproj |
1330 | |
1331 mostlyclean-local: | |
1332 -find src -name '*.dwo' -exec rm -f {} + | |
Mark Mentovai
2016/01/25 23:36:42
This is run from the objdir when objdir’s not srcd
vapier
2016/01/25 23:39:41
yep, rules are processed in $builddir, not $srcdir
| |
OLD | NEW |