ports/graphics/robot/files/patch-ARK+Makefile
Pav Lucistnik 6e0cfa00e0 Add robot, a data plotting and analysis tool for XView toolkit.
PR:		ports/57871
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-14 00:17:15 +00:00

27 lines
573 B
Text

--- ARK/Makefile.orig Sat Oct 11 14:58:54 2003
+++ ARK/Makefile Sat Oct 11 15:00:04 2003
@@ -1,12 +1,12 @@
#CC = gcc -ansi
-CC = gcc
+#CC ?= cc
#CC = cc
-FC = f77
+#FC ?= f77
#FC = g77
INCLUDE = ${OPENWINHOME}/include
#CFLAGS = -Wall
-CFLAGS = -O
+#CFLAGS += -O
#CFLAGS = -g
@@ -17,7 +17,7 @@
arkcplot.o: arkcplot.c kana.h kana2.h
$(CC) -c $(CFLAGS) arkcplot.c -I$(INCLUDE) $(OS) -DLPR=\"$(LPR)\"
ARKfort.o: ARKfort.f axecom comfil typecom
- $(FC) -c $(CFLAGS) ARKfort.f
+ $(FC) -c $(FFLAGS) ARKfort.f
libark.a: ARKfort.o arkcplot.o
ar rv $@ $?