HomeSort by relevance Sort by last modified time
    Searched refs:INCDIR (Results 1 - 11 of 11) sorted by null

  /external/selinux/libsemanage/include/
Makefile 3 INCDIR ?= $(PREFIX)/include/semanage
8 test -d $(DESTDIR)$(INCDIR) || install -m 755 -d $(DESTDIR)$(INCDIR)
9 install -m 644 $(wildcard semanage/*.h) $(DESTDIR)$(INCDIR)
  /external/selinux/libsepol/include/
Makefile 3 INCDIR = $(PREFIX)/include/sepol
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)/ci
    [all...]
  /external/selinux/libselinux/include/
Makefile 3 INCDIR = $(PREFIX)/include/selinux
8 test -d $(DESTDIR)$(INCDIR) || install -m 755 -d $(DESTDIR)$(INCDIR)
9 install -m 644 $(wildcard selinux/*.h) $(DESTDIR)$(INCDIR)
  /external/python/cpython3/Misc/
python-config.sh.in 55 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
83 echo "$INCDIR $PLATINCDIR"
86 echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT"
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 21 export INCDIR ?= /usr/local/include/
90 install -m 0644 -D ../src/common/wpa_ctrl.h $(DESTDIR)/$(INCDIR)/wpa_ctrl.h
    [all...]
  /external/capstone/tests/
Makefile 10 INCDIR = ../include
28 CFLAGS += -Wall -I$(INCDIR)
  /external/libcap/libcap/
Makefile 66 mkdir -p -m 0755 $(FAKEROOT)$(INCDIR)/sys
67 install -m 0644 include/sys/capability.h $(FAKEROOT)$(INCDIR)/sys
  /external/ppp/pppd/
Makefile.linux 10 INCDIR = $(DESTDIR)/include
233 mkdir -p $(INCDIR)/pppd
234 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
  /external/capstone/packages/rpm/
capstone.spec 69 LIBDIRARCH="%{_lib}" INCDIR="%{_includedir}" make %{?_smp_mflags}
91 INCDIR="%{_includedir}" make install
  /external/libcap/
Make.Rules 36 INCDIR=$(inc_prefix)/include
  /external/capstone/
Makefile 68 INCDIR = $(DESTDIR)$(PREFIX)/include
385 mkdir -p $(INCDIR)/$(LIBNAME)
386 $(INSTALL_DATA) include/*.h $(INCDIR)/$(LIBNAME)
393 rm -rf $(INCDIR)/$(LIBNAME)
484 echo 'includedir=$(INCDIR)/capstone' >> $(PKGCFGF)

Completed in 1327 milliseconds