Skip to content

Commit 9cd78c3

Browse files
committed
Remove source and include files that are only used for DOS
... and remove references to them from CMakeList.txt and makefile-tail
1 parent 1b86993 commit 9cd78c3

File tree

12 files changed

+3
-2402
lines changed

12 files changed

+3
-2402
lines changed

CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,9 @@ SET(BAD_SRCS
7979
src/chatter.c
8080
src/codeconv.c
8181
src/codetbl.c
82-
src/doscomm.c
83-
src/doskbd.c
84-
src/dosmouse.c
8582
src/ejlisp.c
8683
src/imagefile2.c
8784
src/imagefile.c
88-
src/kbdif.c
8985
src/lpdual.c
9086
src/lpkit.c
9187
src/lplexyy.c
@@ -102,8 +98,6 @@ SET(BAD_SRCS
10298
src/rawrs232c.c
10399
src/rs232c.c
104100
src/truecolor.c
105-
src/vesainit.c
106-
src/vgainit.c
107101
)
108102

109103
SET(MAIKO_SRCS
@@ -175,7 +169,6 @@ SET(MAIKO_SRCS
175169
src/miscn.c
176170
src/mkatom.c
177171
src/mkcell.c
178-
src/mouseif.c
179172
src/mvs.c
180173
src/osmsg.c
181174
src/perrno.c
@@ -280,12 +273,10 @@ SET(MAIKO_HDRS
280273
inc/initsoutdefs.h
281274
inc/inlineC.h
282275
inc/inln68k.h
283-
inc/inlndos.h
284276
inc/inlnPS2.h
285277
inc/inlnSPARC.h
286278
inc/intcalldefs.h
287279
inc/iopage.h
288-
inc/kbdif.h
289280
inc/kbdsubrsdefs.h
290281
inc/keyboard.h
291282
inc/keyeventdefs.h
@@ -297,7 +288,6 @@ SET(MAIKO_HDRS
297288
inc/lisp2cdefs.h
298289
inc/lispemul.h
299290
inc/lispmap.h
300-
inc/lispver1.h
301291
inc/lispver2.h
302292
inc/llcolordefs.h
303293
inc/lldsp.h

bin/makefile-tail

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -485,19 +485,9 @@ $(OBJECTDIR)dspif.o: $(SRCDIR)dspif.c $(REQUIRED-INCS) \
485485
$(INCDIR)devif.h $(INCDIR)dspifdefs.h $(INCDIR)xinitdefs.h
486486
$(CC) $(RFLAGS) $(SRCDIR)dspif.c -o $(OBJECTDIR)dspif.o
487487

488-
$(OBJECTDIR)kbdif.o: $(SRCDIR)kbdif.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \
489-
$(INCDIR)dbprint.h $(INCDIR)devif.h
490-
$(CC) $(RFLAGS) $(SRCDIR)kbdif.c -o $(OBJECTDIR)kbdif.o
491-
492-
$(OBJECTDIR)mouseif.o: $(SRCDIR)mouseif.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \
493-
$(INCDIR)dbprint.h $(INCDIR)devif.h
494-
$(CC) $(RFLAGS) $(SRCDIR)mouseif.c -o $(OBJECTDIR)mouseif.o
495-
496-
$(OBJECTDIR)ether.o: $(SRCDIR)ether.c $(REQUIRED-INCS) \
497-
$(INCDIR)commondefs.h $(INCDIR)lispemul.h \
498-
$(INCDIR)lispmap.h $(INCDIR)emlglob.h $(INCDIR)lsptypes.h $(INCDIR)lspglob.h \
499-
$(INCDIR)ifpage.h $(INCDIR)iopage.h $(INCDIR)miscstat.h $(INCDIR)adr68k.h \
500-
$(INCDIR)ether.h $(INCDIR)dbprint.h $(INCDIR)etherdefs.h
488+
$(OBJECTDIR)ether.o : $(SRCDIR)ether.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \
489+
$(INCDIR)lspglob.h $(INCDIR)adr68k.h \
490+
$(INCDIR)ether.h
501491
$(CC) $(RFLAGS) $(SRCDIR)ether.c -o $(OBJECTDIR)ether.o
502492

503493
$(OBJECTDIR)findkey.o: $(SRCDIR)findkey.c $(REQUIRED-INCS) \

0 commit comments

Comments
 (0)