mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-17 16:44:45 -04:00
16 lines
462 B
Plaintext
16 lines
462 B
Plaintext
XCOMM $XFree86: xc/programs/Xserver/hw/darwin/bundle/Imakefile,v 1.25 2002/03/28 02:21:09 torrey Exp $
|
|
|
|
#include <Server.tmpl>
|
|
#define IHaveSubdirs
|
|
|
|
SUBDIRS = Dutch.lproj English.lproj French.lproj German.lproj Japanese.lproj \
|
|
ko.lproj Portuguese.lproj Spanish.lproj Swedish.lproj
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|
|
AllTarget(startXClients)
|
|
MakeScriptFromCpp(startXClients, -DXINITDIR=$(XINITDIR) -DXBINDIR=$(BINDIR))
|
|
|
|
DependTarget()
|