diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-04 13:42:42 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-04 13:42:42 +0000 |
| commit | e357486dc79b2d69d6c57f43c27c9327238fe6cb (patch) | |
| tree | b4946ed832538113fb61a05ee74a8eb9b9296e83 /print/asprint/files/patch-aa | |
| parent | bd383db4a17396199cb4b5410bd5ee1191f43eaa (diff) | |
Import of asprint port. asprint is a simple browser designed
to work with AfterStep that allows a user to select files
to print.
PR: 4331
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'print/asprint/files/patch-aa')
| -rw-r--r-- | print/asprint/files/patch-aa | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/print/asprint/files/patch-aa b/print/asprint/files/patch-aa new file mode 100644 index 000000000000..50728293cc32 --- /dev/null +++ b/print/asprint/files/patch-aa @@ -0,0 +1,37 @@ +*** makefile Fri Mar 14 03:34:48 1997 +--- makefile Sat Aug 16 18:23:57 1997 +*************** +*** 2,18 **** + + CFLAGS = -O2 + CC = gcc +! XLIB = -L/usr/X11/lib -lXaw3d -lXmu -lXt +! + OBJS = asprint.o +! INCS = +! +! default : asprint ./makefile +! clean: +! rm -f $(OBJS) *~ asprint core + + asprint: $(OBJS) + $(CC) -o asprint $(CFLAGS) $(OBJS) $(XLIB) + + .c.o: +! $(CC) $(CFLAGS) -c $< +--- 2,16 ---- + + CFLAGS = -O2 + CC = gcc +! XLIB = -L/usr/X11R6/lib -lXaw -lXmu -lXt + OBJS = asprint.o +! INCS = -I/usr/X11R6/include + + asprint: $(OBJS) + $(CC) -o asprint $(CFLAGS) $(OBJS) $(XLIB) + ++ clean: ++ rm -f $(OBJS) *~ asprint core ++ + .c.o: +! $(CC) $(CFLAGS) -c $(INCS) $< |
