summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-05-19 18:51:08 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-05-19 18:51:08 -0500
commitb26d1881903f8ffe49fa162e8f19f8aae208cc4f (patch)
tree294b9a052e451440efda9e75f5eae0cceb5c495e /contrib
parent0a6382e2af4085268993fccad2ad708ac3899e8a (diff)
downloadlibpng-b26d1881903f8ffe49fa162e8f19f8aae208cc4f.tar.gz
Rename contrib/pngminim/*/makefile.std to makefile.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pngminim/decoder/README3
-rw-r--r--contrib/pngminim/decoder/makefile (renamed from contrib/pngminim/decoder/makefile.std)0
-rw-r--r--contrib/pngminim/encoder/README3
-rw-r--r--contrib/pngminim/encoder/makefile (renamed from contrib/pngminim/encoder/makefile.std)0
-rw-r--r--contrib/pngminim/preader/README7
-rw-r--r--contrib/pngminim/preader/makefile (renamed from contrib/pngminim/preader/makefile.std)0
6 files changed, 8 insertions, 5 deletions
diff --git a/contrib/pngminim/decoder/README b/contrib/pngminim/decoder/README
index 4f71082e4..981b60b1f 100644
--- a/contrib/pngminim/decoder/README
+++ b/contrib/pngminim/decoder/README
@@ -1,6 +1,7 @@
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
To build a minimal read-only decoder, run
+
gather.sh # to collect needed files from pngminus, libpng, and zlib
- make -f makefile.std
+ make
diff --git a/contrib/pngminim/decoder/makefile.std b/contrib/pngminim/decoder/makefile
index 27e04cbde..27e04cbde 100644
--- a/contrib/pngminim/decoder/makefile.std
+++ b/contrib/pngminim/decoder/makefile
diff --git a/contrib/pngminim/encoder/README b/contrib/pngminim/encoder/README
index 4a68fc895..3a44f13b1 100644
--- a/contrib/pngminim/encoder/README
+++ b/contrib/pngminim/encoder/README
@@ -1,6 +1,7 @@
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
To build a minimal write-only encoder, run
+
gather.sh # to collect needed files from pngminus, libpng, and zlib
- make -f makefile.std
+ make
diff --git a/contrib/pngminim/encoder/makefile.std b/contrib/pngminim/encoder/makefile
index 1182b5b23..1182b5b23 100644
--- a/contrib/pngminim/encoder/makefile.std
+++ b/contrib/pngminim/encoder/makefile
diff --git a/contrib/pngminim/preader/README b/contrib/pngminim/preader/README
index 8a649a1b1..33239dd0e 100644
--- a/contrib/pngminim/preader/README
+++ b/contrib/pngminim/preader/README
@@ -1,10 +1,11 @@
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
To build a minimal read-only progressive decoder with X display, run
-gather.sh to collect needed files from gregbook, libpng, and zlib
-Edit makefile.std if required, to find your X library and include files,
+ gather.sh # to collect needed files from gregbook, libpng, and zlib
+
+Edit makefile if required, to find your X library and include files,
then
- make -f makefile.std
+ make
diff --git a/contrib/pngminim/preader/makefile.std b/contrib/pngminim/preader/makefile
index 74a17a38f..74a17a38f 100644
--- a/contrib/pngminim/preader/makefile.std
+++ b/contrib/pngminim/preader/makefile