diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2010-01-28 23:03:18 +0000 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2010-01-28 23:03:18 +0000 |
commit | 76bf009efc0734d5ee2e00cfb58a7c7584b4fdb9 (patch) | |
tree | 94d211ec70ae9ca37ea7c0659723f968a8ed8049 /gs/base/lib.mak | |
parent | 0be8bf8209ffca892c8968e369080c2623b863bc (diff) |
Primary commit of code to create ICC profiles from CIEABC based definitions. Includes sampling of PS procedures. The profile itself is created lazily, only when the first gx_remap_CIEABC with that color space occurs.
git-svn-id: http://svn.ghostscript.com/ghostscript/branches/icc_work@10667 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/lib.mak')
-rw-r--r-- | gs/base/lib.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/lib.mak b/gs/base/lib.mak index 92c430d27..d86a39d74 100644 --- a/gs/base/lib.mak +++ b/gs/base/lib.mak @@ -2427,7 +2427,7 @@ $(GLOBJ)gscie.$(OBJ) : $(GLSRC)gscie.c $(GXERR) $(math__h) $(memory__h)\ $(GLOBJ)gsciemap.$(OBJ) : $(GLSRC)gsciemap.c $(GXERR) $(math__h)\ $(gxarith_h) $(gxcie_h) $(gxcmap_h) $(gxcspace_h) $(gxdevice_h) \ - $(gxistate_h) $(gscolor2_h) + $(gxistate_h) $(gscolor2_h) $(gsicc_create_h) $(gsiccmanage_h) $(GLCC) $(GLO_)gsciemap.$(OBJ) $(C_) $(GLSRC)gsciemap.c $(GLOBJ)gscrd.$(OBJ) : $(GLSRC)gscrd.c $(GXERR)\ |