util/dttypes: remove register keyword
[oweals/cde.git] / cde / programs / dtudcfonted / dtgpftobdf / Imakefile
1 XCOMM $XConsortium: Imakefile /main/8 1996/09/09 11:19:48 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../libfal/include\
17                     -I../include
18
19 LOCAL_LIBRARIES   = ../libfuty/liboakfuty.a ../libfal/libfal.a $(XLIB) -lc
20
21            SRCS   = gpftobdf.c
22
23            OBJS   = gpftobdf.o
24
25 ComplexProgramTarget(dtgpftobdf)