21 lines
478 B
Plaintext
21 lines
478 B
Plaintext
XCOMM $XConsortium: Imakefile,v 1.2 94/04/11 14:39:17 gildea Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/programs/xmessage/Imakefile,v 1.2 2002/10/15 02:26:12 dawes Exp $
|
|
|
|
|
|
|
|
#if HasMkstemp
|
|
DEFINES = -DHAS_MKSTEMP
|
|
#endif
|
|
DEPLIBS = XawClientDepLibs
|
|
LOCAL_LIBRARIES = XawClientLibs
|
|
SRCS = xmessage.c makeform.c readfile.c
|
|
OBJS = xmessage.o makeform.o readfile.o
|
|
|
|
ComplexProgramTarget(xmessage)
|
|
InstallAppDefaults(Xmessage)
|
|
InstallAppDefaults(Xmessage-color)
|