diff options
author | rws <empty> | 1991-05-11 09:11:56 +0000 |
---|---|---|
committer | rws <empty> | 1991-05-11 09:11:56 +0000 |
commit | 70d519e50c97022c00dca832c755b97e9d61fb5c (patch) | |
tree | 94380ecc65fb83dc7544545c7afc298a4e40f93e /xc/lib/font/util/Imakefile | |
parent | 3861b38c5e72833f914cac7793dce10bb6e9a265 (diff) |
Initial revision
Diffstat (limited to 'xc/lib/font/util/Imakefile')
-rw-r--r-- | xc/lib/font/util/Imakefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xc/lib/font/util/Imakefile b/xc/lib/font/util/Imakefile new file mode 100644 index 000000000..4d8a12412 --- /dev/null +++ b/xc/lib/font/util/Imakefile @@ -0,0 +1,24 @@ +# +# Make file for font handling routines +# +#include <Server.tmpl> + + FONTLIBSRC = $(FONTSRC)/lib + FONTSERVERSRC = $(FONTSRC)/tools/fontserver + INCLUDES = -I$(FONTSRC)/include -I$(FONTLIBSRC)/include -I$(FONTSERVERSRC)/include + HEADERS = +#ifdef FontFormatDefines + FORMAT_DEFS = FontFormatDefines +#endif + SRCS = bitmaputil.c fontnames.c fontutil.c fontxlfd.c format.c \ + fontaccel.c atom.c miscutil.c + + OBJS = bitmaputil.o fontnames.o fontutil.o fontxlfd.o format.o \ + fontaccel.o atom.o miscutil.o + +NormalLibraryObjectRule() +all:: $(OBJS) +NormalLintTarget($(SRCS)) + +DependTarget() + |