Home
last modified time | relevance | path

Searched refs:LIBNAME (Results 1 – 25 of 70) sorted by relevance

123

/external/libpng/scripts/
Dmakefile.aix24 LIBNAME = libpng16
58 all: $(LIBNAME).a pngtest$(E)
64 $(LIBNAME).a: $(OBJS)
71 pngtest$(E): pngtest.o $(LIBNAME).a
74 install: $(LIBNAME).a
76 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
78 -@$(RM_F) $(DI)/$(LIBNAME)/png.h
79 -@$(RM_F) $(DI)/$(LIBNAME)/pngconf.h
80 -@$(RM_F) $(DI)/$(LIBNAME)/pnglibconf.h
84 cp png.h pngconf.h pnglibconf.h $(DI)/$(LIBNAME)
[all …]
Dmakefile.msys19 LIBNAME = libpng16
24 LIBSO=$(LIBNAME).dll
25 LIBSOMAJ=$(LIBNAME).dll.$(PNGMAJ)
112 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
113 cp png.h pngconf.h pnglibconf.h $(DI)/$(LIBNAME)
116 (cd $(DI); $(LN_SF) $(LIBNAME) libpng; $(LN_SF) $(LIBNAME)/* .)
120 cp libpng.a $(DL)/$(LIBNAME).a
122 (cd $(DL); $(LN_SF) $(LIBNAME).a libpng.a)
Dmakefile.bc3294 LIBNAME=libpng.lib
104 $(LIBNAME) zlib.lib $(NOEHLIB)
107 $(LD) $(LDFLAGS) $*.obj $(LIBNAME) zlib.lib $(NOEHLIB)
112 libpng: $(LIBNAME)
141 $(LIBNAME): $(OBJS)
142 -del $(LIBNAME)
143 $(LIB) $(LIBNAME) @&&|
151 -del $(LIBNAME)
Dsmakefile.ppc12 LIBNAME = libpng.a
26 all: $(LIBNAME) pngtest
28 $(LIBNAME): $(OBJS)
32 pngtest: pngtest.o $(LIBNAME)
33 $(LN) $(LDFLAGS) pngtest LIB:c_ppc.o pngtest.o $(LIBNAME) $(LDLIBS) \
Dmakefile.bor103 LIBNAME=libpng$(MODEL).lib
114 $(LIBNAME) zlib_$(MODEL).lib $(NOEHLIB)
124 libpng: $(LIBNAME)
149 $(LIBNAME): $(OBJS)
150 -del $(LIBNAME)
151 $(LIB) $(LIBNAME) @&&|
159 $(LD) $(LDFLAGS) pngtest$(MODEL).obj $(LIBNAME) zlib_$(MODEL).lib $(NOEHLIB)
Dmakefile.darwin22 LIBNAME = libpng16
26 LIBSO=$(LIBNAME).dylib
27 LIBSOMAJ=$(LIBNAME).$(PNGMAJ).dylib
28 LIBSOREL=$(LIBNAME).$(PNGMAJ).$(RELEASE).dylib
/external/capstone/
DMakefile97 LIBNAME = capstone macro
264 $(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PKG…
275 $(LIBNAME)_LDFLAGS += -shared
298 $(LIBNAME)_LDFLAGS += -Wl,-soname,lib$(LIBNAME).$(VERSION_EXT)
305 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
307 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
309 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(EXT)
316 ARCHIVE = $(BLDIR)/$(LIBNAME).$(AR_EXT)
318 ARCHIVE = $(BLDIR)/$(LIBNAME).$(AR_EXT)
320 ARCHIVE = $(BLDIR)/lib$(LIBNAME).$(AR_EXT)
[all …]
/external/rmi4utils/rmidevice/
DMakefile8 LIBNAME = librmidevice.so macro
10 LDFLAGS = -shared -Wl,-soname,$(LIBNAME)
12 all: $(LIBNAME) $(STATIC_LIBNAME)
14 $(LIBNAME): $(RMIDEVICEOBJ)
22 rm -f $(RMIDEVICEOBJ) $(LIBNAME)* $(STATIC_LIBNAME)*
/external/curl/lib/
DMakefile.Watcom48 LIBNAME = $(%libname)
50 LIBNAME = libcurl
52 TARGETS = $(LIBNAME).dll $(LIBNAME).lib
210 -rm -f $(TARGETS) $(LIBNAME).map $(LIBNAME).sym
218 $(LIBNAME).dll: $(OBJS_DYN) $(RESOURCE) $(__MAKEFILES__)
226 @%append $(LINK_ARG) option map=$(OBJ_DYN)/$(LIBNAME).map
227 @%append $(LINK_ARG) option implib=$(LIBNAME)_imp.lib
262 $(LIBNAME).lib: $(OBJS_STAT)
/external/capstone/tests/
DMakefile34 LIBNAME = capstone macro
57 ARCHIVE = $(LIBDIR)/$(LIBNAME).$(AR_EXT)
59 ARCHIVE = $(LIBDIR)/$(LIBNAME).$(AR_EXT)
61 ARCHIVE = $(LIBDIR)/lib$(LIBNAME).$(AR_EXT)
99 …JS) $(BINARY) $(TESTDIR)/*.exe $(TESTDIR)/*.static $(OBJDIR)/lib$(LIBNAME).* $(OBJDIR)/$(LIBNAME).*
134 $(CC) $(LDFLAGS) $< -l$(LIBNAME) -o $@
/external/zlib/src/amiga/
DMakefile.pup5 LIBNAME = libzip.a
29 $(LIBNAME): $(OBJS)
33 example: example.o $(LIBNAME)
34 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)
36 minigzip: minigzip.o $(LIBNAME)
37 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)
41 $(RM) *.o example minigzip $(LIBNAME) foo.gz
/external/libcap/libcap/
DMakefile9 LIBNAME=$(LIBTITLE).so macro
17 MAJLIBNAME=$(LIBNAME).$(VERSION)
57 ln -sf $(MAJLIBNAME) $(LIBNAME)
72 ln -sf $(MAJLIBNAME) $(FAKEROOT)$(LIBDIR)/$(LIBNAME)
81 rm -f $(OBJS) $(LIBNAME)* $(STALIBNAME) libcap.pc
/external/capstone/packages/macports/devel/capstone/files/
Dpatch-Makefile.diff5 …$(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PK…
16 $(LIBNAME)_LDFLAGS += -shared
/external/compiler-rt/test/builtins/timing/
Dfloatundidf.c4 #ifndef LIBNAME
5 #define LIBNAME UNKNOWN macro
8 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dfloatdidf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dfloatdisf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dfloatdixf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dfloatundisf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dfloatundixf.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dashrdi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dlshrdi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dashldi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dnegdi2.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Dmodsi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)
Ddivdi3.c8 #ifndef LIBNAME
9 #define LIBNAME UNKNOWN macro
12 #define LIBSTRING LIBSTRINGX(LIBNAME)

123