From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- nx-X11/lib/font/bitmap/Imakefile | 71 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 nx-X11/lib/font/bitmap/Imakefile (limited to 'nx-X11/lib/font/bitmap/Imakefile') diff --git a/nx-X11/lib/font/bitmap/Imakefile b/nx-X11/lib/font/bitmap/Imakefile new file mode 100644 index 000000000..9acbe7796 --- /dev/null +++ b/nx-X11/lib/font/bitmap/Imakefile @@ -0,0 +1,71 @@ +XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:34 cpqbld Exp $ + + + + +XCOMM $XFree86: xc/lib/font/bitmap/Imakefile,v 1.11 2001/04/03 17:51:59 paulo Exp $ + +#if BuildServer && DoLoadableServer +#define IHaveSubdirs +#define NoLibSubdirs +#define PassCDebugFlags +SUBDIRS = module +#endif + +BDFSRCS=bdfread.c bdfutils.c +BDFOBJS=bdfread.o bdfutils.o +#ifndef KDriveXServer +BDFDEFS=-DBDFFORMAT + +SNFSRCS=snfread.c +SNFOBJS=snfread.o +SNFDEFS=-DSNFFORMAT +#endif + +PCFSRCS=pcfread.c pcfwrite.c +PCFOBJS=pcfread.o pcfwrite.o +PCFDEFS=-DPCFFORMAT + + + INCLUDES = -I$(FONTINCSRC) -I../include + HEADERS = bdfint.h pcf.h +#ifdef FontFormatDefines + FORMAT_DEFS = FontFormatDefines +#endif +#if GzipFontCompression + GZIP_DEFS = -DX_GZIP_FONT_COMPRESSION +#endif + DEFINES = $(BDFDEFS) $(PCFDEFS) $(SNFDEFS) + + SRCS = $(BDFSRCS) bitmap.c bitmaputil.c bitscale.c \ + bitmapfunc.c $(PCFSRCS) $(SNFSRCS) \ + fontink.c + + OBJS = $(BDFOBJS) bitmap.o bitmaputil.o bitscale.o \ + bitmapfunc.o $(PCFOBJS) $(SNFOBJS) \ + fontink.o + +#if BuildFontLib +#define DoNormalLib NormalLibFont +#define DoSharedLib SharedLibFont +#define DoDebugLib DebugLibFont +#define DoProfileLib ProfileLibFont +#include +LibraryObjectRule() + +SpecialCLibObjectRule(bitmapfunc,$(ICONFIGFILES),$(GZIP_DEFS)) +SpecialCLibObjectRule(bitscale,$(ICONFIGFILES),$(GZIP_DEFS)) + +SubdirLibraryRule($(OBJS)) +NormalLintTarget($(SRCS)) +#endif + +#if BuildServer && DoLoadableServer +MakeSubdirs($(SUBDIRS)) +DependSubdirs($(SUBDIRS)) +#endif + +BuildIncludes($(HEADERS),X11/fonts,../..) +InstallMultipleFlags($(HEADERS),$(INCDIR)/X11/fonts,$(INSTINCFLAGS)) + +DependTarget() -- cgit v1.2.3