version 1.52, 2002/01/06 04:23:11
|
version 1.53, 2002/01/06 04:32:39
|
Line 8 CATEGORY="development"
|
Line 8 CATEGORY="development"
|
SOURCE="../.." |
SOURCE="../.." |
TARGET="" |
TARGET="" |
|
|
all: |
help: |
@echo "*** You need to specify a valid target ***" |
@echo "*** You need to specify a valid target ***" |
@echo "NOTE: You can specify options to your Makefile target." |
@echo "NOTE: You can specify options to your Makefile target." |
@echo "(option) DIST can be redhat7.1, debian, redhat6.2, or default" |
@echo "(option) DIST can be redhat7.1, debian, redhat6.2, or default" |
@echo "(option) CATEGORY can be runtime or development" |
@echo "(option) CATEGORY can be runtime or development" |
@echo "(option) SOURCE is an absolute or relative directory path" |
@echo "(option) SOURCE is an absolute or relative directory path" |
@echo "(option) TARGET is an absolute or relative directory path" |
@echo "(option) TARGET is an absolute or relative directory path" |
@echo "(option) DIST can be redhat7.1, debian, redhat6.2, or default" |
|
@echo "build: compile the CVS source tree" |
@echo "build: compile the CVS source tree" |
@echo "install: install from a compiled CVS source tree to a " |
@echo "install: install from a compiled CVS source tree to a " |
@echo " specified TARGET destination on the filesystem" |
@echo " specified TARGET destination on the filesystem" |