| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 src_client_linux_linux_client_unittest_shlib_LDFLAGS += \ | 520 src_client_linux_linux_client_unittest_shlib_LDFLAGS += \ |
| 521 -llog -lm | 521 -llog -lm |
| 522 endif | 522 endif |
| 523 | 523 |
| 524 src_client_linux_linux_client_unittest_shlib_DEPENDENCIES = \ | 524 src_client_linux_linux_client_unittest_shlib_DEPENDENCIES = \ |
| 525 src/client/linux/linux_dumper_unittest_helper \ | 525 src/client/linux/linux_dumper_unittest_helper \ |
| 526 src/client/linux/libbreakpad_client.a \ | 526 src/client/linux/libbreakpad_client.a \ |
| 527 src/libbreakpad.a | 527 src/libbreakpad.a |
| 528 | 528 |
| 529 src_client_linux_linux_client_unittest_SOURCES = | 529 src_client_linux_linux_client_unittest_SOURCES = |
| 530 # The extra-long build id is for a test in minidump_writer_unittest.cc. |
| 530 src_client_linux_linux_client_unittest_LDFLAGS = \ | 531 src_client_linux_linux_client_unittest_LDFLAGS = \ |
| 531 » -Wl,-rpath,'$$ORIGIN' | 532 » -Wl,-rpath,'$$ORIGIN' \ |
| 533 » -Wl,--build-id=0x000102030405060708090a0b0c0d0e0f101112131415161718191a1
b1c1d1e1f |
| 532 if ANDROID_HOST | 534 if ANDROID_HOST |
| 533 src_client_linux_linux_client_unittest_LDFLAGS += \ | 535 src_client_linux_linux_client_unittest_LDFLAGS += \ |
| 534 -llog | 536 -llog |
| 535 endif | 537 endif |
| 536 | 538 |
| 537 src_client_linux_linux_client_unittest_LDADD = \ | 539 src_client_linux_linux_client_unittest_LDADD = \ |
| 538 src/client/linux/linux_client_unittest_shlib \ | 540 src/client/linux/linux_client_unittest_shlib \ |
| 539 $(TEST_LIBS) | 541 $(TEST_LIBS) |
| 540 | 542 |
| 541 src_client_linux_linux_client_unittest_DEPENDENCIES = \ | 543 src_client_linux_linux_client_unittest_DEPENDENCIES = \ |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1327 src/tools/windows/dump_syms/dump_syms.vcproj \ | 1329 src/tools/windows/dump_syms/dump_syms.vcproj \ |
| 1328 src/tools/windows/dump_syms/run_regtest.sh \ | 1330 src/tools/windows/dump_syms/run_regtest.sh \ |
| 1329 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ | 1331 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ |
| 1330 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ | 1332 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ |
| 1331 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ | 1333 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ |
| 1332 src/tools/windows/symupload/symupload.cc \ | 1334 src/tools/windows/symupload/symupload.cc \ |
| 1333 src/tools/windows/symupload/symupload.vcproj | 1335 src/tools/windows/symupload/symupload.vcproj |
| 1334 | 1336 |
| 1335 mostlyclean-local: | 1337 mostlyclean-local: |
| 1336 -find src -name '*.dwo' -exec rm -f {} + | 1338 -find src -name '*.dwo' -exec rm -f {} + |
| OLD | NEW |