|
|
1.1 ! root 1: # variables... ! 2: O = .obj ! 3: X = .exe ! 4: L = -link ! 5: CC = cl ! 6: MV = rename ! 7: RM = erase ! 8: LINT_ARGS = -DLINT_ARGS ! 9: DEBUG_FLAGS = -Zi -Od ! 10: AR = lib ! 11: AR1 = ! 12: AR2 = + ! 13: AR3 = ";" ! 14: RANLIB = echo "Done with " ! 15: PRINT = lpr -p ! 16: ALLC = ! 17: ALLH = telnet.h ! 18: ALLPRINT = ${ALLH} ${ALLC} ! 19: ALLSOURCE = ${ALLPRINT} makefile makefile.mak ! 20: ! 21: ! 22: #targets... ! 23: ! 24: clean: ! 25: ! 26: ! 27: sccsclean: ! 28: -sccs clean ! 29: -sccs get makefile ! 30: ! 31: action: ! 32: ${ACTION} ! 33: ! 34: print: ! 35: ${PRINT} ${ALLPRINT} ! 36: ! 37: sourcelist: ${ALLSOURCE} ! 38: echo ${DIRPATH}telnet.h ! 39: cd ${CWD} ! 40: echo ${DIRPATH} ! 41: cd ${CWD} ! 42: echo ${DIRPATH}makefile ! 43: cd ${CWD} ! 44: echo ${DIRPATH}makefile.mak ! 45: cd ${CWD} ! 46: ! 47: ! 48: ! 49: .DEFAULT: ! 50: sccs get $<
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.