summaryrefslogtreecommitdiff
path: root/xc/programs/xmag/Imakefile
blob: f262d9f19056fbff98471dd905745c8575bae298 (plain)
1
2
3
4
5
6
7
8
9
10
11
XCOMM $XConsortium: Imakefile,v 1.10 93/08/17 20:53:50 rws Exp $
        DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES)
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
  SYS_LIBRARIES = MathLibrary
           SRCS = xmag.c CutPaste.c RootWin.c Scale.c 
           OBJS = xmag.o CutPaste.o RootWin.o Scale.o

ComplexProgramTarget(xmag)
InstallAppDefaults(Xmag)