Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: Makefile.am

Issue 1618593002: linux_client_unittest_shlib: fix cleaning (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 110
111 ## pkgconfig files 111 ## pkgconfig files
112 pkgconfigdir = $(libdir)/pkgconfig 112 pkgconfigdir = $(libdir)/pkgconfig
113 pkgconfig_DATA = 113 pkgconfig_DATA =
114 114
115 ## Libraries 115 ## Libraries
116 noinst_LIBRARIES = 116 noinst_LIBRARIES =
117 lib_LIBRARIES = 117 lib_LIBRARIES =
118 bin_PROGRAMS = 118 bin_PROGRAMS =
119 check_PROGRAMS = 119 check_PROGRAMS =
120 EXTRA_PROGRAMS =
121 CLEANFILES =
120 122
121 if !DISABLE_PROCESSOR 123 if !DISABLE_PROCESSOR
122 lib_LIBRARIES += src/libbreakpad.a 124 lib_LIBRARIES += src/libbreakpad.a
123 pkgconfig_DATA += breakpad.pc 125 pkgconfig_DATA += breakpad.pc
124 noinst_LIBRARIES += src/third_party/libdisasm/libdisasm.a 126 noinst_LIBRARIES += src/third_party/libdisasm/libdisasm.a
125 endif 127 endif
126 128
127 if LINUX_HOST 129 if LINUX_HOST
128 lib_LIBRARIES += src/client/linux/libbreakpad_client.a 130 lib_LIBRARIES += src/client/linux/libbreakpad_client.a
129 pkgconfig_DATA += breakpad-client.pc 131 pkgconfig_DATA += breakpad-client.pc
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 src/processor/stackwalker_amd64_unittest \ 354 src/processor/stackwalker_amd64_unittest \
353 src/processor/stackwalker_arm_unittest \ 355 src/processor/stackwalker_arm_unittest \
354 src/processor/stackwalker_arm64_unittest \ 356 src/processor/stackwalker_arm64_unittest \
355 src/processor/stackwalker_address_list_unittest \ 357 src/processor/stackwalker_address_list_unittest \
356 src/processor/stackwalker_mips_unittest \ 358 src/processor/stackwalker_mips_unittest \
357 src/processor/stackwalker_x86_unittest \ 359 src/processor/stackwalker_x86_unittest \
358 src/processor/synth_minidump_unittest 360 src/processor/synth_minidump_unittest
359 endif 361 endif
360 362
361 if LINUX_HOST 363 if LINUX_HOST
362 EXTRA_PROGRAMS = \ 364 EXTRA_PROGRAMS += \
365 » src/client/linux/linux_client_unittest_shlib
366 CLEANFILES += \
363 src/client/linux/linux_client_unittest_shlib 367 src/client/linux/linux_client_unittest_shlib
364 368
365 check_PROGRAMS += \ 369 check_PROGRAMS += \
366 src/client/linux/linux_client_unittest 370 src/client/linux/linux_client_unittest
367 371
368 if !DISABLE_TOOLS 372 if !DISABLE_TOOLS
369 check_PROGRAMS += \ 373 check_PROGRAMS += \
370 src/common/dumper_unittest \ 374 src/common/dumper_unittest \
371 src/common/mac/macho_reader_unittest \ 375 src/common/mac/macho_reader_unittest \
372 src/tools/linux/md2core/minidump_2_core_unittest 376 src/tools/linux/md2core/minidump_2_core_unittest
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 src/tools/windows/converter/ms_symbol_server_converter.h \ 1421 src/tools/windows/converter/ms_symbol_server_converter.h \
1418 src/tools/windows/converter/ms_symbol_server_converter.vcproj \ 1422 src/tools/windows/converter/ms_symbol_server_converter.vcproj \
1419 src/tools/windows/dump_syms/dump_syms.cc \ 1423 src/tools/windows/dump_syms/dump_syms.cc \
1420 src/tools/windows/dump_syms/dump_syms.vcproj \ 1424 src/tools/windows/dump_syms/dump_syms.vcproj \
1421 src/tools/windows/dump_syms/run_regtest.sh \ 1425 src/tools/windows/dump_syms/run_regtest.sh \
1422 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ 1426 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \
1423 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ 1427 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \
1424 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ 1428 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \
1425 src/tools/windows/symupload/symupload.cc \ 1429 src/tools/windows/symupload/symupload.cc \
1426 src/tools/windows/symupload/symupload.vcproj 1430 src/tools/windows/symupload/symupload.vcproj
OLDNEW
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698