File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.38: download - view: text, annotated - select for diffs
Sat Sep 8 22:37:34 2001 UTC (22 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
new implementation of Makefile.install target (lpml now)

    1: # Makefile
    2: # For LON-CAPA
    3: # Scott Harrison
    4: # November 2000
    5: 
    6: CDTARGET="."
    7: CDFSLOC="/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource"
    8: DIST="default"
    9: 
   10: all: 
   11: 	# nothing yet here
   12: 
   13: cd: 
   14: 	# Build temporary script to get cd
   15: 	# make sure there is enough disk space
   16: 	@echo "# Automatically generated Makefile for LON-CAPA" > Makefile.cd.tmp
   17: 	@/bin/df $(CDTARGET) | perl -e '@l=<>;split(/\s+/,$$l[1]);$$s=@_[3]*1024;if ($$s>1000000000) {print "\S=1\n";} else {print "\S=0\n";}' >> Makefile.cd.tmp
   18: 	@echo "cd:" >> Makefile.cd.tmp
   19: 	@echo -e "ifeq (\$$(S),1)" >> Makefile.cd.tmp
   20: 	@echo -e "\t@echo \"There is enough disk space.  Good!\"" >> Makefile.cd.tmp
   21: 	# set up commands to copy cd image from install.lon-capa.org (wget -r)
   22: 	@echo -e "\tcd \$$(TARGET); wget -np -N -r -l 1000 http://install.lon-capa.org/3.1/currentcdsource" >> Makefile.cd.tmp
   23: 	@echo -e "\tcd \$$(TARGET); find ./install.lon-capa.org -name index.html | xargs rm -f" >> Makefile.cd.tmp
   24: 	# set up cvs update commands
   25: 	# set up cd image compilation (mkisofs)
   26: 	@echo -e "\tcd \$$(TARGET)/install.lon-capa.org/3.1/currentcdsource/; mkisofs -v -R -T -V \"LON-CAPA and Red Hat 6.2\" -b images/boot.img -c boot.cat -o \$$(TARGET)/redhat.img ." >> Makefile.cd.tmp
   27: 	@echo -e "else" >> Makefile.cd.tmp
   28: 	@echo -e "\t@echo \"ERROR ******* Not enough disk space. There must be at least one gigabyte free\"" >> Makefile.cd.tmp
   29: 	@echo -e "endif" >> Makefile.cd.tmp
   30: 	@echo -e "\t@echo \"To mount this for something like an http network install; mount -t iso9660 -o ro,loop=/dev/loop0 /mnt/drive/redhat.img /home/harris41/public_html/mount\"" >> Makefile.cd.tmp
   31: 	make -f Makefile.cd.tmp TARGET="$(CDTARGET)" cd
   32: 
   33: cd_cover:
   34: 
   35: HTML:
   36: 	install -d HTML
   37: 	cp ../../doc/loncapafiles/*.gif HTML
   38: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html
   39: 
   40: status:
   41: 	install -d HTML
   42: 	cp ../../doc/loncapafiles/*.gif HTML
   43: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html
   44: 
   45: statuspost: status
   46: 	cp ../../doc/loncapafiles/*.gif /home/httpd/html/lon-status
   47: 	cp HTML/filestatus.html /home/httpd/html/lon-status/filestatus.html
   48: 
   49: rpmstatus:
   50: 	install -d RPMSTATUS
   51: 	rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp
   52: 	cat ../../doc/otherfiles/cd_rpms.txt > RPMSTATUS/standard.tmp
   53: 	cat ../../doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.tmp
   54: 	perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html
   55: 
   56: rpmstatuspost: rpmstatus
   57: 	cp RPMSTATUS/rpmstatus.html /home/httpd/html/lon-status/rpmstatus.html
   58: 
   59: LCMakefile:
   60: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile
   61: 
   62: SPEC:
   63: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC
   64: 
   65: configinstall: Makefile.configinstall
   66: 	# there is a dependency on having directories in place, but oh well...
   67: 	make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles
   68: 	perl loncaparestoreconfigurations lasttimestamp
   69: 	make -f Makefile.configinstall TARGET="" configpermissions
   70: 
   71: Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.html
   72: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html configinstall > Makefile.configinstall
   73: 
   74: install: build Makefile.install
   75: 	make -f Makefile.install SOURCE="../.." TARGET="" directories
   76: 	make -f Makefile.install SOURCE="../.." TARGET="" files
   77: 	make -f Makefile.install SOURCE="../.." TARGET="" links
   78: 
   79: Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
   80: 	cat ../../doc/loncapafiles/loncapafiles.lpml | \
   81: 	perl lpml_parse.pl install development $(DIST) "../.." "" > \
   82: 	Makefile.install
   83: 
   84: build: Makefile.build
   85: 	make -f Makefile.build all
   86: 
   87: Makefile.build: ../../doc/loncapafiles/loncapafiles.html
   88: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html build > Makefile.build
   89: 
   90: RPM: BinaryRoot
   91: 	cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot
   92: 	cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot
   93: 	cp LON-CAPA-base-3.1-1.i386.rpm $(CDFSLOC)/RedHat/RPMS/.
   94: 	cp LON-CAPA-setup-3.1-1.i386.rpm $(CDFSLOC)/RedHat/RPMS/.
   95: 
   96: BinaryRoot:
   97: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
   98: 
   99: loncapaconfig:
  100: 	rm -Rf LoncapaconfigRoot
  101: 	install -d LoncapaconfigRoot/usr/src/
  102: 	install -d LoncapaconfigRoot/usr/lib/python1.5/site-packages
  103: 	install /usr/lib/python1.5/site-packages/kudzumodule.so LoncapaconfigRoot/usr/lib/python1.5/site-packages/kudzumodule.so
  104: 	cd LoncapaconfigRoot/usr/src; cp -pR /mnt/drive/loncapaconfig .
  105: 	install -d LoncapaconfigRoot/usr/sbin
  106: 	@echo -e "#!/bin/sh\ncd /usr/src/loncapaconfig/usr/bin; ./loncapaconfig\n" > LoncapaconfigRoot/usr/sbin/loncapaconfig
  107: 	chmod u+x LoncapaconfigRoot/usr/sbin/loncapaconfig
  108: 	find LoncapaconfigRoot -type d | xargs chmod o-wxr
  109: 	find LoncapaconfigRoot -type f | xargs chmod o-wxr
  110: 	find LoncapaconfigRoot/ -type d | grep 'src/lon' > loncapaconfig_file_list.txt
  111: 	find LoncapaconfigRoot/ -type d | grep '^LoncapaconfigRoot/usr/lib/python1.5/site-packages' >> loncapaconfig_file_list.txt
  112: 	find LoncapaconfigRoot/ -type f >> loncapaconfig_file_list.txt
  113: 	cat loncapaconfig_file_list.txt | perl make_rpm.pl loncapaconfig 3.1 '' '' LoncapaconfigRoot
  114: 	cp LON-CAPA-loncapaconfig-3.1-1.i386.rpm /mnt/drive/install.lon-capa.org/3.1/currentcdsource/RedHat/RPMS/.
  115: 
  116: install.lon-capa.org: cvsreport
  117: 	install -d docs
  118: 	install ../../doc/build/cvsreport.html docs/cvsreport.html
  119: 	install ../../doc/build/doc.html docs/index.html
  120: 	install -d docs/hardware
  121: 	install ../../doc/hardware/hardware.html docs/hardware/hardware.html
  122: 	install -d docs/3.1
  123: 	install ../../doc/build/install.html docs/3.1/index.html
  124: 	install ../../doc/build/instructions_with_cd.html docs/3.1/instructions_with_cd.html
  125: 	install ../../doc/build/libraryserverconfiguration.gif docs/3.1/libraryserverconfiguration.gif
  126: 	install ../../doc/build/librarysystemsettings.gif docs/3.1/librarysystemsettings.gif
  127: 	install -d docs/cvsupgrade
  128: 	install ../../doc/build/cvsupgrade.html docs/cvsupgrade/index.html
  129: 	install -d docs/upgrade
  130: 	install ../../doc/build/upgrade.html docs/upgrade/index.html
  131: 	install -d docs/reconfig
  132: 	install ../../doc/build/reconfig.html docs/reconfig/index.html
  133: 	install -d docs/3.1/otherfiles
  134: 	install ../../doc/otherfiles/rpm_list.txt docs/3.1/otherfiles/rpm_list.txt
  135: 	install ../../doc/build/loncapanetwork.html docs/loncapanetwork.html
  136: 	install ../../doc/build/loncapanfs.html docs/loncapanfs.html
  137: 	install ../../doc/build/loncapaappleshares.html docs/loncapaappleshares.html
  138: 	install ../../doc/build/loncapasqldatabase.html docs/loncapasqldatabase.html
  139: 	install ../../doc/build/loncapapasswords.html docs/loncapapasswords.html
  140: 	install ../../doc/build/loncapapasswordauthentication.html docs/loncapapasswordauthentication.html
  141: 	install ../../doc/build/loncapatimesync.html docs/loncapatimesync.html
  142: 	install ../../doc/build/loncapamathequivalency.html docs/loncapamathequivalency.html
  143: 	tar czvf install.lon-capa.org_docs.tar.gz docs
  144: 	rm -Rf docs
  145: 
  146: cvsreport:
  147: 	echo "<H1>Automatically generated CVS report</H1>" > ../../doc/build/cvsreport.html
  148: 	echo "<H1>LON-CAPA Software Changes from `date --date='7 days ago' +\"%Y-%m-%d\"` to `date +\"%Y-%m-%d\"`</H1>" >> ../../doc/build/cvsreport.html
  149: 	echo "<P>Number of altered files:" >> ../../doc/build/cvsreport.html
  150: 	cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" loncom CAPA doc packaging 2>/dev/null | perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- | wc -l >> doc/build/cvsreport.html
  151: 	echo "</P><P>Altered files:</P><P><PRE>" >> ../../doc/build/cvsreport.html
  152: 	cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" loncom CAPA doc packaging 2>/dev/null | perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- >> doc/build/cvsreport.html
  153: 	echo "</PRE></P><P>Log entries for <B>loncom</B>:</P><PRE>" >> ../../doc/build/cvsreport.html
  154: 	cd ../../loncom; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> ../doc/build/cvsreport.html
  155: 	echo "</PRE></P><P>Log entries for <B>CAPA</B>:</P><PRE>" >> ../../doc/build/cvsreport.html
  156: 	cd ../../CAPA; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> ../doc/build/cvsreport.html
  157: 	echo "</PRE></P><P>Log entries for <B>doc</B>:</P><PRE>" >> ../../doc/build/cvsreport.html
  158: 	cd ../../doc; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> ../doc/build/cvsreport.html
  159: 	echo "</PRE></P><P>Log entries for <B>packaging</B>:</P><PRE>" >> ../../doc/build/cvsreport.html
  160: 	cd ../../packaging; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> ../doc/build/cvsreport.html
  161: 	echo "</PRE></P>" >> ../../doc/build/cvsreport.html
  162: clean:
  163: 	rm -Rf HTML
  164: 	rm -f *.spec
  165: 	rm -f LCMakefile
  166: 	rm -Rf BinaryRoot
  167: 	rm -f Makefile.BinaryRoot
  168: 	rm -f Makefile.build
  169: 	rm -f Makefile.install
  170: 	rm -f Makefile.install.tmp
  171: 	rm -f Makefile.cd.tmp
  172: 	rm -f *.rpm

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>