1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-13 23:23:57 +00:00

Remove obsolete testdsp. (#235)

This was an old executable from the SUNDISPLAY days and is not
needed any longer.
This commit is contained in:
Bruce Mitchener
2021-01-21 09:34:45 +07:00
committed by GitHub
parent 0010a02cb1
commit 164b5651b7
3 changed files with 0 additions and 368 deletions

View File

@@ -198,13 +198,6 @@ $(OSARCHDIR)tstsout : $(OBJECTDIR)tstsout.o $(BYTESWAPFILES) $(REQUIRED-INCS)
$(OSARCHDIR)setsout : $(OBJECTDIR)setsout.o $(REQUIRED-INCS)
$(CC) $(CFLAGS) $(OBJECTDIR)setsout.o $(BYTESWAPFILES) -lc -lm -o $(OSARCHDIR)setsout
$(OSARCHDIR)testdsp : $(SRCDIR)testdsp.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \
$(INCDIR)lispmap.h $(INCDIR)address.h \
$(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)emlglob.h \
$(INCDIR)display.h $(INCDIR)dbprint.h
$(CC) $(CFLAGS) -DDEBUG -I$(INCDIR) $(SRCDIR)testdsp.c -lsuntool -lsunwindow -lpixrect -lc -lm -o $(OSARCHDIR)testdsp
#### Component files ######################################################
$(OBJECTDIR)tstsout.o: $(SRCDIR)tstsout.c $(REQUIRED-INCS)