#ifndef XCOMM
#define XCOMM #
#endif

           SRCS = Ghostview.c
           OBJS = Ghostview.o

XCOMM Add -DBSD4_2 to DEFINES if you system does not have memset() and memcpy()

        DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(SELFILE_DEFINE)

.NOEXPORT:

NormalLibraryTarget(gsv,$(OBJS))
