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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 src/processor/static_range_map_unittest \ | 377 src/processor/static_range_map_unittest \ |
378 src/processor/pathname_stripper_unittest \ | 378 src/processor/pathname_stripper_unittest \ |
379 src/processor/postfix_evaluator_unittest \ | 379 src/processor/postfix_evaluator_unittest \ |
380 src/processor/proc_maps_linux_unittest \ | 380 src/processor/proc_maps_linux_unittest \ |
381 src/processor/range_map_unittest \ | 381 src/processor/range_map_unittest \ |
382 src/processor/stackwalker_amd64_unittest \ | 382 src/processor/stackwalker_amd64_unittest \ |
383 src/processor/stackwalker_arm_unittest \ | 383 src/processor/stackwalker_arm_unittest \ |
384 src/processor/stackwalker_arm64_unittest \ | 384 src/processor/stackwalker_arm64_unittest \ |
385 src/processor/stackwalker_address_list_unittest \ | 385 src/processor/stackwalker_address_list_unittest \ |
386 src/processor/stackwalker_mips_unittest \ | 386 src/processor/stackwalker_mips_unittest \ |
| 387 src/processor/stackwalker_mips64_unittest \ |
387 src/processor/stackwalker_x86_unittest \ | 388 src/processor/stackwalker_x86_unittest \ |
388 src/processor/synth_minidump_unittest | 389 src/processor/synth_minidump_unittest |
389 endif | 390 endif |
390 | 391 |
391 if LINUX_HOST | 392 if LINUX_HOST |
392 EXTRA_PROGRAMS += \ | 393 EXTRA_PROGRAMS += \ |
393 src/client/linux/linux_client_unittest_shlib | 394 src/client/linux/linux_client_unittest_shlib |
394 CLEANFILES += \ | 395 CLEANFILES += \ |
395 src/client/linux/linux_client_unittest_shlib | 396 src/client/linux/linux_client_unittest_shlib |
396 | 397 |
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 src_processor_stackwalker_mips_unittest_SOURCES = \ | 1046 src_processor_stackwalker_mips_unittest_SOURCES = \ |
1046 src/common/test_assembler.cc \ | 1047 src/common/test_assembler.cc \ |
1047 src/processor/stackwalker_mips_unittest.cc | 1048 src/processor/stackwalker_mips_unittest.cc |
1048 src_processor_stackwalker_mips_unittest_LDADD = \ | 1049 src_processor_stackwalker_mips_unittest_LDADD = \ |
1049 src/libbreakpad.a \ | 1050 src/libbreakpad.a \ |
1050 $(TEST_LIBS) \ | 1051 $(TEST_LIBS) \ |
1051 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) | 1052 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) |
1052 src_processor_stackwalker_mips_unittest_CPPFLAGS = \ | 1053 src_processor_stackwalker_mips_unittest_CPPFLAGS = \ |
1053 $(AM_CPPFLAGS) $(TEST_CFLAGS) | 1054 $(AM_CPPFLAGS) $(TEST_CFLAGS) |
1054 | 1055 |
| 1056 src_processor_stackwalker_mips64_unittest_SOURCES = \ |
| 1057 src/common/test_assembler.cc \ |
| 1058 src/processor/stackwalker_mips64_unittest.cc |
| 1059 src_processor_stackwalker_mips64_unittest_LDADD = \ |
| 1060 src/libbreakpad.a \ |
| 1061 $(TEST_LIBS) \ |
| 1062 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) |
| 1063 src_processor_stackwalker_mips64_unittest_CPPFLAGS = \ |
| 1064 $(AM_CPPFLAGS) $(TEST_CFLAGS) |
| 1065 |
1055 src_processor_stackwalker_x86_unittest_SOURCES = \ | 1066 src_processor_stackwalker_x86_unittest_SOURCES = \ |
1056 src/common/test_assembler.cc \ | 1067 src/common/test_assembler.cc \ |
1057 src/processor/stackwalker_x86_unittest.cc | 1068 src/processor/stackwalker_x86_unittest.cc |
1058 src_processor_stackwalker_x86_unittest_LDADD = \ | 1069 src_processor_stackwalker_x86_unittest_LDADD = \ |
1059 src/libbreakpad.a \ | 1070 src/libbreakpad.a \ |
1060 $(TEST_LIBS) \ | 1071 $(TEST_LIBS) \ |
1061 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) | 1072 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) |
1062 src_processor_stackwalker_x86_unittest_CPPFLAGS = \ | 1073 src_processor_stackwalker_x86_unittest_CPPFLAGS = \ |
1063 $(AM_CPPFLAGS) $(TEST_CFLAGS) | 1074 $(AM_CPPFLAGS) $(TEST_CFLAGS) |
1064 | 1075 |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1311 src/tools/windows/dump_syms/dump_syms.vcproj \ | 1322 src/tools/windows/dump_syms/dump_syms.vcproj \ |
1312 src/tools/windows/dump_syms/run_regtest.sh \ | 1323 src/tools/windows/dump_syms/run_regtest.sh \ |
1313 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ | 1324 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ |
1314 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ | 1325 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ |
1315 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ | 1326 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ |
1316 src/tools/windows/symupload/symupload.cc \ | 1327 src/tools/windows/symupload/symupload.cc \ |
1317 src/tools/windows/symupload/symupload.vcproj | 1328 src/tools/windows/symupload/symupload.vcproj |
1318 | 1329 |
1319 mostlyclean-local: | 1330 mostlyclean-local: |
1320 -find src -name '*.dwo' -exec rm -f {} + | 1331 -find src -name '*.dwo' -exec rm -f {} + |
OLD | NEW |