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,32 @@
XCOMM $XConsortium: Imakefile /main/5 1996/09/09 11:20:01 drk $
#define DoNormalLib YES
#define DoSharedLib NO
#define DoDebugLib NO
#define DoProfileLib NO
#define LibName oakfuty
#define LibHeaders NO
#define LibInstall NO
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)'"'
OPT5 = -DDEFAULT_TMPPATH='"'/var/tmp/'"'
DEFINES = $(OPT1) $(OPT2) $(OPT3) $(OPT4) $(OPT5)
INCLUDES = -I../include -I../libfal/include -I../libfal
SRCS = oakfuty.c getfname.c lock.c
OBJS = oakfuty.o getfname.o lock.o
#include <Library.tmpl>
DependTarget()