17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:13 cpqbld Exp $
|
|
SRCS = xconsole.c
|
|
OBJS = xconsole.o
|
|
PROGRAMS = xconsole
|
|
DEPLIBS = XawClientDepLibs
|
|
LOCAL_LIBRARIES = XawClientLibs
|
|
|
|
#if defined(NetBSDArchitecture) || defined(OpenBSDArchitecture) || \
|
|
(defined(LinuxArchitecture) && \
|
|
(LinuxCLibMajorVersion == 6) && (LinuxCLibMinorVersion < 1))
|
|
EXTRA_LIBRARIES = -lutil
|
|
#endif
|
|
|
|
ComplexProgramTarget(xconsole)
|
|
|
|
InstallAppDefaults(XConsole)
|