#Uncomment the following line for SunOS 4.X
DEFINES = $(XVIEW)

#Define your *ANSI C* compiler here - only tested for gcc-2.4.5 and 2.3.3
CC		= gcc

SYS_LIBRARIES 	=
LOCAL_LIBRARIES = -lxview -lolgx $(XLIB) $(LIBSUNOS5)
LDOPTIONS 	= -L$(OPENWINHOME)/lib
INCLUDES 	=
CDEBUGFLAGS	= -O -ansi

SRCS = fsp.c frame.c icon.c fsptool.c resource.c unix.c file.c menu.c create.c
OBJS = fsp.o frame.o icon.o fsptool.o resource.o unix.o file.o menu.o create.o

ALLFILES = ${SRCS}

AllTarget(fsptool)
ComplexProgramTarget(fsptool)
