version 1.1, 2000/11/17 23:02:52
|
version 1.8, 2000/12/13 21:43:18
|
Line 11 cd:
|
Line 11 cd:
|
|
|
cd_cover: |
cd_cover: |
|
|
|
system: |
|
|
|
HTML: |
|
install -d HTML |
|
cp ../../doc/loncapafiles/*.gif HTML |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html |
|
|
|
status: |
|
install -d HTML |
|
cp ../../doc/loncapafiles/*.gif HTML |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html |
|
|
|
LCMakefile: |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile |
|
|
|
SPEC: |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC |
|
|
|
install: build |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html install > Makefile.install |
|
|
|
build: |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html build > Makefile.build |
|
# make -f Makefile. |
|
|
|
RPM: BinaryRoot |
|
cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot |
|
|
|
BinaryRoot: |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot |
|
|
clean: |
clean: |
|
rm -Rf HTML |
|
rm -f *.spec |
|
rm -f LCMakefile |
|
rm -Rf BinaryRoot |
|
rm -f Makefile.BinaryRoot |
|
rm -f Makefile.build |
|
rm -f Makefile.install |