X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2FMakefile.am;h=17b63e639e34637d66bb01816ca3d360ea9ad791;hb=29a22396d7d7b1219f5b83c35983c8fb1cd79e8f;hp=37ef25bae7a4213b8f4991eff1c60824853c545b;hpb=569f86b4615c2731727be2a0ff898d36f9725819;p=yaz-moved-to-github.git diff --git a/odr/Makefile.am b/odr/Makefile.am index 37ef25b..17b63e6 100644 --- a/odr/Makefile.am +++ b/odr/Makefile.am @@ -1,10 +1,21 @@ -## $Id: Makefile.am,v 1.6 2002-07-25 12:51:08 adam Exp $ +## $Id: Makefile.am,v 1.11 2003-05-27 21:42:45 adam Exp $ noinst_LTLIBRARIES = libodr.la AM_CPPFLAGS=-I$(top_srcdir)/include -LIBS = +TESTS = tstodr + +EXTRA_PROGRAMS = tstodr + +EXTRA_DIST = tstodrcodec.c tstodrcodec.h tstodr.asn + +tstodr_LDADD = libodr.la ../util/libutil.la +tstodr_SOURCES = tstodrcodec.c tstodrcodec.h tstodr.c + +# Rule for generating codecs for our small ASN.1 spec +tstodrcodec.c tstodrcodec.h: $(srcdir)/tstodr.asn $(top_srcdir)/util/yaz-asncomp + cd $(srcdir); $(top_srcdir)/util/yaz-asncomp tstodr.asn libodr_la_SOURCES = odr_bool.c ber_bool.c ber_len.c ber_tag.c odr_util.c \ odr_null.c ber_null.c odr_int.c ber_int.c odr_tag.c odr_cons.c \