[SCM] Debian packaging for bibutils branch, master, updated. upstream/4.5-81-g6fbbf2b

David Bremner bremner at unb.ca
Fri Dec 10 03:56:22 UTC 2010


The following commit has been merged in the master branch:
commit 360c13bcaa1d49ec55a8a484de5d91dfcadacc4f
Author: David Bremner <bremner at unb.ca>
Date:   Wed Dec 8 23:29:50 2010 -0400

    test/Makefile: replace dependency on libbibutils with dependency on libbibcore.
    add a rule to build ../libs/libbibcore.a

diff --git a/test/Makefile b/test/Makefile
index 724bc38..10408cd 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -9,13 +9,13 @@ PROGS      = newstr_test entities_test utf8_test
 
 all: $(PROGS)
 
-entities_test : entities_test.o ../lib/libbibutils.a
+entities_test : entities_test.o ../lib/libbibcore.a
 	$(CC) $(LDFLAGS) $^ $(LOADLIBS) $(LDLIBS) -o $@
 
-utf8_test : utf8_test.o ../lib/libbibutils.a
+utf8_test : utf8_test.o ../lib/libbibcore.a
 	$(CC) $(LDFLAGS) $^ $(LOADLIBS) $(LDLIBS) -o $@
 
-newstr_test : newstr_test.o ../lib/libbibutils.a
+newstr_test : newstr_test.o ../lib/libbibcore.a
 	$(CC) $(LDFLAGS) $^ $(LOADLIBS) $(LDLIBS) -o $@
 
 test: entities_test newstr_test FORCE
@@ -29,4 +29,7 @@ clean:
 realclean:
 	rm -f *.o core $(PROGS)
 
+../lib/libbibcore.a:
+	make -C ../lib -f Makefile.static libbibcore.a
+
 FORCE:

-- 
Debian packaging for bibutils



More information about the debian-science-commits mailing list