# Generated automatically from Makefile.in by configure. ########################################################################### # # File: Makefile.in # Revision: 1.3 # Last Mod: 11:25:38, 15 Aug 1995 # Created: 94/06/18 # ########################################################################### #### Start of system configuration section. #### srcdir = . CC = cc INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_PROGRAM = $(INSTALL) -m 0555 INSTALL_DATA = $(INSTALL) -m 0644 # Standard definition (a'la GNU) prefix = /usr/local/Modules/3.1.6 exec_prefix = ${prefix} man_prefix = /usr/local/Modules/3.1.6 # Directory in which to install man pages mandir = /usr/local/man man1dir = $(mandir)/man1 man5dir = $(mandir)/man5 SHELL = /bin/sh #### End of system configuration section. #### MAN_FILES= module.1 modulefile.5 MAKEDIRS= $(man1dir) $(man5dir) all: install: all install-dirs $(INSTALL_DATA) module.1 $(man1dir) $(INSTALL_DATA) modulefile.5 $(man5dir) install-dirs: @for i in $(MAKEDIRS) ; do \ echo Making $$i... ; \ parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \ if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \ if [ ! -d $$i ] ; then \ if mkdir $$i ; then \ true ; \ else \ exit 1 ; \ fi ; \ else \ true ; \ fi ; \ done clean: mostlyclean: clean distclean: clean rm -f module.1 modulefile.5 realclean: distclean