#include <psf_pre.imake>
#include <psf_prototype.imake>
#include <psf_fopen.imake>
#include <psf_standards.imake>
#include <psf_exits.imake>
#include <psf_malloc.imake>
#include <readxtil.imake>

MTILPSFOBJ = main.o prmtilpsf.o prmtilparts.o
DEFINES = $(PSF_INC_DEFINES)

HDR = $(MTILPSFOBJ:.o=.h)
SRC = $(MTILPSFOBJ:.o=.c)
OBJS = $(MTILPSFOBJ) $(PSF_INC_OBJ)
SRCS = $(OBJS:.o=.c)
SOURCE = $(MTILPSFOBJ:.o=.c) $(READMTILOBJ:.o=.c)

ComplexProgramTarget(mtil_psf)

ARCHIVE = Imakefile version.h $(SOURCE:.c=.h) $(SOURCE) mtil_psf.man

rcsdiff:
	rcsdiff -c $(ARCHIVE) > src.diffs

rcsci:
	ci -f -m"." -t/dev/null $(ARCHIVE)

rcsco:
	co -l $(ARCHIVE)

#include <psf_post.imake>
