1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-16 06:47:22 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Larry Masinter
ef32f28eb8 was adding -DNOVERSION -DINIT to wrong variable 2023-01-13 17:28:58 -08:00
Larry Masinter
a04dd61a35 loadup-mid-from-init.sh still dies with segfault 2023-01-13 13:37:16 -08:00
Larry Masinter
8e78179a50 fix cygwin makefiles 2023-01-11 21:47:59 -08:00
37 changed files with 33 additions and 4 deletions

0
bin/compile-flags Executable file → Normal file
View File

0
bin/config.guess vendored Executable file → Normal file
View File

0
bin/copyright Executable file → Normal file
View File

0
bin/dbxinit.txt Executable file → Normal file
View File

0
bin/environment-variables Executable file → Normal file
View File

0
bin/machinetype Executable file → Normal file
View File

9
bin/makefile-cygwin.x86_64-x Executable file → Normal file
View 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
View File

View 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
View File

0
bin/makeright Executable file → Normal file
View File

0
bin/mkvdate Executable file → Normal file
View File

0
bin/osversion Executable file → Normal file
View File

0
bin/release-one Executable file → Normal file
View File

0
bin/start-release Executable file → Normal file
View File

0
bin/u2dnames.sed Executable file → Normal file
View File

0
bin/unix2dos.sed Executable file → Normal file
View File

0
inc/copyright Executable file → Normal file
View File

0
inc/cr Executable file → Normal file
View File

0
inc/display.h Executable file → Normal file
View File

0
inc/ifpage.h Executable file → Normal file
View File

0
inc/inln68k.h Executable file → Normal file
View File

0
inc/iopage.h Executable file → Normal file
View File

0
inc/keysym.h Executable file → Normal file
View File

0
inc/ldeXdefs.h Executable file → Normal file
View File

0
inc/lispmap.h Executable file → Normal file
View File

0
inc/lpkit.h Executable file → Normal file
View File

0
inc/lspglob.h Executable file → Normal file
View File

0
inc/rs232c.h Executable file → Normal file
View File

0
inc/subrs.h Executable file → Normal file
View File

0
inc/xdefs.h Executable file → Normal file
View File

0
src/bbt68k.s Executable file → Normal file
View File

0
src/bbtSPARC.s Executable file → Normal file
View File

0
src/box Executable file → Normal file
View File

0
src/cr Executable file → Normal file
View File

0
src/dsp386.il Executable file → Normal file
View File

0
src/dspSPARC.il Executable file → Normal file
View File