mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			448 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			448 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Prevent "Cannot find missing dependency..." warnings while compiling
 | |
| # pngwin.rc (PRJ0041).
 | |
| 
 | |
| all: $(IntDir)\alloc.h \
 | |
| 	 $(IntDir)\fp.h \
 | |
| 	 $(IntDir)\m68881.h \
 | |
| 	 $(IntDir)\mem.h \
 | |
| 	 $(IntDir)\pngusr.h \
 | |
| 	 $(IntDir)\strings.h \
 | |
| 	 $(IntDir)\unistd.h \
 | |
| 	 $(IntDir)\unixio.h
 | |
| 	 
 | |
| $(IntDir)\alloc.h \
 | |
| $(IntDir)\fp.h \
 | |
| $(IntDir)\m68881.h \
 | |
| $(IntDir)\mem.h \
 | |
| $(IntDir)\pngusr.h \
 | |
| $(IntDir)\strings.h \
 | |
| $(IntDir)\unistd.h \
 | |
| $(IntDir)\unixio.h:
 | |
| 	@!echo.>$@
 | 
