aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/XpConfig/en_US/print/Imakefile
blob: 113a5456b271d73da31e8b2045d57b883c41cfad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
XCOMM $Xorg: Imakefile,v 1.1 2002/06/09 05:42:52 gisburn Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

SUBDIRS = attributes

XPLOCALEPRINTDIR=$(XPRINTDIR)/en_US/print

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

MakeDirectories(install,$(XPLOCALEPRINTDIR))

# We only have different values in "attributes", so link all other files
# to the "defaults" in the C locale
LINK_TO_C_LOCALE=Xprinters ddx-config models

install::
	( \
	  cd $(DESTDIR)$(XPLOCALEPRINTDIR) ; \
	  for i in $(LINK_TO_C_LOCALE) \
	  ; do \
	    $(RM) $$i ; \
	    $(LN) ../../C/print/$$i $$i ; \
	  done \
	)