Home | History | Annotate | Line # | Download | only in msvc-scripts
      1  1.1  riastrad # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2  1.1  riastrad # @configure_input@
      3  1.1  riastrad 
      4  1.1  riastrad # Copyright (C) 1994-2017 Free Software Foundation, Inc.
      5  1.1  riastrad 
      6  1.1  riastrad # This Makefile.in is free software; the Free Software Foundation
      7  1.1  riastrad # gives unlimited permission to copy and/or distribute it,
      8  1.1  riastrad # with or without modifications, as long as this notice is preserved.
      9  1.1  riastrad 
     10  1.1  riastrad # This program is distributed in the hope that it will be useful,
     11  1.1  riastrad # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12  1.1  riastrad # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13  1.1  riastrad # PARTICULAR PURPOSE.
     14  1.1  riastrad 
     15  1.1  riastrad @SET_MAKE@
     16  1.1  riastrad VPATH = @srcdir@
     17  1.1  riastrad am__is_gnu_make = { \
     18  1.1  riastrad   if test -z '$(MAKELEVEL)'; then \
     19  1.1  riastrad     false; \
     20  1.1  riastrad   elif test -n '$(MAKE_HOST)'; then \
     21  1.1  riastrad     true; \
     22  1.1  riastrad   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     23  1.1  riastrad     true; \
     24  1.1  riastrad   else \
     25  1.1  riastrad     false; \
     26  1.1  riastrad   fi; \
     27  1.1  riastrad }
     28  1.1  riastrad am__make_running_with_option = \
     29  1.1  riastrad   case $${target_option-} in \
     30  1.1  riastrad       ?) ;; \
     31  1.1  riastrad       *) echo "am__make_running_with_option: internal error: invalid" \
     32  1.1  riastrad               "target option '$${target_option-}' specified" >&2; \
     33  1.1  riastrad          exit 1;; \
     34  1.1  riastrad   esac; \
     35  1.1  riastrad   has_opt=no; \
     36  1.1  riastrad   sane_makeflags=$$MAKEFLAGS; \
     37  1.1  riastrad   if $(am__is_gnu_make); then \
     38  1.1  riastrad     sane_makeflags=$$MFLAGS; \
     39  1.1  riastrad   else \
     40  1.1  riastrad     case $$MAKEFLAGS in \
     41  1.1  riastrad       *\\[\ \	]*) \
     42  1.1  riastrad         bs=\\; \
     43  1.1  riastrad         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     44  1.1  riastrad           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     45  1.1  riastrad     esac; \
     46  1.1  riastrad   fi; \
     47  1.1  riastrad   skip_next=no; \
     48  1.1  riastrad   strip_trailopt () \
     49  1.1  riastrad   { \
     50  1.1  riastrad     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     51  1.1  riastrad   }; \
     52  1.1  riastrad   for flg in $$sane_makeflags; do \
     53  1.1  riastrad     test $$skip_next = yes && { skip_next=no; continue; }; \
     54  1.1  riastrad     case $$flg in \
     55  1.1  riastrad       *=*|--*) continue;; \
     56  1.1  riastrad         -*I) strip_trailopt 'I'; skip_next=yes;; \
     57  1.1  riastrad       -*I?*) strip_trailopt 'I';; \
     58  1.1  riastrad         -*O) strip_trailopt 'O'; skip_next=yes;; \
     59  1.1  riastrad       -*O?*) strip_trailopt 'O';; \
     60  1.1  riastrad         -*l) strip_trailopt 'l'; skip_next=yes;; \
     61  1.1  riastrad       -*l?*) strip_trailopt 'l';; \
     62  1.1  riastrad       -[dEDm]) skip_next=yes;; \
     63  1.1  riastrad       -[JT]) skip_next=yes;; \
     64  1.1  riastrad     esac; \
     65  1.1  riastrad     case $$flg in \
     66  1.1  riastrad       *$$target_option*) has_opt=yes; break;; \
     67  1.1  riastrad     esac; \
     68  1.1  riastrad   done; \
     69  1.1  riastrad   test $$has_opt = yes
     70  1.1  riastrad am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     71  1.1  riastrad am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     72  1.1  riastrad pkgdatadir = $(datadir)/@PACKAGE@
     73  1.1  riastrad pkgincludedir = $(includedir)/@PACKAGE@
     74  1.1  riastrad pkglibdir = $(libdir)/@PACKAGE@
     75  1.1  riastrad pkglibexecdir = $(libexecdir)/@PACKAGE@
     76  1.1  riastrad am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     77  1.1  riastrad install_sh_DATA = $(install_sh) -c -m 644
     78  1.1  riastrad install_sh_PROGRAM = $(install_sh) -c
     79  1.1  riastrad install_sh_SCRIPT = $(install_sh) -c
     80  1.1  riastrad INSTALL_HEADER = $(INSTALL_DATA)
     81  1.1  riastrad transform = $(program_transform_name)
     82  1.1  riastrad NORMAL_INSTALL = :
     83  1.1  riastrad PRE_INSTALL = :
     84  1.1  riastrad POST_INSTALL = :
     85  1.1  riastrad NORMAL_UNINSTALL = :
     86  1.1  riastrad PRE_UNINSTALL = :
     87  1.1  riastrad POST_UNINSTALL = :
     88  1.1  riastrad build_triplet = @build@
     89  1.1  riastrad host_triplet = @host@
     90  1.1  riastrad subdir = msvc-scripts
     91  1.1  riastrad ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     92  1.1  riastrad am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
     93  1.1  riastrad 	$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
     94  1.1  riastrad 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
     95  1.1  riastrad 	$(top_srcdir)/m4/ax_check_define.m4 \
     96  1.1  riastrad 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
     97  1.1  riastrad 	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
     98  1.1  riastrad 	$(top_srcdir)/m4/ax_valgrind_check.m4 \
     99  1.1  riastrad 	$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
    100  1.1  riastrad 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    101  1.1  riastrad 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    102  1.1  riastrad 	$(top_srcdir)/configure.ac
    103  1.1  riastrad am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    104  1.1  riastrad 	$(ACLOCAL_M4)
    105  1.1  riastrad DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    106  1.1  riastrad mkinstalldirs = $(install_sh) -d
    107  1.1  riastrad CONFIG_CLEAN_FILES =
    108  1.1  riastrad CONFIG_CLEAN_VPATH_FILES =
    109  1.1  riastrad AM_V_P = $(am__v_P_@AM_V@)
    110  1.1  riastrad am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    111  1.1  riastrad am__v_P_0 = false
    112  1.1  riastrad am__v_P_1 = :
    113  1.1  riastrad AM_V_GEN = $(am__v_GEN_@AM_V@)
    114  1.1  riastrad am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    115  1.1  riastrad am__v_GEN_0 = @echo "  GEN     " $@;
    116  1.1  riastrad am__v_GEN_1 = 
    117  1.1  riastrad AM_V_at = $(am__v_at_@AM_V@)
    118  1.1  riastrad am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    119  1.1  riastrad am__v_at_0 = @
    120  1.1  riastrad am__v_at_1 = 
    121  1.1  riastrad SOURCES =
    122  1.1  riastrad DIST_SOURCES =
    123  1.1  riastrad am__can_run_installinfo = \
    124  1.1  riastrad   case $$AM_UPDATE_INFO_DIR in \
    125  1.1  riastrad     n|no|NO) false;; \
    126  1.1  riastrad     *) (install-info --version) >/dev/null 2>&1;; \
    127  1.1  riastrad   esac
    128  1.1  riastrad am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    129  1.1  riastrad am__DIST_COMMON = $(srcdir)/Makefile.in
    130  1.1  riastrad DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    131  1.1  riastrad ACLOCAL = @ACLOCAL@
    132  1.1  riastrad ALLOCA = @ALLOCA@
    133  1.1  riastrad AMTAR = @AMTAR@
    134  1.1  riastrad AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    135  1.1  riastrad AR = @AR@
    136  1.1  riastrad AS = @AS@
    137  1.1  riastrad AUTOCONF = @AUTOCONF@
    138  1.1  riastrad AUTOHEADER = @AUTOHEADER@
    139  1.1  riastrad AUTOMAKE = @AUTOMAKE@
    140  1.1  riastrad AWK = @AWK@
    141  1.1  riastrad CC = @CC@
    142  1.1  riastrad CCAS = @CCAS@
    143  1.1  riastrad CCASDEPMODE = @CCASDEPMODE@
    144  1.1  riastrad CCASFLAGS = @CCASFLAGS@
    145  1.1  riastrad CCDEPMODE = @CCDEPMODE@
    146  1.1  riastrad CFLAGS = @CFLAGS@
    147  1.1  riastrad CFLAGS_AESNI = @CFLAGS_AESNI@
    148  1.1  riastrad CFLAGS_AVX = @CFLAGS_AVX@
    149  1.1  riastrad CFLAGS_AVX2 = @CFLAGS_AVX2@
    150  1.1  riastrad CFLAGS_AVX512F = @CFLAGS_AVX512F@
    151  1.1  riastrad CFLAGS_MMX = @CFLAGS_MMX@
    152  1.1  riastrad CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
    153  1.1  riastrad CFLAGS_RDRAND = @CFLAGS_RDRAND@
    154  1.1  riastrad CFLAGS_SSE2 = @CFLAGS_SSE2@
    155  1.1  riastrad CFLAGS_SSE3 = @CFLAGS_SSE3@
    156  1.1  riastrad CFLAGS_SSE41 = @CFLAGS_SSE41@
    157  1.1  riastrad CFLAGS_SSSE3 = @CFLAGS_SSSE3@
    158  1.1  riastrad CPP = @CPP@
    159  1.1  riastrad CPPFLAGS = @CPPFLAGS@
    160  1.1  riastrad CWFLAGS = @CWFLAGS@
    161  1.1  riastrad CYGPATH_W = @CYGPATH_W@
    162  1.1  riastrad DEFS = @DEFS@
    163  1.1  riastrad DEPDIR = @DEPDIR@
    164  1.1  riastrad DLLTOOL = @DLLTOOL@
    165  1.1  riastrad DLL_VERSION = @DLL_VERSION@
    166  1.1  riastrad DSYMUTIL = @DSYMUTIL@
    167  1.1  riastrad DUMPBIN = @DUMPBIN@
    168  1.1  riastrad ECHO_C = @ECHO_C@
    169  1.1  riastrad ECHO_N = @ECHO_N@
    170  1.1  riastrad ECHO_T = @ECHO_T@
    171  1.1  riastrad EGREP = @EGREP@
    172  1.1  riastrad ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
    173  1.1  riastrad ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
    174  1.1  riastrad ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
    175  1.1  riastrad ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
    176  1.1  riastrad EXEEXT = @EXEEXT@
    177  1.1  riastrad FGREP = @FGREP@
    178  1.1  riastrad GREP = @GREP@
    179  1.1  riastrad HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
    180  1.1  riastrad HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
    181  1.1  riastrad HAVE_CPUID_V = @HAVE_CPUID_V@
    182  1.1  riastrad HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
    183  1.1  riastrad INSTALL = @INSTALL@
    184  1.1  riastrad INSTALL_DATA = @INSTALL_DATA@
    185  1.1  riastrad INSTALL_PROGRAM = @INSTALL_PROGRAM@
    186  1.1  riastrad INSTALL_SCRIPT = @INSTALL_SCRIPT@
    187  1.1  riastrad INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    188  1.1  riastrad ISODATE = @ISODATE@
    189  1.1  riastrad LD = @LD@
    190  1.1  riastrad LDFLAGS = @LDFLAGS@
    191  1.1  riastrad LIBOBJS = @LIBOBJS@
    192  1.1  riastrad LIBS = @LIBS@
    193  1.1  riastrad LIBTOOL = @LIBTOOL@
    194  1.1  riastrad LIBTOOL_DEPS = @LIBTOOL_DEPS@
    195  1.1  riastrad LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
    196  1.1  riastrad LIPO = @LIPO@
    197  1.1  riastrad LN_S = @LN_S@
    198  1.1  riastrad LTLIBOBJS = @LTLIBOBJS@
    199  1.1  riastrad LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    200  1.1  riastrad MAINT = @MAINT@
    201  1.1  riastrad MAKEINFO = @MAKEINFO@
    202  1.1  riastrad MANIFEST_TOOL = @MANIFEST_TOOL@
    203  1.1  riastrad MKDIR_P = @MKDIR_P@
    204  1.1  riastrad NM = @NM@
    205  1.1  riastrad NMEDIT = @NMEDIT@
    206  1.1  riastrad OBJDUMP = @OBJDUMP@
    207  1.1  riastrad OBJEXT = @OBJEXT@
    208  1.1  riastrad OTOOL = @OTOOL@
    209  1.1  riastrad OTOOL64 = @OTOOL64@
    210  1.1  riastrad PACKAGE = @PACKAGE@
    211  1.1  riastrad PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    212  1.1  riastrad PACKAGE_NAME = @PACKAGE_NAME@
    213  1.1  riastrad PACKAGE_STRING = @PACKAGE_STRING@
    214  1.1  riastrad PACKAGE_TARNAME = @PACKAGE_TARNAME@
    215  1.1  riastrad PACKAGE_URL = @PACKAGE_URL@
    216  1.1  riastrad PACKAGE_VERSION = @PACKAGE_VERSION@
    217  1.1  riastrad PATH_SEPARATOR = @PATH_SEPARATOR@
    218  1.1  riastrad PTHREAD_CC = @PTHREAD_CC@
    219  1.1  riastrad PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    220  1.1  riastrad PTHREAD_LIBS = @PTHREAD_LIBS@
    221  1.1  riastrad RANLIB = @RANLIB@
    222  1.1  riastrad SAFECODE_HOME = @SAFECODE_HOME@
    223  1.1  riastrad SED = @SED@
    224  1.1  riastrad SET_MAKE = @SET_MAKE@
    225  1.1  riastrad SHELL = @SHELL@
    226  1.1  riastrad SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
    227  1.1  riastrad SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
    228  1.1  riastrad SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
    229  1.1  riastrad SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
    230  1.1  riastrad STRIP = @STRIP@
    231  1.1  riastrad TEST_LDFLAGS = @TEST_LDFLAGS@
    232  1.1  riastrad VALGRIND = @VALGRIND@
    233  1.1  riastrad VALGRIND_ENABLED = @VALGRIND_ENABLED@
    234  1.1  riastrad VERSION = @VERSION@
    235  1.1  riastrad abs_builddir = @abs_builddir@
    236  1.1  riastrad abs_srcdir = @abs_srcdir@
    237  1.1  riastrad abs_top_builddir = @abs_top_builddir@
    238  1.1  riastrad abs_top_srcdir = @abs_top_srcdir@
    239  1.1  riastrad ac_ct_AR = @ac_ct_AR@
    240  1.1  riastrad ac_ct_CC = @ac_ct_CC@
    241  1.1  riastrad ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    242  1.1  riastrad am__include = @am__include@
    243  1.1  riastrad am__leading_dot = @am__leading_dot@
    244  1.1  riastrad am__quote = @am__quote@
    245  1.1  riastrad am__tar = @am__tar@
    246  1.1  riastrad am__untar = @am__untar@
    247  1.1  riastrad ax_pthread_config = @ax_pthread_config@
    248  1.1  riastrad bindir = @bindir@
    249  1.1  riastrad build = @build@
    250  1.1  riastrad build_alias = @build_alias@
    251  1.1  riastrad build_cpu = @build_cpu@
    252  1.1  riastrad build_os = @build_os@
    253  1.1  riastrad build_vendor = @build_vendor@
    254  1.1  riastrad builddir = @builddir@
    255  1.1  riastrad datadir = @datadir@
    256  1.1  riastrad datarootdir = @datarootdir@
    257  1.1  riastrad docdir = @docdir@
    258  1.1  riastrad dvidir = @dvidir@
    259  1.1  riastrad exec_prefix = @exec_prefix@
    260  1.1  riastrad host = @host@
    261  1.1  riastrad host_alias = @host_alias@
    262  1.1  riastrad host_cpu = @host_cpu@
    263  1.1  riastrad host_os = @host_os@
    264  1.1  riastrad host_vendor = @host_vendor@
    265  1.1  riastrad htmldir = @htmldir@
    266  1.1  riastrad includedir = @includedir@
    267  1.1  riastrad infodir = @infodir@
    268  1.1  riastrad install_sh = @install_sh@
    269  1.1  riastrad libdir = @libdir@
    270  1.1  riastrad libexecdir = @libexecdir@
    271  1.1  riastrad localedir = @localedir@
    272  1.1  riastrad localstatedir = @localstatedir@
    273  1.1  riastrad mandir = @mandir@
    274  1.1  riastrad mkdir_p = @mkdir_p@
    275  1.1  riastrad oldincludedir = @oldincludedir@
    276  1.1  riastrad pdfdir = @pdfdir@
    277  1.1  riastrad prefix = @prefix@
    278  1.1  riastrad program_transform_name = @program_transform_name@
    279  1.1  riastrad psdir = @psdir@
    280  1.1  riastrad sbindir = @sbindir@
    281  1.1  riastrad sharedstatedir = @sharedstatedir@
    282  1.1  riastrad srcdir = @srcdir@
    283  1.1  riastrad sysconfdir = @sysconfdir@
    284  1.1  riastrad target_alias = @target_alias@
    285  1.1  riastrad top_build_prefix = @top_build_prefix@
    286  1.1  riastrad top_builddir = @top_builddir@
    287  1.1  riastrad top_srcdir = @top_srcdir@
    288  1.1  riastrad valgrind_enabled_tools = @valgrind_enabled_tools@
    289  1.1  riastrad valgrind_tools = @valgrind_tools@
    290  1.1  riastrad EXTRA_DIST = \
    291  1.1  riastrad 	process.bat \
    292  1.1  riastrad 	rep.vbs \
    293  1.1  riastrad 	sodium.props
    294  1.1  riastrad 
    295  1.1  riastrad all: all-am
    296  1.1  riastrad 
    297  1.1  riastrad .SUFFIXES:
    298  1.1  riastrad $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    299  1.1  riastrad 	@for dep in $?; do \
    300  1.1  riastrad 	  case '$(am__configure_deps)' in \
    301  1.1  riastrad 	    *$$dep*) \
    302  1.1  riastrad 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    303  1.1  riastrad 	        && { if test -f $@; then exit 0; else break; fi; }; \
    304  1.1  riastrad 	      exit 1;; \
    305  1.1  riastrad 	  esac; \
    306  1.1  riastrad 	done; \
    307  1.1  riastrad 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign msvc-scripts/Makefile'; \
    308  1.1  riastrad 	$(am__cd) $(top_srcdir) && \
    309  1.1  riastrad 	  $(AUTOMAKE) --foreign msvc-scripts/Makefile
    310  1.1  riastrad Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    311  1.1  riastrad 	@case '$?' in \
    312  1.1  riastrad 	  *config.status*) \
    313  1.1  riastrad 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    314  1.1  riastrad 	  *) \
    315  1.1  riastrad 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    316  1.1  riastrad 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    317  1.1  riastrad 	esac;
    318  1.1  riastrad 
    319  1.1  riastrad $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    320  1.1  riastrad 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    321  1.1  riastrad 
    322  1.1  riastrad $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    323  1.1  riastrad 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    324  1.1  riastrad $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    325  1.1  riastrad 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    326  1.1  riastrad $(am__aclocal_m4_deps):
    327  1.1  riastrad 
    328  1.1  riastrad mostlyclean-libtool:
    329  1.1  riastrad 	-rm -f *.lo
    330  1.1  riastrad 
    331  1.1  riastrad clean-libtool:
    332  1.1  riastrad 	-rm -rf .libs _libs
    333  1.1  riastrad tags TAGS:
    334  1.1  riastrad 
    335  1.1  riastrad ctags CTAGS:
    336  1.1  riastrad 
    337  1.1  riastrad cscope cscopelist:
    338  1.1  riastrad 
    339  1.1  riastrad 
    340  1.1  riastrad distdir: $(DISTFILES)
    341  1.1  riastrad 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    342  1.1  riastrad 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    343  1.1  riastrad 	list='$(DISTFILES)'; \
    344  1.1  riastrad 	  dist_files=`for file in $$list; do echo $$file; done | \
    345  1.1  riastrad 	  sed -e "s|^$$srcdirstrip/||;t" \
    346  1.1  riastrad 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    347  1.1  riastrad 	case $$dist_files in \
    348  1.1  riastrad 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    349  1.1  riastrad 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    350  1.1  riastrad 			   sort -u` ;; \
    351  1.1  riastrad 	esac; \
    352  1.1  riastrad 	for file in $$dist_files; do \
    353  1.1  riastrad 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    354  1.1  riastrad 	  if test -d $$d/$$file; then \
    355  1.1  riastrad 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    356  1.1  riastrad 	    if test -d "$(distdir)/$$file"; then \
    357  1.1  riastrad 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    358  1.1  riastrad 	    fi; \
    359  1.1  riastrad 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    360  1.1  riastrad 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    361  1.1  riastrad 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    362  1.1  riastrad 	    fi; \
    363  1.1  riastrad 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    364  1.1  riastrad 	  else \
    365  1.1  riastrad 	    test -f "$(distdir)/$$file" \
    366  1.1  riastrad 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    367  1.1  riastrad 	    || exit 1; \
    368  1.1  riastrad 	  fi; \
    369  1.1  riastrad 	done
    370  1.1  riastrad check-am: all-am
    371  1.1  riastrad check: check-am
    372  1.1  riastrad all-am: Makefile
    373  1.1  riastrad installdirs:
    374  1.1  riastrad install: install-am
    375  1.1  riastrad install-exec: install-exec-am
    376  1.1  riastrad install-data: install-data-am
    377  1.1  riastrad uninstall: uninstall-am
    378  1.1  riastrad 
    379  1.1  riastrad install-am: all-am
    380  1.1  riastrad 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    381  1.1  riastrad 
    382  1.1  riastrad installcheck: installcheck-am
    383  1.1  riastrad install-strip:
    384  1.1  riastrad 	if test -z '$(STRIP)'; then \
    385  1.1  riastrad 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    386  1.1  riastrad 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    387  1.1  riastrad 	      install; \
    388  1.1  riastrad 	else \
    389  1.1  riastrad 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    390  1.1  riastrad 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    391  1.1  riastrad 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    392  1.1  riastrad 	fi
    393  1.1  riastrad mostlyclean-generic:
    394  1.1  riastrad 
    395  1.1  riastrad clean-generic:
    396  1.1  riastrad 
    397  1.1  riastrad distclean-generic:
    398  1.1  riastrad 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    399  1.1  riastrad 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    400  1.1  riastrad 
    401  1.1  riastrad maintainer-clean-generic:
    402  1.1  riastrad 	@echo "This command is intended for maintainers to use"
    403  1.1  riastrad 	@echo "it deletes files that may require special tools to rebuild."
    404  1.1  riastrad clean: clean-am
    405  1.1  riastrad 
    406  1.1  riastrad clean-am: clean-generic clean-libtool mostlyclean-am
    407  1.1  riastrad 
    408  1.1  riastrad distclean: distclean-am
    409  1.1  riastrad 	-rm -f Makefile
    410  1.1  riastrad distclean-am: clean-am distclean-generic
    411  1.1  riastrad 
    412  1.1  riastrad dvi: dvi-am
    413  1.1  riastrad 
    414  1.1  riastrad dvi-am:
    415  1.1  riastrad 
    416  1.1  riastrad html: html-am
    417  1.1  riastrad 
    418  1.1  riastrad html-am:
    419  1.1  riastrad 
    420  1.1  riastrad info: info-am
    421  1.1  riastrad 
    422  1.1  riastrad info-am:
    423  1.1  riastrad 
    424  1.1  riastrad install-data-am:
    425  1.1  riastrad 
    426  1.1  riastrad install-dvi: install-dvi-am
    427  1.1  riastrad 
    428  1.1  riastrad install-dvi-am:
    429  1.1  riastrad 
    430  1.1  riastrad install-exec-am:
    431  1.1  riastrad 
    432  1.1  riastrad install-html: install-html-am
    433  1.1  riastrad 
    434  1.1  riastrad install-html-am:
    435  1.1  riastrad 
    436  1.1  riastrad install-info: install-info-am
    437  1.1  riastrad 
    438  1.1  riastrad install-info-am:
    439  1.1  riastrad 
    440  1.1  riastrad install-man:
    441  1.1  riastrad 
    442  1.1  riastrad install-pdf: install-pdf-am
    443  1.1  riastrad 
    444  1.1  riastrad install-pdf-am:
    445  1.1  riastrad 
    446  1.1  riastrad install-ps: install-ps-am
    447  1.1  riastrad 
    448  1.1  riastrad install-ps-am:
    449  1.1  riastrad 
    450  1.1  riastrad installcheck-am:
    451  1.1  riastrad 
    452  1.1  riastrad maintainer-clean: maintainer-clean-am
    453  1.1  riastrad 	-rm -f Makefile
    454  1.1  riastrad maintainer-clean-am: distclean-am maintainer-clean-generic
    455  1.1  riastrad 
    456  1.1  riastrad mostlyclean: mostlyclean-am
    457  1.1  riastrad 
    458  1.1  riastrad mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    459  1.1  riastrad 
    460  1.1  riastrad pdf: pdf-am
    461  1.1  riastrad 
    462  1.1  riastrad pdf-am:
    463  1.1  riastrad 
    464  1.1  riastrad ps: ps-am
    465  1.1  riastrad 
    466  1.1  riastrad ps-am:
    467  1.1  riastrad 
    468  1.1  riastrad uninstall-am:
    469  1.1  riastrad 
    470  1.1  riastrad .MAKE: install-am install-strip
    471  1.1  riastrad 
    472  1.1  riastrad .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    473  1.1  riastrad 	cscopelist-am ctags-am distclean distclean-generic \
    474  1.1  riastrad 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
    475  1.1  riastrad 	install install-am install-data install-data-am install-dvi \
    476  1.1  riastrad 	install-dvi-am install-exec install-exec-am install-html \
    477  1.1  riastrad 	install-html-am install-info install-info-am install-man \
    478  1.1  riastrad 	install-pdf install-pdf-am install-ps install-ps-am \
    479  1.1  riastrad 	install-strip installcheck installcheck-am installdirs \
    480  1.1  riastrad 	maintainer-clean maintainer-clean-generic mostlyclean \
    481  1.1  riastrad 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    482  1.1  riastrad 	tags-am uninstall uninstall-am
    483  1.1  riastrad 
    484  1.1  riastrad .PRECIOUS: Makefile
    485  1.1  riastrad 
    486  1.1  riastrad 
    487  1.1  riastrad # Tell versions [3.59,3.63) of GNU make to not export all variables.
    488  1.1  riastrad # Otherwise a system limit (for SysV at least) may be exceeded.
    489  1.1  riastrad .NOEXPORT:
    490