rdcolmap.obj cdjpeg.obj
TROBJECTS= jpegtran.obj rdswitch.obj cdjpeg.obj transupp.obj
+!if "$(FINAL)" == "1"
LIBTARGET=..\..\lib\jpeg.lib
+!else if "$(FINAL)" == "hybrid"
+LIBTARGET=..\..\lib\jpegh.lib
+!else
+LIBTARGET=..\..\lib\jpegd.lib
+!endif
# Note: we have to put this first, to override the default definition
# which doesn't work because there are too many files on the command line.
clean:
-erase $(LIBTARGET)
-erase *.obj
-
+
# Pull in standard variable definitions
!include ..\makelib.vc