Makefile.in revision ed6f5d66
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82subdir = src
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/depcomp $(libxshmfenceinclude_HEADERS)
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/configure.ac
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88	$(ACLOCAL_M4)
89mkinstalldirs = $(install_sh) -d
90CONFIG_HEADER = $(top_builddir)/config.h
91CONFIG_CLEAN_FILES =
92CONFIG_CLEAN_VPATH_FILES =
93am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
94am__vpath_adj = case $$p in \
95    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
96    *) f=$$p;; \
97  esac;
98am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
99am__install_max = 40
100am__nobase_strip_setup = \
101  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
102am__nobase_strip = \
103  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
104am__nobase_list = $(am__nobase_strip_setup); \
105  for p in $$list; do echo "$$p $$p"; done | \
106  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
107  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
108    if (++n[$$2] == $(am__install_max)) \
109      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
110    END { for (dir in files) print dir, files[dir] }'
111am__base_list = \
112  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
113  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
114am__uninstall_files_from_dir = { \
115  test -z "$$files" \
116    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
117    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
118         $(am__cd) "$$dir" && rm -f $$files; }; \
119  }
120am__installdirs = "$(DESTDIR)$(libdir)" \
121	"$(DESTDIR)$(libxshmfenceincludedir)"
122LTLIBRARIES = $(lib_LTLIBRARIES)
123libxshmfence_la_DEPENDENCIES =
124am__libxshmfence_la_SOURCES_DIST = xshmfenceint.h xshmfence_alloc.c \
125	xshmfence_pthread.c xshmfence_pthread.h xshmfence_futex.c \
126	xshmfence_futex.h
127@PTHREAD_TRUE@am__objects_1 = xshmfence_pthread.lo
128@FUTEX_TRUE@am__objects_2 = xshmfence_futex.lo
129am_libxshmfence_la_OBJECTS = xshmfence_alloc.lo $(am__objects_1) \
130	$(am__objects_2)
131libxshmfence_la_OBJECTS = $(am_libxshmfence_la_OBJECTS)
132AM_V_lt = $(am__v_lt_@AM_V@)
133am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134am__v_lt_0 = --silent
135am__v_lt_1 = 
136libxshmfence_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
137	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
138	$(AM_CFLAGS) $(CFLAGS) $(libxshmfence_la_LDFLAGS) $(LDFLAGS) \
139	-o $@
140AM_V_P = $(am__v_P_@AM_V@)
141am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142am__v_P_0 = false
143am__v_P_1 = :
144AM_V_GEN = $(am__v_GEN_@AM_V@)
145am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146am__v_GEN_0 = @echo "  GEN     " $@;
147am__v_GEN_1 = 
148AM_V_at = $(am__v_at_@AM_V@)
149am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150am__v_at_0 = @
151am__v_at_1 = 
152DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
153depcomp = $(SHELL) $(top_srcdir)/depcomp
154am__depfiles_maybe = depfiles
155am__mv = mv -f
156COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
157	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
160	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161	$(AM_CFLAGS) $(CFLAGS)
162AM_V_CC = $(am__v_CC_@AM_V@)
163am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
164am__v_CC_0 = @echo "  CC      " $@;
165am__v_CC_1 = 
166CCLD = $(CC)
167LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169	$(AM_LDFLAGS) $(LDFLAGS) -o $@
170AM_V_CCLD = $(am__v_CCLD_@AM_V@)
171am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
172am__v_CCLD_0 = @echo "  CCLD    " $@;
173am__v_CCLD_1 = 
174SOURCES = $(libxshmfence_la_SOURCES)
175DIST_SOURCES = $(am__libxshmfence_la_SOURCES_DIST)
176am__can_run_installinfo = \
177  case $$AM_UPDATE_INFO_DIR in \
178    n|no|NO) false;; \
179    *) (install-info --version) >/dev/null 2>&1;; \
180  esac
181HEADERS = $(libxshmfenceinclude_HEADERS)
182am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183# Read a list of newline-separated strings from the standard input,
184# and print each of them once, without duplicates.  Input order is
185# *not* preserved.
186am__uniquify_input = $(AWK) '\
187  BEGIN { nonempty = 0; } \
188  { items[$$0] = 1; nonempty = 1; } \
189  END { if (nonempty) { for (i in items) print i; }; } \
190'
191# Make sure the list of sources is unique.  This is necessary because,
192# e.g., the same source file might be shared among _SOURCES variables
193# for different programs/libraries.
194am__define_uniq_tagged_files = \
195  list='$(am__tagged_files)'; \
196  unique=`for i in $$list; do \
197    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198  done | $(am__uniquify_input)`
199ETAGS = etags
200CTAGS = ctags
201DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202ACLOCAL = @ACLOCAL@
203ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
204ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
205AMTAR = @AMTAR@
206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207APP_MAN_DIR = @APP_MAN_DIR@
208APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
209AR = @AR@
210AUTOCONF = @AUTOCONF@
211AUTOHEADER = @AUTOHEADER@
212AUTOMAKE = @AUTOMAKE@
213AWK = @AWK@
214BASE_CFLAGS = @BASE_CFLAGS@
215CC = @CC@
216CCDEPMODE = @CCDEPMODE@
217CFLAGS = @CFLAGS@
218CHANGELOG_CMD = @CHANGELOG_CMD@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
221CWARNFLAGS = @CWARNFLAGS@
222CYGPATH_W = @CYGPATH_W@
223DEFS = @DEFS@
224DEPDIR = @DEPDIR@
225DLLTOOL = @DLLTOOL@
226DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
227DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
228DSYMUTIL = @DSYMUTIL@
229DUMPBIN = @DUMPBIN@
230ECHO_C = @ECHO_C@
231ECHO_N = @ECHO_N@
232ECHO_T = @ECHO_T@
233EGREP = @EGREP@
234EXEEXT = @EXEEXT@
235FGREP = @FGREP@
236FILE_MAN_DIR = @FILE_MAN_DIR@
237FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
238GREP = @GREP@
239INSTALL = @INSTALL@
240INSTALL_CMD = @INSTALL_CMD@
241INSTALL_DATA = @INSTALL_DATA@
242INSTALL_PROGRAM = @INSTALL_PROGRAM@
243INSTALL_SCRIPT = @INSTALL_SCRIPT@
244INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245LD = @LD@
246LDFLAGS = @LDFLAGS@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBTOOL = @LIBTOOL@
250LIB_MAN_DIR = @LIB_MAN_DIR@
251LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
252LINT = @LINT@
253LINT_FLAGS = @LINT_FLAGS@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBOBJS = @LTLIBOBJS@
257MAKEINFO = @MAKEINFO@
258MANIFEST_TOOL = @MANIFEST_TOOL@
259MAN_SUBSTS = @MAN_SUBSTS@
260MISC_MAN_DIR = @MISC_MAN_DIR@
261MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
262MKDIR_P = @MKDIR_P@
263NM = @NM@
264NMEDIT = @NMEDIT@
265OBJDUMP = @OBJDUMP@
266OBJEXT = @OBJEXT@
267OTOOL = @OTOOL@
268OTOOL64 = @OTOOL64@
269PACKAGE = @PACKAGE@
270PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271PACKAGE_NAME = @PACKAGE_NAME@
272PACKAGE_STRING = @PACKAGE_STRING@
273PACKAGE_TARNAME = @PACKAGE_TARNAME@
274PACKAGE_URL = @PACKAGE_URL@
275PACKAGE_VERSION = @PACKAGE_VERSION@
276PATH_SEPARATOR = @PATH_SEPARATOR@
277PKG_CONFIG = @PKG_CONFIG@
278PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
279PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
280PTHREAD_LIBS = @PTHREAD_LIBS@
281RANLIB = @RANLIB@
282SED = @SED@
283SET_MAKE = @SET_MAKE@
284SHELL = @SHELL@
285STRICT_CFLAGS = @STRICT_CFLAGS@
286STRIP = @STRIP@
287VERSION = @VERSION@
288XORG_MAN_PAGE = @XORG_MAN_PAGE@
289XPROTO_CFLAGS = @XPROTO_CFLAGS@
290XPROTO_LIBS = @XPROTO_LIBS@
291abs_builddir = @abs_builddir@
292abs_srcdir = @abs_srcdir@
293abs_top_builddir = @abs_top_builddir@
294abs_top_srcdir = @abs_top_srcdir@
295ac_ct_AR = @ac_ct_AR@
296ac_ct_CC = @ac_ct_CC@
297ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298am__include = @am__include@
299am__leading_dot = @am__leading_dot@
300am__quote = @am__quote@
301am__tar = @am__tar@
302am__untar = @am__untar@
303bindir = @bindir@
304build = @build@
305build_alias = @build_alias@
306build_cpu = @build_cpu@
307build_os = @build_os@
308build_vendor = @build_vendor@
309builddir = @builddir@
310datadir = @datadir@
311datarootdir = @datarootdir@
312docdir = @docdir@
313dvidir = @dvidir@
314exec_prefix = @exec_prefix@
315host = @host@
316host_alias = @host_alias@
317host_cpu = @host_cpu@
318host_os = @host_os@
319host_vendor = @host_vendor@
320htmldir = @htmldir@
321includedir = @includedir@
322infodir = @infodir@
323install_sh = @install_sh@
324libdir = @libdir@
325libexecdir = @libexecdir@
326localedir = @localedir@
327localstatedir = @localstatedir@
328mandir = @mandir@
329mkdir_p = @mkdir_p@
330oldincludedir = @oldincludedir@
331pdfdir = @pdfdir@
332prefix = @prefix@
333program_transform_name = @program_transform_name@
334psdir = @psdir@
335sbindir = @sbindir@
336sharedstatedir = @sharedstatedir@
337srcdir = @srcdir@
338sysconfdir = @sysconfdir@
339target_alias = @target_alias@
340top_build_prefix = @top_build_prefix@
341top_builddir = @top_builddir@
342top_srcdir = @top_srcdir@
343lib_LTLIBRARIES = libxshmfence.la
344@PTHREAD_TRUE@PTHREAD_SOURCES = xshmfence_pthread.c xshmfence_pthread.h
345@FUTEX_TRUE@FUTEX_SOURCES = xshmfence_futex.c xshmfence_futex.h
346libxshmfence_la_SOURCES = \
347	xshmfenceint.h \
348	xshmfence_alloc.c \
349	$(PTHREAD_SOURCES) \
350	$(FUTEX_SOURCES)
351
352AM_CFLAGS = $(CWARNFLAGS)
353libxshmfence_la_LDFLAGS = -version-number 1:0:0 -no-undefined
354libxshmfence_la_LIBADD = @PTHREAD_LIBS@
355libxshmfenceincludedir = $(includedir)/X11
356libxshmfenceinclude_HEADERS = xshmfence.h
357@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
358@LINT_TRUE@		$(AM_CPPFLAGS) $(CPPFLAGS)
359
360all: all-am
361
362.SUFFIXES:
363.SUFFIXES: .c .lo .o .obj
364$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
365	@for dep in $?; do \
366	  case '$(am__configure_deps)' in \
367	    *$$dep*) \
368	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
369	        && { if test -f $@; then exit 0; else break; fi; }; \
370	      exit 1;; \
371	  esac; \
372	done; \
373	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
374	$(am__cd) $(top_srcdir) && \
375	  $(AUTOMAKE) --foreign src/Makefile
376.PRECIOUS: Makefile
377Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378	@case '$?' in \
379	  *config.status*) \
380	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
381	  *) \
382	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
383	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
384	esac;
385
386$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
389$(top_srcdir)/configure:  $(am__configure_deps)
390	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
392	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393$(am__aclocal_m4_deps):
394
395install-libLTLIBRARIES: $(lib_LTLIBRARIES)
396	@$(NORMAL_INSTALL)
397	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
398	list2=; for p in $$list; do \
399	  if test -f $$p; then \
400	    list2="$$list2 $$p"; \
401	  else :; fi; \
402	done; \
403	test -z "$$list2" || { \
404	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
405	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
406	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
407	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
408	}
409
410uninstall-libLTLIBRARIES:
411	@$(NORMAL_UNINSTALL)
412	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
413	for p in $$list; do \
414	  $(am__strip_dir) \
415	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
416	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
417	done
418
419clean-libLTLIBRARIES:
420	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
421	@list='$(lib_LTLIBRARIES)'; \
422	locs=`for p in $$list; do echo $$p; done | \
423	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
424	      sort -u`; \
425	test -z "$$locs" || { \
426	  echo rm -f $${locs}; \
427	  rm -f $${locs}; \
428	}
429
430libxshmfence.la: $(libxshmfence_la_OBJECTS) $(libxshmfence_la_DEPENDENCIES) $(EXTRA_libxshmfence_la_DEPENDENCIES) 
431	$(AM_V_CCLD)$(libxshmfence_la_LINK) -rpath $(libdir) $(libxshmfence_la_OBJECTS) $(libxshmfence_la_LIBADD) $(LIBS)
432
433mostlyclean-compile:
434	-rm -f *.$(OBJEXT)
435
436distclean-compile:
437	-rm -f *.tab.c
438
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xshmfence_alloc.Plo@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xshmfence_futex.Plo@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xshmfence_pthread.Plo@am__quote@
442
443.c.o:
444@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
449
450.c.obj:
451@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
452@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
456
457.c.lo:
458@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
460@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
463
464mostlyclean-libtool:
465	-rm -f *.lo
466
467clean-libtool:
468	-rm -rf .libs _libs
469install-libxshmfenceincludeHEADERS: $(libxshmfenceinclude_HEADERS)
470	@$(NORMAL_INSTALL)
471	@list='$(libxshmfenceinclude_HEADERS)'; test -n "$(libxshmfenceincludedir)" || list=; \
472	if test -n "$$list"; then \
473	  echo " $(MKDIR_P) '$(DESTDIR)$(libxshmfenceincludedir)'"; \
474	  $(MKDIR_P) "$(DESTDIR)$(libxshmfenceincludedir)" || exit 1; \
475	fi; \
476	for p in $$list; do \
477	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
478	  echo "$$d$$p"; \
479	done | $(am__base_list) | \
480	while read files; do \
481	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libxshmfenceincludedir)'"; \
482	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libxshmfenceincludedir)" || exit $$?; \
483	done
484
485uninstall-libxshmfenceincludeHEADERS:
486	@$(NORMAL_UNINSTALL)
487	@list='$(libxshmfenceinclude_HEADERS)'; test -n "$(libxshmfenceincludedir)" || list=; \
488	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
489	dir='$(DESTDIR)$(libxshmfenceincludedir)'; $(am__uninstall_files_from_dir)
490
491ID: $(am__tagged_files)
492	$(am__define_uniq_tagged_files); mkid -fID $$unique
493tags: tags-am
494TAGS: tags
495
496tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497	set x; \
498	here=`pwd`; \
499	$(am__define_uniq_tagged_files); \
500	shift; \
501	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502	  test -n "$$unique" || unique=$$empty_fix; \
503	  if test $$# -gt 0; then \
504	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505	      "$$@" $$unique; \
506	  else \
507	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508	      $$unique; \
509	  fi; \
510	fi
511ctags: ctags-am
512
513CTAGS: ctags
514ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
515	$(am__define_uniq_tagged_files); \
516	test -z "$(CTAGS_ARGS)$$unique" \
517	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
518	     $$unique
519
520GTAGS:
521	here=`$(am__cd) $(top_builddir) && pwd` \
522	  && $(am__cd) $(top_srcdir) \
523	  && gtags -i $(GTAGS_ARGS) "$$here"
524cscopelist: cscopelist-am
525
526cscopelist-am: $(am__tagged_files)
527	list='$(am__tagged_files)'; \
528	case "$(srcdir)" in \
529	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
530	  *) sdir=$(subdir)/$(srcdir) ;; \
531	esac; \
532	for i in $$list; do \
533	  if test -f "$$i"; then \
534	    echo "$(subdir)/$$i"; \
535	  else \
536	    echo "$$sdir/$$i"; \
537	  fi; \
538	done >> $(top_builddir)/cscope.files
539
540distclean-tags:
541	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
542
543distdir: $(DISTFILES)
544	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546	list='$(DISTFILES)'; \
547	  dist_files=`for file in $$list; do echo $$file; done | \
548	  sed -e "s|^$$srcdirstrip/||;t" \
549	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
550	case $$dist_files in \
551	  */*) $(MKDIR_P) `echo "$$dist_files" | \
552			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
553			   sort -u` ;; \
554	esac; \
555	for file in $$dist_files; do \
556	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
557	  if test -d $$d/$$file; then \
558	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
559	    if test -d "$(distdir)/$$file"; then \
560	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561	    fi; \
562	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
563	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
564	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
565	    fi; \
566	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
567	  else \
568	    test -f "$(distdir)/$$file" \
569	    || cp -p $$d/$$file "$(distdir)/$$file" \
570	    || exit 1; \
571	  fi; \
572	done
573check-am: all-am
574check: check-am
575all-am: Makefile $(LTLIBRARIES) $(HEADERS)
576installdirs:
577	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libxshmfenceincludedir)"; do \
578	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579	done
580install: install-am
581install-exec: install-exec-am
582install-data: install-data-am
583uninstall: uninstall-am
584
585install-am: all-am
586	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587
588installcheck: installcheck-am
589install-strip:
590	if test -z '$(STRIP)'; then \
591	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593	      install; \
594	else \
595	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598	fi
599mostlyclean-generic:
600
601clean-generic:
602
603distclean-generic:
604	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606
607maintainer-clean-generic:
608	@echo "This command is intended for maintainers to use"
609	@echo "it deletes files that may require special tools to rebuild."
610clean: clean-am
611
612clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
613	mostlyclean-am
614
615distclean: distclean-am
616	-rm -rf ./$(DEPDIR)
617	-rm -f Makefile
618distclean-am: clean-am distclean-compile distclean-generic \
619	distclean-tags
620
621dvi: dvi-am
622
623dvi-am:
624
625html: html-am
626
627html-am:
628
629info: info-am
630
631info-am:
632
633install-data-am: install-libxshmfenceincludeHEADERS
634
635install-dvi: install-dvi-am
636
637install-dvi-am:
638
639install-exec-am: install-libLTLIBRARIES
640
641install-html: install-html-am
642
643install-html-am:
644
645install-info: install-info-am
646
647install-info-am:
648
649install-man:
650
651install-pdf: install-pdf-am
652
653install-pdf-am:
654
655install-ps: install-ps-am
656
657install-ps-am:
658
659installcheck-am:
660
661maintainer-clean: maintainer-clean-am
662	-rm -rf ./$(DEPDIR)
663	-rm -f Makefile
664maintainer-clean-am: distclean-am maintainer-clean-generic
665
666mostlyclean: mostlyclean-am
667
668mostlyclean-am: mostlyclean-compile mostlyclean-generic \
669	mostlyclean-libtool
670
671pdf: pdf-am
672
673pdf-am:
674
675ps: ps-am
676
677ps-am:
678
679uninstall-am: uninstall-libLTLIBRARIES \
680	uninstall-libxshmfenceincludeHEADERS
681
682.MAKE: install-am install-strip
683
684.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
685	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
686	ctags-am distclean distclean-compile distclean-generic \
687	distclean-libtool distclean-tags distdir dvi dvi-am html \
688	html-am info info-am install install-am install-data \
689	install-data-am install-dvi install-dvi-am install-exec \
690	install-exec-am install-html install-html-am install-info \
691	install-info-am install-libLTLIBRARIES \
692	install-libxshmfenceincludeHEADERS install-man install-pdf \
693	install-pdf-am install-ps install-ps-am install-strip \
694	installcheck installcheck-am installdirs maintainer-clean \
695	maintainer-clean-generic mostlyclean mostlyclean-compile \
696	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
697	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
698	uninstall-libxshmfenceincludeHEADERS
699
700
701@LINT_TRUE@lint:
702@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(libxshmfence_la_SOURCES) $(LIBS)
703
704# Tell versions [3.59,3.63) of GNU make to not export all variables.
705# Otherwise a system limit (for SysV at least) may be exceeded.
706.NOEXPORT:
707