the new asn.1 compiler includes the modules name in the depend file
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15636 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -81,11 +81,11 @@ libgssapi_la_SOURCES = \
|
|||||||
wrap.c \
|
wrap.c \
|
||||||
address_to_krb5addr.c
|
address_to_krb5addr.c
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES) $(spnego_files) spnego_asn1.h asn1_files
|
CLEANFILES = $(BUILT_SOURCES) $(spnego_files) spnego_asn1.h spnego_asn1_files
|
||||||
|
|
||||||
$(spnego_files) spnego_asn1.h: asn1_files
|
$(spnego_files) spnego_asn1.h: spnego_asn1_files
|
||||||
|
|
||||||
asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1
|
spnego_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1
|
||||||
../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1 spnego_asn1
|
../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1 spnego_asn1
|
||||||
|
|
||||||
$(libgssapi_la_OBJECTS): spnego_asn1.h
|
$(libgssapi_la_OBJECTS): spnego_asn1.h
|
||||||
|
@@ -81,11 +81,11 @@ libgssapi_la_SOURCES = \
|
|||||||
wrap.c \
|
wrap.c \
|
||||||
address_to_krb5addr.c
|
address_to_krb5addr.c
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES) $(spnego_files) spnego_asn1.h asn1_files
|
CLEANFILES = $(BUILT_SOURCES) $(spnego_files) spnego_asn1.h spnego_asn1_files
|
||||||
|
|
||||||
$(spnego_files) spnego_asn1.h: asn1_files
|
$(spnego_files) spnego_asn1.h: spnego_asn1_files
|
||||||
|
|
||||||
asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1
|
spnego_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1
|
||||||
../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1 spnego_asn1
|
../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1 spnego_asn1
|
||||||
|
|
||||||
$(libgssapi_la_OBJECTS): spnego_asn1.h
|
$(libgssapi_la_OBJECTS): spnego_asn1.h
|
||||||
|
@@ -17,7 +17,7 @@ foo = \
|
|||||||
asn1_Salt.x \
|
asn1_Salt.x \
|
||||||
asn1_hdb_entry.x
|
asn1_hdb_entry.x
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES) $(foo) hdb_asn1.h asn1_files
|
CLEANFILES = $(BUILT_SOURCES) $(foo) hdb_asn1.h hdb_asn1_files
|
||||||
|
|
||||||
noinst_PROGRAMS = convert_db
|
noinst_PROGRAMS = convert_db
|
||||||
LDADD = libhdb.la \
|
LDADD = libhdb.la \
|
||||||
@@ -84,9 +84,9 @@ $(srcdir)/hdb-protos.h:
|
|||||||
$(srcdir)/hdb-private.h:
|
$(srcdir)/hdb-private.h:
|
||||||
cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -p hdb-private.h $(hdb_source) || rm -f hdb-private.h
|
cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -p hdb-private.h $(hdb_source) || rm -f hdb-private.h
|
||||||
|
|
||||||
$(foo) hdb_asn1.h: asn1_files
|
$(foo) hdb_asn1.h: hdb_asn1_files
|
||||||
|
|
||||||
asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1
|
hdb_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1
|
||||||
../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1 hdb_asn1
|
../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1 hdb_asn1
|
||||||
|
|
||||||
$(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h
|
$(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h
|
||||||
|
Reference in New Issue
Block a user