Home | History | Annotate | Download | only in config

Lines Matching refs:LIBPC

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)
1097 LIBPC= $(LIBDIR)/pkgconfig
1100 @for i in $(LIBDIR) $(LIBP) $(LIBPL) $(LIBPC); \
1127 $(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC)/python-$(VERSION).pc