Imported Upstream version 1.1.2
[platform/upstream/libXinerama.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = src
39 DIST_COMMON = $(libXineramainclude_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 am__vpath_adj = case $$p in \
51     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52     *) f=$$p;; \
53   esac;
54 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55 am__install_max = 40
56 am__nobase_strip_setup = \
57   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58 am__nobase_strip = \
59   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60 am__nobase_list = $(am__nobase_strip_setup); \
61   for p in $$list; do echo "$$p $$p"; done | \
62   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64     if (++n[$$2] == $(am__install_max)) \
65       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66     END { for (dir in files) print dir, files[dir] }'
67 am__base_list = \
68   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70 am__installdirs = "$(DESTDIR)$(libdir)" \
71         "$(DESTDIR)$(libXineramaincludedir)"
72 LTLIBRARIES = $(lib_LTLIBRARIES)
73 am__DEPENDENCIES_1 =
74 libXinerama_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
75 am_libXinerama_la_OBJECTS = Xinerama.lo
76 libXinerama_la_OBJECTS = $(am_libXinerama_la_OBJECTS)
77 AM_V_lt = $(am__v_lt_$(V))
78 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
79 am__v_lt_0 = --silent
80 libXinerama_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
81         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
82         $(AM_CFLAGS) $(CFLAGS) $(libXinerama_la_LDFLAGS) $(LDFLAGS) -o \
83         $@
84 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85 depcomp = $(SHELL) $(top_srcdir)/depcomp
86 am__depfiles_maybe = depfiles
87 am__mv = mv -f
88 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
91         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
92         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
93         $(AM_CFLAGS) $(CFLAGS)
94 AM_V_CC = $(am__v_CC_$(V))
95 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
96 am__v_CC_0 = @echo "  CC    " $@;
97 AM_V_at = $(am__v_at_$(V))
98 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
99 am__v_at_0 = @
100 CCLD = $(CC)
101 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103         $(AM_LDFLAGS) $(LDFLAGS) -o $@
104 AM_V_CCLD = $(am__v_CCLD_$(V))
105 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
106 am__v_CCLD_0 = @echo "  CCLD  " $@;
107 AM_V_GEN = $(am__v_GEN_$(V))
108 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
109 am__v_GEN_0 = @echo "  GEN   " $@;
110 SOURCES = $(libXinerama_la_SOURCES)
111 DIST_SOURCES = $(libXinerama_la_SOURCES)
112 HEADERS = $(libXineramainclude_HEADERS)
113 ETAGS = etags
114 CTAGS = ctags
115 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116 ACLOCAL = @ACLOCAL@
117 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
118 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
119 AMTAR = @AMTAR@
120 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
121 APP_MAN_DIR = @APP_MAN_DIR@
122 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
123 AR = @AR@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 BASE_CFLAGS = @BASE_CFLAGS@
129 CC = @CC@
130 CCDEPMODE = @CCDEPMODE@
131 CFLAGS = @CFLAGS@
132 CHANGELOG_CMD = @CHANGELOG_CMD@
133 CPP = @CPP@
134 CPPFLAGS = @CPPFLAGS@
135 CWARNFLAGS = @CWARNFLAGS@
136 CYGPATH_W = @CYGPATH_W@
137 DEFS = @DEFS@
138 DEPDIR = @DEPDIR@
139 DLLTOOL = @DLLTOOL@
140 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
141 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
142 DSYMUTIL = @DSYMUTIL@
143 DUMPBIN = @DUMPBIN@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 FGREP = @FGREP@
150 FILE_MAN_DIR = @FILE_MAN_DIR@
151 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
152 GREP = @GREP@
153 INSTALL = @INSTALL@
154 INSTALL_CMD = @INSTALL_CMD@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 LD = @LD@
160 LDFLAGS = @LDFLAGS@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LIBTOOL = @LIBTOOL@
164 LIB_MAN_DIR = @LIB_MAN_DIR@
165 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
166 LINT = @LINT@
167 LINT_FLAGS = @LINT_FLAGS@
168 LIPO = @LIPO@
169 LN_S = @LN_S@
170 LTLIBOBJS = @LTLIBOBJS@
171 MAINT = @MAINT@
172 MAKEINFO = @MAKEINFO@
173 MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
174 MANIFEST_TOOL = @MANIFEST_TOOL@
175 MAN_SUBSTS = @MAN_SUBSTS@
176 MISC_MAN_DIR = @MISC_MAN_DIR@
177 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
178 MKDIR_P = @MKDIR_P@
179 NM = @NM@
180 NMEDIT = @NMEDIT@
181 OBJDUMP = @OBJDUMP@
182 OBJEXT = @OBJEXT@
183 OTOOL = @OTOOL@
184 OTOOL64 = @OTOOL64@
185 PACKAGE = @PACKAGE@
186 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187 PACKAGE_NAME = @PACKAGE_NAME@
188 PACKAGE_STRING = @PACKAGE_STRING@
189 PACKAGE_TARNAME = @PACKAGE_TARNAME@
190 PACKAGE_URL = @PACKAGE_URL@
191 PACKAGE_VERSION = @PACKAGE_VERSION@
192 PATH_SEPARATOR = @PATH_SEPARATOR@
193 PKG_CONFIG = @PKG_CONFIG@
194 RANLIB = @RANLIB@
195 SED = @SED@
196 SET_MAKE = @SET_MAKE@
197 SHELL = @SHELL@
198 STRICT_CFLAGS = @STRICT_CFLAGS@
199 STRIP = @STRIP@
200 VERSION = @VERSION@
201 XINERAMA_CFLAGS = @XINERAMA_CFLAGS@
202 XINERAMA_LIBS = @XINERAMA_LIBS@
203 XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
204 XORG_MAN_PAGE = @XORG_MAN_PAGE@
205 XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
206 abs_builddir = @abs_builddir@
207 abs_srcdir = @abs_srcdir@
208 abs_top_builddir = @abs_top_builddir@
209 abs_top_srcdir = @abs_top_srcdir@
210 ac_ct_AR = @ac_ct_AR@
211 ac_ct_CC = @ac_ct_CC@
212 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213 am__include = @am__include@
214 am__leading_dot = @am__leading_dot@
215 am__quote = @am__quote@
216 am__tar = @am__tar@
217 am__untar = @am__untar@
218 bindir = @bindir@
219 build = @build@
220 build_alias = @build_alias@
221 build_cpu = @build_cpu@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 builddir = @builddir@
225 datadir = @datadir@
226 datarootdir = @datarootdir@
227 docdir = @docdir@
228 dvidir = @dvidir@
229 exec_prefix = @exec_prefix@
230 host = @host@
231 host_alias = @host_alias@
232 host_cpu = @host_cpu@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 htmldir = @htmldir@
236 includedir = @includedir@
237 infodir = @infodir@
238 install_sh = @install_sh@
239 libdir = @libdir@
240 libexecdir = @libexecdir@
241 localedir = @localedir@
242 localstatedir = @localstatedir@
243 mandir = @mandir@
244 mkdir_p = @mkdir_p@
245 oldincludedir = @oldincludedir@
246 pdfdir = @pdfdir@
247 prefix = @prefix@
248 program_transform_name = @program_transform_name@
249 psdir = @psdir@
250 sbindir = @sbindir@
251 sharedstatedir = @sharedstatedir@
252 srcdir = @srcdir@
253 sysconfdir = @sysconfdir@
254 target_alias = @target_alias@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 AM_CFLAGS = -I$(top_srcdir)/include \
259             -I$(top_srcdir)/include/X11 \
260             -I$(top_srcdir)/include/X11/extensions \
261             $(XINERAMA_CFLAGS) \
262             $(MALLOC_ZERO_CFLAGS) \
263             $(CWARNFLAGS)
264
265 lib_LTLIBRARIES = libXinerama.la
266 libXinerama_la_SOURCES = \
267          Xinerama.c
268
269 libXinerama_la_LIBADD = $(XINERAMA_LIBS)
270 libXinerama_la_LDFLAGS = -version-number 1:0:0 -no-undefined
271 libXineramaincludedir = $(includedir)/X11/extensions
272 libXineramainclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xinerama.h \
273                              $(top_srcdir)/include/X11/extensions/panoramiXext.h
274
275 @LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
276 @LINT_TRUE@             $(AM_CPPFLAGS) $(CPPFLAGS)
277
278 all: all-am
279
280 .SUFFIXES:
281 .SUFFIXES: .c .lo .o .obj
282 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
283         @for dep in $?; do \
284           case '$(am__configure_deps)' in \
285             *$$dep*) \
286               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
287                 && { if test -f $@; then exit 0; else break; fi; }; \
288               exit 1;; \
289           esac; \
290         done; \
291         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
292         $(am__cd) $(top_srcdir) && \
293           $(AUTOMAKE) --foreign src/Makefile
294 .PRECIOUS: Makefile
295 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296         @case '$?' in \
297           *config.status*) \
298             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299           *) \
300             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302         esac;
303
304 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
308         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
310         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311 $(am__aclocal_m4_deps):
312 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
313         @$(NORMAL_INSTALL)
314         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
315         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
316         list2=; for p in $$list; do \
317           if test -f $$p; then \
318             list2="$$list2 $$p"; \
319           else :; fi; \
320         done; \
321         test -z "$$list2" || { \
322           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
323           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
324         }
325
326 uninstall-libLTLIBRARIES:
327         @$(NORMAL_UNINSTALL)
328         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
329         for p in $$list; do \
330           $(am__strip_dir) \
331           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
332           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
333         done
334
335 clean-libLTLIBRARIES:
336         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
337         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
338           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
339           test "$$dir" != "$$p" || dir=.; \
340           echo "rm -f \"$${dir}/so_locations\""; \
341           rm -f "$${dir}/so_locations"; \
342         done
343 libXinerama.la: $(libXinerama_la_OBJECTS) $(libXinerama_la_DEPENDENCIES) 
344         $(AM_V_CCLD)$(libXinerama_la_LINK) -rpath $(libdir) $(libXinerama_la_OBJECTS) $(libXinerama_la_LIBADD) $(LIBS)
345
346 mostlyclean-compile:
347         -rm -f *.$(OBJEXT)
348
349 distclean-compile:
350         -rm -f *.tab.c
351
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xinerama.Plo@am__quote@
353
354 .c.o:
355 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
361
362 .c.obj:
363 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
364 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
369
370 .c.lo:
371 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
373 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
377
378 mostlyclean-libtool:
379         -rm -f *.lo
380
381 clean-libtool:
382         -rm -rf .libs _libs
383 install-libXineramaincludeHEADERS: $(libXineramainclude_HEADERS)
384         @$(NORMAL_INSTALL)
385         test -z "$(libXineramaincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXineramaincludedir)"
386         @list='$(libXineramainclude_HEADERS)'; test -n "$(libXineramaincludedir)" || list=; \
387         for p in $$list; do \
388           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389           echo "$$d$$p"; \
390         done | $(am__base_list) | \
391         while read files; do \
392           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXineramaincludedir)'"; \
393           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXineramaincludedir)" || exit $$?; \
394         done
395
396 uninstall-libXineramaincludeHEADERS:
397         @$(NORMAL_UNINSTALL)
398         @list='$(libXineramainclude_HEADERS)'; test -n "$(libXineramaincludedir)" || list=; \
399         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
400         test -n "$$files" || exit 0; \
401         echo " ( cd '$(DESTDIR)$(libXineramaincludedir)' && rm -f" $$files ")"; \
402         cd "$(DESTDIR)$(libXineramaincludedir)" && rm -f $$files
403
404 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
405         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406         unique=`for i in $$list; do \
407             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408           done | \
409           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410               END { if (nonempty) { for (i in files) print i; }; }'`; \
411         mkid -fID $$unique
412 tags: TAGS
413
414 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
415                 $(TAGS_FILES) $(LISP)
416         set x; \
417         here=`pwd`; \
418         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
419         unique=`for i in $$list; do \
420             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421           done | \
422           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423               END { if (nonempty) { for (i in files) print i; }; }'`; \
424         shift; \
425         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
426           test -n "$$unique" || unique=$$empty_fix; \
427           if test $$# -gt 0; then \
428             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429               "$$@" $$unique; \
430           else \
431             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432               $$unique; \
433           fi; \
434         fi
435 ctags: CTAGS
436 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437                 $(TAGS_FILES) $(LISP)
438         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
439         unique=`for i in $$list; do \
440             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441           done | \
442           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
443               END { if (nonempty) { for (i in files) print i; }; }'`; \
444         test -z "$(CTAGS_ARGS)$$unique" \
445           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
446              $$unique
447
448 GTAGS:
449         here=`$(am__cd) $(top_builddir) && pwd` \
450           && $(am__cd) $(top_srcdir) \
451           && gtags -i $(GTAGS_ARGS) "$$here"
452
453 distclean-tags:
454         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455
456 distdir: $(DISTFILES)
457         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459         list='$(DISTFILES)'; \
460           dist_files=`for file in $$list; do echo $$file; done | \
461           sed -e "s|^$$srcdirstrip/||;t" \
462               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
463         case $$dist_files in \
464           */*) $(MKDIR_P) `echo "$$dist_files" | \
465                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
466                            sort -u` ;; \
467         esac; \
468         for file in $$dist_files; do \
469           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470           if test -d $$d/$$file; then \
471             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
472             if test -d "$(distdir)/$$file"; then \
473               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474             fi; \
475             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
476               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
477               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478             fi; \
479             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480           else \
481             test -f "$(distdir)/$$file" \
482             || cp -p $$d/$$file "$(distdir)/$$file" \
483             || exit 1; \
484           fi; \
485         done
486 check-am: all-am
487 check: check-am
488 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
489 installdirs:
490         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXineramaincludedir)"; do \
491           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
492         done
493 install: install-am
494 install-exec: install-exec-am
495 install-data: install-data-am
496 uninstall: uninstall-am
497
498 install-am: all-am
499         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
500
501 installcheck: installcheck-am
502 install-strip:
503         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505           `test -z '$(STRIP)' || \
506             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
507 mostlyclean-generic:
508
509 clean-generic:
510
511 distclean-generic:
512         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
514
515 maintainer-clean-generic:
516         @echo "This command is intended for maintainers to use"
517         @echo "it deletes files that may require special tools to rebuild."
518 clean: clean-am
519
520 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
521         mostlyclean-am
522
523 distclean: distclean-am
524         -rm -rf ./$(DEPDIR)
525         -rm -f Makefile
526 distclean-am: clean-am distclean-compile distclean-generic \
527         distclean-tags
528
529 dvi: dvi-am
530
531 dvi-am:
532
533 html: html-am
534
535 html-am:
536
537 info: info-am
538
539 info-am:
540
541 install-data-am: install-libXineramaincludeHEADERS
542
543 install-dvi: install-dvi-am
544
545 install-dvi-am:
546
547 install-exec-am: install-libLTLIBRARIES
548
549 install-html: install-html-am
550
551 install-html-am:
552
553 install-info: install-info-am
554
555 install-info-am:
556
557 install-man:
558
559 install-pdf: install-pdf-am
560
561 install-pdf-am:
562
563 install-ps: install-ps-am
564
565 install-ps-am:
566
567 installcheck-am:
568
569 maintainer-clean: maintainer-clean-am
570         -rm -rf ./$(DEPDIR)
571         -rm -f Makefile
572 maintainer-clean-am: distclean-am maintainer-clean-generic
573
574 mostlyclean: mostlyclean-am
575
576 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
577         mostlyclean-libtool
578
579 pdf: pdf-am
580
581 pdf-am:
582
583 ps: ps-am
584
585 ps-am:
586
587 uninstall-am: uninstall-libLTLIBRARIES \
588         uninstall-libXineramaincludeHEADERS
589
590 .MAKE: install-am install-strip
591
592 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
593         clean-libLTLIBRARIES clean-libtool ctags distclean \
594         distclean-compile distclean-generic distclean-libtool \
595         distclean-tags distdir dvi dvi-am html html-am info info-am \
596         install install-am install-data install-data-am install-dvi \
597         install-dvi-am install-exec install-exec-am install-html \
598         install-html-am install-info install-info-am \
599         install-libLTLIBRARIES install-libXineramaincludeHEADERS \
600         install-man install-pdf install-pdf-am install-ps \
601         install-ps-am install-strip installcheck installcheck-am \
602         installdirs maintainer-clean maintainer-clean-generic \
603         mostlyclean mostlyclean-compile mostlyclean-generic \
604         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
605         uninstall-am uninstall-libLTLIBRARIES \
606         uninstall-libXineramaincludeHEADERS
607
608
609 @LINT_TRUE@lint:
610 @LINT_TRUE@     $(LINT) $(ALL_LINT_FLAGS) $(libXinerama_la_SOURCES) $(XINERAMA_LIBS)
611
612 # Tell versions [3.59,3.63) of GNU make to not export all variables.
613 # Otherwise a system limit (for SysV at least) may be exceeded.
614 .NOEXPORT: