util/dttypes: remove register keyword
[oweals/cde.git] / cde / programs / dtudcfonted / dtlsgpf / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/09/09 11:19:55 drk $
2
3
4         DESTDIR = $(CDE_INSTALLATION_TOP)
5         BINDIR  = /bin
6         FONTLIST    = /config
7
8         OPT1 = -DDEFAULT_CODESET='"'3'"'
9 #ifdef X11ProjectRoot
10         OPT2 = -DFONTC='"'$(XPROJECTROOT)/bin/bdftopcf'"'
11 #else
12         OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
13 #endif
14         OPT3 = -DSNFFONTC='"'$(SNFFONTC)'"'
15         OPT4 = -DDTUDCFONTSLISTDIR='"'$(CDE_INSTALLATION_TOP)$(FONTLIST)'"'
16
17        DEFINES     = $(OPT1) $(OPT2) $(OPT3) $(OPT4)
18
19        INCLUDES   = -I../include\
20                     -I../libfal\
21                     -I../libfal/include
22
23         DEPLIBS   = ../libfuty/liboakfuty.a ../libfal/libfal.a $(DEPXLIB)
24 LOCAL_LIBRARIES   = ../libfuty/liboakfuty.a ../libfal/libfal.a $(XLIB)
25   SYS_LIBRARIES   = -lc
26
27            SRCS   = lsgpf.c
28
29            OBJS   = lsgpf.o
30
31 ComplexProgramTarget(dtlsgpf)