IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2022, 10:54:01 AM (5 years ago)
Author:
eugene
Message:

put ippCheckKeys under autogen / configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippTests/ippCheck/src/Makefile

    r41983 r41986  
    1 
    2 CC       = gcc -g
    3 CFLAGS   = -lpslib -L /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib -I /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include/pslib
    4 
    5 ippCheckKeys: ippCheckKeys.c
    6         $(CC) -o $@ $^ $(CFLAGS)
    7 
     1# Makefile.in generated by automake 1.15.1 from Makefile.am.
     2# src/Makefile.  Generated from Makefile.in by configure.
     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
     16
     17
     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)/ippcheck
     74pkgincludedir = $(includedir)/ippcheck
     75pkglibdir = $(libdir)/ippcheck
     76pkglibexecdir = $(libexecdir)/ippcheck
     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 = x86_64-pc-linux-gnu
     90host_triplet = x86_64-pc-linux-gnu
     91bin_PROGRAMS = ippCheckKeys$(EXEEXT)
     92subdir = src
     93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     96        $(ACLOCAL_M4)
     97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
     98mkinstalldirs = $(install_sh) -d
     99CONFIG_HEADER = config.h
     100CONFIG_CLEAN_FILES =
     101CONFIG_CLEAN_VPATH_FILES =
     102am__installdirs = "$(DESTDIR)$(bindir)"
     103PROGRAMS = $(bin_PROGRAMS)
     104am_ippCheckKeys_OBJECTS = ippCheckKeys-ippCheckKeys.$(OBJEXT)
     105ippCheckKeys_OBJECTS = $(am_ippCheckKeys_OBJECTS)
     106ippCheckKeys_LDADD = $(LDADD)
     107AM_V_lt = $(am__v_lt_$(V))
     108am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
     109am__v_lt_0 = --silent
     110am__v_lt_1 =
     111ippCheckKeys_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
     112        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ippCheckKeys_CFLAGS) \
     113        $(CFLAGS) $(ippCheckKeys_LDFLAGS) $(LDFLAGS) -o $@
     114AM_V_P = $(am__v_P_$(V))
     115am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
     116am__v_P_0 = false
     117am__v_P_1 = :
     118AM_V_GEN = $(am__v_GEN_$(V))
     119am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
     120am__v_GEN_0 = @echo "  GEN     " $@;
     121am__v_GEN_1 =
     122AM_V_at = $(am__v_at_$(V))
     123am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
     124am__v_at_0 = @
     125am__v_at_1 =
     126DEFAULT_INCLUDES = -I.
     127depcomp = $(SHELL) $(top_srcdir)/depcomp
     128am__depfiles_maybe = depfiles
     129am__mv = mv -f
     130COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     131        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     132LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
     133        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
     134        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
     135        $(AM_CFLAGS) $(CFLAGS)
     136AM_V_CC = $(am__v_CC_$(V))
     137am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
     138am__v_CC_0 = @echo "  CC      " $@;
     139am__v_CC_1 =
     140CCLD = $(CC)
     141LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
     142        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     143        $(AM_LDFLAGS) $(LDFLAGS) -o $@
     144AM_V_CCLD = $(am__v_CCLD_$(V))
     145am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
     146am__v_CCLD_0 = @echo "  CCLD    " $@;
     147am__v_CCLD_1 =
     148SOURCES = $(ippCheckKeys_SOURCES)
     149DIST_SOURCES = $(ippCheckKeys_SOURCES)
     150am__can_run_installinfo = \
     151  case $$AM_UPDATE_INFO_DIR in \
     152    n|no|NO) false;; \
     153    *) (install-info --version) >/dev/null 2>&1;; \
     154  esac
     155am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
     156        $(LISP)config.h.in
     157# Read a list of newline-separated strings from the standard input,
     158# and print each of them once, without duplicates.  Input order is
     159# *not* preserved.
     160am__uniquify_input = $(AWK) '\
     161  BEGIN { nonempty = 0; } \
     162  { items[$$0] = 1; nonempty = 1; } \
     163  END { if (nonempty) { for (i in items) print i; }; } \
     164'
     165# Make sure the list of sources is unique.  This is necessary because,
     166# e.g., the same source file might be shared among _SOURCES variables
     167# for different programs/libraries.
     168am__define_uniq_tagged_files = \
     169  list='$(am__tagged_files)'; \
     170  unique=`for i in $$list; do \
     171    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     172  done | $(am__uniquify_input)`
     173ETAGS = etags
     174CTAGS = ctags
     175am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
     176        $(top_srcdir)/depcomp
     177DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     178ACLOCAL = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing aclocal-1.15
     179AMTAR = $${TAR-tar}
     180AM_DEFAULT_VERBOSITY = 1
     181AR = ar
     182AUTOCONF = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing autoconf
     183AUTOHEADER = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing autoheader
     184AUTOMAKE = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing automake-1.15
     185AWK = gawk
     186CC = gcc
     187CCDEPMODE = depmode=gcc3
     188CFLAGS = -pipe -O0 -g -Wall -Werror
     189CPP = gcc -E
     190CPPFLAGS =
     191CYGPATH_W = echo
     192DEFS = -DHAVE_CONFIG_H
     193DEPDIR = .deps
     194DSYMUTIL =
     195DUMPBIN =
     196ECHO_C =
     197ECHO_N = -n
     198ECHO_T =
     199EGREP = /bin/grep -E
     200EXEEXT =
     201FGREP = /bin/grep -F
     202GREP = /bin/grep
     203INSTALL = /usr/bin/install -c
     204INSTALL_DATA = ${INSTALL} -m 644
     205INSTALL_PROGRAM = ${INSTALL}
     206INSTALL_SCRIPT = ${INSTALL}
     207INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
     208LD = /usr/bin/ld -m elf_x86_64
     209LDFLAGS = -Wl,--no-as-needed
     210LIBOBJS =
     211LIBS =
     212LIBTOOL = $(SHELL) $(top_builddir)/libtool
     213LIPO =
     214LN_S = ln -s
     215LTLIBOBJS =
     216MAINT =
     217MAKEINFO = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing makeinfo
     218MKDIR_P = /bin/mkdir -p
     219NM = /usr/bin/nm -B
     220NMEDIT =
     221OBJDUMP = objdump
     222OBJEXT = o
     223OTOOL =
     224OTOOL64 =
     225PACKAGE = ippcheck
     226PACKAGE_BUGREPORT = ipp-dev@ifa.hawaii.edu
     227PACKAGE_NAME = ippCheck
     228PACKAGE_STRING = ippCheck 1.1.0
     229PACKAGE_TARNAME = ippcheck
     230PACKAGE_URL =
     231PACKAGE_VERSION = 1.1.0
     232PATH_SEPARATOR = :
     233PKG_CONFIG = /usr/bin/pkg-config
     234PKG_CONFIG_LIBDIR =
     235PKG_CONFIG_PATH = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib/pkgconfig:
     236PSLIB_CFLAGS = -pthread -DHAVE_PSDB -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include/pslib -I/usr/include/mysql -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include
     237PSLIB_LIBS = -L/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib -lpslib -lm
     238PSMODULE_CFLAGS = -pthread -DHAVE_PSDB -pthread -DHAVE_PSDB -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include/psmodules -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include/pslib -I/usr/include/mysql -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include/pslib -I/usr/include/mysql -I/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include
     239PSMODULE_LIBS = -L/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib -lpsmodules -lpslib -lm
     240RANLIB = ranlib
     241SED = /bin/sed
     242SET_MAKE =
     243SHELL = /bin/bash
     244STRIP = strip
     245VERSION = 1.1.0
     246abs_builddir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/src
     247abs_srcdir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/src
     248abs_top_builddir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck
     249abs_top_srcdir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck
     250ac_ct_CC = gcc
     251ac_ct_DUMPBIN =
     252am__include = include
     253am__leading_dot = .
     254am__quote =
     255am__tar = $${TAR-tar} chof - "$$tardir"
     256am__untar = $${TAR-tar} xf -
     257bindir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/bin
     258build = x86_64-pc-linux-gnu
     259build_alias =
     260build_cpu = x86_64
     261build_os = linux-gnu
     262build_vendor = pc
     263builddir = .
     264datadir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/share
     265datarootdir = ${prefix}/share
     266docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
     267dvidir = ${docdir}
     268exec_prefix = ${prefix}
     269host = x86_64-pc-linux-gnu
     270host_alias =
     271host_cpu = x86_64
     272host_os = linux-gnu
     273host_vendor = pc
     274htmldir = ${docdir}
     275includedir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include
     276infodir = ${datarootdir}/info
     277install_sh = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/install-sh
     278libdir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib
     279libexecdir = ${exec_prefix}/libexec
     280localedir = ${datarootdir}/locale
     281localstatedir = ${prefix}/var
     282lt_ECHO = echo
     283mandir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/man
     284mkdir_p = $(MKDIR_P)
     285oldincludedir = /usr/include
     286pdfdir = ${docdir}
     287prefix = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64
     288program_transform_name = s,x,x,
     289psdir = ${docdir}
     290runstatedir = ${localstatedir}/run
     291sbindir = ${exec_prefix}/sbin
     292sharedstatedir = ${prefix}/com
     293srcdir = .
     294sysconfdir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/etc
     295target_alias =
     296top_build_prefix = ../
     297top_builddir = ..
     298top_srcdir = ..
     299ippCheckKeys_CFLAGS = $(DVOCORR_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
     300ippCheckKeys_LDFLAGS = $(DVOCORR_LIBS)   $(PSMODULE_LIBS)   $(PSLIB_LIBS)
     301ippCheckKeys_SOURCES = \
     302        ippCheckKeys.c
     303
     304CLEANFILES = *~
     305all: config.h
     306        $(MAKE) $(AM_MAKEFLAGS) all-am
     307
     308.SUFFIXES:
     309.SUFFIXES: .c .lo .o .obj
     310$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
     311        @for dep in $?; do \
     312          case '$(am__configure_deps)' in \
     313            *$$dep*) \
     314              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
     315                && { if test -f $@; then exit 0; else break; fi; }; \
     316              exit 1;; \
     317          esac; \
     318        done; \
     319        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
     320        $(am__cd) $(top_srcdir) && \
     321          $(AUTOMAKE) --foreign src/Makefile
     322Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     323        @case '$?' in \
     324          *config.status*) \
     325            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
     326          *) \
     327            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
     328            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
     329        esac;
     330
     331$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     332        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     333
     334$(top_srcdir)/configure:  $(am__configure_deps)
     335        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     336$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
     337        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     338$(am__aclocal_m4_deps):
     339
     340config.h: stamp-h1
     341        @test -f $@ || rm -f stamp-h1
     342        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
     343
     344stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
     345        @rm -f stamp-h1
     346        cd $(top_builddir) && $(SHELL) ./config.status src/config.h
     347$(srcdir)/config.h.in:  $(am__configure_deps)
     348        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
     349        rm -f stamp-h1
     350        touch $@
     351
     352distclean-hdr:
     353        -rm -f config.h stamp-h1
     354install-binPROGRAMS: $(bin_PROGRAMS)
     355        @$(NORMAL_INSTALL)
     356        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
     357        if test -n "$$list"; then \
     358          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
     359          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
     360        fi; \
     361        for p in $$list; do echo "$$p $$p"; done | \
     362        sed 's/$(EXEEXT)$$//' | \
     363        while read p p1; do if test -f $$p \
     364         || test -f $$p1 \
     365          ; then echo "$$p"; echo "$$p"; else :; fi; \
     366        done | \
     367        sed -e 'p;s,.*/,,;n;h' \
     368            -e 's|.*|.|' \
     369            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
     370        sed 'N;N;N;s,\n, ,g' | \
     371        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
     372          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
     373            if ($$2 == $$4) files[d] = files[d] " " $$1; \
     374            else { print "f", $$3 "/" $$4, $$1; } } \
     375          END { for (d in files) print "f", d, files[d] }' | \
     376        while read type dir files; do \
     377            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
     378            test -z "$$files" || { \
     379            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
     380            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
     381            } \
     382        ; done
     383
     384uninstall-binPROGRAMS:
     385        @$(NORMAL_UNINSTALL)
     386        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
     387        files=`for p in $$list; do echo "$$p"; done | \
     388          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
     389              -e 's/$$/$(EXEEXT)/' \
     390        `; \
     391        test -n "$$list" || exit 0; \
     392        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
     393        cd "$(DESTDIR)$(bindir)" && rm -f $$files
     394
     395clean-binPROGRAMS:
     396        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
     397        echo " rm -f" $$list; \
     398        rm -f $$list || exit $$?; \
     399        test -n "$(EXEEXT)" || exit 0; \
     400        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
     401        echo " rm -f" $$list; \
     402        rm -f $$list
     403
     404ippCheckKeys$(EXEEXT): $(ippCheckKeys_OBJECTS) $(ippCheckKeys_DEPENDENCIES) $(EXTRA_ippCheckKeys_DEPENDENCIES)
     405        @rm -f ippCheckKeys$(EXEEXT)
     406        $(AM_V_CCLD)$(ippCheckKeys_LINK) $(ippCheckKeys_OBJECTS) $(ippCheckKeys_LDADD) $(LIBS)
     407
     408mostlyclean-compile:
     409        -rm -f *.$(OBJEXT)
     410
     411distclean-compile:
     412        -rm -f *.tab.c
     413
     414include ./$(DEPDIR)/ippCheckKeys-ippCheckKeys.Po
     415
     416.c.o:
     417        $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     418        $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     419#       $(AM_V_CC)source='$<' object='$@' libtool=no \
     420#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
     421#       $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
     422
     423.c.obj:
     424        $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
     425        $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     426#       $(AM_V_CC)source='$<' object='$@' libtool=no \
     427#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
     428#       $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     429
     430.c.lo:
     431        $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     432        $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
     433#       $(AM_V_CC)source='$<' object='$@' libtool=yes \
     434#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
     435#       $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
     436
     437ippCheckKeys-ippCheckKeys.o: ippCheckKeys.c
     438        $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ippCheckKeys_CFLAGS) $(CFLAGS) -MT ippCheckKeys-ippCheckKeys.o -MD -MP -MF $(DEPDIR)/ippCheckKeys-ippCheckKeys.Tpo -c -o ippCheckKeys-ippCheckKeys.o `test -f 'ippCheckKeys.c' || echo '$(srcdir)/'`ippCheckKeys.c
     439        $(AM_V_at)$(am__mv) $(DEPDIR)/ippCheckKeys-ippCheckKeys.Tpo $(DEPDIR)/ippCheckKeys-ippCheckKeys.Po
     440#       $(AM_V_CC)source='ippCheckKeys.c' object='ippCheckKeys-ippCheckKeys.o' libtool=no \
     441#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
     442#       $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ippCheckKeys_CFLAGS) $(CFLAGS) -c -o ippCheckKeys-ippCheckKeys.o `test -f 'ippCheckKeys.c' || echo '$(srcdir)/'`ippCheckKeys.c
     443
     444ippCheckKeys-ippCheckKeys.obj: ippCheckKeys.c
     445        $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ippCheckKeys_CFLAGS) $(CFLAGS) -MT ippCheckKeys-ippCheckKeys.obj -MD -MP -MF $(DEPDIR)/ippCheckKeys-ippCheckKeys.Tpo -c -o ippCheckKeys-ippCheckKeys.obj `if test -f 'ippCheckKeys.c'; then $(CYGPATH_W) 'ippCheckKeys.c'; else $(CYGPATH_W) '$(srcdir)/ippCheckKeys.c'; fi`
     446        $(AM_V_at)$(am__mv) $(DEPDIR)/ippCheckKeys-ippCheckKeys.Tpo $(DEPDIR)/ippCheckKeys-ippCheckKeys.Po
     447#       $(AM_V_CC)source='ippCheckKeys.c' object='ippCheckKeys-ippCheckKeys.obj' libtool=no \
     448#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
     449#       $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ippCheckKeys_CFLAGS) $(CFLAGS) -c -o ippCheckKeys-ippCheckKeys.obj `if test -f 'ippCheckKeys.c'; then $(CYGPATH_W) 'ippCheckKeys.c'; else $(CYGPATH_W) '$(srcdir)/ippCheckKeys.c'; fi`
     450
     451mostlyclean-libtool:
     452        -rm -f *.lo
     453
     454clean-libtool:
     455        -rm -rf .libs _libs
     456
     457ID: $(am__tagged_files)
     458        $(am__define_uniq_tagged_files); mkid -fID $$unique
     459TAGS: tags
     460
     461tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     462        set x; \
     463        here=`pwd`; \
     464        $(am__define_uniq_tagged_files); \
     465        shift; \
     466        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     467          test -n "$$unique" || unique=$$empty_fix; \
     468          if test $$# -gt 0; then \
     469            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     470              "$$@" $$unique; \
     471          else \
     472            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     473              $$unique; \
     474          fi; \
     475        fi
     476ctags: ctags-am
     477
     478CTAGS: ctags
     479ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     480        $(am__define_uniq_tagged_files); \
     481        test -z "$(CTAGS_ARGS)$$unique" \
     482          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     483             $$unique
     484
     485GTAGS:
     486        here=`$(am__cd) $(top_builddir) && pwd` \
     487          && $(am__cd) $(top_srcdir) \
     488          && gtags -i $(GTAGS_ARGS) "$$here"
     489cscopelist: cscopelist-am
     490
     491cscopelist-am: $(am__tagged_files)
     492        list='$(am__tagged_files)'; \
     493        case "$(srcdir)" in \
     494          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
     495          *) sdir=$(subdir)/$(srcdir) ;; \
     496        esac; \
     497        for i in $$list; do \
     498          if test -f "$$i"; then \
     499            echo "$(subdir)/$$i"; \
     500          else \
     501            echo "$$sdir/$$i"; \
     502          fi; \
     503        done >> $(top_builddir)/cscope.files
     504
     505distclean-tags:
     506        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     507
     508distdir: $(DISTFILES)
     509        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
     510        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
     511        list='$(DISTFILES)'; \
     512          dist_files=`for file in $$list; do echo $$file; done | \
     513          sed -e "s|^$$srcdirstrip/||;t" \
     514              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
     515        case $$dist_files in \
     516          */*) $(MKDIR_P) `echo "$$dist_files" | \
     517                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
     518                           sort -u` ;; \
     519        esac; \
     520        for file in $$dist_files; do \
     521          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
     522          if test -d $$d/$$file; then \
     523            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
     524            if test -d "$(distdir)/$$file"; then \
     525              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
     526            fi; \
     527            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
     528              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
     529              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
     530            fi; \
     531            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
     532          else \
     533            test -f "$(distdir)/$$file" \
     534            || cp -p $$d/$$file "$(distdir)/$$file" \
     535            || exit 1; \
     536          fi; \
     537        done
     538check-am: all-am
     539check: check-am
     540all-am: Makefile $(PROGRAMS) config.h
     541installdirs:
     542        for dir in "$(DESTDIR)$(bindir)"; do \
     543          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
     544        done
     545install: install-am
     546install-exec: install-exec-am
     547install-data: install-data-am
     548uninstall: uninstall-am
     549
     550install-am: all-am
     551        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     552
     553installcheck: installcheck-am
     554install-strip:
     555        if test -z '$(STRIP)'; then \
     556          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     557            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     558              install; \
     559        else \
     560          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     561            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     562            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     563        fi
     564mostlyclean-generic:
     565
     566clean-generic:
     567        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
     568
     569distclean-generic:
     570        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
     571        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
     572
     573maintainer-clean-generic:
     574        @echo "This command is intended for maintainers to use"
     575        @echo "it deletes files that may require special tools to rebuild."
     576clean: clean-am
     577
     578clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
     579        mostlyclean-am
     580
     581distclean: distclean-am
     582        -rm -rf ./$(DEPDIR)
     583        -rm -f Makefile
     584distclean-am: clean-am distclean-compile distclean-generic \
     585        distclean-hdr distclean-tags
     586
     587dvi: dvi-am
     588
     589dvi-am:
     590
     591html: html-am
     592
     593html-am:
     594
     595info: info-am
     596
     597info-am:
     598
     599install-data-am:
     600
     601install-dvi: install-dvi-am
     602
     603install-dvi-am:
     604
     605install-exec-am: install-binPROGRAMS
     606
     607install-html: install-html-am
     608
     609install-html-am:
     610
     611install-info: install-info-am
     612
     613install-info-am:
     614
     615install-man:
     616
     617install-pdf: install-pdf-am
     618
     619install-pdf-am:
     620
     621install-ps: install-ps-am
     622
     623install-ps-am:
     624
     625installcheck-am:
     626
     627maintainer-clean: maintainer-clean-am
     628        -rm -rf ./$(DEPDIR)
     629        -rm -f Makefile
     630maintainer-clean-am: distclean-am maintainer-clean-generic
     631
     632mostlyclean: mostlyclean-am
     633
     634mostlyclean-am: mostlyclean-compile mostlyclean-generic \
     635        mostlyclean-libtool
     636
     637pdf: pdf-am
     638
     639pdf-am:
     640
     641ps: ps-am
     642
     643ps-am:
     644
     645uninstall-am: uninstall-binPROGRAMS
     646
     647.MAKE: all install-am install-strip
     648
     649.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
     650        clean-binPROGRAMS clean-generic clean-libtool clean-local \
     651        cscopelist-am ctags ctags-am distclean distclean-compile \
     652        distclean-generic distclean-hdr distclean-libtool \
     653        distclean-tags distdir dvi dvi-am html html-am info info-am \
     654        install install-am install-binPROGRAMS install-data \
     655        install-data-am install-dvi install-dvi-am install-exec \
     656        install-exec-am install-html install-html-am install-info \
     657        install-info-am install-man install-pdf install-pdf-am \
     658        install-ps install-ps-am install-strip installcheck \
     659        installcheck-am installdirs maintainer-clean \
     660        maintainer-clean-generic mostlyclean mostlyclean-compile \
     661        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
     662        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
     663
     664.PRECIOUS: Makefile
     665
     666
     667clean-local:
     668        -rm -f TAGS
     669
     670# Tags for emacs
     671tags:
     672        etags `find . -name \*.[ch] -print`
     673
     674# Tell versions [3.59,3.63) of GNU make to not export all variables.
     675# Otherwise a system limit (for SysV at least) may be exceeded.
     676.NOEXPORT:
Note: See TracChangeset for help on using the changeset viewer.