From 8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 4 Aug 2009 13:26:34 +0000 Subject: Added makefiles for generating the local directory. --- libX11/nls/C/makefile | 5 +++++ libX11/nls/iso8859-1/makefile | 6 ++++++ libX11/nls/makefile | 1 + 3 files changed, 12 insertions(+) create mode 100644 libX11/nls/C/makefile create mode 100644 libX11/nls/iso8859-1/makefile create mode 100644 libX11/nls/makefile (limited to 'libX11/nls') diff --git a/libX11/nls/C/makefile b/libX11/nls/C/makefile new file mode 100644 index 000000000..69d26a1fe --- /dev/null +++ b/libX11/nls/C/makefile @@ -0,0 +1,5 @@ +X11_LOCALEDATADIR = ..\..\..\xorg-server\locale + +x11thislocaledir = $(X11_LOCALEDATADIR)\C + +all: $(x11thislocaledir)\XLC_LOCALE diff --git a/libX11/nls/iso8859-1/makefile b/libX11/nls/iso8859-1/makefile new file mode 100644 index 000000000..48781d810 --- /dev/null +++ b/libX11/nls/iso8859-1/makefile @@ -0,0 +1,6 @@ +X11_LOCALEDATADIR = ..\..\..\xorg-server\locale + +x11thislocaledir = $(X11_LOCALEDATADIR)\iso8859-1 + +all: $(x11thislocaledir)\XLC_LOCALE $(x11thislocaledir)\Compose + diff --git a/libX11/nls/makefile b/libX11/nls/makefile new file mode 100644 index 000000000..19bf45e7a --- /dev/null +++ b/libX11/nls/makefile @@ -0,0 +1 @@ +SUBDIRS = C iso8859-1 -- cgit v1.2.3