9 # Makefile : Builds TIFF library (BC++ 32-bit)
11 # WXWIN and BCCDIR are set by parent make
17 !include ..\makeb32.env
21 $(OBJ_PATH)\regcomp.obj \
22 $(OBJ_PATH)\regexec.obj \
23 $(OBJ_PATH)\regerror.obj \
24 $(OBJ_PATH)\regfree.obj
26 # Pull in standard variable definitions
29 $(OBJ_PATH)\regcomp.obj: regcomp.c
31 $(OBJ_PATH)\regexec.obj: regexec.c
33 $(OBJ_PATH)\regerror.obj: regerror.c
35 $(OBJ_PATH)\regfree.obj: regfree.c
37 !include ..\makelib.b32