diff options
author | David Walter Seikel | 2013-01-13 18:54:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-01-13 18:54:10 +1000 |
commit | 959831f4ef5a3e797f576c3de08cd65032c997ad (patch) | |
tree | e7351908be5995f0b325b2ebeaa02d5a34b82583 /libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.amiga | |
parent | Add info about changes to Irrlicht. (diff) | |
download | SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.zip SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.gz SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.bz2 SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.xz |
Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard.
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.amiga')
-rw-r--r-- | libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.amiga | 112 |
1 files changed, 56 insertions, 56 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.amiga b/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.amiga index f23f254..228b5c2 100644 --- a/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.amiga +++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.amiga | |||
@@ -1,56 +1,56 @@ | |||
1 | # Commodore Amiga Makefile | 1 | # Commodore Amiga Makefile |
2 | # makefile for libpng and SAS C V6.5x compiler | 2 | # makefile for libpng and SAS C V6.5x compiler |
3 | # Copyright (C) 1995-2000 Wolf Faust | 3 | # Copyright (C) 1995-2000 Wolf Faust |
4 | # | 4 | # |
5 | # This code is released under the libpng license. | 5 | # This code is released under the libpng license. |
6 | # For conditions of distribution and use, see the disclaimer | 6 | # For conditions of distribution and use, see the disclaimer |
7 | # and license in png.h | 7 | # and license in png.h |
8 | # | 8 | # |
9 | # Location/path of zlib include files | 9 | # Location/path of zlib include files |
10 | ZLIB=/zlib | 10 | ZLIB=/zlib |
11 | #compiler | 11 | #compiler |
12 | CC=sc | 12 | CC=sc |
13 | #compiler flags | 13 | #compiler flags |
14 | # WARNING: a bug in V6.51 causes bad code with OPTGO | 14 | # WARNING: a bug in V6.51 causes bad code with OPTGO |
15 | # So use V6.55 or set NOOPTGO!!!!!!!!! | 15 | # So use V6.55 or set NOOPTGO!!!!!!!!! |
16 | CFLAGS= NOSTKCHK PARMS=REG OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL\ | 16 | CFLAGS= NOSTKCHK PARMS=REG OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL\ |
17 | OPTLOOP OPTRDEP=4 OPTDEP=4 OPTCOMP=4 INCLUDEDIR=$(ZLIB) \ | 17 | OPTLOOP OPTRDEP=4 OPTDEP=4 OPTCOMP=4 INCLUDEDIR=$(ZLIB) \ |
18 | DEFINE=PNG_INTERNAL | 18 | DEFINE=PNG_INTERNAL |
19 | #linker flags | 19 | #linker flags |
20 | LDFLAGS= SD ND BATCH | 20 | LDFLAGS= SD ND BATCH |
21 | #link libs | 21 | #link libs |
22 | LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib | 22 | LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib |
23 | # linker | 23 | # linker |
24 | LN= slink | 24 | LN= slink |
25 | # file deletion command | 25 | # file deletion command |
26 | RM= delete quiet | 26 | RM= delete quiet |
27 | # file copy command? | 27 | # file copy command? |
28 | CP= copy | 28 | CP= copy |
29 | # library (.lib) file creation command | 29 | # library (.lib) file creation command |
30 | AR= oml | 30 | AR= oml |
31 | # make directory command | 31 | # make directory command |
32 | MKDIR= makedir | 32 | MKDIR= makedir |
33 | 33 | ||
34 | OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ | 34 | OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ |
35 | pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \ | 35 | pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \ |
36 | pngwtran.o pngmem.o pngerror.o pngpread.o | 36 | pngwtran.o pngmem.o pngerror.o pngpread.o |
37 | 37 | ||
38 | all: libpng.lib pngtest | 38 | all: libpng.lib pngtest |
39 | 39 | ||
40 | libpng.lib: $(OBJS) | 40 | libpng.lib: $(OBJS) |
41 | -$(RM) libpng.lib | 41 | -$(RM) libpng.lib |
42 | $(AR) libpng.lib r $(OBJS) | 42 | $(AR) libpng.lib r $(OBJS) |
43 | 43 | ||
44 | $(OBJS): pngpriv.h png.h pngconf.h pnglibconf.h pnginfo.h pngstruct.h pngdebug.h | 44 | $(OBJS): pngpriv.h png.h pngconf.h pnglibconf.h pnginfo.h pngstruct.h pngdebug.h |
45 | 45 | ||
46 | pnglibconf.h: scripts/pnglibconf.h.prebuilt | 46 | pnglibconf.h: scripts/pnglibconf.h.prebuilt |
47 | $(CP) scripts/pnglibconf.h.prebuilt pnglibconf.h | 47 | $(CP) scripts/pnglibconf.h.prebuilt pnglibconf.h |
48 | 48 | ||
49 | pngtest: pngtest.o libpng.lib | 49 | pngtest: pngtest.o libpng.lib |
50 | $(LN) <WITH < | 50 | $(LN) <WITH < |
51 | $(LDFLAGS) | 51 | $(LDFLAGS) |
52 | TO pngtest | 52 | TO pngtest |
53 | FROM LIB:c.o pngtest.o | 53 | FROM LIB:c.o pngtest.o |
54 | LIB $(LDLIBS) | 54 | LIB $(LDLIBS) |
55 | < | 55 | < |
56 | 56 | ||