diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-05 02:32:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-05 02:32:04 +0000 |
commit | 0a072e6e9a5f54e91fc8ea521d3efa0b4db01d5c (patch) | |
tree | 813574a52433f8f49f8f6fd0aa1ef1e8533001e0 /graphics | |
parent | 63157dad83243393adff5843084d51e9b03574ab (diff) | |
download | ports-0a072e6e9a5f54e91fc8ea521d3efa0b4db01d5c.tar.gz ports-0a072e6e9a5f54e91fc8ea521d3efa0b4db01d5c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/robot/files/ARK+Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/robot/files/ARK+Makefile b/graphics/robot/files/ARK+Makefile deleted file mode 100644 index 3826237b26c2..000000000000 --- a/graphics/robot/files/ARK+Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- ARK/Makefile.orig Fri Oct 10 15:12:44 2003 -+++ ARK/Makefile Sat Oct 11 13:04:21 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 - - -@@ -15,7 +15,8 @@ - all: arkcplot.o ARKfort.o libark.a Makefile - - arkcplot.o: arkcplot.c kana.h kana2.h -- $(CC) -c $(CFLAGS) arkcplot.c -I$(INCLUDE) $(OS) -DLPR=\"$(LPR)\" -+ $(CC) -c $(CFLAGS) -I$(INCLUDE) $(OS) -DLPR=\"$(LPR)\" arkcplot.c -+ - ARKfort.o: ARKfort.f axecom comfil typecom - $(FC) -c $(CFLAGS) ARKfort.f - |