summaryrefslogtreecommitdiff
path: root/base/unix-gcc.mak
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2017-08-22 11:27:38 -0700
committerRay Johnston <ray.johnston@artifex.com>2017-08-23 08:49:17 -0700
commit1a9c68e70e338c31a1fbfce6c3750123c6dda319 (patch)
treea91eb958490c1935e83bc51eb17268ed153acd44 /base/unix-gcc.mak
parent37c454cb7f70fd27f14dd2c1b9c63528b3a237ab (diff)
downloadghostpdl-1a9c68e70e338c31a1fbfce6c3750123c6dda319.tar.gz
Move gen_ordered.c from toolbin to base.
Modify to strip non LIB_BUILD functions from gen_ordered.c and move gen_ordered.[ch] to base. Main now in gen_ordered_main.c with project file referencing ../../../base/ for gen_ordered.[ch]. Modify the project file appropriately and add a simple Makefile for unix.
Diffstat (limited to 'base/unix-gcc.mak')
-rw-r--r--base/unix-gcc.mak3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/unix-gcc.mak b/base/unix-gcc.mak
index e6c6e0d4c..9de449d5a 100644
--- a/base/unix-gcc.mak
+++ b/base/unix-gcc.mak
@@ -305,9 +305,6 @@ LCMS2_CFLAGS=-DSHARE_LCMS=$(SHARE_LCMS) -DCMS_USE_BIG_ENDIAN=0
# Options are currently lcms or lcms2
WHICH_CMS=lcms2
-# Define the directory where the gen_ordered source is stored.
-GENORDERED_SRCDIR=./toolbin/halftone/gen_ordered
-
EXPATSRCDIR=./expat
EXPAT_CFLAGS=-DHAVE_MEMMOVE
EXPATGENDIR=$(GLGENDIR)