diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-15 23:08:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-15 23:08:42 +0000 |
commit | 6b2d39036681c603f74bdd63f62198fbcdaae98f (patch) | |
tree | 67caaa928a97339539adf6e175449993115ba9c5 /config | |
parent | 7cd1bfa8acde5b494960c0b7e5b97abd89121545 (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.am | 41 |
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 |