#ihcp.mak # # #@ (#) makefile: ihcp.mak # #DEBUG_FLAG= -DIHCP_TRACK #DEBUG_FLAG= -DIHCP_DEBUG #DEBUG_FLAG= -DIHCP_TRACK LINT_FLAGS= -abhnuxz worklist: ihcp.o ihcp.i ihcp.lint ihcp.o: ihcp.c ihcpio.h ihcp.mak cc -c -O2 -Dsun4c $(DEBUG_FLAG) -DKERNEL ihcp.c ihcp.i: ihcp.c ihcpio.h ihcp.mak rm -f ihcp.i cc -E -C -Dsun4c $(DEBUG_FLAG) -DKERNEL ihcp.c | cat -s > ihcp.i ihcp.lint: ihcp.c ihcpio.h ihcp.mak @rm -f ihcp.lint @lint $(LINT_FLAGS) -Dsun4c $(DEBUG_FLAG) ihcp.c > ihcp.lint @echo ----------------------------------------->> ihcp.lint @lint $(LINT_FLAGS) -Dsun4c $(DEBUG_FLAG) \ -DKERNEL ihcp.c >> ihcp.lint