# ihcp_driver.make.32 # # Makefile for Tahoma Technology 10115/10117 PCI hardcopy driver # Solaris 7 and later # # Makes 32 bit version of the driver with debug cmn_err prints enabled # # Tahoma Technology # (formerly Ikon Corporation) # 107 2nd Avenue North # Seattle, WA, USA 98109 # # 206.728.6465 # http://www.tahomatech.com # tahoma@tahomatech.com # # 27 May, 2004 Change IKON to Tahoma # # @(#)ihcp_driver.make.debug.32 # CFILES= ihcp_driver.c HEADERS= ihcp_io.h ihcp_reg.h ihcp_var.h OBJS= ihcp_driver.o ihcp.debug.32 LINT= lint .KEEP_STATE: deflt: ihcp.debug.32 ihcp_driver.lint clean ihcp.debug.32: ihcp_driver.o ld -r -o ihcp.debug.32 ihcp_driver.o ihcp_driver.o: $(CFILES) $(HEADERS) cc -c -D_KERNEL -DDEBUG -c ihcp_driver.c clean: rm -f ihcp_driver.o ihcp_driver.lint: $(CFILES) $(HEADERS) $(LINT) -D_KERNEL -n -x -u $(CFILES)