Home
last modified time | relevance | path

Searched refs:INCDIR (Results 1 – 22 of 22) sorted by relevance

/external/selinux/libsepol/include/
DMakefile3 INCDIR = $(PREFIX)/include/sepol macro
9 test -d $(DESTDIR)$(INCDIR) || install -m 755 -d $(DESTDIR)$(INCDIR)
10 test -d $(DESTDIR)$(INCDIR)/policydb || install -m 755 -d $(DESTDIR)$(INCDIR)/policydb
11 test -d $(DESTDIR)$(INCDIR)/cil || install -m 755 -d $(DESTDIR)$(INCDIR)/cil
12 install -m 644 $(wildcard sepol/*.h) $(DESTDIR)$(INCDIR)
13 install -m 644 $(wildcard sepol/policydb/*.h) $(DESTDIR)$(INCDIR)/policydb
14 install -m 644 $(wildcard $(CILDIR)/include/cil/*.h) $(DESTDIR)$(INCDIR)/cil
/external/tinyalsa_new/
DMakefile4 export INCDIR ?= $(PREFIX)/include/tinyalsa macro
30 install -d $(DESTDIR)$(INCDIR)/
31 install include/tinyalsa/attributes.h $(DESTDIR)$(INCDIR)/
32 install include/tinyalsa/pcm.h $(DESTDIR)$(INCDIR)/
33 install include/tinyalsa/mixer.h $(DESTDIR)$(INCDIR)/
34 install include/tinyalsa/asoundlib.h $(DESTDIR)$(INCDIR)/
35 install include/tinyalsa/version.h $(DESTDIR)$(INCDIR)/
36 install include/tinyalsa/plugin.h $(DESTDIR)$(INCDIR)/
/external/selinux/libsemanage/include/
DMakefile3 INCDIR ?= $(PREFIX)/include/semanage macro
8 test -d $(DESTDIR)$(INCDIR) || install -m 755 -d $(DESTDIR)$(INCDIR)
9 install -m 644 $(wildcard semanage/*.h) $(DESTDIR)$(INCDIR)
/external/selinux/libselinux/include/
DMakefile3 INCDIR = $(PREFIX)/include/selinux macro
8 test -d $(DESTDIR)$(INCDIR) || install -m 755 -d $(DESTDIR)$(INCDIR)
9 install -m 644 $(wildcard selinux/*.h) $(DESTDIR)$(INCDIR)
/external/libsrtp2/fuzzer/
DMakefile.in10 INCDIR = -Iinclude -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/crypto/include/
16 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
17 COMPILECXX = $(CXX) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CXXFLAGS)
/external/python/cpython3/Misc/
Dpython-config.sh.in55 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
91 echo "$INCDIR $PLATINCDIR"
94 echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT"
/external/fsverity-utils/
DMakefile68 INCDIR ?= $(PREFIX)/include macro
222 install -d $(DESTDIR)$(LIBDIR)/pkgconfig $(DESTDIR)$(INCDIR) $(DESTDIR)$(BINDIR)
227 install -m644 include/libfsverity.h $(DESTDIR)$(INCDIR)
241 rm -f $(DESTDIR)$(INCDIR)/libfsverity.h
/external/capstone/suite/fuzz/
DMakefile14 INCDIR = ../../include macro
25 CFLAGS += -Wall -I$(INCDIR)
/external/libsrtp2/crypto/
DMakefile.in12 INCDIR = -Iinclude -I$(srcdir)/include -I$(top_srcdir)/include
18 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
/external/libcap/libcap/
DMakefile167 install -m 0644 include/sys/capability.h $(FAKEROOT)$(INCDIR)/sys
175 install -m 0644 include/sys/psx_syscall.h $(FAKEROOT)$(INCDIR)/sys
179 mkdir -p -m 0755 $(FAKEROOT)$(INCDIR)/sys
/external/ppp/pppd/
DMakefile.linux10 INCDIR = $(DESTDIR)/include
233 mkdir -p $(INCDIR)/pppd
234 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
/external/libpng/scripts/
Dgenout.cmake.in18 set(INCDIR "@CMAKE_CURRENT_BINARY_DIR@") variable
50 set(INCLUDES "-I${INCDIR}")
Dmakefile.freebsd23 INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
/external/fsverity-utils/lib/
Dlibfsverity.pc.in3 includedir=@INCDIR@
/external/capstone/tests/
DMakefile10 INCDIR = ../include macro
28 CFLAGS += -Wall -I$(INCDIR)
/external/capstone/packages/rpm/
Dcapstone.spec69 LIBDIRARCH="%{_lib}" INCDIR="%{_includedir}" make %{?_smp_mflags}
91 INCDIR="%{_includedir}" make install
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile34 export INCDIR ?= /usr/local/include/ macro
/external/capstone/
DMakefile73 INCDIR ?= $(PREFIX)/include macro
428 mkdir -p $(DESTDIR)$(INCDIR)/$(LIBNAME)
429 $(INSTALL_DATA) include/capstone/*.h $(DESTDIR)$(INCDIR)/$(LIBNAME)
438 rm -rf $(DESTDIR)$(INCDIR)/$(LIBNAME)
/external/libsrtp2/
DMakefile.in72 INCDIR = -Icrypto/include -I$(srcdir)/include -I$(srcdir)/crypto/include
81 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/
Da3700_common.mk142 …IMAGEPATH)/wtptp/src/TBB_Linux -f TBB_linux.mak LIBDIR=$(CRYPTOPP_LIBDIR) INCDIR=$(CRYPTOPP_INCDIR)
/external/libcap/
DMake.Rules41 INCDIR=$(inc_prefix)/include
/external/libpng/
DCHANGES1300 Minor cosmetic changes to 15 makefiles, e.g., $(DI) = $(DESTDIR)/$(INCDIR).