mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-14 15:20:03 -04:00
25 lines
596 B
Plaintext
25 lines
596 B
Plaintext
XCOMM $NetBSD: Imakefile,v 1.6 2003/02/28 23:00:30 tron Exp $
|
|
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
|
|
|
|
#ifndef UseFreetype2
|
|
#define UseFreetype2 NO
|
|
#endif
|
|
|
|
XCOMM #if UseFreetype2
|
|
XCOMM FTSRCDIR = xftlsfonts
|
|
XCOMM #endif
|
|
|
|
#if defined(NetBSDArchitecture) && \
|
|
((OSMajorVersion > 1) || \
|
|
(OSMajorVersion == 1 && OSMinorVersion > 6) || \
|
|
(OSMajorVersion == 1 && OSMinorVersion == 6 && OSTeenyVersion > 1))
|
|
XSSRCDIR = xsystrace
|
|
#endif
|
|
|
|
SUBDIRS = x11-ssh-askpass $(FTSRCDIR) $(XSSRCDIR)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|