OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PC_DEPS
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
Makefile
22
PC_DEPS
= libchrome-$(BASE_VER) libbrillo-$(BASE_VER) openssl
23
PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(
PC_DEPS
))
24
PC_LIBS := $(shell $(PKG_CONFIG) --libs $(
PC_DEPS
))
/external/autotest/client/deps/glbench/src/
Makefile
38
PC_DEPS
= libchrome-$(BASE_VER) libpng
39
PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(
PC_DEPS
))
40
PC_LIBS := $(shell $(PKG_CONFIG) --libs $(
PC_DEPS
))
Completed in 3546 milliseconds