Revert "dtudcfonted, dtudcexch: delete from repository"
[oweals/cde.git] / cde / programs / dtudcfonted / dtcpftogpf / Imakefile
1 XCOMM $XConsortium: Imakefile /main/8 1996/09/09 11:19:41 drk $
2
3         DESTDIR = $(CDE_INSTALLATION_TOP)
4         BINDIR  = /bin
5
6         OPT1 = -DDEFAULT_CODESET='"'3'"'
7 #ifdef X11ProjectRoot
8         OPT2 = -DFONTC='"'$(XPROJECTROOT)/bin/bdftopcf'"'
9 #else
10         OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
11 #endif
12         OPT3 = -DSNFFONTC='"'$(SNFFONTC)'"'
13
14         DEFINES     = $(OPT1) $(OPT2) $(OPT3)
15
16        INCLUDES   = -I../include -I../libfal/include
17
18 LOCAL_LIBRARIES   = ../libfuty/liboakfuty.a ../libfal/libfal.a $(XLIB) -lc
19
20            SRCS   = cpftogpf.c
21
22            OBJS   = cpftogpf.o
23
24 ComplexProgramTarget(dtcpftogpf)