From 71d73414d7fad03e6df4a028a2a05677fd5cdb82 Mon Sep 17 00:00:00 2001 From: Stefan Kemper Date: Tue, 16 Jan 2007 20:29:37 +0000 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3