# Generated automatically from Makefile.in by configure.
#
SHELL=/bin/sh



top_srcdir=..
srcdir=.
prefix=/usr/X11R6
exec_prefix=${prefix}
lib_dir=${prefix}/lib
x_includes=-I/usr/X11R6/include
x_libraries=-L/usr/X11R6/lib
fvwm_icons=/usr/X11R6/include/X11/bitmaps:/usr/X11R6/include/X11/pixmaps:/usr/X11R6/icons
fvwm_rc=.fvwm95rc
fvwm_name=fvwm95

EXTRA_DEFINES=-DXPM -DSHAPE
CC=cc
INCLUDES=-I${top_srcdir}/include ${x_includes}
CFLAGS=${INCLUDES} -O ${EXTRA_DEFINES}
MAKEDEPEND=makedepend
INSTALL=/usr/bin/install -c -o root -g wheel
INSTALL_DATA=install  -o root -g wheel -m 444
RM=rm -f
AR=ar cr
RANLIB=ranlib

STATIC_LIB=lib${fvwm_name}.a

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


all: ${STATIC_LIB}

depend:
	${MAKEDEPEND} ${CFLAGS} ${SRCS}

install: all
	${INSTALL_DATA} ${STATIC_LIB} ${lib_dir}

clean:
	${RM} ${OBJS} ${STATIC_LIB} *~ core *.bak

distclean: clean

${STATIC_LIB}: ${OBJS}
	${AR} ${STATIC_LIB} ${OBJS}
	${RANLIB} ${STATIC_LIB}

#


syntax highlighted by Code2HTML, v. 0.9.1