summaryrefslogtreecommitdiff
path: root/pcr/pdftk/Makefile.Parabola
blob: 7a0dd09d6d33241df7fe7d5b7beed41b14567cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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