summaryrefslogtreecommitdiff
path: root/scripts/makefile.msys
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2014-03-22 13:13:11 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-03-22 13:13:11 -0500
commit9ab7b4ca58e6c9be2b7c6ee602a9c5ebe47ac838 (patch)
tree6fe0c08357de0d41f263d2410f8bb5945c603b07 /scripts/makefile.msys
parentae6eaa89e5bdf2cc2239103a02978d0b61d916c0 (diff)
downloadlibpng-9ab7b4ca58e6c9be2b7c6ee602a9c5ebe47ac838.tar.gz
[libpng16] Allow an easy replacement of the default pre-built configuration
header with a custom header, via the make PNGLIBCONF_H_PREBUILT macro.
Diffstat (limited to 'scripts/makefile.msys')
-rw-r--r--scripts/makefile.msys7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/makefile.msys b/scripts/makefile.msys
index 151597c6b..28af2b9da 100644
--- a/scripts/makefile.msys
+++ b/scripts/makefile.msys
@@ -74,6 +74,10 @@ DI=$(DESTDIR)$(INCPATH)
DL=$(DESTDIR)$(LIBPATH)
DM=$(DESTDIR)$(MANPATH)
+# Pre-built configuration
+# See scripts/pnglibconf.mak for more options
+PNGLIBCONF_H_PREBUILT = scripts/pnglibconf.h.prebuilt
+
# Variables
OBJS = png.o pngerror.o pngget.o pngmem.o pngpread.o \
pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o \
@@ -82,8 +86,7 @@ OBJS = png.o pngerror.o pngget.o pngmem.o pngpread.o \
# Targets
all: static shared
-# see scripts/pnglibconf.mak for more options
-pnglibconf.h: scripts/pnglibconf.h.prebuilt
+pnglibconf.h: $(PNGLIBCONF_H_PREBUILT)
$(CP) $< $@
.c.o: