Searched full:pylibs (Results 1 – 4 of 4) sorted by relevance
24 ##PYLIBS=$(PYC)/lib$(PYVER).a29 PYLIBS=../../$(PLAT)/lib$(PYVER).a macro39 LIBS=$(PYLIBS) $(RLLIBS) $(OTHERLIBS)48 pysvr: pysvr.o $(PYOBJS) $(PYLIBS)
16 PYLIBS ?= $(shell $(PKG_CONFIG) --libs $(PYPREFIX)) macro145 $(CC) $(CFLAGS) $(LDFLAGS) -L. -shared -o $@ $< -lselinux $(PYLIBS)168 …$(CC) $(CFLAGS) $(LDFLAGS) -L. -shared -o $@ $^ -lselinux $(LDLIBS_LIBSEPOLA) $(PYLIBS) -Wl,-sonam…
15 PYLIBS ?= $(shell $(PKG_CONFIG) --libs $(PYPREFIX)) macro81 $(CC) $(CFLAGS) $(LDFLAGS) -L. -shared -o $@ $< -lsemanage $(PYLIBS)
104 …export PYLIBS="$($PYTHON -c 'import sys;print("-L%s/bin -l%s" % (sys.prefix, "pypy-c" if sys.versi…