aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear-data/patches.tools/Makefile.gpc
diff options
context:
space:
mode:
Diffstat (limited to 'games/flightgear-data/patches.tools/Makefile.gpc')
-rw-r--r--games/flightgear-data/patches.tools/Makefile.gpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/games/flightgear-data/patches.tools/Makefile.gpc b/games/flightgear-data/patches.tools/Makefile.gpc
deleted file mode 100644
index 3d926ffa24e5..000000000000
--- a/games/flightgear-data/patches.tools/Makefile.gpc
+++ /dev/null
@@ -1,19 +0,0 @@
-# Unix/Linux makefile for GPC 2.31
-#
-# Riley Rainey (riley.rainey@websimulations.com)
-
-CFLAGS = -O -g
-
-libgpc.a: gpc.o
- rm -f $@
- ar cr $@ $<
- ranlib $@
-
-clean:
- rm -f libgpc.a *.o core *~
-
-install: libgpc.a
- -mkdir -p ${PREFIX}/lib
- -mkdir -p ${PREFIX}/include
- install -c libgpc.a ${PREFIX}/lib/libgpc.a
- install -c gpc.h ${PREFIX}/include/gpc.h