Home
last modified time | relevance | path

Searched refs:VERSION_EXT (Results 1 – 2 of 2) sorted by relevance

/external/capstone/packages/macports/devel/capstone/files/
Dpatch-Makefile.diff4 VERSION_EXT = $(API_MAJOR).$(EXT)
5 …$(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PK…
/external/capstone/
DMakefile286 VERSION_EXT = macro
297 VERSION_EXT = $(API_MAJOR).$(EXT) macro
298 $(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PKG…
332 VERSION_EXT = $(EXT).$(API_MAJOR) macro
334 $(LIBNAME)_LDFLAGS += -Wl,-soname,lib$(LIBNAME).$(VERSION_EXT)
341 LIBRARY = $(BLDIR)/$(LIBNAME).$(VERSION_EXT)
343 LIBRARY = $(BLDIR)/$(LIBNAME).$(VERSION_EXT)
345 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(VERSION_EXT)
517 $(if $(VERSION_EXT),
520 ln -s lib$(LIBNAME).$(VERSION_EXT) lib$(LIBNAME).$(EXT))