blob: 93021724ff69dbd36b324414d613ff59d1fbbd9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- Makefile.in.orig Wed Sep 24 09:49:16 1997
+++ Makefile.in Sun Oct 24 06:59:51 1999
@@ -1,5 +1,5 @@
# Maximum optimization
-CXXFLAGS += -O6 -ffast-math -funroll-loops -w
+CXXFLAGS += -O6 -ffast-math -funroll-loops -w -I /usr/X11R6/include/
# Debugging options
#CXXFLAGS += -g
@@ -49,6 +49,13 @@
parts.o:
$(CC) -c parts.cc
+
+install:
+ strip -s qrash
+ mkdir $(X11BASE)/share/qrash/
+ install -c -m 755 -o root -g wheel qrash $(X11BASE)/bin/
+ install -c -m 644 -o root -g wheel qrash.dat $(X11BASE)/share/qrash/
+ install -c -m 644 -o root -g wheel README $(X11BASE)/share/qrash/
DUMMY:
|