Pass the libtool tests again
This commit is contained in:
parent
b981d7a832
commit
7c672403b2
@ -26,7 +26,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||
$(OBJDIR)libtest.la: $(libtest_OBJS)
|
||||
$(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS)
|
||||
|
||||
$(OBJDIR)test.o test.lo: test.c
|
||||
$(OBJDIR)test.o $(OBJDIR)test.lo: test.c
|
||||
$(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c
|
||||
|
||||
clean:
|
||||
|
@ -26,7 +26,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||
$(OBJDIR)libtest.la: $(libtest_OBJS)
|
||||
$(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS)
|
||||
|
||||
$(OBJDIR)test.o test.lo: test.c
|
||||
$(OBJDIR)test.o $(OBJDIR)test.lo: test.c
|
||||
$(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c
|
||||
|
||||
clean:
|
||||
|
@ -26,7 +26,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||
$(OBJDIR)libtest.la: $(libtest_OBJS)
|
||||
$(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS)
|
||||
|
||||
$(OBJDIR)test.o test.lo: test.c
|
||||
$(OBJDIR)test.o $(OBJDIR)test.lo: test.c
|
||||
$(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c
|
||||
|
||||
clean:
|
||||
|
@ -23,7 +23,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||
$(OBJDIR)libtest.la: $(libtest_OBJS)
|
||||
$(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS)
|
||||
|
||||
$(OBJDIR)test.o test.lo: test.c
|
||||
$(OBJDIR)test.o $(OBJDIR)test.lo: test.c
|
||||
$(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user