summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2007-01-16 20:29:37 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2007-01-16 20:29:37 +0000
commit71d73414d7fad03e6df4a028a2a05677fd5cdb82 (patch)
treed447630c0c04de04d2d5d579fa5c98ce350034e7 /Makefile
parent67ae23206de7ff05a2948814ea40607d7fbfc3d3 (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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8797fc194..2794c6eeb 100644
--- a/Makefile
+++ b/Makefile
@@ -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: