Annotation of embedaddon/strongswan/src/libcharon/plugins/vici/perl/Makefile.am, revision 1.1
1.1 ! misho 1: EXTRA_DIST = \
! 2: Vici-Session/Changes \
! 3: Vici-Session/Makefile.PL \
! 4: Vici-Session/MANIFEST \
! 5: Vici-Session/README.pod \
! 6: Vici-Session/t/Vici-Session.t \
! 7: Vici-Session/lib/Vici/Message.pm \
! 8: Vici-Session/lib/Vici/Packet.pm \
! 9: Vici-Session/lib/Vici/Session.pm \
! 10: Vici-Session/lib/Vici/Transport.pm
! 11:
! 12: all-local: Vici-Session/pm_to_blib
! 13:
! 14: Vici-Session/Makefile: $(srcdir)/Vici-Session/Makefile.PL
! 15: (cd $(srcdir)/Vici-Session; $(PERL) Makefile.PL)
! 16:
! 17: Vici-Session/pm_to_blib: $(EXTRA_DIST) $(srcdir)/Vici-Session/Makefile
! 18: (cd $(srcdir)/Vici-Session; make)
! 19:
! 20: clean-local:
! 21: (cd $(srcdir)/Vici-Session; [ ! -f Makefile ] || make clean)
! 22:
! 23: if PERL_CPAN_INSTALL
! 24: install-exec-local: Vici-Session/pm_to_blib
! 25: (cd $(srcdir)/Vici-Session; make install)
! 26: endif
! 27:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>