Files
xsrc/xfree/xc/programs/xcalc/Imakefile

23 lines
614 B
Plaintext

XCOMM $XConsortium: Imakefile,v 1.9 93/08/17 21:17:38 rws Exp $
XCOMM $XFree86: xc/programs/xcalc/Imakefile,v 1.3 2003/10/24 20:38:14 tsi Exp $
#if defined(MacIIArchitecture) || defined(MotoR4Architecture) \
|| defined(OpenBSDArchitecture)
IEEE_DEFS = -DIEEE
#endif
DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES)
DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
SYS_LIBRARIES = MathLibrary
SRCS = actions.c math.c xcalc.c
OBJS = actions.o math.o xcalc.o
ComplexProgramTarget(xcalc)
InstallAppDefaults(XCalc)
InstallAppDefaultsLong(XCalc-col,XCalc-color)