Revert "dtudcfonted, dtudcexch: delete from repository"

This reverts commit e0036e6167.
This commit is contained in:
chase
2018-08-05 15:58:15 -05:00
committed by Jon Trulson
parent 5fb08c15d9
commit 6b713f12b5
122 changed files with 58089 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
XCOMM $XConsortium: Imakefile /main/8 1996/09/09 11:19:34 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../include -I../libfal/include
LOCAL_LIBRARIES = ../libfuty/liboakfuty.a ../libfal/libfal.a $(XLIB) -lc
SRCS = bdftocpf.c
OBJS = bdftocpf.o
ComplexProgramTarget(dtbdftocpf)