programs/: remove Imakefiles for completed modules

This commit is contained in:
Jon Trulson
2021-07-03 19:12:43 -06:00
parent 7aa24b086a
commit 51646fb06a
167 changed files with 0 additions and 8348 deletions

View File

@@ -1,35 +0,0 @@
XCOMM $TOG: Imakefile /main/11 1997/09/05 11:28:15 samborn $
DEPEND_DEFINES = $(DEPENDDEFINES)
DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
INCLUDES = -I.
#if defined (SunArchitecture)
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
#else
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
#endif /* SunArchitecture*/
SYS_LIBRARIES = -lm
#ifdef RsArchitecture
SYS_LIBRARIES = -lmsaa -liconv
#endif
#if defined (SunArchitecture)
SYS_LIBRARIES = -lintl -lm -ldl
#endif
SRCS = calctool.c ds_common.c ds_popup.c \
ds_widget.c ds_xlib.c functions.c \
help.c motif.c mp.c \
text.c
OBJS = calctool.o ds_common.o ds_popup.o \
ds_widget.o ds_xlib.o functions.o \
help.o motif.o mp.o \
text.o
ComplexProgramTarget(dtcalc)