1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Allow external use of regf idl.

(This used to be commit 7b9b3ec02b)
This commit is contained in:
Jelmer Vernooij 2008-05-27 18:46:05 +02:00
parent 4053e3c700
commit fd03ce3ac3

View File

@ -5,12 +5,11 @@ TDR_REGF_OBJ_FILES = $(libregistrysrcdir)/tdr_regf.o
# Special support for external builddirs # Special support for external builddirs
$(libregistrysrcdir)/regf.c: $(libregistrysrcdir)/tdr_regf.c $(libregistrysrcdir)/regf.c: $(libregistrysrcdir)/tdr_regf.c
$(srcdir)/$(libregistrysrcdir)/regf.c: $(libregistrysrcdir)/tdr_regf.c
$(libregistrysrcdir)/tdr_regf.h: $(libregistrysrcdir)/tdr_regf.c $(libregistrysrcdir)/tdr_regf.h: $(libregistrysrcdir)/tdr_regf.c
$(libregistrysrcdir)/tdr_regf.c: $(srcdir)/$(libregistrysrcdir)/regf.idl $(libregistrysrcdir)/tdr_regf.c: $(libregistrysrcdir)/regf.idl
@CPP="$(CPP)" srcdir="$(srcdir)" $(PERL) $(srcdir)/pidl/pidl $(PIDL_ARGS) \ @CPP="$(CPP)" $(PERL) $(pidldir)/pidl $(PIDL_ARGS) \
--header --outputdir=lib/registry \ --header --outputdir=$(libregistrysrcdir) \
--tdr-parser -- $(srcdir)/$(libregistrysrcdir)/regf.idl --tdr-parser -- $(libregistrysrcdir)/regf.idl
clean:: clean::
@-rm -f $(libregistrysrcdir)/regf.h $(libregistrysrcdir)/tdr_regf* @-rm -f $(libregistrysrcdir)/regf.h $(libregistrysrcdir)/tdr_regf*