XCOMM $XFree86: xc/lib/font/builtins/Imakefile,v 1.6 2006/01/09 14:59:32 dawes Exp $ #include INCLUDES = -I../include -I../bitmap SRCS = dir.c file.c fonts.c fpe.c render.c OBJS = dir.o file.o fonts.o fpe.o render.o #define DoNormalLib NormalLibFont #define DoSharedLib SharedLibFont #define DoDebugLib DebugLibFont #define DoProfileLib ProfileLibFont #include LibraryObjectRule() SubdirLibraryRule($(OBJS)) NormalLintTarget($(SRCS)) DependTarget()