Home
last modified time | relevance | path

Searched refs:INCDIR (Results 1 – 14 of 14) 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/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/python/cpython3/Misc/
Dpython-config.sh.in55 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
83 echo "$INCDIR $PLATINCDIR"
86 echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT"
/external/libcap/libcap/
DMakefile66 mkdir -p -m 0755 $(FAKEROOT)$(INCDIR)/sys
67 install -m 0644 include/sys/capability.h $(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/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/capstone/
DMakefile68 INCDIR = $(DESTDIR)$(PREFIX)/include macro
385 mkdir -p $(INCDIR)/$(LIBNAME)
386 $(INSTALL_DATA) include/*.h $(INCDIR)/$(LIBNAME)
393 rm -rf $(INCDIR)/$(LIBNAME)
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile21 export INCDIR ?= /usr/local/include/ macro
/external/libcap/
DMake.Rules36 INCDIR=$(inc_prefix)/include
/external/libpng/
DCHANGES1301 Minor cosmetic changes to 15 makefiles, e.g., $(DI) = $(DESTDIR)/$(INCDIR).