32 lines
885 B
Plaintext
32 lines
885 B
Plaintext
XCOMM $XConsortium: Imakefile /main/6 1996/09/09 11:19:55 drk $
|
|
|
|
|
|
DESTDIR = $(CDE_INSTALLATION_TOP)
|
|
BINDIR = /bin
|
|
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)'"'
|
|
|
|
DEFINES = $(OPT1) $(OPT2) $(OPT3) $(OPT4)
|
|
|
|
INCLUDES = -I../include\
|
|
-I../libfal\
|
|
-I../libfal/include
|
|
|
|
DEPLIBS = ../libfuty/liboakfuty.a ../libfal/libfal.a $(DEPXLIB)
|
|
LOCAL_LIBRARIES = ../libfuty/liboakfuty.a ../libfal/libfal.a $(XLIB)
|
|
SYS_LIBRARIES = -lc
|
|
|
|
SRCS = lsgpf.c
|
|
|
|
OBJS = lsgpf.o
|
|
|
|
ComplexProgramTarget(dtlsgpf)
|