diff --git a/ANNOUNCE b/ANNOUNCE index 17a6f0be6..421f0ea87 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.7.0beta36 - August 6, 2014 +Libpng 1.7.0beta36 - August 8, 2014 This is not intended to be a public release. It will be replaced within a few weeks by a public version or by another test version. @@ -592,8 +592,10 @@ Version 1.7.0beta35 [August 6, 2014] definitions from pngconf.h. Ensure that CMakeLists.txt makes the target "lib" directory before making symbolic link into it (SourceForge bug report #226 by Rolf Timmermans). + libpng is EAR99 to the README file. -Version 1.7.0beta36 [August 6, 2014] +Version 1.7.0beta36 [August 8, 2014] + Updated scripts/makefiles from libpng-1.6.13beta04. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 52d136881..f2e4d6b1a 100644 --- a/CHANGES +++ b/CHANGES @@ -4881,8 +4881,11 @@ Version 1.7.0beta35 [August 6, 2014] definitions from pngconf.h. Ensure that CMakeLists.txt makes the target "lib" directory before making symbolic link into it (SourceForge bug report #226 by Rolf Timmermans). + Added opinion that the ECCN (Export Control Classification Number) for + libpng is EAR99 to the README file. Version 1.7.0beta36 [August 6, 2014] + Updated scripts/makefiles from libpng-1.6.13beta04. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/scripts/makefile.atari b/scripts/makefile.atari index d0aa4813d..b5dbd4934 100644 --- a/scripts/makefile.atari +++ b/scripts/makefile.atari @@ -49,7 +49,7 @@ $(LBR): $(OBJS) $(OBJS): pngpriv.h png.h pngconf.h pnglibconf.h pnginfo.h pngstruct.h pngdebug.h pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - cp $< $@ + cp $(PNGLIBCONF_H_PREBUILT) $@ pngtest.ttp: pngtest.o $(LBR) $(CC) $(CFLAGS) $(LDFLAGS) -o$@ pngtest.o diff --git a/scripts/makefile.bc32 b/scripts/makefile.bc32 index cefbef005..d488a54a0 100644 --- a/scripts/makefile.bc32 +++ b/scripts/makefile.bc32 @@ -117,7 +117,7 @@ test: pngtest.exe ## Minor Targets pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ png.obj: png.c png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h pngerror.obj: pngerror.c png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h diff --git a/scripts/makefile.beos b/scripts/makefile.beos index 4c5cdb44d..f1b8f5880 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -87,7 +87,7 @@ OBJSDLL = $(OBJS) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.bor b/scripts/makefile.bor index c4eed602c..a01f73899 100644 --- a/scripts/makefile.bor +++ b/scripts/makefile.bor @@ -117,7 +117,7 @@ all: libpng pngtest # try !include scripts\pnglibconf.mak for more options pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng: $(LIBNAME) diff --git a/scripts/makefile.darwin b/scripts/makefile.darwin index d17c33bda..cf33ddaa8 100644 --- a/scripts/makefile.darwin +++ b/scripts/makefile.darwin @@ -84,7 +84,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.dec b/scripts/makefile.dec index adbfa3ae1..f17ef682b 100644 --- a/scripts/makefile.dec +++ b/scripts/makefile.dec @@ -72,7 +72,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ all: $(LIBSO) libpng.a pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.dj2 b/scripts/makefile.dj2 index e21546d6f..e59c432b4 100644 --- a/scripts/makefile.dj2 +++ b/scripts/makefile.dj2 @@ -36,7 +36,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ all: libpng.a pngtest pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) ar rc $@ $(OBJS) diff --git a/scripts/makefile.freebsd b/scripts/makefile.freebsd index a63f2413e..a21efd419 100644 --- a/scripts/makefile.freebsd +++ b/scripts/makefile.freebsd @@ -60,7 +60,7 @@ test: pngtest ./pngtest pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - cp $< $@ + cp $(PNGLIBCONF_H_PREBUILT) $@ DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO writelock: diff --git a/scripts/makefile.gcc b/scripts/makefile.gcc index 8811a28a4..ba92d1509 100644 --- a/scripts/makefile.gcc +++ b/scripts/makefile.gcc @@ -43,7 +43,7 @@ OBJS = png.o pngerror.o pngget.o pngmem.o pngpread.o \ all: static pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ .c.o: $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< diff --git a/scripts/makefile.hp64 b/scripts/makefile.hp64 index 471c0b027..f621d0779 100644 --- a/scripts/makefile.hp64 +++ b/scripts/makefile.hp64 @@ -89,7 +89,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.hpux b/scripts/makefile.hpux index 2d5ee4ee9..e45c9db83 100644 --- a/scripts/makefile.hpux +++ b/scripts/makefile.hpux @@ -87,7 +87,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.ibmc b/scripts/makefile.ibmc index 2f5a03cae..89b11966b 100644 --- a/scripts/makefile.ibmc +++ b/scripts/makefile.ibmc @@ -51,7 +51,7 @@ LIBS = libpng$(A) $(ZLIBLIB)/zlib$(A) all: libpng$(A) pngtest$(E) pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng$(A): $(OBJS) $(AR) -out:$@ $(OBJS) diff --git a/scripts/makefile.intel b/scripts/makefile.intel index 5e752ae2e..418726159 100644 --- a/scripts/makefile.intel +++ b/scripts/makefile.intel @@ -51,7 +51,7 @@ pngrtran$(O) pngwtran$(O) pngrio$(O) pngwio$(O) all: test pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ png$(O): png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h $(CC) $(CPPFLAGS) $(CFLAGS) $*.c $(ERRFILE) diff --git a/scripts/makefile.knr b/scripts/makefile.knr index 38a67cb80..d8de064c4 100644 --- a/scripts/makefile.knr +++ b/scripts/makefile.knr @@ -50,7 +50,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ all: ansi2knr libpng.a pngtest pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ # general rule to allow ansi2knr to work .c.o: diff --git a/scripts/makefile.linux b/scripts/makefile.linux index 817504275..d75c23831 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -97,7 +97,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest pngtest-static libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.mips b/scripts/makefile.mips index d171dc411..5633608c8 100644 --- a/scripts/makefile.mips +++ b/scripts/makefile.mips @@ -46,7 +46,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ all: libpng.a pngtest pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) ar rc $@ $(OBJS) diff --git a/scripts/makefile.msc b/scripts/makefile.msc index c3806440a..539d62e94 100644 --- a/scripts/makefile.msc +++ b/scripts/makefile.msc @@ -34,7 +34,7 @@ OBJS3 = pngrtran$(O) pngwtran$(O) pngrio$(O) pngwio$(O) all: libpng.lib pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ png$(O): png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h $(CC) -c $(CPPFLAGS) $(CFLAGS) $*.c $(ERRFILE) diff --git a/scripts/makefile.msys b/scripts/makefile.msys index 515fce4da..d4d7125c3 100644 --- a/scripts/makefile.msys +++ b/scripts/makefile.msys @@ -87,7 +87,7 @@ OBJS = png.o pngerror.o pngget.o pngmem.o pngpread.o \ all: static shared pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ .c.o: $(CC) -c $(CPPFLAGS) $(CFLAGS) $< diff --git a/scripts/makefile.ne12bsd b/scripts/makefile.ne12bsd index 504b79cb2..8dd042541 100644 --- a/scripts/makefile.ne12bsd +++ b/scripts/makefile.ne12bsd @@ -42,7 +42,7 @@ CLEANFILES+=pngtest.o pngtest pnglibconf.h $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - cp $< $@ + cp $(PNGLIBCONF_H_PREBUILT) $@ pngtest.o: pngtest.c ${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} diff --git a/scripts/makefile.netbsd b/scripts/makefile.netbsd index 8f8da5f96..41104f4ef 100644 --- a/scripts/makefile.netbsd +++ b/scripts/makefile.netbsd @@ -42,7 +42,7 @@ CLEANFILES+=pngtest.o pngtest pnglibconf.h $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - cp $< $@ + cp $(PNGLIBCONF_H_PREBUILT) $@ pngtest.o: pngtest.c ${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} diff --git a/scripts/makefile.openbsd b/scripts/makefile.openbsd index 0127bef74..b005271d3 100644 --- a/scripts/makefile.openbsd +++ b/scripts/makefile.openbsd @@ -39,7 +39,7 @@ PNGLIBCONF_H_PREBUILT= scripts/pnglibconf.h.prebuilt $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $< pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - cp $< $@ + cp $(PNGLIBCONF_H_PREBUILT) $@ pngtest.o: pngtest.c ${CC} ${CPPFLAGS} ${CFLAGS} -c ${.ALLSRC} -o ${.TARGET} diff --git a/scripts/makefile.sco b/scripts/makefile.sco index 94dd406cf..f399e7b26 100644 --- a/scripts/makefile.sco +++ b/scripts/makefile.sco @@ -83,7 +83,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.sggcc b/scripts/makefile.sggcc index 476644f7c..e39457fcc 100644 --- a/scripts/makefile.sggcc +++ b/scripts/makefile.sggcc @@ -86,7 +86,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ all: libpng.a pngtest shared libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.sgi b/scripts/makefile.sgi index 50afa213a..554cc2d5d 100644 --- a/scripts/makefile.sgi +++ b/scripts/makefile.sgi @@ -89,7 +89,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ all: libpng.a pngtest shared libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.so9 b/scripts/makefile.so9 index 827687f19..9aa89e7fb 100644 --- a/scripts/makefile.so9 +++ b/scripts/makefile.so9 @@ -93,7 +93,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.solaris b/scripts/makefile.solaris index c2be24366..682b46d5d 100644 --- a/scripts/makefile.solaris +++ b/scripts/makefile.solaris @@ -89,7 +89,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.solaris-x86 b/scripts/makefile.solaris-x86 index 73fca7501..3ddcdf1f0 100644 --- a/scripts/makefile.solaris-x86 +++ b/scripts/makefile.solaris-x86 @@ -88,7 +88,7 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.sunos b/scripts/makefile.sunos index df661bf83..efe308c47 100644 --- a/scripts/makefile.sunos +++ b/scripts/makefile.sunos @@ -58,7 +58,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ all: libpng.a pngtest pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) diff --git a/scripts/makefile.tc3 b/scripts/makefile.tc3 index c921f8465..c917a08f1 100644 --- a/scripts/makefile.tc3 +++ b/scripts/makefile.tc3 @@ -32,7 +32,7 @@ OBJSL3 = +pngwrite$(O) +pngrtran$(O) +pngwtran$(O) +pngrio$(O) +pngwio$(O) all: libpng$(MODEL).lib pngtest$(E) pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ pngtest: pngtest$(E) diff --git a/scripts/makefile.vcwin32 b/scripts/makefile.vcwin32 index 6642c2f6e..621969239 100644 --- a/scripts/makefile.vcwin32 +++ b/scripts/makefile.vcwin32 @@ -9,9 +9,9 @@ # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib # To use, do "nmake /f scripts\makefile.vcwin32" -# -------- Microsoft Visual C++ 2.0 and later, no assembler code -------- +# -------- Microsoft Visual C++ 2.0 and later -------- -# Compiler, linker, librarian, and other tools +# Compiler, linker, librarian and other tools CC = cl LD = link AR = lib @@ -42,7 +42,7 @@ OBJS = $(OBJS1) $(OBJS2) $(OBJS3) all: libpng.lib pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) - $(CP) $< $@ + $(CP) $(PNGLIBCONF_H_PREBUILT) $@ png$(O): png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h $(CC) -c $(CPPFLAGS) $(CFLAGS) $*.c $(ERRFILE)