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,25 +0,0 @@
XCOMM $XConsortium: Imakefile /main/8 1996/09/09 11:19:48 drk $
DESTDIR = $(CDE_INSTALLATION_TOP)
BINDIR = /bin
OPT1 = -DDEFAULT_CODESET='"'3'"'
#ifdef X11ProjectRoot
OPT2 = -DFONTC='"'$(XPROJECTROOT)/bin/bdftopcf'"'
#else
OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
#endif
OPT3 = -DSNFFONTC='"'$(SNFFONTC)'"'
DEFINES = $(OPT1) $(OPT2) $(OPT3)
INCLUDES = -I../libfal/include\
-I../include
LOCAL_LIBRARIES = ../libfuty/liboakfuty.a ../libfal/libfal.a $(XLIB) -lc
SRCS = gpftobdf.c
OBJS = gpftobdf.o
ComplexProgramTarget(dtgpftobdf)