mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8c01e708c2
. fix a minor bug, causing core dumps in some occasions . add handling for 15/16/24/32 bit displays . provide an Imakefile Reviewed by: Richard Tobin, and nate
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
--- /dev/null Sat Jan 13 17:05:14 1996
|
|
+++ Imakefile Fri Jan 12 17:49:11 1996
|
|
@@ -0,0 +1,14 @@
|
|
+XCOMM
|
|
+XCOMM Imakefile for Richard Tobin's HP scanner utility,
|
|
+XCOMM written by Jörg Wunsch, 96/01/12.
|
|
+XCOMM
|
|
+
|
|
+ EXTRA_INCLUDES = -I/sys
|
|
+
|
|
+ DEPLIBS = XawClientDepLibs
|
|
+LOCAL_LIBRARIES = XawClientLibs MathLibrary
|
|
+
|
|
+ SRCS = main.c scsi.c scanner.c scl.c gui.c colour.c Plain.c
|
|
+ OBJS = main.o scsi.o scanner.o scl.o gui.o colour.o Plain.o
|
|
+
|
|
+ComplexProgramTarget(hpscan)
|