1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = plugins/customflagsample
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/cache.m4 \
95	$(top_srcdir)/m4/curses.m4 $(top_srcdir)/m4/isnan.m4 \
96	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libtool.m4 \
97	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99	$(top_srcdir)/m4/m4_ax_cxx_compile_stdcxx.m4 \
100	$(top_srcdir)/m4/m4_ax_cxx_compile_stdcxx_11.m4 \
101	$(top_srcdir)/m4/sdl.m4 $(top_srcdir)/m4/sdl2.m4 \
102	$(top_srcdir)/m4/stage.m4 $(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = $(top_builddir)/include/config.h
108CONFIG_CLEAN_FILES =
109CONFIG_CLEAN_VPATH_FILES =
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113    *) f=$$p;; \
114  esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__nobase_list = $(am__nobase_strip_setup); \
122  for p in $$list; do echo "$$p $$p"; done | \
123  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125    if (++n[$$2] == $(am__install_max)) \
126      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127    END { for (dir in files) print dir, files[dir] }'
128am__base_list = \
129  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131am__uninstall_files_from_dir = { \
132  test -z "$$files" \
133    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135         $(am__cd) "$$dir" && rm -f $$files; }; \
136  }
137am__installdirs = "$(DESTDIR)$(libdir)"
138LTLIBRARIES = $(lib_LTLIBRARIES)
139customflagsample_la_DEPENDENCIES =  \
140	$(top_builddir)/plugins/plugin_utils/libplugin_utils.la
141am_customflagsample_la_OBJECTS =  \
142	customflagsample_la-customflagsample.lo
143customflagsample_la_OBJECTS = $(am_customflagsample_la_OBJECTS)
144AM_V_lt = $(am__v_lt_@AM_V@)
145am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
146am__v_lt_0 = --silent
147am__v_lt_1 =
148customflagsample_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
149	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
150	$(AM_CXXFLAGS) $(CXXFLAGS) $(customflagsample_la_LDFLAGS) \
151	$(LDFLAGS) -o $@
152AM_V_P = $(am__v_P_@AM_V@)
153am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154am__v_P_0 = false
155am__v_P_1 = :
156AM_V_GEN = $(am__v_GEN_@AM_V@)
157am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158am__v_GEN_0 = @echo "  GEN     " $@;
159am__v_GEN_1 =
160AM_V_at = $(am__v_at_@AM_V@)
161am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162am__v_at_0 = @
163am__v_at_1 =
164DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
165depcomp = $(SHELL) $(top_srcdir)/misc/depcomp
166am__maybe_remake_depfiles = depfiles
167am__depfiles_remade =  \
168	./$(DEPDIR)/customflagsample_la-customflagsample.Plo
169am__mv = mv -f
170CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
171	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
172LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
173	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
174	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
175	$(AM_CXXFLAGS) $(CXXFLAGS)
176AM_V_CXX = $(am__v_CXX_@AM_V@)
177am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
178am__v_CXX_0 = @echo "  CXX     " $@;
179am__v_CXX_1 =
180CXXLD = $(CXX)
181CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
182	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
183	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
184AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
185am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
186am__v_CXXLD_0 = @echo "  CXXLD   " $@;
187am__v_CXXLD_1 =
188SOURCES = $(customflagsample_la_SOURCES)
189DIST_SOURCES = $(customflagsample_la_SOURCES)
190am__can_run_installinfo = \
191  case $$AM_UPDATE_INFO_DIR in \
192    n|no|NO) false;; \
193    *) (install-info --version) >/dev/null 2>&1;; \
194  esac
195am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
196# Read a list of newline-separated strings from the standard input,
197# and print each of them once, without duplicates.  Input order is
198# *not* preserved.
199am__uniquify_input = $(AWK) '\
200  BEGIN { nonempty = 0; } \
201  { items[$$0] = 1; nonempty = 1; } \
202  END { if (nonempty) { for (i in items) print i; }; } \
203'
204# Make sure the list of sources is unique.  This is necessary because,
205# e.g., the same source file might be shared among _SOURCES variables
206# for different programs/libraries.
207am__define_uniq_tagged_files = \
208  list='$(am__tagged_files)'; \
209  unique=`for i in $$list; do \
210    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
211  done | $(am__uniquify_input)`
212ETAGS = etags
213CTAGS = ctags
214am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/misc/depcomp
215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216ACLOCAL = @ACLOCAL@
217AMTAR = @AMTAR@
218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219AR = @AR@
220AR_FLAGS = @AR_FLAGS@
221AUTOCONF = @AUTOCONF@
222AUTOHEADER = @AUTOHEADER@
223AUTOMAKE = @AUTOMAKE@
224AWK = @AWK@
225BUILD_DATE = @BUILD_DATE@
226BZFLAG_DATA = @BZFLAG_DATA@
227CC = @CC@
228CCACHE = @CCACHE@
229CCDEPMODE = @CCDEPMODE@
230CFLAGS = @CFLAGS@
231CONFIG = @CONFIG@
232CONFIG_CACHE = @CONFIG_CACHE@
233CONF_CFLAGS = @CONF_CFLAGS@
234CONF_CPPFLAGS = @CONF_CPPFLAGS@
235CONF_CXXFLAGS = @CONF_CXXFLAGS@
236CPP = @CPP@
237CPPFLAGS = @CPPFLAGS@
238CURSES_LIB = @CURSES_LIB@
239CUSTOM_PLUGIN_LIST = @CUSTOM_PLUGIN_LIST@
240CXX = @CXX@
241CXXCPP = @CXXCPP@
242CXXDEPMODE = @CXXDEPMODE@
243CXXFLAGS = @CXXFLAGS@
244CYGPATH_W = @CYGPATH_W@
245DEFS = @DEFS@
246DEPDIR = @DEPDIR@
247DLLTOOL = @DLLTOOL@
248DSYMUTIL = @DSYMUTIL@
249DUMPBIN = @DUMPBIN@
250ECHO = @ECHO@
251ECHO_C = @ECHO_C@
252ECHO_N = @ECHO_N@
253ECHO_T = @ECHO_T@
254EGREP = @EGREP@
255EXEEXT = @EXEEXT@
256FGREP = @FGREP@
257GLIBS = @GLIBS@
258GREP = @GREP@
259HASPOD2MAN = @HASPOD2MAN@
260HAVE_CXX11 = @HAVE_CXX11@
261INSTALL = @INSTALL@
262INSTALL_DATA = @INSTALL_DATA@
263INSTALL_PROGRAM = @INSTALL_PROGRAM@
264INSTALL_SCRIPT = @INSTALL_SCRIPT@
265INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266LD = @LD@
267LDFLAGS = @LDFLAGS@
268LIBCARES = @LIBCARES@
269LIBCURL = @LIBCURL@
270LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
271LIBDIR = @LIBDIR@
272LIBDL = @LIBDL@
273LIBMINIUPNPC = @LIBMINIUPNPC@
274LIBOBJS = @LIBOBJS@
275LIBPTHREAD = @LIBPTHREAD@
276LIBREGEX = @LIBREGEX@
277LIBRT = @LIBRT@
278LIBS = @LIBS@
279LIBTOOL = @LIBTOOL@
280LIBTOOLFLAGS = @LIBTOOLFLAGS@
281LIBTOOL_DEPS = @LIBTOOL_DEPS@
282LIBZ = @LIBZ@
283LIPO = @LIPO@
284LN_S = @LN_S@
285LTLIBOBJS = @LTLIBOBJS@
286LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
287MAKEINFO = @MAKEINFO@
288MANIFEST_TOOL = @MANIFEST_TOOL@
289MKDIR_P = @MKDIR_P@
290NM = @NM@
291NMEDIT = @NMEDIT@
292OBJC = @OBJC@
293OBJCDEPMODE = @OBJCDEPMODE@
294OBJCFLAGS = @OBJCFLAGS@
295OBJDUMP = @OBJDUMP@
296OBJEXT = @OBJEXT@
297OTOOL = @OTOOL@
298OTOOL64 = @OTOOL64@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_NAME = @PACKAGE_NAME@
302PACKAGE_STRING = @PACKAGE_STRING@
303PACKAGE_TARNAME = @PACKAGE_TARNAME@
304PACKAGE_URL = @PACKAGE_URL@
305PACKAGE_VERSION = @PACKAGE_VERSION@
306PATH_SEPARATOR = @PATH_SEPARATOR@
307PKG_CONFIG = @PKG_CONFIG@
308PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
309PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
310RANLIB = @RANLIB@
311SDL2_CONFIG = @SDL2_CONFIG@
312SDL_CFLAGS = @SDL_CFLAGS@
313SDL_CONFIG = @SDL_CONFIG@
314SDL_LIBS = @SDL_LIBS@
315SED = @SED@
316SET_MAKE = @SET_MAKE@
317SHELL = @SHELL@
318STRIP = @STRIP@
319VERSION = @VERSION@
320WINDRES = @WINDRES@
321_libcurl_config = @_libcurl_config@
322abs_builddir = @abs_builddir@
323abs_srcdir = @abs_srcdir@
324abs_top_builddir = @abs_top_builddir@
325abs_top_srcdir = @abs_top_srcdir@
326ac_ct_AR = @ac_ct_AR@
327ac_ct_CC = @ac_ct_CC@
328ac_ct_CXX = @ac_ct_CXX@
329ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
330ac_ct_OBJC = @ac_ct_OBJC@
331am__include = @am__include@
332am__leading_dot = @am__leading_dot@
333am__quote = @am__quote@
334am__tar = @am__tar@
335am__untar = @am__untar@
336bindir = @bindir@
337build = @build@
338build_alias = @build_alias@
339build_cpu = @build_cpu@
340build_os = @build_os@
341build_vendor = @build_vendor@
342builddir = @builddir@
343datadir = @datadir@
344datarootdir = @datarootdir@
345docdir = @docdir@
346dvidir = @dvidir@
347exec_prefix = @exec_prefix@
348host = @host@
349host_alias = @host_alias@
350host_cpu = @host_cpu@
351host_os = @host_os@
352host_vendor = @host_vendor@
353htmldir = @htmldir@
354includedir = @includedir@
355infodir = @infodir@
356install_sh = @install_sh@
357libdir = @libdir@
358libexecdir = @libexecdir@
359localedir = @localedir@
360localstatedir = @localstatedir@
361mandir = @mandir@
362mkdir_p = @mkdir_p@
363ncurses_CFLAGS = @ncurses_CFLAGS@
364ncurses_LIBS = @ncurses_LIBS@
365oldincludedir = @oldincludedir@
366pdfdir = @pdfdir@
367prefix = @prefix@
368program_transform_name = @program_transform_name@
369psdir = @psdir@
370runstatedir = @runstatedir@
371sbindir = @sbindir@
372sharedstatedir = @sharedstatedir@
373srcdir = @srcdir@
374sysconfdir = @sysconfdir@
375target = @target@
376target_alias = @target_alias@
377target_cpu = @target_cpu@
378target_os = @target_os@
379target_vendor = @target_vendor@
380top_build_prefix = @top_build_prefix@
381top_builddir = @top_builddir@
382top_srcdir = @top_srcdir@
383lib_LTLIBRARIES = customflagsample.la
384customflagsample_la_SOURCES = customflagsample.cpp
385customflagsample_la_LDFLAGS = -module -avoid-version -shared
386customflagsample_la_CPPFLAGS = -I$(top_srcdir)/plugins/plugin_utils -I$(top_srcdir)/include
387customflagsample_la_LIBADD = $(top_builddir)/plugins/plugin_utils/libplugin_utils.la
388AM_CPPFLAGS = $(CONF_CPPFLAGS)
389AM_CFLAGS = $(CONF_CFLAGS)
390AM_CXXFLAGS = $(CONF_CXXFLAGS)
391EXTRA_DIST = \
392	README.customflagsample.txt \
393	customflagsample.sln \
394	customflagsample.vcxproj	\
395	customflagsample.vcxproj.filters
396
397MAINTAINERCLEANFILES = \
398	Makefile.in
399
400all: all-am
401
402.SUFFIXES:
403.SUFFIXES: .cpp .lo .o .obj
404$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
405	@for dep in $?; do \
406	  case '$(am__configure_deps)' in \
407	    *$$dep*) \
408	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
409	        && { if test -f $@; then exit 0; else break; fi; }; \
410	      exit 1;; \
411	  esac; \
412	done; \
413	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/customflagsample/Makefile'; \
414	$(am__cd) $(top_srcdir) && \
415	  $(AUTOMAKE) --gnu plugins/customflagsample/Makefile
416Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417	@case '$?' in \
418	  *config.status*) \
419	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
420	  *) \
421	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
422	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
423	esac;
424
425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427
428$(top_srcdir)/configure:  $(am__configure_deps)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
431	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432$(am__aclocal_m4_deps):
433
434install-libLTLIBRARIES: $(lib_LTLIBRARIES)
435	@$(NORMAL_INSTALL)
436	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
437	list2=; for p in $$list; do \
438	  if test -f $$p; then \
439	    list2="$$list2 $$p"; \
440	  else :; fi; \
441	done; \
442	test -z "$$list2" || { \
443	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
444	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
445	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
446	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
447	}
448
449uninstall-libLTLIBRARIES:
450	@$(NORMAL_UNINSTALL)
451	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
452	for p in $$list; do \
453	  $(am__strip_dir) \
454	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
455	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
456	done
457
458clean-libLTLIBRARIES:
459	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
460	@list='$(lib_LTLIBRARIES)'; \
461	locs=`for p in $$list; do echo $$p; done | \
462	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
463	      sort -u`; \
464	test -z "$$locs" || { \
465	  echo rm -f $${locs}; \
466	  rm -f $${locs}; \
467	}
468
469customflagsample.la: $(customflagsample_la_OBJECTS) $(customflagsample_la_DEPENDENCIES) $(EXTRA_customflagsample_la_DEPENDENCIES)
470	$(AM_V_CXXLD)$(customflagsample_la_LINK) -rpath $(libdir) $(customflagsample_la_OBJECTS) $(customflagsample_la_LIBADD) $(LIBS)
471
472mostlyclean-compile:
473	-rm -f *.$(OBJEXT)
474
475distclean-compile:
476	-rm -f *.tab.c
477
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/customflagsample_la-customflagsample.Plo@am__quote@ # am--include-marker
479
480$(am__depfiles_remade):
481	@$(MKDIR_P) $(@D)
482	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
483
484am--depfiles: $(am__depfiles_remade)
485
486.cpp.o:
487@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
488@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
489@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
490@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
491@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
493
494.cpp.obj:
495@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
496@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
497@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
498@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
499@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
501
502.cpp.lo:
503@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
504@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
505@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
506@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
507@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
509
510customflagsample_la-customflagsample.lo: customflagsample.cpp
511@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(customflagsample_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT customflagsample_la-customflagsample.lo -MD -MP -MF $(DEPDIR)/customflagsample_la-customflagsample.Tpo -c -o customflagsample_la-customflagsample.lo `test -f 'customflagsample.cpp' || echo '$(srcdir)/'`customflagsample.cpp
512@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/customflagsample_la-customflagsample.Tpo $(DEPDIR)/customflagsample_la-customflagsample.Plo
513@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='customflagsample.cpp' object='customflagsample_la-customflagsample.lo' libtool=yes @AMDEPBACKSLASH@
514@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(customflagsample_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o customflagsample_la-customflagsample.lo `test -f 'customflagsample.cpp' || echo '$(srcdir)/'`customflagsample.cpp
516
517mostlyclean-libtool:
518	-rm -f *.lo
519
520clean-libtool:
521	-rm -rf .libs _libs
522
523ID: $(am__tagged_files)
524	$(am__define_uniq_tagged_files); mkid -fID $$unique
525tags: tags-am
526TAGS: tags
527
528tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
529	set x; \
530	here=`pwd`; \
531	$(am__define_uniq_tagged_files); \
532	shift; \
533	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
534	  test -n "$$unique" || unique=$$empty_fix; \
535	  if test $$# -gt 0; then \
536	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537	      "$$@" $$unique; \
538	  else \
539	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
540	      $$unique; \
541	  fi; \
542	fi
543ctags: ctags-am
544
545CTAGS: ctags
546ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
547	$(am__define_uniq_tagged_files); \
548	test -z "$(CTAGS_ARGS)$$unique" \
549	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
550	     $$unique
551
552GTAGS:
553	here=`$(am__cd) $(top_builddir) && pwd` \
554	  && $(am__cd) $(top_srcdir) \
555	  && gtags -i $(GTAGS_ARGS) "$$here"
556cscopelist: cscopelist-am
557
558cscopelist-am: $(am__tagged_files)
559	list='$(am__tagged_files)'; \
560	case "$(srcdir)" in \
561	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
562	  *) sdir=$(subdir)/$(srcdir) ;; \
563	esac; \
564	for i in $$list; do \
565	  if test -f "$$i"; then \
566	    echo "$(subdir)/$$i"; \
567	  else \
568	    echo "$$sdir/$$i"; \
569	  fi; \
570	done >> $(top_builddir)/cscope.files
571
572distclean-tags:
573	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
575distdir: $(BUILT_SOURCES)
576	$(MAKE) $(AM_MAKEFLAGS) distdir-am
577
578distdir-am: $(DISTFILES)
579	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581	list='$(DISTFILES)'; \
582	  dist_files=`for file in $$list; do echo $$file; done | \
583	  sed -e "s|^$$srcdirstrip/||;t" \
584	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
585	case $$dist_files in \
586	  */*) $(MKDIR_P) `echo "$$dist_files" | \
587			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
588			   sort -u` ;; \
589	esac; \
590	for file in $$dist_files; do \
591	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
592	  if test -d $$d/$$file; then \
593	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
594	    if test -d "$(distdir)/$$file"; then \
595	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596	    fi; \
597	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
598	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
599	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600	    fi; \
601	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
602	  else \
603	    test -f "$(distdir)/$$file" \
604	    || cp -p $$d/$$file "$(distdir)/$$file" \
605	    || exit 1; \
606	  fi; \
607	done
608check-am: all-am
609check: check-am
610all-am: Makefile $(LTLIBRARIES)
611installdirs:
612	for dir in "$(DESTDIR)$(libdir)"; do \
613	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
614	done
615install: install-am
616install-exec: install-exec-am
617install-data: install-data-am
618uninstall: uninstall-am
619
620install-am: all-am
621	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
622
623installcheck: installcheck-am
624install-strip:
625	if test -z '$(STRIP)'; then \
626	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628	      install; \
629	else \
630	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
633	fi
634mostlyclean-generic:
635
636clean-generic:
637
638distclean-generic:
639	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
640	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
641
642maintainer-clean-generic:
643	@echo "This command is intended for maintainers to use"
644	@echo "it deletes files that may require special tools to rebuild."
645	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
646clean: clean-am
647
648clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
649	mostlyclean-am
650
651distclean: distclean-am
652		-rm -f ./$(DEPDIR)/customflagsample_la-customflagsample.Plo
653	-rm -f Makefile
654distclean-am: clean-am distclean-compile distclean-generic \
655	distclean-tags
656
657dvi: dvi-am
658
659dvi-am:
660
661html: html-am
662
663html-am:
664
665info: info-am
666
667info-am:
668
669install-data-am:
670
671install-dvi: install-dvi-am
672
673install-dvi-am:
674
675install-exec-am: install-libLTLIBRARIES
676
677install-html: install-html-am
678
679install-html-am:
680
681install-info: install-info-am
682
683install-info-am:
684
685install-man:
686
687install-pdf: install-pdf-am
688
689install-pdf-am:
690
691install-ps: install-ps-am
692
693install-ps-am:
694
695installcheck-am:
696
697maintainer-clean: maintainer-clean-am
698		-rm -f ./$(DEPDIR)/customflagsample_la-customflagsample.Plo
699	-rm -f Makefile
700maintainer-clean-am: distclean-am maintainer-clean-generic
701
702mostlyclean: mostlyclean-am
703
704mostlyclean-am: mostlyclean-compile mostlyclean-generic \
705	mostlyclean-libtool
706
707pdf: pdf-am
708
709pdf-am:
710
711ps: ps-am
712
713ps-am:
714
715uninstall-am: uninstall-libLTLIBRARIES
716
717.MAKE: install-am install-strip
718
719.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
720	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
721	ctags ctags-am distclean distclean-compile distclean-generic \
722	distclean-libtool distclean-tags distdir dvi dvi-am html \
723	html-am info info-am install install-am install-data \
724	install-data-am install-dvi install-dvi-am install-exec \
725	install-exec-am install-html install-html-am install-info \
726	install-info-am install-libLTLIBRARIES install-man install-pdf \
727	install-pdf-am install-ps install-ps-am install-strip \
728	installcheck installcheck-am installdirs maintainer-clean \
729	maintainer-clean-generic mostlyclean mostlyclean-compile \
730	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
731	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
732
733.PRECIOUS: Makefile
734
735
736# Tell versions [3.59,3.63) of GNU make to not export all variables.
737# Otherwise a system limit (for SysV at least) may be exceeded.
738.NOEXPORT:
739