1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18#  Copyright 2005  Red Hat, Inc.
19#
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29#
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38VPATH = @srcdir@
39am__is_gnu_make = { \
40  if test -z '$(MAKELEVEL)'; then \
41    false; \
42  elif test -n '$(MAKE_HOST)'; then \
43    true; \
44  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45    true; \
46  else \
47    false; \
48  fi; \
49}
50am__make_running_with_option = \
51  case $${target_option-} in \
52      ?) ;; \
53      *) echo "am__make_running_with_option: internal error: invalid" \
54              "target option '$${target_option-}' specified" >&2; \
55         exit 1;; \
56  esac; \
57  has_opt=no; \
58  sane_makeflags=$$MAKEFLAGS; \
59  if $(am__is_gnu_make); then \
60    sane_makeflags=$$MFLAGS; \
61  else \
62    case $$MAKEFLAGS in \
63      *\\[\ \	]*) \
64        bs=\\; \
65        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
67    esac; \
68  fi; \
69  skip_next=no; \
70  strip_trailopt () \
71  { \
72    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73  }; \
74  for flg in $$sane_makeflags; do \
75    test $$skip_next = yes && { skip_next=no; continue; }; \
76    case $$flg in \
77      *=*|--*) continue;; \
78        -*I) strip_trailopt 'I'; skip_next=yes;; \
79      -*I?*) strip_trailopt 'I';; \
80        -*O) strip_trailopt 'O'; skip_next=yes;; \
81      -*O?*) strip_trailopt 'O';; \
82        -*l) strip_trailopt 'l'; skip_next=yes;; \
83      -*l?*) strip_trailopt 'l';; \
84      -[dEDm]) skip_next=yes;; \
85      -[JT]) skip_next=yes;; \
86    esac; \
87    case $$flg in \
88      *$$target_option*) has_opt=yes; break;; \
89    esac; \
90  done; \
91  test $$has_opt = yes
92am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94pkgdatadir = $(datadir)/@PACKAGE@
95pkgincludedir = $(includedir)/@PACKAGE@
96pkglibdir = $(libdir)/@PACKAGE@
97pkglibexecdir = $(libexecdir)/@PACKAGE@
98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99install_sh_DATA = $(install_sh) -c -m 644
100install_sh_PROGRAM = $(install_sh) -c
101install_sh_SCRIPT = $(install_sh) -c
102INSTALL_HEADER = $(INSTALL_DATA)
103transform = $(program_transform_name)
104NORMAL_INSTALL = :
105PRE_INSTALL = :
106POST_INSTALL = :
107NORMAL_UNINSTALL = :
108PRE_UNINSTALL = :
109POST_UNINSTALL = :
110build_triplet = @build@
111host_triplet = @host@
112subdir = .
113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
115	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
116	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
117	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119	$(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
121	$(am__configure_deps) $(am__DIST_COMMON)
122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
123 configure.lineno config.status.lineno
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo "  GEN     " $@;
135am__v_GEN_1 =
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 =
140SOURCES =
141DIST_SOURCES =
142RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
143	ctags-recursive dvi-recursive html-recursive info-recursive \
144	install-data-recursive install-dvi-recursive \
145	install-exec-recursive install-html-recursive \
146	install-info-recursive install-pdf-recursive \
147	install-ps-recursive install-recursive installcheck-recursive \
148	installdirs-recursive pdf-recursive ps-recursive \
149	tags-recursive uninstall-recursive
150am__can_run_installinfo = \
151  case $$AM_UPDATE_INFO_DIR in \
152    n|no|NO) false;; \
153    *) (install-info --version) >/dev/null 2>&1;; \
154  esac
155am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
156am__vpath_adj = case $$p in \
157    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
158    *) f=$$p;; \
159  esac;
160am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
161am__install_max = 40
162am__nobase_strip_setup = \
163  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
164am__nobase_strip = \
165  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
166am__nobase_list = $(am__nobase_strip_setup); \
167  for p in $$list; do echo "$$p $$p"; done | \
168  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
169  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
170    if (++n[$$2] == $(am__install_max)) \
171      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
172    END { for (dir in files) print dir, files[dir] }'
173am__base_list = \
174  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
175  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
176am__uninstall_files_from_dir = { \
177  test -z "$$files" \
178    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
179    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
180         $(am__cd) "$$dir" && rm -f $$files; }; \
181  }
182am__installdirs = "$(DESTDIR)$(systemdsystemunitdir)"
183DATA = $(systemdsystemunit_DATA)
184RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
185  distclean-recursive maintainer-clean-recursive
186am__recursive_targets = \
187  $(RECURSIVE_TARGETS) \
188  $(RECURSIVE_CLEAN_TARGETS) \
189  $(am__extra_recursive_targets)
190AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
191	cscope distdir dist dist-all distcheck
192am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
193	$(LISP)config.h.in
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210ETAGS = etags
211CTAGS = ctags
212CSCOPE = cscope
213DIST_SUBDIRS = $(SUBDIRS)
214am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
215	COPYING ChangeLog INSTALL compile config.guess config.sub \
216	install-sh ltmain.sh missing
217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218distdir = $(PACKAGE)-$(VERSION)
219top_distdir = $(distdir)
220am__remove_distdir = \
221  if test -d "$(distdir)"; then \
222    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
223      && rm -rf "$(distdir)" \
224      || { sleep 5 && rm -rf "$(distdir)"; }; \
225  else :; fi
226am__post_remove_distdir = $(am__remove_distdir)
227am__relativize = \
228  dir0=`pwd`; \
229  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
230  sed_rest='s,^[^/]*/*,,'; \
231  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
232  sed_butlast='s,/*[^/]*$$,,'; \
233  while test -n "$$dir1"; do \
234    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
235    if test "$$first" != "."; then \
236      if test "$$first" = ".."; then \
237        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
238        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
239      else \
240        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
241        if test "$$first2" = "$$first"; then \
242          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
243        else \
244          dir2="../$$dir2"; \
245        fi; \
246        dir0="$$dir0"/"$$first"; \
247      fi; \
248    fi; \
249    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
250  done; \
251  reldir="$$dir2"
252DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
253GZIP_ENV = --best
254DIST_TARGETS = dist-bzip2 dist-gzip
255distuninstallcheck_listfiles = find . -type f -print
256am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
257  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
258distcleancheck_listfiles = find . -type f -print
259ACLOCAL = @ACLOCAL@
260ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
261ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
262AMTAR = @AMTAR@
263AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
264APPDEFS_CFLAGS = @APPDEFS_CFLAGS@
265APPDEFS_LIBS = @APPDEFS_LIBS@
266APP_MAN_DIR = @APP_MAN_DIR@
267APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
268AR = @AR@
269AUTH_CFLAGS = @AUTH_CFLAGS@
270AUTH_LIBS = @AUTH_LIBS@
271AUTOCONF = @AUTOCONF@
272AUTOHEADER = @AUTOHEADER@
273AUTOMAKE = @AUTOMAKE@
274AWK = @AWK@
275BASE_CFLAGS = @BASE_CFLAGS@
276CC = @CC@
277CCDEPMODE = @CCDEPMODE@
278CFLAGS = @CFLAGS@
279CHANGELOG_CMD = @CHANGELOG_CMD@
280CHOOSER_CFLAGS = @CHOOSER_CFLAGS@
281CHOOSER_LIBS = @CHOOSER_LIBS@
282CPP = @CPP@
283CPPFLAGS = @CPPFLAGS@
284CWARNFLAGS = @CWARNFLAGS@
285CYGPATH_W = @CYGPATH_W@
286DEFAULTVT = @DEFAULTVT@
287DEFS = @DEFS@
288DEF_AUTH_DIR = @DEF_AUTH_DIR@
289DEF_CHOOSER = @DEF_CHOOSER@
290DEF_FAILSAFE_CLIENT = @DEF_FAILSAFE_CLIENT@
291DEF_GREETER_LIB = @DEF_GREETER_LIB@
292DEF_SERVER_LINE = @DEF_SERVER_LINE@
293DEF_SESSION = @DEF_SESSION@
294DEF_SYSTEM_PATH = @DEF_SYSTEM_PATH@
295DEF_SYSTEM_SHELL = @DEF_SYSTEM_SHELL@
296DEF_USER_PATH = @DEF_USER_PATH@
297DEF_XDM_CONFIG = @DEF_XDM_CONFIG@
298DEPDIR = @DEPDIR@
299DEV_RANDOM = @DEV_RANDOM@
300DLLTOOL = @DLLTOOL@
301DMCP_CFLAGS = @DMCP_CFLAGS@
302DMCP_LIBS = @DMCP_LIBS@
303DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
304DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
305DSYMUTIL = @DSYMUTIL@
306DUMPBIN = @DUMPBIN@
307ECHO_C = @ECHO_C@
308ECHO_N = @ECHO_N@
309ECHO_T = @ECHO_T@
310EGREP = @EGREP@
311EXEEXT = @EXEEXT@
312FGREP = @FGREP@
313FILE_MAN_DIR = @FILE_MAN_DIR@
314FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
315GREP = @GREP@
316HAVE_ARC4RANDOM = @HAVE_ARC4RANDOM@
317INSTALL = @INSTALL@
318INSTALL_CMD = @INSTALL_CMD@
319INSTALL_DATA = @INSTALL_DATA@
320INSTALL_PROGRAM = @INSTALL_PROGRAM@
321INSTALL_SCRIPT = @INSTALL_SCRIPT@
322INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
323LD = @LD@
324LDFLAGS = @LDFLAGS@
325LIBOBJS = @LIBOBJS@
326LIBS = @LIBS@
327LIBTOOL = @LIBTOOL@
328LIB_MAN_DIR = @LIB_MAN_DIR@
329LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
330LINT = @LINT@
331LINT_FLAGS = @LINT_FLAGS@
332LIPO = @LIPO@
333LN_S = @LN_S@
334LTLIBOBJS = @LTLIBOBJS@
335LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
336MAKEINFO = @MAKEINFO@
337MANIFEST_TOOL = @MANIFEST_TOOL@
338MAN_SUBSTS = @MAN_SUBSTS@
339MISC_MAN_DIR = @MISC_MAN_DIR@
340MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
341MKDIR_P = @MKDIR_P@
342MKTEMP_COMMAND = @MKTEMP_COMMAND@
343NM = @NM@
344NMEDIT = @NMEDIT@
345OBJDUMP = @OBJDUMP@
346OBJEXT = @OBJEXT@
347OTOOL = @OTOOL@
348OTOOL64 = @OTOOL64@
349PACKAGE = @PACKAGE@
350PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
351PACKAGE_NAME = @PACKAGE_NAME@
352PACKAGE_STRING = @PACKAGE_STRING@
353PACKAGE_TARNAME = @PACKAGE_TARNAME@
354PACKAGE_URL = @PACKAGE_URL@
355PACKAGE_VERSION = @PACKAGE_VERSION@
356PATH_SEPARATOR = @PATH_SEPARATOR@
357PKG_CONFIG = @PKG_CONFIG@
358PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
359PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
360RANLIB = @RANLIB@
361RAWCPP = @RAWCPP@
362RAWCPPFLAGS = @RAWCPPFLAGS@
363SED = @SED@
364SERVERSTYPE = @SERVERSTYPE@
365SET_MAKE = @SET_MAKE@
366SHELL = @SHELL@
367SHELL_CMD = @SHELL_CMD@
368STRICT_CFLAGS = @STRICT_CFLAGS@
369STRIP = @STRIP@
370SU = @SU@
371SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@
372SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@
373TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
374UTMP_FILE = @UTMP_FILE@
375VERSION = @VERSION@
376WTMP_FILE = @WTMP_FILE@
377XDMCONFIGDIR = @XDMCONFIGDIR@
378XDMGREET_CFLAGS = @XDMGREET_CFLAGS@
379XDMGREET_LIBS = @XDMGREET_LIBS@
380XDMLIBDIR = @XDMLIBDIR@
381XDMLOGDIR = @XDMLOGDIR@
382XDMPIDDIR = @XDMPIDDIR@
383XDMSCRIPTDIR = @XDMSCRIPTDIR@
384XDMSHELL_CFLAGS = @XDMSHELL_CFLAGS@
385XDMSHELL_LIBS = @XDMSHELL_LIBS@
386XDMXAUTHDIR = @XDMXAUTHDIR@
387XDM_BWPIXMAP = @XDM_BWPIXMAP@
388XDM_CFLAGS = @XDM_CFLAGS@
389XDM_LIBS = @XDM_LIBS@
390XDM_PIXMAP = @XDM_PIXMAP@
391XDM_PIXMAPDIR = @XDM_PIXMAPDIR@
392XDM_TOOLKIT_CFLAGS = @XDM_TOOLKIT_CFLAGS@
393XDM_TOOLKIT_LIBS = @XDM_TOOLKIT_LIBS@
394XFT_CFLAGS = @XFT_CFLAGS@
395XFT_LIBS = @XFT_LIBS@
396XINERAMA_CFLAGS = @XINERAMA_CFLAGS@
397XINERAMA_LIBS = @XINERAMA_LIBS@
398XLIB_CFLAGS = @XLIB_CFLAGS@
399XLIB_LIBS = @XLIB_LIBS@
400XORG_MAN_PAGE = @XORG_MAN_PAGE@
401XPM_CFLAGS = @XPM_CFLAGS@
402XPM_LIBS = @XPM_LIBS@
403XRDB_PROGRAM = @XRDB_PROGRAM@
404XT_CFLAGS = @XT_CFLAGS@
405XT_LIBS = @XT_LIBS@
406abs_builddir = @abs_builddir@
407abs_srcdir = @abs_srcdir@
408abs_top_builddir = @abs_top_builddir@
409abs_top_srcdir = @abs_top_srcdir@
410ac_ct_AR = @ac_ct_AR@
411ac_ct_CC = @ac_ct_CC@
412ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
413am__include = @am__include@
414am__leading_dot = @am__leading_dot@
415am__quote = @am__quote@
416am__tar = @am__tar@
417am__untar = @am__untar@
418appdefaultdir = @appdefaultdir@
419bindir = @bindir@
420build = @build@
421build_alias = @build_alias@
422build_cpu = @build_cpu@
423build_os = @build_os@
424build_vendor = @build_vendor@
425builddir = @builddir@
426datadir = @datadir@
427datarootdir = @datarootdir@
428docdir = @docdir@
429dvidir = @dvidir@
430exec_prefix = @exec_prefix@
431host = @host@
432host_alias = @host_alias@
433host_cpu = @host_cpu@
434host_os = @host_os@
435host_vendor = @host_vendor@
436htmldir = @htmldir@
437includedir = @includedir@
438infodir = @infodir@
439install_sh = @install_sh@
440libdir = @libdir@
441libexecdir = @libexecdir@
442localedir = @localedir@
443localstatedir = @localstatedir@
444mandir = @mandir@
445mkdir_p = @mkdir_p@
446oldincludedir = @oldincludedir@
447pdfdir = @pdfdir@
448prefix = @prefix@
449program_transform_name = @program_transform_name@
450psdir = @psdir@
451sbindir = @sbindir@
452sharedstatedir = @sharedstatedir@
453srcdir = @srcdir@
454sysconfdir = @sysconfdir@
455systemdsystemunitdir = @systemdsystemunitdir@
456target_alias = @target_alias@
457top_build_prefix = @top_build_prefix@
458top_builddir = @top_builddir@
459top_srcdir = @top_srcdir@
460SUBDIRS = app-defaults chooser config greeter include man xdm xdmshell
461ACLOCAL_AMFLAGS = -I m4
462
463# This ensures distcheck is performed in a location where user has write access
464DISTCHECK_CONFIGURE_FLAGS = \
465	--with-appdefaultdir=\$${datadir}/X11/app-defaults \
466	--with-systemdsystemunitdir=\$${libdir}/systemd/system
467
468@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
469@LINT_TRUE@		$(AM_CPPFLAGS) $(CPPFLAGS)
470
471@HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = xdm.service
472CLEANFILES = xdm.service
473EXTRA_DIST = xdm.service.in README.md
474MAINTAINERCLEANFILES = ChangeLog INSTALL
475all: config.h
476	$(MAKE) $(AM_MAKEFLAGS) all-recursive
477
478.SUFFIXES:
479am--refresh: Makefile
480	@:
481$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
482	@for dep in $?; do \
483	  case '$(am__configure_deps)' in \
484	    *$$dep*) \
485	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
486	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
487		&& exit 0; \
488	      exit 1;; \
489	  esac; \
490	done; \
491	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
492	$(am__cd) $(top_srcdir) && \
493	  $(AUTOMAKE) --foreign Makefile
494Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
495	@case '$?' in \
496	  *config.status*) \
497	    echo ' $(SHELL) ./config.status'; \
498	    $(SHELL) ./config.status;; \
499	  *) \
500	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
501	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
502	esac;
503
504$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
505	$(SHELL) ./config.status --recheck
506
507$(top_srcdir)/configure:  $(am__configure_deps)
508	$(am__cd) $(srcdir) && $(AUTOCONF)
509$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
510	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
511$(am__aclocal_m4_deps):
512
513config.h: stamp-h1
514	@test -f $@ || rm -f stamp-h1
515	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
516
517stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
518	@rm -f stamp-h1
519	cd $(top_builddir) && $(SHELL) ./config.status config.h
520$(srcdir)/config.h.in:  $(am__configure_deps)
521	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
522	rm -f stamp-h1
523	touch $@
524
525distclean-hdr:
526	-rm -f config.h stamp-h1
527
528mostlyclean-libtool:
529	-rm -f *.lo
530
531clean-libtool:
532	-rm -rf .libs _libs
533
534distclean-libtool:
535	-rm -f libtool config.lt
536install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
537	@$(NORMAL_INSTALL)
538	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
539	if test -n "$$list"; then \
540	  echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
541	  $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
542	fi; \
543	for p in $$list; do \
544	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
545	  echo "$$d$$p"; \
546	done | $(am__base_list) | \
547	while read files; do \
548	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
549	  $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
550	done
551
552uninstall-systemdsystemunitDATA:
553	@$(NORMAL_UNINSTALL)
554	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
555	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
556	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
557
558# This directory's subdirectories are mostly independent; you can cd
559# into them and run 'make' without going through this Makefile.
560# To change the values of 'make' variables: instead of editing Makefiles,
561# (1) if the variable is set in 'config.status', edit 'config.status'
562#     (which will cause the Makefiles to be regenerated when you run 'make');
563# (2) otherwise, pass the desired values on the 'make' command line.
564$(am__recursive_targets):
565	@fail=; \
566	if $(am__make_keepgoing); then \
567	  failcom='fail=yes'; \
568	else \
569	  failcom='exit 1'; \
570	fi; \
571	dot_seen=no; \
572	target=`echo $@ | sed s/-recursive//`; \
573	case "$@" in \
574	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
575	  *) list='$(SUBDIRS)' ;; \
576	esac; \
577	for subdir in $$list; do \
578	  echo "Making $$target in $$subdir"; \
579	  if test "$$subdir" = "."; then \
580	    dot_seen=yes; \
581	    local_target="$$target-am"; \
582	  else \
583	    local_target="$$target"; \
584	  fi; \
585	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
586	  || eval $$failcom; \
587	done; \
588	if test "$$dot_seen" = "no"; then \
589	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
590	fi; test -z "$$fail"
591
592ID: $(am__tagged_files)
593	$(am__define_uniq_tagged_files); mkid -fID $$unique
594tags: tags-recursive
595TAGS: tags
596
597tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
598	set x; \
599	here=`pwd`; \
600	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
601	  include_option=--etags-include; \
602	  empty_fix=.; \
603	else \
604	  include_option=--include; \
605	  empty_fix=; \
606	fi; \
607	list='$(SUBDIRS)'; for subdir in $$list; do \
608	  if test "$$subdir" = .; then :; else \
609	    test ! -f $$subdir/TAGS || \
610	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
611	  fi; \
612	done; \
613	$(am__define_uniq_tagged_files); \
614	shift; \
615	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
616	  test -n "$$unique" || unique=$$empty_fix; \
617	  if test $$# -gt 0; then \
618	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
619	      "$$@" $$unique; \
620	  else \
621	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
622	      $$unique; \
623	  fi; \
624	fi
625ctags: ctags-recursive
626
627CTAGS: ctags
628ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
629	$(am__define_uniq_tagged_files); \
630	test -z "$(CTAGS_ARGS)$$unique" \
631	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
632	     $$unique
633
634GTAGS:
635	here=`$(am__cd) $(top_builddir) && pwd` \
636	  && $(am__cd) $(top_srcdir) \
637	  && gtags -i $(GTAGS_ARGS) "$$here"
638cscope: cscope.files
639	test ! -s cscope.files \
640	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
641clean-cscope:
642	-rm -f cscope.files
643cscope.files: clean-cscope cscopelist
644cscopelist: cscopelist-recursive
645
646cscopelist-am: $(am__tagged_files)
647	list='$(am__tagged_files)'; \
648	case "$(srcdir)" in \
649	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
650	  *) sdir=$(subdir)/$(srcdir) ;; \
651	esac; \
652	for i in $$list; do \
653	  if test -f "$$i"; then \
654	    echo "$(subdir)/$$i"; \
655	  else \
656	    echo "$$sdir/$$i"; \
657	  fi; \
658	done >> $(top_builddir)/cscope.files
659
660distclean-tags:
661	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
662	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
663
664distdir: $(DISTFILES)
665	$(am__remove_distdir)
666	test -d "$(distdir)" || mkdir "$(distdir)"
667	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
668	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
669	list='$(DISTFILES)'; \
670	  dist_files=`for file in $$list; do echo $$file; done | \
671	  sed -e "s|^$$srcdirstrip/||;t" \
672	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
673	case $$dist_files in \
674	  */*) $(MKDIR_P) `echo "$$dist_files" | \
675			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
676			   sort -u` ;; \
677	esac; \
678	for file in $$dist_files; do \
679	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
680	  if test -d $$d/$$file; then \
681	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
682	    if test -d "$(distdir)/$$file"; then \
683	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
684	    fi; \
685	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
686	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
687	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
688	    fi; \
689	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
690	  else \
691	    test -f "$(distdir)/$$file" \
692	    || cp -p $$d/$$file "$(distdir)/$$file" \
693	    || exit 1; \
694	  fi; \
695	done
696	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
697	  if test "$$subdir" = .; then :; else \
698	    $(am__make_dryrun) \
699	      || test -d "$(distdir)/$$subdir" \
700	      || $(MKDIR_P) "$(distdir)/$$subdir" \
701	      || exit 1; \
702	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
703	    $(am__relativize); \
704	    new_distdir=$$reldir; \
705	    dir1=$$subdir; dir2="$(top_distdir)"; \
706	    $(am__relativize); \
707	    new_top_distdir=$$reldir; \
708	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
709	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
710	    ($(am__cd) $$subdir && \
711	      $(MAKE) $(AM_MAKEFLAGS) \
712	        top_distdir="$$new_top_distdir" \
713	        distdir="$$new_distdir" \
714		am__remove_distdir=: \
715		am__skip_length_check=: \
716		am__skip_mode_fix=: \
717	        distdir) \
718	      || exit 1; \
719	  fi; \
720	done
721	$(MAKE) $(AM_MAKEFLAGS) \
722	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
723	  dist-hook
724	-test -n "$(am__skip_mode_fix)" \
725	|| find "$(distdir)" -type d ! -perm -755 \
726		-exec chmod u+rwx,go+rx {} \; -o \
727	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
728	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
729	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
730	|| chmod -R a+r "$(distdir)"
731dist-gzip: distdir
732	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
733	$(am__post_remove_distdir)
734dist-bzip2: distdir
735	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
736	$(am__post_remove_distdir)
737
738dist-lzip: distdir
739	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
740	$(am__post_remove_distdir)
741
742dist-xz: distdir
743	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
744	$(am__post_remove_distdir)
745
746dist-tarZ: distdir
747	@echo WARNING: "Support for distribution archives compressed with" \
748		       "legacy program 'compress' is deprecated." >&2
749	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
750	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
751	$(am__post_remove_distdir)
752
753dist-shar: distdir
754	@echo WARNING: "Support for shar distribution archives is" \
755	               "deprecated." >&2
756	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
757	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
758	$(am__post_remove_distdir)
759
760dist-zip: distdir
761	-rm -f $(distdir).zip
762	zip -rq $(distdir).zip $(distdir)
763	$(am__post_remove_distdir)
764
765dist dist-all:
766	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
767	$(am__post_remove_distdir)
768
769# This target untars the dist file and tries a VPATH configuration.  Then
770# it guarantees that the distribution is self-contained by making another
771# tarfile.
772distcheck: dist
773	case '$(DIST_ARCHIVES)' in \
774	*.tar.gz*) \
775	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
776	*.tar.bz2*) \
777	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
778	*.tar.lz*) \
779	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
780	*.tar.xz*) \
781	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
782	*.tar.Z*) \
783	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
784	*.shar.gz*) \
785	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
786	*.zip*) \
787	  unzip $(distdir).zip ;;\
788	esac
789	chmod -R a-w $(distdir)
790	chmod u+w $(distdir)
791	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
792	chmod a-w $(distdir)
793	test -d $(distdir)/_build || exit 0; \
794	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
795	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
796	  && am__cwd=`pwd` \
797	  && $(am__cd) $(distdir)/_build/sub \
798	  && ../../configure \
799	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
800	    $(DISTCHECK_CONFIGURE_FLAGS) \
801	    --srcdir=../.. --prefix="$$dc_install_base" \
802	  && $(MAKE) $(AM_MAKEFLAGS) \
803	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
804	  && $(MAKE) $(AM_MAKEFLAGS) check \
805	  && $(MAKE) $(AM_MAKEFLAGS) install \
806	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
807	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
808	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
809	        distuninstallcheck \
810	  && chmod -R a-w "$$dc_install_base" \
811	  && ({ \
812	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
813	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
814	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
815	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
816	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
817	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
818	  && rm -rf "$$dc_destdir" \
819	  && $(MAKE) $(AM_MAKEFLAGS) dist \
820	  && rm -rf $(DIST_ARCHIVES) \
821	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
822	  && cd "$$am__cwd" \
823	  || exit 1
824	$(am__post_remove_distdir)
825	@(echo "$(distdir) archives ready for distribution: "; \
826	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
827	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
828distuninstallcheck:
829	@test -n '$(distuninstallcheck_dir)' || { \
830	  echo 'ERROR: trying to run $@ with an empty' \
831	       '$$(distuninstallcheck_dir)' >&2; \
832	  exit 1; \
833	}; \
834	$(am__cd) '$(distuninstallcheck_dir)' || { \
835	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
836	  exit 1; \
837	}; \
838	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
839	   || { echo "ERROR: files left after uninstall:" ; \
840	        if test -n "$(DESTDIR)"; then \
841	          echo "  (check DESTDIR support)"; \
842	        fi ; \
843	        $(distuninstallcheck_listfiles) ; \
844	        exit 1; } >&2
845distcleancheck: distclean
846	@if test '$(srcdir)' = . ; then \
847	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
848	  exit 1 ; \
849	fi
850	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
851	  || { echo "ERROR: files left in build directory after distclean:" ; \
852	       $(distcleancheck_listfiles) ; \
853	       exit 1; } >&2
854check-am: all-am
855check: check-recursive
856all-am: Makefile $(DATA) config.h
857installdirs: installdirs-recursive
858installdirs-am:
859	for dir in "$(DESTDIR)$(systemdsystemunitdir)"; do \
860	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
861	done
862install: install-recursive
863install-exec: install-exec-recursive
864install-data: install-data-recursive
865uninstall: uninstall-recursive
866
867install-am: all-am
868	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
869
870installcheck: installcheck-recursive
871install-strip:
872	if test -z '$(STRIP)'; then \
873	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
874	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
875	      install; \
876	else \
877	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
878	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
879	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
880	fi
881mostlyclean-generic:
882
883clean-generic:
884	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
885
886distclean-generic:
887	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
888	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
889
890maintainer-clean-generic:
891	@echo "This command is intended for maintainers to use"
892	@echo "it deletes files that may require special tools to rebuild."
893	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
894clean: clean-recursive
895
896clean-am: clean-generic clean-libtool mostlyclean-am
897
898distclean: distclean-recursive
899	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
900	-rm -f Makefile
901distclean-am: clean-am distclean-generic distclean-hdr \
902	distclean-libtool distclean-tags
903
904dvi: dvi-recursive
905
906dvi-am:
907
908html: html-recursive
909
910html-am:
911
912info: info-recursive
913
914info-am:
915
916install-data-am: install-systemdsystemunitDATA
917
918install-dvi: install-dvi-recursive
919
920install-dvi-am:
921
922install-exec-am:
923
924install-html: install-html-recursive
925
926install-html-am:
927
928install-info: install-info-recursive
929
930install-info-am:
931
932install-man:
933
934install-pdf: install-pdf-recursive
935
936install-pdf-am:
937
938install-ps: install-ps-recursive
939
940install-ps-am:
941
942installcheck-am:
943
944maintainer-clean: maintainer-clean-recursive
945	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
946	-rm -rf $(top_srcdir)/autom4te.cache
947	-rm -f Makefile
948maintainer-clean-am: distclean-am maintainer-clean-generic
949
950mostlyclean: mostlyclean-recursive
951
952mostlyclean-am: mostlyclean-generic mostlyclean-libtool
953
954pdf: pdf-recursive
955
956pdf-am:
957
958ps: ps-recursive
959
960ps-am:
961
962uninstall-am: uninstall-systemdsystemunitDATA
963
964.MAKE: $(am__recursive_targets) all install-am install-strip
965
966.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
967	am--refresh check check-am clean clean-cscope clean-generic \
968	clean-libtool cscope cscopelist-am ctags ctags-am dist \
969	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
970	dist-tarZ dist-xz dist-zip distcheck distclean \
971	distclean-generic distclean-hdr distclean-libtool \
972	distclean-tags distcleancheck distdir distuninstallcheck dvi \
973	dvi-am html html-am info info-am install install-am \
974	install-data install-data-am install-dvi install-dvi-am \
975	install-exec install-exec-am install-html install-html-am \
976	install-info install-info-am install-man install-pdf \
977	install-pdf-am install-ps install-ps-am install-strip \
978	install-systemdsystemunitDATA installcheck installcheck-am \
979	installdirs installdirs-am maintainer-clean \
980	maintainer-clean-generic mostlyclean mostlyclean-generic \
981	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
982	uninstall-am uninstall-systemdsystemunitDATA
983
984.PRECIOUS: Makefile
985
986
987@LINT_TRUE@lint:
988@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(xdm_CFLAGS) $(xdm_SOURCES) $(xdm_LIBS)
989@LINT_TRUE@	(cd xdm && $(MAKE) $(AM_MAKEFLAGS) lint)
990@LINT_TRUE@	(cd xdmshell && $(MAKE) $(AM_MAKEFLAGS) lint)
991@LINT_TRUE@	(cd greeter && $(MAKE) $(AM_MAKEFLAGS) lint)
992@LINT_TRUE@	(cd chooser && $(MAKE) $(AM_MAKEFLAGS) lint)
993
994@HAVE_SYSTEMD_TRUE@xdm.service: xdm.service.in Makefile
995@HAVE_SYSTEMD_TRUE@@USE_SYSTEMD_DAEMON_TRUE@	$(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' < ${srcdir}/xdm.service.in > $@
996@HAVE_SYSTEMD_TRUE@@USE_SYSTEMD_DAEMON_FALSE@	$(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' -e '/[Nn]otify/d' < ${srcdir}/xdm.service.in > $@
997
998.PHONY: ChangeLog INSTALL
999
1000INSTALL:
1001	$(INSTALL_CMD)
1002
1003ChangeLog:
1004	$(CHANGELOG_CMD)
1005
1006dist-hook: ChangeLog INSTALL
1007
1008# Tell versions [3.59,3.63) of GNU make to not export all variables.
1009# Otherwise a system limit (for SysV at least) may be exceeded.
1010.NOEXPORT:
1011