summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-15 23:08:42 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-15 23:08:42 +0000
commit6b2d39036681c603f74bdd63f62198fbcdaae98f (patch)
tree67caaa928a97339539adf6e175449993115ba9c5 /config
parent7cd1bfa8acde5b494960c0b7e5b97abd89121545 (diff)
Install xdm config files & man page Convert many more Imakefile checks into
autoconf checks for xdm
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am41
1 files changed, 41 insertions, 0 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
new file mode 100644
index 0000000..966d227
--- /dev/null
+++ b/config/Makefile.am
@@ -0,0 +1,41 @@
+# $Id$
+#
+
+include $(top_srcdir)/cpprules.in
+
+pkglib_DATA = \
+ xdm-config \
+ Xresources \
+ Xservers \
+ Xaccess
+
+pkglib_SCRIPTS = \
+ Xsession \
+ GiveConsole \
+ TakeConsole \
+ Xsetup_0 \
+ Xstartup \
+ Xreset \
+ Xwilling
+
+pixmapdir = $(pkglibdir)/pixmaps
+
+pixmap_DATA = xorg-bw.xpm xorg.xpm
+
+BUILT_SOURCES = Xservers.ws
+
+CLEANFILES = $(BUILT_SOURCES) Xservers Xservers.ws xdm-config Xresources
+
+Xservers:
+ ln -s Xservers.$(SERVERSTYPE) Xservers
+
+# Defines used when cpp'ing config files to replace settings in the files
+
+#if USE_XPM
+XPMDEFINES = -DXPM -DBITMAPDIR=$(XDM_PIXMAPDIR) -DXDM_PIXMAP=$(XDM_PIXMAP) \
+ -DXDM_BWPIXMAP=$(XDM_BWPIXMAP)
+#endif
+
+CPP_FILES_FLAGS = -DBINDIR=$(bindir) -DDEFAULTVT=$(DEFAULTVT) \
+ -DXDMDIR=$(pkglibdir) -DXDMLOGDIR=$(XDMLOGDIR) -DXDMPIDDIR=$(XDMPIDDIR) \
+ -DSU=$(SU) -DCHOOSERPATH=$(pkglibdir)/chooser $(XPMDEFINES) \ No newline at end of file