DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦845619544⟧ TextFile

    Length: 617 (0x269)
    Types: TextFile
    Names: »makefile.mak«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦639290824⟧ »EurOpenD3/misc/tn3270.4.1.1.tar.Z« 
        └─⟦cd3e6b3a4⟧ 
            └─⟦this⟧ »disttn3270/tn3270/arpa/makefile.mak« 

TextFile

# variables...
O =	.obj
X =	.exe
L =	-link
CC =	cl
MV =	rename
RM =	erase
LINT_ARGS =	-DLINT_ARGS
DEBUG_FLAGS =	-Zi -Od
AR =	lib
AR1 =	
AR2 =	+
AR3 =	";"
RANLIB =	echo "Done with "
PRINT =	lpr -p
ALLC =	
ALLH =	telnet.h
ALLPRINT =	${ALLH} ${ALLC}
ALLSOURCE =	${ALLPRINT} makefile makefile.mak


#targets...

clean:	 
	

sccsclean:	 
	-sccs clean
	-sccs get makefile

action:	 
	${ACTION}

print:	 
	${PRINT} ${ALLPRINT}

sourcelist:	${ALLSOURCE} 
	echo ${DIRPATH}telnet.h
	cd ${CWD}
	echo ${DIRPATH}
	cd ${CWD}
	echo ${DIRPATH}makefile
	cd ${CWD}
	echo ${DIRPATH}makefile.mak
	cd ${CWD}
	
	

.DEFAULT:	 
	sccs get $<