1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Use make to generate fragments rather than the perl code.

This commit is contained in:
Jelmer Vernooij 2008-02-26 02:54:34 +01:00
parent ad258e8635
commit 4e2ba19d52

View File

@ -277,7 +277,13 @@ OBJ_FILES = gen_ndr/ndr_winbind.o
PUBLIC_HEADERS = gen_ndr/winbind.h
PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON
mkinclude ../heimdal_build/perl_path_wrapper.sh ../librpc/idl-deps.pl librpc/idl/*.idl|
librpc/idl-deps:
./librpc/idl-deps.pl librpc/idl/*.idl >$@
clean::
rm -f librpc/idl-deps
include librpc/idl-deps
librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_FILES)
@echo Generating $@