# Generated automatically from Makefile.in by configure.
#
SHELL=/bin/sh
top_srcdir=../..
srcdir=.
prefix=/usr/X11R6
exec_prefix=${prefix}
bin_dir=${prefix}/bin
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
#
# This is where the modules will be installed
fvwm_dir=/usr/X11R6/lib/X11/fvwm95
#
# Libs
X_LIBRARY=-lX11
XPM_LIBRARY=-lXpm
XEXT_LIBRARY=-lXext
FVWM_LIBRARY=-l${fvwm_name}
LIBS=-L${top_srcdir}/libs ${x_libraries} ${FVWM_LIBRARY} ${XPM_LIBRARY} ${XEXT_LIBRARY} ${X_LIBRARY}
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_PROGRAM=install -s -o root -g wheel -m 555
RM=rm -f
PROG=FvwmButtons
SRCS=FvwmButtons.c button.c draw.c icons.c misc.c output.c parse.c
OBJS=FvwmButtons.o button.o draw.o icons.o misc.o output.o parse.o
all: ${PROG}
depend:
${MAKEDEPEND} ${CFLAGS} ${SRCS}
install: all
${INSTALL_PROGRAM} ${PROG} ${fvwm_dir}
clean:
${RM} ${PROG} ${OBJS} *~ core *.bak
distclean: clean
${PROG}: ${OBJS}
${CC} -o ${PROG} ${OBJS} ${LIBS}
syntax highlighted by Code2HTML, v. 0.9.1