Annotation of loncom/build/Makefile, revision 1.8

1.1       harris41    1: # Makefile
                      2: # For LON-CAPA
                      3: # Scott Harrison
                      4: # November 2000
                      5: 
                      6: all: LON-CAPA-base cd cd_cover
                      7: 
                      8: LON-CAPA-base:
                      9: 
                     10: cd: 
                     11: 
                     12: cd_cover:
                     13: 
1.2       harris41   14: system:
                     15: 
1.3       harris41   16: HTML:
                     17: 	install -d HTML
                     18: 	cp ../../doc/loncapafiles/*.gif HTML
                     19: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html
                     20: 
1.8     ! harris41   21: status:
1.7       harris41   22: 	install -d HTML
                     23: 	cp ../../doc/loncapafiles/*.gif HTML
                     24: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html
                     25: 
1.2       harris41   26: LCMakefile:
1.3       harris41   27: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile
1.2       harris41   28: 
1.4       harris41   29: SPEC:
                     30: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC
1.7       harris41   31: 
1.8     ! harris41   32: install: build
1.7       harris41   33: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html install > Makefile.install
1.4       harris41   34: 
1.8     ! harris41   35: build:
        !            36: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html build > Makefile.build
        !            37: #	make -f Makefile.
        !            38: 
1.6       harris41   39: RPM: BinaryRoot
                     40: 	cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot
                     41: 
                     42: BinaryRoot:
1.5       harris41   43: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
                     44: 
1.1       harris41   45: clean:
1.3       harris41   46: 	rm -Rf HTML
1.4       harris41   47: 	rm -f *.spec
                     48: 	rm -f LCMakefile
1.5       harris41   49: 	rm -Rf BinaryRoot
                     50: 	rm -f Makefile.BinaryRoot
1.8     ! harris41   51: 	rm -f Makefile.build
        !            52: 	rm -f Makefile.install

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