XCOMM $XConsortium: Imakefile,v 1.8 91/08/15 12:19:56 rws Exp $
#if defined(MacIIArchitecture) || defined(MotoR4Architecture)
      IEEE_DEFS = -DIEEE
#endif

        DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES)
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = -L.. -lReplayXt -L../send -ltclXtSend -ltcl XawClientLibs
  SYS_LIBRARIES = -lm
           SRCS = actions.c math.c xcalc.c 
           OBJS = actions.o math.o xcalc.o 
       INCLUDES = -I../replay

AllTarget(xcalc)
NormalProgramTarget(xcalc,$(OBJS),,$(LOCAL_LIBRARIES),$(LDLIBS))

InstallAppDefaults(XCalc)
InstallAppDefaultsLong(XCalc-col,XCalc-color)
