kopia lustrzana https://gitlab.com/sane-project/backends
+ Use libtool instead of ar/ranlib, which correctly handles dependencies
(eg. for parallel makes)merge-requests/1/head
rodzic
aa25569539
commit
b861ff6af5
|
@ -69,9 +69,8 @@ DISTFILES = Makefile.in alloca.c getenv.c getopt.c getopt1.c \
|
|||
|
||||
all: $(TARGETS)
|
||||
|
||||
liblib.a: $(LIBLIB_OBJS)
|
||||
ar r $@ $(LIBLIB_OBJS)
|
||||
$(RANLIB) $@
|
||||
liblib.a: $(LIBLIB_LTOBJS)
|
||||
@$(LIBTOOL) $(MLINK) $(CC) $(LIBLIB_LTOBJS) -o $@
|
||||
|
||||
install:
|
||||
|
||||
|
|
|
@ -85,9 +85,8 @@ DISTFILES = Makefile.in linux_sg3_err.h os2_srb.h sanei_DomainOS.c \
|
|||
|
||||
all: $(TARGETS)
|
||||
|
||||
libsanei.a: $(LIBSANEI_OBJS)
|
||||
ar r $@ $(LIBSANEI_OBJS)
|
||||
$(RANLIB) $@
|
||||
libsanei.a: $(LIBSANEI_LTOBJS)
|
||||
$(LIBTOOL) $(MLINK) $(CC) $(LIBSANEI_LTOBJS) -o $@
|
||||
|
||||
install:
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue