programs/: remove Imakefiles for completed modules
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user