summaryrefslogtreecommitdiff
path: root/pcr/pdftk/Makefile.Parabola
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-15 10:49:08 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-15 10:49:14 +0100
commit72632b9a479c6e5c88b5019f0d58616a415bfcaa (patch)
treeea394b04ff270392d1aa90f9cf194ce12886b54b /pcr/pdftk/Makefile.Parabola
parent32d660cff20e7c0b7c40b40ce7f31146a2c231d4 (diff)
downloadabslibre-72632b9a479c6e5c88b5019f0d58616a415bfcaa.tar.gz
abslibre-72632b9a479c6e5c88b5019f0d58616a415bfcaa.tar.bz2
abslibre-72632b9a479c6e5c88b5019f0d58616a415bfcaa.zip
adding pcr/pdftk and pcr/gcc-gcj-ecj
Diffstat (limited to 'pcr/pdftk/Makefile.Parabola')
-rw-r--r--pcr/pdftk/Makefile.Parabola22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/pdftk/Makefile.Parabola b/pcr/pdftk/Makefile.Parabola
new file mode 100644
index 000000000..7a0dd09d6
--- /dev/null
+++ b/pcr/pdftk/Makefile.Parabola
@@ -0,0 +1,22 @@
+# Based on 'Makefile.Arch', part of pdftk
+# Copyright (c) 2004-2012 Sid Steward
+
+export CXX= g++-6
+export GCJ= gcj-6
+export GIJ= gij-6
+export GCJH= gcjh-6
+export GJAR= gjar-6
+export CC1PLUS= cc1plus-6
+export LIBGCJ= /usr/share/java/libgcj.jar
+export AR= ar
+export RM= rm
+export ARFLAGS= rs
+export RMFLAGS= -vf
+export CPPFLAGS= -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers -fPIC
+GCC6VER=`gcc -dumpversion`
+export CXXFLAGS= -O2 -fPIC -I/usr/lib/gcc/x86_64-pc-linux-gnu/${GCC6VER}/include/c++/ -I/usr/lib/gcc/x86_64-pc-linux-gnu/${GCC6VER}/include/c++/x86_64-pc-linux-gnu
+export GCJFLAGS= -Wno-all -fsource=1.3 -O2 -fPIC
+export GCJHFLAGS= -force
+export LDLIBS= -lgcj
+
+include Makefile.Base