/* 
 * Imakefile for fvwm 2.0 -- libfvwm2.a
 */

#include "../Fvwm.tmpl"

SRCS = \
	GetFdWidth.c \
	GetFont.c \
	GetLine.c \
	Picture.c \
	ReadPacket.c \
	SendInfo.c \
	SendText.c \
	SetMask.c \
	envvar.c \
	findIconFile.c \
	hostname.c \
	mygetostype.c \
	safemalloc.c \
	sleep.c \
	strutils.c \
	wild.c

OBJS = \
	GetFdWidth.o \
	GetFont.o \
	GetLine.o \
	Picture.o \
	ReadPacket.o \
	SendInfo.o \
	SendText.o \
	SetMask.o \
	envvar.o \
	findIconFile.o \
	hostname.o \
	mygetostype.o \
	safemalloc.o \
	sleep.o \
	strutils.o \
	wild.o

NormalLibraryTarget($(LIB), $(OBJS))

#if InstallLibs
InstallLibrary($(LIB),$(FVWMLIBDIR))
#endif

DependTarget()

