Home | History | Annotate | Download | only in capstone

Lines Matching defs:EXT

262 EXT = dylib
263 VERSION_EXT = $(API_MAJOR).$(EXT)
279 EXT = dll
288 EXT = dll
295 EXT = so
296 VERSION_EXT = $(EXT).$(API_MAJOR)
305 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
307 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
309 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(EXT)
406 rm -f $(BLDIR)/tests/lib$(LIBNAME).$(EXT)
459 mv lib$(LIBNAME).$(EXT) lib$(LIBNAME).$(VERSION_EXT) && \
460 ln -s lib$(LIBNAME).$(VERSION_EXT) lib$(LIBNAME).$(EXT))