super-library containing everything of heimdal
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23892 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -5,12 +5,16 @@ include $(top_srcdir)/Makefile.am.common
|
|||||||
YFLAGS = -d -t
|
YFLAGS = -d -t
|
||||||
|
|
||||||
lib_LTLIBRARIES = libasn1.la
|
lib_LTLIBRARIES = libasn1.la
|
||||||
|
noinst_LTLIBRARIES = libnasn1.la
|
||||||
libasn1_la_LDFLAGS = -version-info 8:0:0
|
libasn1_la_LDFLAGS = -version-info 8:0:0
|
||||||
|
|
||||||
libasn1_la_LIBADD = \
|
libasn1_la_LIBADD = \
|
||||||
|
libnasn1.la \
|
||||||
@LIB_com_err@ \
|
@LIB_com_err@ \
|
||||||
$(LIBADD_roken)
|
$(LIBADD_roken)
|
||||||
|
|
||||||
|
libasn1_la_SOURCES =
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
$(gen_files_rfc2459:.x=.c) \
|
$(gen_files_rfc2459:.x=.c) \
|
||||||
$(gen_files_cms:.x=.c) \
|
$(gen_files_cms:.x=.c) \
|
||||||
@@ -483,7 +487,7 @@ asn1_compile_SOURCES = \
|
|||||||
symbol.c \
|
symbol.c \
|
||||||
symbol.h
|
symbol.h
|
||||||
|
|
||||||
dist_libasn1_la_SOURCES = \
|
dist_libnasn1_la_SOURCES = \
|
||||||
der-protos.h \
|
der-protos.h \
|
||||||
der_locl.h \
|
der_locl.h \
|
||||||
der.c \
|
der.c \
|
||||||
@@ -499,7 +503,7 @@ dist_libasn1_la_SOURCES = \
|
|||||||
extra.c \
|
extra.c \
|
||||||
timegm.c
|
timegm.c
|
||||||
|
|
||||||
nodist_libasn1_la_SOURCES = $(BUILT_SOURCES)
|
nodist_libnasn1_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
asn1_compile_LDADD = \
|
asn1_compile_LDADD = \
|
||||||
$(LIB_roken) $(LEXLIB)
|
$(LIB_roken) $(LEXLIB)
|
||||||
@@ -550,7 +554,7 @@ nodist_include_HEADERS += digest_asn1.h
|
|||||||
nodist_include_HEADERS += kx509_asn1.h
|
nodist_include_HEADERS += kx509_asn1.h
|
||||||
|
|
||||||
$(asn1_compile_OBJECTS): parse.h parse.c $(srcdir)/der-protos.h
|
$(asn1_compile_OBJECTS): parse.h parse.c $(srcdir)/der-protos.h
|
||||||
$(libasn1_la_OBJECTS): krb5_asn1.h asn1_err.h $(srcdir)/der-protos.h
|
$(libnasn1_la_OBJECTS): krb5_asn1.h asn1_err.h $(srcdir)/der-protos.h
|
||||||
$(check_gen_OBJECTS): test_asn1.h
|
$(check_gen_OBJECTS): test_asn1.h
|
||||||
$(asn1_print_OBJECTS): krb5_asn1.h
|
$(asn1_print_OBJECTS): krb5_asn1.h
|
||||||
|
|
||||||
@@ -614,4 +618,4 @@ EXTRA_DIST = \
|
|||||||
test.gen
|
test.gen
|
||||||
|
|
||||||
$(srcdir)/der-protos.h:
|
$(srcdir)/der-protos.h:
|
||||||
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o der-protos.h $(dist_libasn1_la_SOURCES) || rm -f der-protos.h
|
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o der-protos.h $(dist_libnasn1_la_SOURCES) || rm -f der-protos.h
|
||||||
|
Reference in New Issue
Block a user