# $Id: Imakefile,v 1.4 1999/09/01 21:35:05 falk Exp $

# CDEBUGFLAGS = -g -DDEBUG -pedantic -Wall


# you might need this, or something like it for the xpm library
# EXTRA_INCLUDES = -I/usr/local/include

SRCS = buttondemo.c Button.c RockerSwitch.c Gcs.c XpmButton.c pixmap.c
OBJS = $(SRCS:.c=.o)

LOCAL_LIBRARIES = XawClientLibs -lXpm

# you may need these if libXpm is not installed in /usr/lib
#
# LOCAL_LIBRARIES = XawClientLibs -L/usr/local/lib -lXpm
# EXTRA_INCLUDES = -I/usr/local/include

MANPATH = /usr/local/man
BINDIR = /usr/local/bin

ComplexProgramTarget(buttondemo)

