mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng17] Remove pnglibconf.h, not pnglibconf.* in "make clean" (Cosmin).
This commit is contained in:
		
							parent
							
								
									e57ab4311b
								
							
						
					
					
						commit
						f8eeac2b11
					
				
							
								
								
									
										5
									
								
								ANNOUNCE
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								ANNOUNCE
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Libpng 1.7.0beta57 - March 11, 2015
 | 
					Libpng 1.7.0beta57 - March 15, 2015
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is not intended to be a public release.  It will be replaced
 | 
					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.
 | 
					within a few weeks by a public version or by another test version.
 | 
				
			||||||
@ -750,7 +750,8 @@ Version 1.7.0beta56 [March 11, 2015]
 | 
				
			|||||||
  Updated CMakeLists.txt to add OSX framework, change YES/NO to ON/OFF
 | 
					  Updated CMakeLists.txt to add OSX framework, change YES/NO to ON/OFF
 | 
				
			||||||
    for consistency, and remove some useless tests (Alexey Petruchik).
 | 
					    for consistency, and remove some useless tests (Alexey Petruchik).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.7.0beta57 [March 11, 2015]
 | 
					Version 1.7.0beta57 [March 15, 2015]
 | 
				
			||||||
 | 
					  Remove pnglibconf.h, not pnglibconf.* in "make clean" (Cosmin).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
					Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
				
			||||||
(subscription required; visit
 | 
					(subscription required; visit
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								CHANGES
									
									
									
									
									
								
							@ -5040,7 +5040,8 @@ Version 1.7.0beta56 [March 11, 2015]
 | 
				
			|||||||
  Updated CMakeLists.txt to add OSX framework, change YES/NO to ON/OFF
 | 
					  Updated CMakeLists.txt to add OSX framework, change YES/NO to ON/OFF
 | 
				
			||||||
    for consistency, and remove some useless tests (Alexey Petruchik).
 | 
					    for consistency, and remove some useless tests (Alexey Petruchik).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.7.0beta57 [March 11, 2015]
 | 
					Version 1.7.0beta57 [March 15, 2015]
 | 
				
			||||||
 | 
					  Remove pnglibconf.h, not pnglibconf.* in "make clean" (Cosmin).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
					Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
				
			||||||
(subscription required; visit
 | 
					(subscription required; visit
 | 
				
			||||||
 | 
				
			|||||||
@ -133,7 +133,7 @@ SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk scripts/pnglibconf.c
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
CLEANFILES= *.tf? pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \
 | 
					CLEANFILES= *.tf? pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \
 | 
				
			||||||
	libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \
 | 
						libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \
 | 
				
			||||||
	check.new pnglibconf.* pngprefix.h symbols.new pngtest-log.txt \
 | 
						check.new pnglibconf.h pngprefix.h symbols.new pngtest-log.txt \
 | 
				
			||||||
	$(SCRIPT_CLEANFILES)
 | 
						$(SCRIPT_CLEANFILES)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
 | 
					MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
 | 
				
			||||||
 | 
				
			|||||||
@ -106,7 +106,7 @@ install: libpng.a pnglibconf.h
 | 
				
			|||||||
	chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a
 | 
						chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	$(RM_F) *.o libpng.a pngtest pngout.png pnglibconf.*
 | 
						$(RM_F) *.o libpng.a pngtest pngout.png pnglibconf.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO
 | 
					DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO
 | 
				
			||||||
writelock:
 | 
					writelock:
 | 
				
			||||||
 | 
				
			|||||||
@ -49,6 +49,6 @@ pnglibconf.dfn: $(srcdir)/scripts/pnglibconf.dfa $(srcdir)/scripts/options.awk $
 | 
				
			|||||||
	$(MOVE) pnglibconf.tmp $@
 | 
						$(MOVE) pnglibconf.tmp $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean-pnglibconf:
 | 
					clean-pnglibconf:
 | 
				
			||||||
	$(DELETE) pnglibconf.*
 | 
						$(DELETE) pnglibconf.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean: clean-pnglibconf
 | 
					clean: clean-pnglibconf
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user