mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
f4140cfdb0
metze
(This used to be commit f19d2182b8
)
18 lines
637 B
Makefile
18 lines
637 B
Makefile
# These should also be autogenerated at some point
|
|
# perhaps by some perl scripts run from config.status ?
|
|
#
|
|
$(gen_ndrsrcdir)/misc.h: idl
|
|
$(ndrsrcdir)/libndr.h: $(ndrsrcdir)/libndr_proto.h $(gen_ndrsrcdir)/misc.h
|
|
$(dcerpcsrcdir)/dcerpc.h: $(dcerpcsrcdir)/dcerpc_proto.h
|
|
$(authsrcdir)/credentials/credentials.h: $(authsrcdir)/credentials/credentials_proto.h
|
|
$(libclisrcdir)/nbt/libnbt.h: $(libclisrcdir)/nbt/nbt_proto.h
|
|
$(libcharsetsrcdir)/charset.h: $(libcharsetsrcdir)/charset_proto.h
|
|
|
|
include/includes.h: \
|
|
include/config.h \
|
|
$(libcharsetsrcdir)/charset.h \
|
|
$(gen_ndrsrcdir)/misc.h
|
|
|
|
proto::
|
|
basics:: include/includes.h idl proto
|