Changeset 103316 in vbox for trunk/src/libs/libpng-1.6.42/scripts/makefile.ibmc
- Timestamp:
- Feb 12, 2024 3:57:56 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 161613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libpng-1.6.42/scripts/makefile.ibmc
r96425 r103316 2 2 # IBM C version 3.x for Win32 and OS/2 3 3 # Copyright (C) 2006, 2014 Glenn Randers-Pehrson 4 # Copyright (C) 2000 Cosmin Truta4 # Copyright (C) 2000, 2020 Cosmin Truta 5 5 # 6 6 # This code is released under the libpng license. … … 38 38 E=.exe 39 39 40 # Variables40 # File lists 41 41 OBJS = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O) \ 42 43 42 pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) pngset$(O) \ 43 pngtrans$(O) pngwio$(O) pngwrite$(O) pngwtran$(O) pngwutil$(O) 44 44 45 45 LIBS = libpng$(A) $(ZLIBLIB)/zlib$(A) … … 66 66 67 67 clean: 68 $(RM) *$(O)69 $(RM) libpng$(A)70 $(RM) pnglibconf.h71 $(RM) pngtest$(E)72 $(RM) pngout.png68 -$(RM) *$(O) 69 -$(RM) libpng$(A) 70 -$(RM) pnglibconf.h 71 -$(RM) pngtest$(E) 72 -$(RM) pngout.png 73 73 74 74 png$(O): png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
Note:
See TracChangeset
for help on using the changeset viewer.