1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89subdir = brushes/Texture
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.in
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98AM_V_P = $(am__v_P_@AM_V@)
99am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100am__v_P_0 = false
101am__v_P_1 = :
102AM_V_GEN = $(am__v_GEN_@AM_V@)
103am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104am__v_GEN_0 = @echo "  GEN     " $@;
105am__v_GEN_1 =
106AM_V_at = $(am__v_at_@AM_V@)
107am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108am__v_at_0 = @
109am__v_at_1 =
110SOURCES =
111DIST_SOURCES =
112am__can_run_installinfo = \
113  case $$AM_UPDATE_INFO_DIR in \
114    n|no|NO) false;; \
115    *) (install-info --version) >/dev/null 2>&1;; \
116  esac
117am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118am__vpath_adj = case $$p in \
119    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120    *) f=$$p;; \
121  esac;
122am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123am__install_max = 40
124am__nobase_strip_setup = \
125  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126am__nobase_strip = \
127  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128am__nobase_list = $(am__nobase_strip_setup); \
129  for p in $$list; do echo "$$p $$p"; done | \
130  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132    if (++n[$$2] == $(am__install_max)) \
133      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134    END { for (dir in files) print dir, files[dir] }'
135am__base_list = \
136  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138am__uninstall_files_from_dir = { \
139  test -z "$$files" \
140    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142         $(am__cd) "$$dir" && rm -f $$files; }; \
143  }
144am__installdirs = "$(DESTDIR)$(brushtexturedatadir)"
145DATA = $(brushtexturedata_DATA)
146am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147am__DIST_COMMON = $(srcdir)/Makefile.in
148DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149ACLOCAL = @ACLOCAL@
150AMTAR = @AMTAR@
151AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
152AUTOCONF = @AUTOCONF@
153AUTOHEADER = @AUTOHEADER@
154AUTOMAKE = @AUTOMAKE@
155AWK = @AWK@
156CYGPATH_W = @CYGPATH_W@
157DEFS = @DEFS@
158ECHO_C = @ECHO_C@
159ECHO_N = @ECHO_N@
160ECHO_T = @ECHO_T@
161GIMP_DATA_DIR = @GIMP_DATA_DIR@
162INSTALL = @INSTALL@
163INSTALL_DATA = @INSTALL_DATA@
164INSTALL_PROGRAM = @INSTALL_PROGRAM@
165INSTALL_SCRIPT = @INSTALL_SCRIPT@
166INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LTLIBOBJS = @LTLIBOBJS@
170MAINT = @MAINT@
171MAKEINFO = @MAKEINFO@
172MKDIR_P = @MKDIR_P@
173PACKAGE = @PACKAGE@
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_NAME = @PACKAGE_NAME@
176PACKAGE_STRING = @PACKAGE_STRING@
177PACKAGE_TARNAME = @PACKAGE_TARNAME@
178PACKAGE_URL = @PACKAGE_URL@
179PACKAGE_VERSION = @PACKAGE_VERSION@
180PATH_SEPARATOR = @PATH_SEPARATOR@
181PKG_CONFIG = @PKG_CONFIG@
182PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
183PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
184SET_MAKE = @SET_MAKE@
185SHELL = @SHELL@
186STRIP = @STRIP@
187VERSION = @VERSION@
188abs_builddir = @abs_builddir@
189abs_srcdir = @abs_srcdir@
190abs_top_builddir = @abs_top_builddir@
191abs_top_srcdir = @abs_top_srcdir@
192am__leading_dot = @am__leading_dot@
193am__tar = @am__tar@
194am__untar = @am__untar@
195bindir = @bindir@
196build_alias = @build_alias@
197builddir = @builddir@
198datadir = @datadir@
199datarootdir = @datarootdir@
200docdir = @docdir@
201dvidir = @dvidir@
202exec_prefix = @exec_prefix@
203gimp_CFLAGS = @gimp_CFLAGS@
204gimp_LIBS = @gimp_LIBS@
205host_alias = @host_alias@
206htmldir = @htmldir@
207includedir = @includedir@
208infodir = @infodir@
209install_sh = @install_sh@
210libdir = @libdir@
211libexecdir = @libexecdir@
212localedir = @localedir@
213localstatedir = @localstatedir@
214mandir = @mandir@
215mkdir_p = @mkdir_p@
216oldincludedir = @oldincludedir@
217pdfdir = @pdfdir@
218prefix = @prefix@
219program_transform_name = @program_transform_name@
220psdir = @psdir@
221runstatedir = @runstatedir@
222sbindir = @sbindir@
223sharedstatedir = @sharedstatedir@
224srcdir = @srcdir@
225sysconfdir = @sysconfdir@
226target_alias = @target_alias@
227top_build_prefix = @top_build_prefix@
228top_builddir = @top_builddir@
229top_srcdir = @top_srcdir@
230brushtexturedatadir = $(GIMP_DATA_DIR)/brushes/Texture
231brushtexturedata_DATA = \
232	cloth.gbr		\
233	text1.gbr		\
234	text2.gbr		\
235	text3.gbr		\
236	text4.gbr
237
238EXTRA_DIST = $(brushtexturedata_DATA)
239all: all-am
240
241.SUFFIXES:
242$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
243	@for dep in $?; do \
244	  case '$(am__configure_deps)' in \
245	    *$$dep*) \
246	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
247	        && { if test -f $@; then exit 0; else break; fi; }; \
248	      exit 1;; \
249	  esac; \
250	done; \
251	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu brushes/Texture/Makefile'; \
252	$(am__cd) $(top_srcdir) && \
253	  $(AUTOMAKE) --gnu brushes/Texture/Makefile
254Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255	@case '$?' in \
256	  *config.status*) \
257	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258	  *) \
259	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261	esac;
262
263$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
267	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
269	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270$(am__aclocal_m4_deps):
271install-brushtexturedataDATA: $(brushtexturedata_DATA)
272	@$(NORMAL_INSTALL)
273	@list='$(brushtexturedata_DATA)'; test -n "$(brushtexturedatadir)" || list=; \
274	if test -n "$$list"; then \
275	  echo " $(MKDIR_P) '$(DESTDIR)$(brushtexturedatadir)'"; \
276	  $(MKDIR_P) "$(DESTDIR)$(brushtexturedatadir)" || exit 1; \
277	fi; \
278	for p in $$list; do \
279	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
280	  echo "$$d$$p"; \
281	done | $(am__base_list) | \
282	while read files; do \
283	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(brushtexturedatadir)'"; \
284	  $(INSTALL_DATA) $$files "$(DESTDIR)$(brushtexturedatadir)" || exit $$?; \
285	done
286
287uninstall-brushtexturedataDATA:
288	@$(NORMAL_UNINSTALL)
289	@list='$(brushtexturedata_DATA)'; test -n "$(brushtexturedatadir)" || list=; \
290	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
291	dir='$(DESTDIR)$(brushtexturedatadir)'; $(am__uninstall_files_from_dir)
292tags TAGS:
293
294ctags CTAGS:
295
296cscope cscopelist:
297
298
299distdir: $(DISTFILES)
300	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
301	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
302	list='$(DISTFILES)'; \
303	  dist_files=`for file in $$list; do echo $$file; done | \
304	  sed -e "s|^$$srcdirstrip/||;t" \
305	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
306	case $$dist_files in \
307	  */*) $(MKDIR_P) `echo "$$dist_files" | \
308			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
309			   sort -u` ;; \
310	esac; \
311	for file in $$dist_files; do \
312	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
313	  if test -d $$d/$$file; then \
314	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
315	    if test -d "$(distdir)/$$file"; then \
316	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
317	    fi; \
318	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
319	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
320	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
321	    fi; \
322	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
323	  else \
324	    test -f "$(distdir)/$$file" \
325	    || cp -p $$d/$$file "$(distdir)/$$file" \
326	    || exit 1; \
327	  fi; \
328	done
329check-am: all-am
330check: check-am
331all-am: Makefile $(DATA)
332installdirs:
333	for dir in "$(DESTDIR)$(brushtexturedatadir)"; do \
334	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
335	done
336install: install-am
337install-exec: install-exec-am
338install-data: install-data-am
339uninstall: uninstall-am
340
341install-am: all-am
342	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
343
344installcheck: installcheck-am
345install-strip:
346	if test -z '$(STRIP)'; then \
347	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
348	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
349	      install; \
350	else \
351	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
353	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
354	fi
355mostlyclean-generic:
356
357clean-generic:
358
359distclean-generic:
360	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
361	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
362
363maintainer-clean-generic:
364	@echo "This command is intended for maintainers to use"
365	@echo "it deletes files that may require special tools to rebuild."
366clean: clean-am
367
368clean-am: clean-generic mostlyclean-am
369
370distclean: distclean-am
371	-rm -f Makefile
372distclean-am: clean-am distclean-generic
373
374dvi: dvi-am
375
376dvi-am:
377
378html: html-am
379
380html-am:
381
382info: info-am
383
384info-am:
385
386install-data-am: install-brushtexturedataDATA
387
388install-dvi: install-dvi-am
389
390install-dvi-am:
391
392install-exec-am:
393
394install-html: install-html-am
395
396install-html-am:
397
398install-info: install-info-am
399
400install-info-am:
401
402install-man:
403
404install-pdf: install-pdf-am
405
406install-pdf-am:
407
408install-ps: install-ps-am
409
410install-ps-am:
411
412installcheck-am:
413
414maintainer-clean: maintainer-clean-am
415	-rm -f Makefile
416maintainer-clean-am: distclean-am maintainer-clean-generic
417
418mostlyclean: mostlyclean-am
419
420mostlyclean-am: mostlyclean-generic
421
422pdf: pdf-am
423
424pdf-am:
425
426ps: ps-am
427
428ps-am:
429
430uninstall-am: uninstall-brushtexturedataDATA
431
432.MAKE: install-am install-strip
433
434.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
435	ctags-am distclean distclean-generic distdir dvi dvi-am html \
436	html-am info info-am install install-am \
437	install-brushtexturedataDATA install-data install-data-am \
438	install-dvi install-dvi-am install-exec install-exec-am \
439	install-html install-html-am install-info install-info-am \
440	install-man install-pdf install-pdf-am install-ps \
441	install-ps-am install-strip installcheck installcheck-am \
442	installdirs maintainer-clean maintainer-clean-generic \
443	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
444	uninstall uninstall-am uninstall-brushtexturedataDATA
445
446.PRECIOUS: Makefile
447
448
449# Tell versions [3.59,3.63) of GNU make to not export all variables.
450# Otherwise a system limit (for SysV at least) may be exceeded.
451.NOEXPORT:
452