Makefile (1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c) Makefile (93e843f95f095aeb533ab67ac4718f848d38dfa0)
1# SPDX-License-Identifier: GPL-2.0
2FILES= \
3 test-all.bin \
4 test-backtrace.bin \
5 test-bionic.bin \
6 test-dwarf.bin \
7 test-dwarf_getlocations.bin \
8 test-eventfd.bin \

--- 183 unchanged lines hidden (view full) ---

192
193$(OUTPUT)test-libslang-include-subdir.bin:
194 $(BUILD) -lslang
195
196$(OUTPUT)test-libcrypto.bin:
197 $(BUILD) -lcrypto
198
199$(OUTPUT)test-gtk2.bin:
1# SPDX-License-Identifier: GPL-2.0
2FILES= \
3 test-all.bin \
4 test-backtrace.bin \
5 test-bionic.bin \
6 test-dwarf.bin \
7 test-dwarf_getlocations.bin \
8 test-eventfd.bin \

--- 183 unchanged lines hidden (view full) ---

192
193$(OUTPUT)test-libslang-include-subdir.bin:
194 $(BUILD) -lslang
195
196$(OUTPUT)test-libcrypto.bin:
197 $(BUILD) -lcrypto
198
199$(OUTPUT)test-gtk2.bin:
200 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
200 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
201
202$(OUTPUT)test-gtk2-infobar.bin:
203 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
204
205grep-libs = $(filter -l%,$(1))
206strip-libs = $(filter-out -l%,$(1))
207
208PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)

--- 119 unchanged lines hidden ---
201
202$(OUTPUT)test-gtk2-infobar.bin:
203 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
204
205grep-libs = $(filter -l%,$(1))
206strip-libs = $(filter-out -l%,$(1))
207
208PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)

--- 119 unchanged lines hidden ---