From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- Makefile.def-samples/MakeDef.cad | 25 ++++++++++++++++ Makefile.def-samples/MakeDef.dos | 32 +++++++++++++++++++++ Makefile.def-samples/MakeDef.dpmi | 30 ++++++++++++++++++++ .../Makefile.def-alpha-dec-osf13.2 | 27 ++++++++++++++++++ .../Makefile.def-alpha-dec-osf14.0 | 27 ++++++++++++++++++ .../Makefile.def-alpha-unknown-linux2.x.x | 25 ++++++++++++++++ .../Makefile.def-hppa-hp-hpux-10.0 | 28 ++++++++++++++++++ Makefile.def-samples/Makefile.def-hppa-hp-hpux-9.0 | 26 +++++++++++++++++ .../Makefile.def-i386-unknown-dpmi | 30 ++++++++++++++++++++ .../Makefile.def-i386-unknown-linux2.x.x | 27 ++++++++++++++++++ .../Makefile.def-i386-unknown-msdos | 32 +++++++++++++++++++++ Makefile.def-samples/Makefile.def-i386-unknown-os2 | 33 ++++++++++++++++++++++ .../Makefile.def-i386-unknown-os2-visualage | 31 ++++++++++++++++++++ .../Makefile.def-i386-unknown-win32 | 28 ++++++++++++++++++ Makefile.def-samples/Makefile.def-m68k-pcs-munix3 | 25 ++++++++++++++++ .../Makefile.def-m68k-sun-netbsd1.2 | 28 ++++++++++++++++++ .../Makefile.def-mips-dec-netbsd1.2 | 28 ++++++++++++++++++ .../Makefile.def-mips-dec-ultrix4.3 | 25 ++++++++++++++++ Makefile.def-samples/Makefile.def-mips-sgi-irix6.2 | 25 ++++++++++++++++ .../Makefile.def-mips64-sgi-irix6.4 | 25 ++++++++++++++++ Makefile.def-samples/Makefile.def-rs6k-ibm-aix41 | 28 ++++++++++++++++++ .../Makefile.def-sparc-sun-solaris2.x | 24 ++++++++++++++++ .../Makefile.def-sparc-sun-sunos4.1.3 | 25 ++++++++++++++++ .../Makefile.def-vax-dec-ultrix4.1 | 25 ++++++++++++++++ 24 files changed, 659 insertions(+) create mode 100644 Makefile.def-samples/MakeDef.cad create mode 100644 Makefile.def-samples/MakeDef.dos create mode 100644 Makefile.def-samples/MakeDef.dpmi create mode 100644 Makefile.def-samples/Makefile.def-alpha-dec-osf13.2 create mode 100644 Makefile.def-samples/Makefile.def-alpha-dec-osf14.0 create mode 100644 Makefile.def-samples/Makefile.def-alpha-unknown-linux2.x.x create mode 100644 Makefile.def-samples/Makefile.def-hppa-hp-hpux-10.0 create mode 100644 Makefile.def-samples/Makefile.def-hppa-hp-hpux-9.0 create mode 100644 Makefile.def-samples/Makefile.def-i386-unknown-dpmi create mode 100644 Makefile.def-samples/Makefile.def-i386-unknown-linux2.x.x create mode 100644 Makefile.def-samples/Makefile.def-i386-unknown-msdos create mode 100644 Makefile.def-samples/Makefile.def-i386-unknown-os2 create mode 100644 Makefile.def-samples/Makefile.def-i386-unknown-os2-visualage create mode 100644 Makefile.def-samples/Makefile.def-i386-unknown-win32 create mode 100644 Makefile.def-samples/Makefile.def-m68k-pcs-munix3 create mode 100644 Makefile.def-samples/Makefile.def-m68k-sun-netbsd1.2 create mode 100644 Makefile.def-samples/Makefile.def-mips-dec-netbsd1.2 create mode 100644 Makefile.def-samples/Makefile.def-mips-dec-ultrix4.3 create mode 100644 Makefile.def-samples/Makefile.def-mips-sgi-irix6.2 create mode 100644 Makefile.def-samples/Makefile.def-mips64-sgi-irix6.4 create mode 100644 Makefile.def-samples/Makefile.def-rs6k-ibm-aix41 create mode 100644 Makefile.def-samples/Makefile.def-sparc-sun-solaris2.x create mode 100644 Makefile.def-samples/Makefile.def-sparc-sun-sunos4.1.3 create mode 100644 Makefile.def-samples/Makefile.def-vax-dec-ultrix4.1 (limited to 'Makefile.def-samples') diff --git a/Makefile.def-samples/MakeDef.cad b/Makefile.def-samples/MakeDef.cad new file mode 100644 index 0000000..11ba842 --- /dev/null +++ b/Makefile.def-samples/MakeDef.cad @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = cc +LD = cc +CFLAGS = -O -D__MUNIX__ -I/usr/include/bsd -Dsigned= -Dvoid=int -Dconst= +LDFLAGS = -lbsd + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/MakeDef.dos b/Makefile.def-samples/MakeDef.dos new file mode 100644 index 0000000..444f7ca --- /dev/null +++ b/Makefile.def-samples/MakeDef.dos @@ -0,0 +1,32 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = bcc +LD = bcc +CFLAGS =-ml -Y -Oe -k- -Z -d +OVR1FLAG=-Y +OVR2FLAG=-Yo + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = c:\as\bin +INCDIR = c:\as\include +MANDIR = c:\as\man +LIBDIR = c:\as\lib +DOCDIR = c:\as\doc + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +CHARSET = CHARSET_IBM437 +# CHARSET = CHARSET_IBM850 + +# ------------------------------------------------------------------------- +# DOS special... + +EXEXTENSION=.exe diff --git a/Makefile.def-samples/MakeDef.dpmi b/Makefile.def-samples/MakeDef.dpmi new file mode 100644 index 0000000..bf2ed48 --- /dev/null +++ b/Makefile.def-samples/MakeDef.dpmi @@ -0,0 +1,30 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = bcc +LD = bcc -WX +CFLAGS =-WX -ml -Oe -k- -Z -d -dc + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = c:\as\bin +INCDIR = c:\as\include +MANDIR = c:\as\man +LIBDIR = c:\as\lib +DOCDIR = c:\as\doc + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +CHARSET = CHARSET_IBM437 +# CHARSET = CHARSET_IBM850 + +# ------------------------------------------------------------------------- +# DOS special... + +EXEXTENSION=.exe diff --git a/Makefile.def-samples/Makefile.def-alpha-dec-osf13.2 b/Makefile.def-samples/Makefile.def-alpha-dec-osf13.2 new file mode 100644 index 0000000..7f88057 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-alpha-dec-osf13.2 @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = cc +LD = cc -non_shared -om +CFLAGS = -std1 -O4 -Olimit 3000 -tune ev5 -fast +# ^^^^^^^^^ +# ||||||||| +# adapt this to your target cpu (ev4 or ev5) + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-alpha-dec-osf14.0 b/Makefile.def-samples/Makefile.def-alpha-dec-osf14.0 new file mode 100644 index 0000000..784fbc5 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-alpha-dec-osf14.0 @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = cc +LD = cc -non_shared -om +CFLAGS = -std1 -O5 -Olimit 3000 -tune ev5 -fast +# ^^^^^^^^^ +# ||||||||| +# adapt this to your target cpu (ev4 or ev5) + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-alpha-unknown-linux2.x.x b/Makefile.def-samples/Makefile.def-alpha-unknown-linux2.x.x new file mode 100644 index 0000000..369572e --- /dev/null +++ b/Makefile.def-samples/Makefile.def-alpha-unknown-linux2.x.x @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +CFLAGS = -O3 -fomit-frame-pointer -Wall +LDFLAGS = + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-hppa-hp-hpux-10.0 b/Makefile.def-samples/Makefile.def-hppa-hp-hpux-10.0 new file mode 100644 index 0000000..9f08148 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-hppa-hp-hpux-10.0 @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = c89 +LD = c89 +CFLAGS = +O2 +DA715 +ESlit +e -D_INCLUDE_POSIX_SOURCE -D_INCLUDE_XOPEN_SOURCE -D_INCLUDE_XOPEN_SOURCE_EXTENDED +LDFLAGS = +# ^^^^^^ +# |||||| +# adapt to your target machine! + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-hppa-hp-hpux-9.0 b/Makefile.def-samples/Makefile.def-hppa-hp-hpux-9.0 new file mode 100644 index 0000000..cb64e8d --- /dev/null +++ b/Makefile.def-samples/Makefile.def-hppa-hp-hpux-9.0 @@ -0,0 +1,26 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = c89 +LD = c89 +CFLAGS = +O3 +DA715 +ESlit +e \ + -D_INCLUDE_AES_SOURCE -D_INCLUDE_POSIX_SOURCE -D_INCLUDE_XOPEN_SOURCE -D_INCLUDE_HPUX_SOURCE +LDFLAGS = + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-i386-unknown-dpmi b/Makefile.def-samples/Makefile.def-i386-unknown-dpmi new file mode 100644 index 0000000..bf2ed48 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-i386-unknown-dpmi @@ -0,0 +1,30 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = bcc +LD = bcc -WX +CFLAGS =-WX -ml -Oe -k- -Z -d -dc + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = c:\as\bin +INCDIR = c:\as\include +MANDIR = c:\as\man +LIBDIR = c:\as\lib +DOCDIR = c:\as\doc + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +CHARSET = CHARSET_IBM437 +# CHARSET = CHARSET_IBM850 + +# ------------------------------------------------------------------------- +# DOS special... + +EXEXTENSION=.exe diff --git a/Makefile.def-samples/Makefile.def-i386-unknown-linux2.x.x b/Makefile.def-samples/Makefile.def-i386-unknown-linux2.x.x new file mode 100644 index 0000000..ae0fbd0 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-i386-unknown-linux2.x.x @@ -0,0 +1,27 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +CFLAGS = -O3 -m486 -fomit-frame-pointer -Wall +LDFLAGS = +# ^^^^^ +# ||||| +# adapt this to your target cpu (386/486 or higher) +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-i386-unknown-msdos b/Makefile.def-samples/Makefile.def-i386-unknown-msdos new file mode 100644 index 0000000..444f7ca --- /dev/null +++ b/Makefile.def-samples/Makefile.def-i386-unknown-msdos @@ -0,0 +1,32 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = bcc +LD = bcc +CFLAGS =-ml -Y -Oe -k- -Z -d +OVR1FLAG=-Y +OVR2FLAG=-Yo + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = c:\as\bin +INCDIR = c:\as\include +MANDIR = c:\as\man +LIBDIR = c:\as\lib +DOCDIR = c:\as\doc + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +CHARSET = CHARSET_IBM437 +# CHARSET = CHARSET_IBM850 + +# ------------------------------------------------------------------------- +# DOS special... + +EXEXTENSION=.exe diff --git a/Makefile.def-samples/Makefile.def-i386-unknown-os2 b/Makefile.def-samples/Makefile.def-i386-unknown-os2 new file mode 100644 index 0000000..4fdab90 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-i386-unknown-os2 @@ -0,0 +1,33 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +CFLAGS = -O3 -m486 -fomit-frame-pointer -g -Wall +LDFLAGS = +# ^^^^^ +# ||||| +# adapt this to your target cpu (386/486 or higher) +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_IBM850 + +# ------------------------------------------------------------------------- +# OS/2 special... + +EXEXTENSION = .exe diff --git a/Makefile.def-samples/Makefile.def-i386-unknown-os2-visualage b/Makefile.def-samples/Makefile.def-i386-unknown-os2-visualage new file mode 100644 index 0000000..b076f9f --- /dev/null +++ b/Makefile.def-samples/Makefile.def-i386-unknown-os2-visualage @@ -0,0 +1,31 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = vicc +LD = vlink +OBJOPT = "/Fo" +CFLAGS = +OUTOPT = "/O:" +LDFLAGS = /PM:VIO + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = . +INCDIR = m:/as/include +MANDIR = . + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_IBM850 + +# ------------------------------------------------------------------------- +# OS/2 special... + +EXEXTENSION = .exe diff --git a/Makefile.def-samples/Makefile.def-i386-unknown-win32 b/Makefile.def-samples/Makefile.def-i386-unknown-win32 new file mode 100644 index 0000000..d46abdb --- /dev/null +++ b/Makefile.def-samples/Makefile.def-i386-unknown-win32 @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +CFLAGS = -O0 -g -Wall -Wno-parentheses -Wno-sign-compare +LDFLAGS = + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +EXEXTENSION=.exe + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_IBM850 +# CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/Makefile.def-m68k-pcs-munix3 b/Makefile.def-samples/Makefile.def-m68k-pcs-munix3 new file mode 100644 index 0000000..11ba842 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-m68k-pcs-munix3 @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = cc +LD = cc +CFLAGS = -O -D__MUNIX__ -I/usr/include/bsd -Dsigned= -Dvoid=int -Dconst= +LDFLAGS = -lbsd + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/Makefile.def-m68k-sun-netbsd1.2 b/Makefile.def-samples/Makefile.def-m68k-sun-netbsd1.2 new file mode 100644 index 0000000..6c49567 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-m68k-sun-netbsd1.2 @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +CFLAGS = -O3 -fomit-frame-pointer -m68030 -Wall +LDFLAGS = +# ^^^^^^^ +# ||||||| +# adapt to your cpu type! + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-mips-dec-netbsd1.2 b/Makefile.def-samples/Makefile.def-mips-dec-netbsd1.2 new file mode 100644 index 0000000..f0770f9 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-mips-dec-netbsd1.2 @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +# You might want to adapt the -m-option to your cpu type +# Strange: on a 5000/200, things get slower with higher optimization +# levels...that doesn't happen on a 3100... +CFLAGS = -O1 -mcpu=r3000 -fomit-frame-pointer -Wall +LDFLAGS = + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/Makefile.def-mips-dec-ultrix4.3 b/Makefile.def-samples/Makefile.def-mips-dec-ultrix4.3 new file mode 100644 index 0000000..fe6b04e --- /dev/null +++ b/Makefile.def-samples/Makefile.def-mips-dec-ultrix4.3 @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = c89 +LD = c89 +CFLAGS = -O2 -Olimit 2500 +LDFLAGS = -lcV + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/Makefile.def-mips-sgi-irix6.2 b/Makefile.def-samples/Makefile.def-mips-sgi-irix6.2 new file mode 100644 index 0000000..5e7574e --- /dev/null +++ b/Makefile.def-samples/Makefile.def-mips-sgi-irix6.2 @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = cc +LD = cc +CFLAGS = -O2 -Olimit 5000 +LDFLAGS = + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/Makefile.def-mips64-sgi-irix6.4 b/Makefile.def-samples/Makefile.def-mips64-sgi-irix6.4 new file mode 100644 index 0000000..e2187d4 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-mips64-sgi-irix6.4 @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = cc +LD = cc +CFLAGS = -O3 -OPT:Olimit=5000 -mips4 -xgot +LDFLAGS = + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/Makefile.def-rs6k-ibm-aix41 b/Makefile.def-samples/Makefile.def-rs6k-ibm-aix41 new file mode 100644 index 0000000..0634744 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-rs6k-ibm-aix41 @@ -0,0 +1,28 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = xlc +LD = xlc +CFLAGS = -O3 -qarch=pwr2 -qtune=pwr2 +LDFLAGS = +# ^^^^^^^^^^^^^^^^^^^^^^^ +# ||||||||||||||||||||||| +# adapt to your processor architecture (pwr/pwr2/ppc) + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 diff --git a/Makefile.def-samples/Makefile.def-sparc-sun-solaris2.x b/Makefile.def-samples/Makefile.def-sparc-sun-solaris2.x new file mode 100644 index 0000000..5d4ecb1 --- /dev/null +++ b/Makefile.def-samples/Makefile.def-sparc-sun-solaris2.x @@ -0,0 +1,24 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = cc +LD = cc +CFLAGS = -xO4 -xcg92 + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-sparc-sun-sunos4.1.3 b/Makefile.def-samples/Makefile.def-sparc-sun-sunos4.1.3 new file mode 100644 index 0000000..f470d8d --- /dev/null +++ b/Makefile.def-samples/Makefile.def-sparc-sun-sunos4.1.3 @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +CFLAGS = -O3 -Wall -D__USE_FIXED_PROTOTYPES__ +LDFLAGS = + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +CHARSET = CHARSET_ISO8859_1 +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 diff --git a/Makefile.def-samples/Makefile.def-vax-dec-ultrix4.1 b/Makefile.def-samples/Makefile.def-vax-dec-ultrix4.1 new file mode 100644 index 0000000..8f2381a --- /dev/null +++ b/Makefile.def-samples/Makefile.def-vax-dec-ultrix4.1 @@ -0,0 +1,25 @@ +# ------------------------------------------------------------------------- +# choose your compiler (must be ANSI-compliant!) and linker command, plus +# any additionally needed flags + +CC = gcc +LD = gcc +CFLAGS = -O3 -fomit-frame-pointer -Wall +LDFLAGS = -lcV + +# ------------------------------------------------------------------------- +# directories where binaries, includes, and manpages should go during +# installation + +BINDIR = /usr/local/bin +INCDIR = /usr/local/include/asl +MANDIR = /usr/local/man +LIBDIR = /usr/local/lib/asl +DOCDIR = /usr/local/doc/asl + +# ------------------------------------------------------------------------- +# character encoding to use (choose one of them) + +# CHARSET = CHARSET_ASCII7 +# CHARSET = CHARSET_IBM437 +CHARSET = CHARSET_ISO8859_1 -- cgit v1.2.3