version 1.40, 2001/09/18 13:18:14
|
version 1.42, 2001/10/01 05:22:19
|
Line 11 CATEGORY="development"
|
Line 11 CATEGORY="development"
|
all: |
all: |
# nothing yet here |
# nothing yet here |
|
|
|
test: TEST_system_dependencies |
|
@echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL" |
|
|
|
TEST_system_dependencies: |
|
cd system_dependencies; make |
|
|
cd: |
cd: |
# Build temporary script to get cd |
# Build temporary script to get cd |
# make sure there is enough disk space |
# make sure there is enough disk space |
Line 77 Makefile.configinstall: ../../doc/loncap
|
Line 83 Makefile.configinstall: ../../doc/loncap
|
perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \ |
perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \ |
Makefile.configinstall |
Makefile.configinstall |
|
|
install: build Makefile.install |
install: Makefile.install |
make -f Makefile.install SOURCE="../.." TARGET="" directories |
make -f Makefile.install SOURCE="../.." TARGET="" directories |
make -f Makefile.install SOURCE="../.." TARGET="" files |
make -f Makefile.install SOURCE="../.." TARGET="" files |
make -f Makefile.install SOURCE="../.." TARGET="" links |
make -f Makefile.install SOURCE="../.." TARGET="" links |