mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r12675: fix some dependencies and don't use long lines
metze
(This used to be commit 80bf8b5716
)
This commit is contained in:
parent
40b9d4f62d
commit
1a83c7388f
@ -207,19 +207,27 @@ include/proto.h: $(PROTO_OBJS:.o=.c)
|
||||
|
||||
proto: include/proto.h
|
||||
|
||||
pch: clean_pch include/config.h \
|
||||
include/proto.h \
|
||||
idl \
|
||||
include/includes.h.gch
|
||||
|
||||
librpc/gen_ndr/misc.h: idl
|
||||
librpc/ndr/libndr.h: librpc/ndr/libndr_proto.h librpc/gen_ndr/misc.h
|
||||
librpc/rpc/dcerpc.h: librpc/rpc/dcerpc_proto.h
|
||||
auth/credentials/credentials.h: auth/credentials/credentials_proto.h
|
||||
libcli/nbt/libnbt.h: libcli/nbt/nbt_proto.h
|
||||
include/includes.h: lib/basic.h libcli/nbt/libnbt.h librpc/ndr/libndr_proto.h librpc/rpc/dcerpc_proto.h auth/credentials/credentials_proto.h
|
||||
|
||||
include/includes.h: \
|
||||
include/config.h \
|
||||
include/proto.h \
|
||||
librpc/ndr/libndr.h \
|
||||
librpc/rpc/dcerpc.h \
|
||||
auth/credentials/credentials_proto.h \
|
||||
libcli/nbt/libnbt.h \
|
||||
lib/basic.h
|
||||
|
||||
clean_pch:
|
||||
-rm -f include/includes.h.gch
|
||||
|
||||
basics: include/config.h \
|
||||
include/proto.h \
|
||||
pch: clean_pch include/includes.h.gch
|
||||
|
||||
basics: include/includes.h \
|
||||
$(PROTO_HEADERS) \
|
||||
idl \
|
||||
heimdal_basics
|
||||
|
Loading…
Reference in New Issue
Block a user