Masato Taruishi
taru****@users*****
2004年 10月 13日 (水) 12:20:28 JST
=================================================================== RCS file: ultrapossum/INSTALL,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ultrapossum/INSTALL 2004/04/05 06:03:55 1.6 +++ ultrapossum/INSTALL 2004/10/13 03:20:28 1.7 @@ -58,22 +58,3 @@ % su -c "make install" -Making and Installing the UltraPossum Perl interface (OPTIONAL) ---------------------------------------------------------------- - -This is a optinal interface to perl. If you start to use UltraPossum -quickly, then you don't have to install this interface at first. -You can install this interface later when you want this. - -1. Change directory to perl directory from the top source directory - - % cd perl - -2. Type: - - % perl Makefile.PL - % make - % make test - % make install - - See perl/README for more details. =================================================================== RCS file: ultrapossum/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ultrapossum/Makefile.am 2004/10/12 06:55:39 1.25 +++ ultrapossum/Makefile.am 2004/10/13 03:20:28 1.26 @@ -6,7 +6,7 @@ pkgdata_DATA = \ modules term variable pysical logical -pkgdata_SCRIPTS = sshman envexec +pkgdata_SCRIPTS = sshman envexec sedwrap man_MANS = ultrapossum-config.1 update-ultrapossum.8 ultrapossum-server.8 @@ -47,10 +47,18 @@ CONFIGS = ultrapossum.cf default.cf config.cf -install-data-local: +perl/blib/man3/UltraPossum.3pm: + cd perl && perl Makefile.PL INSTALLDIRS=vendor && $(MAKE) + +ABS_DESTDIR = `if test -n "$(DESTDIR)"; then cd $(DESTDIR) > /dev/null; pwd; fi` + +install-data-local: perl/blib/man3/UltraPossum.3pm + $(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/$(PACKAGE) $(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/projects/ $(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/apps/ + + $(MAKE) -C perl DESTDIR=$(ABS_DESTDIR) install for f in $(CONFIGS); do \ if test -f $(DESTDIR)/$(sysconfdir)/$(PACKAGE)/$$f; then \ @@ -67,6 +75,8 @@ $(mkinstalldirs) $(DESTDIR)/$(localstatedir)/cache/$(PACKAGE) chmod 1777 $(DESTDIR)/$(localstatedir)/cache/$(PACKAGE) +clean-local: + -$(MAKE) -C perl realclean EXTRA_DIST = \ autogen.sh \