blob: d10d992689b37f14693ecc40f35ccf797e99819c (
plain)
1
2
3
4
5
6
7
8
9
|
XCOMM $XConsortium: Imakefile,v 1.16 91/07/17 00:47:05 gildea Exp $
DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
SYS_LIBRARIES = MathLibrary
SRCS = xedit.c commands.c util.c
OBJS = xedit.o commands.o util.o
ComplexProgramTarget(xedit)
InstallAppDefaults(Xedit)
|