- Timestamp:
- Jan 12, 2022, 10:54:01 AM (5 years ago)
- 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 18 am__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 } 29 am__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 71 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73 pkgdatadir = $(datadir)/ippcheck 74 pkgincludedir = $(includedir)/ippcheck 75 pkglibdir = $(libdir)/ippcheck 76 pkglibexecdir = $(libexecdir)/ippcheck 77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78 install_sh_DATA = $(install_sh) -c -m 644 79 install_sh_PROGRAM = $(install_sh) -c 80 install_sh_SCRIPT = $(install_sh) -c 81 INSTALL_HEADER = $(INSTALL_DATA) 82 transform = $(program_transform_name) 83 NORMAL_INSTALL = : 84 PRE_INSTALL = : 85 POST_INSTALL = : 86 NORMAL_UNINSTALL = : 87 PRE_UNINSTALL = : 88 POST_UNINSTALL = : 89 build_triplet = x86_64-pc-linux-gnu 90 host_triplet = x86_64-pc-linux-gnu 91 bin_PROGRAMS = ippCheckKeys$(EXEEXT) 92 subdir = src 93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 96 $(ACLOCAL_M4) 97 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 98 mkinstalldirs = $(install_sh) -d 99 CONFIG_HEADER = config.h 100 CONFIG_CLEAN_FILES = 101 CONFIG_CLEAN_VPATH_FILES = 102 am__installdirs = "$(DESTDIR)$(bindir)" 103 PROGRAMS = $(bin_PROGRAMS) 104 am_ippCheckKeys_OBJECTS = ippCheckKeys-ippCheckKeys.$(OBJEXT) 105 ippCheckKeys_OBJECTS = $(am_ippCheckKeys_OBJECTS) 106 ippCheckKeys_LDADD = $(LDADD) 107 AM_V_lt = $(am__v_lt_$(V)) 108 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 109 am__v_lt_0 = --silent 110 am__v_lt_1 = 111 ippCheckKeys_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 112 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ippCheckKeys_CFLAGS) \ 113 $(CFLAGS) $(ippCheckKeys_LDFLAGS) $(LDFLAGS) -o $@ 114 AM_V_P = $(am__v_P_$(V)) 115 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 116 am__v_P_0 = false 117 am__v_P_1 = : 118 AM_V_GEN = $(am__v_GEN_$(V)) 119 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 120 am__v_GEN_0 = @echo " GEN " $@; 121 am__v_GEN_1 = 122 AM_V_at = $(am__v_at_$(V)) 123 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 124 am__v_at_0 = @ 125 am__v_at_1 = 126 DEFAULT_INCLUDES = -I. 127 depcomp = $(SHELL) $(top_srcdir)/depcomp 128 am__depfiles_maybe = depfiles 129 am__mv = mv -f 130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 131 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 132 LTCOMPILE = $(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) 136 AM_V_CC = $(am__v_CC_$(V)) 137 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 138 am__v_CC_0 = @echo " CC " $@; 139 am__v_CC_1 = 140 CCLD = $(CC) 141 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 142 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 143 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 144 AM_V_CCLD = $(am__v_CCLD_$(V)) 145 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 146 am__v_CCLD_0 = @echo " CCLD " $@; 147 am__v_CCLD_1 = 148 SOURCES = $(ippCheckKeys_SOURCES) 149 DIST_SOURCES = $(ippCheckKeys_SOURCES) 150 am__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 155 am__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. 160 am__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. 168 am__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)` 173 ETAGS = etags 174 CTAGS = ctags 175 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 176 $(top_srcdir)/depcomp 177 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 178 ACLOCAL = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing aclocal-1.15 179 AMTAR = $${TAR-tar} 180 AM_DEFAULT_VERBOSITY = 1 181 AR = ar 182 AUTOCONF = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing autoconf 183 AUTOHEADER = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing autoheader 184 AUTOMAKE = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing automake-1.15 185 AWK = gawk 186 CC = gcc 187 CCDEPMODE = depmode=gcc3 188 CFLAGS = -pipe -O0 -g -Wall -Werror 189 CPP = gcc -E 190 CPPFLAGS = 191 CYGPATH_W = echo 192 DEFS = -DHAVE_CONFIG_H 193 DEPDIR = .deps 194 DSYMUTIL = 195 DUMPBIN = 196 ECHO_C = 197 ECHO_N = -n 198 ECHO_T = 199 EGREP = /bin/grep -E 200 EXEEXT = 201 FGREP = /bin/grep -F 202 GREP = /bin/grep 203 INSTALL = /usr/bin/install -c 204 INSTALL_DATA = ${INSTALL} -m 644 205 INSTALL_PROGRAM = ${INSTALL} 206 INSTALL_SCRIPT = ${INSTALL} 207 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 208 LD = /usr/bin/ld -m elf_x86_64 209 LDFLAGS = -Wl,--no-as-needed 210 LIBOBJS = 211 LIBS = 212 LIBTOOL = $(SHELL) $(top_builddir)/libtool 213 LIPO = 214 LN_S = ln -s 215 LTLIBOBJS = 216 MAINT = 217 MAKEINFO = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/missing makeinfo 218 MKDIR_P = /bin/mkdir -p 219 NM = /usr/bin/nm -B 220 NMEDIT = 221 OBJDUMP = objdump 222 OBJEXT = o 223 OTOOL = 224 OTOOL64 = 225 PACKAGE = ippcheck 226 PACKAGE_BUGREPORT = ipp-dev@ifa.hawaii.edu 227 PACKAGE_NAME = ippCheck 228 PACKAGE_STRING = ippCheck 1.1.0 229 PACKAGE_TARNAME = ippcheck 230 PACKAGE_URL = 231 PACKAGE_VERSION = 1.1.0 232 PATH_SEPARATOR = : 233 PKG_CONFIG = /usr/bin/pkg-config 234 PKG_CONFIG_LIBDIR = 235 PKG_CONFIG_PATH = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib/pkgconfig: 236 PSLIB_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 237 PSLIB_LIBS = -L/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib -lpslib -lm 238 PSMODULE_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 239 PSMODULE_LIBS = -L/home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib -lpsmodules -lpslib -lm 240 RANLIB = ranlib 241 SED = /bin/sed 242 SET_MAKE = 243 SHELL = /bin/bash 244 STRIP = strip 245 VERSION = 1.1.0 246 abs_builddir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/src 247 abs_srcdir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/src 248 abs_top_builddir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck 249 abs_top_srcdir = /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck 250 ac_ct_CC = gcc 251 ac_ct_DUMPBIN = 252 am__include = include 253 am__leading_dot = . 254 am__quote = 255 am__tar = $${TAR-tar} chof - "$$tardir" 256 am__untar = $${TAR-tar} xf - 257 bindir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/bin 258 build = x86_64-pc-linux-gnu 259 build_alias = 260 build_cpu = x86_64 261 build_os = linux-gnu 262 build_vendor = pc 263 builddir = . 264 datadir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/share 265 datarootdir = ${prefix}/share 266 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 267 dvidir = ${docdir} 268 exec_prefix = ${prefix} 269 host = x86_64-pc-linux-gnu 270 host_alias = 271 host_cpu = x86_64 272 host_os = linux-gnu 273 host_vendor = pc 274 htmldir = ${docdir} 275 includedir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/include 276 infodir = ${datarootdir}/info 277 install_sh = ${SHELL} /home/real/eugene/src/panstarrs/ipp-dev-20211108/ippTests/ippCheck/install-sh 278 libdir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/lib 279 libexecdir = ${exec_prefix}/libexec 280 localedir = ${datarootdir}/locale 281 localstatedir = ${prefix}/var 282 lt_ECHO = echo 283 mandir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/man 284 mkdir_p = $(MKDIR_P) 285 oldincludedir = /usr/include 286 pdfdir = ${docdir} 287 prefix = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64 288 program_transform_name = s,x,x, 289 psdir = ${docdir} 290 runstatedir = ${localstatedir}/run 291 sbindir = ${exec_prefix}/sbin 292 sharedstatedir = ${prefix}/com 293 srcdir = . 294 sysconfdir = /home/real/eugene/src/psconfig/ipp-dev-20211108.lin64/etc 295 target_alias = 296 top_build_prefix = ../ 297 top_builddir = .. 298 top_srcdir = .. 299 ippCheckKeys_CFLAGS = $(DVOCORR_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) 300 ippCheckKeys_LDFLAGS = $(DVOCORR_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 301 ippCheckKeys_SOURCES = \ 302 ippCheckKeys.c 303 304 CLEANFILES = *~ 305 all: 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 322 Makefile: $(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 340 config.h: stamp-h1 341 @test -f $@ || rm -f stamp-h1 342 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 343 344 stamp-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 352 distclean-hdr: 353 -rm -f config.h stamp-h1 354 install-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 384 uninstall-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 395 clean-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 404 ippCheckKeys$(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 408 mostlyclean-compile: 409 -rm -f *.$(OBJEXT) 410 411 distclean-compile: 412 -rm -f *.tab.c 413 414 include ./$(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 437 ippCheckKeys-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 444 ippCheckKeys-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 451 mostlyclean-libtool: 452 -rm -f *.lo 453 454 clean-libtool: 455 -rm -rf .libs _libs 456 457 ID: $(am__tagged_files) 458 $(am__define_uniq_tagged_files); mkid -fID $$unique 459 TAGS: tags 460 461 tags-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 476 ctags: ctags-am 477 478 CTAGS: ctags 479 ctags-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 485 GTAGS: 486 here=`$(am__cd) $(top_builddir) && pwd` \ 487 && $(am__cd) $(top_srcdir) \ 488 && gtags -i $(GTAGS_ARGS) "$$here" 489 cscopelist: cscopelist-am 490 491 cscopelist-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 505 distclean-tags: 506 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 507 508 distdir: $(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 538 check-am: all-am 539 check: check-am 540 all-am: Makefile $(PROGRAMS) config.h 541 installdirs: 542 for dir in "$(DESTDIR)$(bindir)"; do \ 543 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 544 done 545 install: install-am 546 install-exec: install-exec-am 547 install-data: install-data-am 548 uninstall: uninstall-am 549 550 install-am: all-am 551 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 552 553 installcheck: installcheck-am 554 install-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 564 mostlyclean-generic: 565 566 clean-generic: 567 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 568 569 distclean-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 573 maintainer-clean-generic: 574 @echo "This command is intended for maintainers to use" 575 @echo "it deletes files that may require special tools to rebuild." 576 clean: clean-am 577 578 clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \ 579 mostlyclean-am 580 581 distclean: distclean-am 582 -rm -rf ./$(DEPDIR) 583 -rm -f Makefile 584 distclean-am: clean-am distclean-compile distclean-generic \ 585 distclean-hdr distclean-tags 586 587 dvi: dvi-am 588 589 dvi-am: 590 591 html: html-am 592 593 html-am: 594 595 info: info-am 596 597 info-am: 598 599 install-data-am: 600 601 install-dvi: install-dvi-am 602 603 install-dvi-am: 604 605 install-exec-am: install-binPROGRAMS 606 607 install-html: install-html-am 608 609 install-html-am: 610 611 install-info: install-info-am 612 613 install-info-am: 614 615 install-man: 616 617 install-pdf: install-pdf-am 618 619 install-pdf-am: 620 621 install-ps: install-ps-am 622 623 install-ps-am: 624 625 installcheck-am: 626 627 maintainer-clean: maintainer-clean-am 628 -rm -rf ./$(DEPDIR) 629 -rm -f Makefile 630 maintainer-clean-am: distclean-am maintainer-clean-generic 631 632 mostlyclean: mostlyclean-am 633 634 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 635 mostlyclean-libtool 636 637 pdf: pdf-am 638 639 pdf-am: 640 641 ps: ps-am 642 643 ps-am: 644 645 uninstall-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 667 clean-local: 668 -rm -f TAGS 669 670 # Tags for emacs 671 tags: 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.
