developed in parallel to the stable 3.0 series. The main emphasis in this branch is support for the Active Directory logon protocols used by Windows 2000 and above.
21 lines
820 B
Makefile
21 lines
820 B
Makefile
--- ./pidl/config.mk.orig 2009-06-19 04:36:48.000000000 +0000
|
|
+++ ./pidl/config.mk 2009-07-12 02:39:36.000000000 +0000
|
|
@@ -6,18 +6,6 @@
|
|
pidl-testcov: $(pidldir)/Makefile
|
|
cd $(pidldir) && cover -test
|
|
|
|
-installpidl:: $(pidldir)/Makefile
|
|
- @$(MAKE) -C $(pidldir) install_vendor VENDORPREFIX=$(prefix) \
|
|
- INSTALLVENDORLIB=$(datarootdir)/perl5 \
|
|
- INSTALLVENDORBIN=$(bindir) \
|
|
- INSTALLVENDORSCRIPT=$(bindir) \
|
|
- INSTALLVENDORMAN1DIR=$(mandir)/man1 \
|
|
- INSTALLVENDORMAN3DIR=$(mandir)/man3
|
|
-
|
|
-ifeq ($(HAVE_PERL_EXTUTILS_MAKEMAKER),1)
|
|
-install:: installpidl
|
|
-endif
|
|
-
|
|
$(pidldir)/lib/Parse/Pidl/IDL.pm: $(pidldir)/idl.yp
|
|
-$(YAPP) -m 'Parse::Pidl::IDL' -o $(pidldir)/lib/Parse/Pidl/IDL.pm $(pidldir)/idl.yp ||\
|
|
touch $(pidldir)/lib/Parse/Pidl/IDL.pm
|