|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: I T
Length: 1116 (0x45c) Types: TextFile Names: »Imakefile«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦34cc4e2f7⟧ »./UNRELEASED/xgdb3.2.tar.Z« └─⟦80fac5d7c⟧ └─⟦this⟧ »./Imakefile«
# Imakefile for xgdb. DEFINES = -Drcheck -Dbotch=puke # # A misnomer; ximake -DSunSharedLibs means ``use existing libs'' # #ifdef SunSharedLibs SYS_LIBRARIES = -lXaw -lXt -lXmu -lX11 -lm LOCAL_LIBRARIES = #else SYS_LIBRARIES = -lm LOCAL_LIBRARIES = $(XAWLIB) $(XTOOLLIB) $(XMULIB) $(XLIB) #endif DEFS = xgdb.h stubs.h regex.h messages.h handler.h process.h view.h views.h \ util.h queue.h regparse.h stringfunc.h types.h util.h sysdefs.h \ Tty.h TtyP.h ScrollList.h ScrollLstP.h SRCS = gdb.c gdb-parse.c break.c main.c util.c process.c handler.c regex.c \ source.c assembly.c stack.c autoexec.c messages.c \ support.c view.c debugger.c status.c queue.c stringfunc.c regparse.c \ ScrollList.c Tty.c malloc.c OBJS = gdb.o gdb-parse.o break.o main.o util.o process.o handler.o regex.o \ source.o assembly.o stack.o autoexec.o messages.o \ support.o view.o debugger.o status.o queue.o stringfunc.o regparse.o \ ScrollList.o Tty.o malloc.o ComplexProgramTarget(xgdb) InstallProgram(xgdb,$(BINDIR)) InstallManPage(xgdb, $(MANDIR)) InstallManPage(Xgdb, $(MANDIR)) DependTarget() CleanTarget() TagsTarget()