#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile 1.7 90/08/02 SMI
/**/# Imakefile for examples/fonts

#define InstallSrcs YES
LOCATION = examples/fonts

DEFINES = -DSTANDALONE $(XVCLIENTSYSDEFINES)
SYS_LIBRARIES =
INCLUDES = -I. -I$(HEADER_DEST) -I$(TOP)
DEPLIBS = XViewClientDepLibs
LOCAL_LIBRARIES = XViewClientLibs

MAKEFILE_SIMPLE = Makefile.customer
SRCS = disp_fonts.c fonts.c simple_font.c type_font.c disp_fonts2.c
INSTALL_SRCS = $(SRCS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= disp_fonts fonts simple_font type_font disp_fonts2

AllTarget($(PROGRAMS))

SingleProgramTarget(disp_fonts,disp_fonts.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(fonts,fonts.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(simple_font,simple_font.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(type_font,type_font.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(disp_fonts2,disp_fonts2.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
