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,31 +0,0 @@
XCOMM $XConsortium: Imakefile /main/6 1996/09/09 11:19:55 drk $
DESTDIR = $(CDE_INSTALLATION_TOP)
BINDIR = /bin
FONTLIST = /config
OPT1 = -DDEFAULT_CODESET='"'3'"'
#ifdef X11ProjectRoot
OPT2 = -DFONTC='"'$(XPROJECTROOT)/bin/bdftopcf'"'
#else
OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
#endif
OPT3 = -DSNFFONTC='"'$(SNFFONTC)'"'
OPT4 = -DDTUDCFONTSLISTDIR='"'$(CDE_INSTALLATION_TOP)$(FONTLIST)'"'
DEFINES = $(OPT1) $(OPT2) $(OPT3) $(OPT4)
INCLUDES = -I../include\
-I../libfal\
-I../libfal/include
DEPLIBS = ../libfuty/liboakfuty.a ../libfal/libfal.a $(DEPXLIB)
LOCAL_LIBRARIES = ../libfuty/liboakfuty.a ../libfal/libfal.a $(XLIB)
SYS_LIBRARIES = -lc
SRCS = lsgpf.c
OBJS = lsgpf.o
ComplexProgramTarget(dtlsgpf)