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

  /external/libsepol/src/
Makefile 14 LIBPC=libsepol.pc
21 all: $(LIBA) $(LIBSO) $(LIBPC)
31 $(LIBPC): $(LIBPC).in ../VERSION
46 install -m 644 $(LIBPC) $(LIBDIR)/pkgconfig
53 -rm -f $(LIBPC) $(OBJS) $(LOBJS) $(LIBA) $(LIBSO) $(TARGET)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 883 -test -d $(DESTDIR)$(LIBPC) || $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC)
884 -rm -f $(DESTDIR)$(LIBPC)/python2.pc
885 (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python2.pc)
886 -rm -f $(DESTDIR)$(LIBPC)/python.pc
887 (cd $(DESTDIR)$(LIBPC); $(LN) -s python2.pc python.pc)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 884 -test -d $(DESTDIR)$(LIBPC) || $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC)
885 -rm -f $(DESTDIR)$(LIBPC)/python2.pc
886 (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python2.pc)
887 -rm -f $(DESTDIR)$(LIBPC)/python.pc
888 (cd $(DESTDIR)$(LIBPC); $(LN) -s python2.pc python.pc)
    [all...]

Completed in 74 milliseconds