mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-16 14:57:20 +00:00
Compare commits
3 Commits
nhb-rewrit
...
lmm-maiko
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef32f28eb8 | ||
|
|
a04dd61a35 | ||
|
|
8e78179a50 |
0
bin/compile-flags
Executable file → Normal file
0
bin/compile-flags
Executable file → Normal file
0
bin/config.guess
vendored
Executable file → Normal file
0
bin/config.guess
vendored
Executable file → Normal file
0
bin/copyright
Executable file → Normal file
0
bin/copyright
Executable file → Normal file
0
bin/dbxinit.txt
Executable file → Normal file
0
bin/dbxinit.txt
Executable file → Normal file
0
bin/environment-variables
Executable file → Normal file
0
bin/environment-variables
Executable file → Normal file
0
bin/machinetype
Executable file → Normal file
0
bin/machinetype
Executable file → Normal file
9
bin/makefile-cygwin.x86_64-x
Executable file → Normal file
9
bin/makefile-cygwin.x86_64-x
Executable file → Normal file
@@ -1,7 +1,7 @@
|
||||
# Options for Linux, Intel x86_64 and X-Window
|
||||
# Options for cygwin
|
||||
|
||||
#CC = gcc -m64 $(GCC_CFLAGS)
|
||||
CC = clang -m64 $(CLANG_CFLAGS) -DMAIKO_ENABLE_NETHUB
|
||||
CC = gcc -m64 $(GCC_CFLAGS) -DMAIKO_ENABLE_NETHUB
|
||||
# CC = clang -m64 $(CLANG_CFLAGS) -DMAIKO_ENABLE_NETHUB
|
||||
|
||||
XFILES = $(OBJECTDIR)xmkicon.o \
|
||||
$(OBJECTDIR)xbbt.o \
|
||||
@@ -17,7 +17,8 @@ XFILES = $(OBJECTDIR)xmkicon.o \
|
||||
XFLAGS = -DXWINDOW
|
||||
|
||||
# OPTFLAGS is normally -O2.
|
||||
OPTFLAGS = -O2 -g3
|
||||
OPTFLAGS = -O0 -g
|
||||
|
||||
DFLAGS = $(XFLAGS) -DRELEASE=351
|
||||
|
||||
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm
|
||||
|
||||
0
bin/makefile-header
Executable file → Normal file
0
bin/makefile-header
Executable file → Normal file
28
bin/makefile-init-cygwin.x86_64
Normal file
28
bin/makefile-init-cygwin.x86_64
Normal file
@@ -0,0 +1,28 @@
|
||||
# Options for cygwin
|
||||
|
||||
CC = gcc -m64 $(GCC_CFLAGS) -DMAIKO_ENABLE_NETHUB
|
||||
# CC = clang -m64 $(CLANG_CFLAGS) -DMAIKO_ENABLE_NETHUB
|
||||
|
||||
XFILES = $(OBJECTDIR)xmkicon.o \
|
||||
$(OBJECTDIR)xbbt.o \
|
||||
$(OBJECTDIR)dspif.o \
|
||||
$(OBJECTDIR)xinit.o \
|
||||
$(OBJECTDIR)xscroll.o \
|
||||
$(OBJECTDIR)xcursor.o \
|
||||
$(OBJECTDIR)xlspwin.o \
|
||||
$(OBJECTDIR)xrdopt.o \
|
||||
$(OBJECTDIR)xwinman.o
|
||||
|
||||
XFLAGS = -DXWINDOW
|
||||
|
||||
# OPTFLAGS is normally -O2.
|
||||
OPTFLAGS = -O0 -g
|
||||
DEBUGFLAGFLAGS =
|
||||
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 -DNOVERSION -DINIT
|
||||
|
||||
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm
|
||||
LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm
|
||||
|
||||
OBJECTDIR = ../$(RELEASENAME)/
|
||||
|
||||
default : ../$(OSARCHNAME)/ldeinit
|
||||
0
bin/makeinitlde
Executable file → Normal file
0
bin/makeinitlde
Executable file → Normal file
0
bin/makeright
Executable file → Normal file
0
bin/makeright
Executable file → Normal file
0
bin/mkvdate
Executable file → Normal file
0
bin/mkvdate
Executable file → Normal file
0
bin/osversion
Executable file → Normal file
0
bin/osversion
Executable file → Normal file
0
bin/release-one
Executable file → Normal file
0
bin/release-one
Executable file → Normal file
0
bin/start-release
Executable file → Normal file
0
bin/start-release
Executable file → Normal file
0
bin/u2dnames.sed
Executable file → Normal file
0
bin/u2dnames.sed
Executable file → Normal file
0
bin/unix2dos.sed
Executable file → Normal file
0
bin/unix2dos.sed
Executable file → Normal file
0
inc/copyright
Executable file → Normal file
0
inc/copyright
Executable file → Normal file
0
inc/display.h
Executable file → Normal file
0
inc/display.h
Executable file → Normal file
0
inc/ifpage.h
Executable file → Normal file
0
inc/ifpage.h
Executable file → Normal file
0
inc/inln68k.h
Executable file → Normal file
0
inc/inln68k.h
Executable file → Normal file
0
inc/iopage.h
Executable file → Normal file
0
inc/iopage.h
Executable file → Normal file
0
inc/keysym.h
Executable file → Normal file
0
inc/keysym.h
Executable file → Normal file
0
inc/ldeXdefs.h
Executable file → Normal file
0
inc/ldeXdefs.h
Executable file → Normal file
0
inc/lispmap.h
Executable file → Normal file
0
inc/lispmap.h
Executable file → Normal file
0
inc/lpkit.h
Executable file → Normal file
0
inc/lpkit.h
Executable file → Normal file
0
inc/lspglob.h
Executable file → Normal file
0
inc/lspglob.h
Executable file → Normal file
0
inc/rs232c.h
Executable file → Normal file
0
inc/rs232c.h
Executable file → Normal file
0
inc/subrs.h
Executable file → Normal file
0
inc/subrs.h
Executable file → Normal file
0
inc/xdefs.h
Executable file → Normal file
0
inc/xdefs.h
Executable file → Normal file
0
src/bbt68k.s
Executable file → Normal file
0
src/bbt68k.s
Executable file → Normal file
0
src/bbtSPARC.s
Executable file → Normal file
0
src/bbtSPARC.s
Executable file → Normal file
0
src/dsp386.il
Executable file → Normal file
0
src/dsp386.il
Executable file → Normal file
0
src/dspSPARC.il
Executable file → Normal file
0
src/dspSPARC.il
Executable file → Normal file
Reference in New Issue
Block a user