diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2007-01-16 20:29:37 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2007-01-16 20:29:37 +0000 |
commit | 71d73414d7fad03e6df4a028a2a05677fd5cdb82 (patch) | |
tree | d447630c0c04de04d2d5d579fa5c98ce350034e7 /Makefile | |
parent | 67ae23206de7ff05a2948814ea40607d7fbfc3d3 (diff) |
Adding new make target:
make xps
make met
build the newer (xps) or older (met) xps parser
make clean is required between switching build targets.
MET_INCLUDED regions of the makefile are temporary.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2728 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ xps_debug: xps: make -C main -f pcl6_gcc.mak XPS_INCLUDED=TRUE + +met: + make -C main -f pcl6_gcc.mak MET_INCLUDED=TRUE #### UFST LIBRARY DEPENDENCY RULES #### ufst: |