build prototype headers
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6094 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -22,12 +22,21 @@ LDADD = libhdb.la \ | |||||||
| lib_LTLIBRARIES = libhdb.la | lib_LTLIBRARIES = libhdb.la | ||||||
| libhdb_la_LDFLAGS = -version-info 1:0:0 | libhdb_la_LDFLAGS = -version-info 1:0:0 | ||||||
|  |  | ||||||
| libhdb_la_SOURCES = hdb.c common.c db.c ndbm.c $(BUILT_SOURCES) | libhdb_la_SOURCES = hdb.c common.c db.c ndbm.c print.c $(BUILT_SOURCES) | ||||||
|  | libhdb_la_LDFLAGS = -version-info 1:0:0 | ||||||
|  |  | ||||||
| include_HEADERS = hdb.h hdb_err.h hdb_asn1.h | include_HEADERS = hdb.h hdb_err.h hdb_asn1.h hdb-protos.h hdb-private.h | ||||||
|  |  | ||||||
| libhdb_la_LIBADD =  | libhdb_la_LIBADD =  | ||||||
|  |  | ||||||
|  | $(libhdb_la_OBJECTS): $(srcdir)/hdb-protos.h $(srcdir)/hdb-private.h | ||||||
|  |  | ||||||
|  | $(srcdir)/hdb-protos.h: | ||||||
|  | 	cd $(srcdir); perl ../../cf/make-proto.pl -o hdb-protos.h $(libhdb_la_SOURCES) || rm -f hdb-protos.h | ||||||
|  |  | ||||||
|  | $(srcdir)/hdb-private.h: | ||||||
|  | 	cd $(srcdir); perl ../../cf/make-proto.pl -p hdb-private.h $(libhdb_la_SOURCES) || rm -f hdb-private.h | ||||||
|  |  | ||||||
| $(foo) hdb_asn1.h: asn1_files | $(foo) hdb_asn1.h: asn1_files | ||||||
|  |  | ||||||
| asn1_files: ../asn1/asn1_compile $(srcdir)/hdb.asn1 | asn1_files: ../asn1/asn1_compile $(srcdir)/hdb.asn1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson