        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
           SRCS = xforward.c
           OBJS = xforward.o
/* Other files included in distribution... */
      OTHERDIST = README NOTICE Imakefile Makefile.Motif xforward.1

AllTarget(xforward)
NormalProgramTarget(xforward,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES), /**/)
InstallProgramWithFlags(xforward, $(BINDIR), /**/)
InstallManPage(xforward,$(MANDIR))

/*InstallAppDefaults(XForward)*/

DependTarget()

/* Some personal hacks... */
SHAR:	$(OTHERDIST) $(SRCS)
	shar $(OTHERDIST) $(SRCS) > SHAR
