diff options
Diffstat (limited to 'src/libcf/Makefile.in')
-rw-r--r-- | src/libcf/Makefile.in | 913 |
1 files changed, 521 insertions, 392 deletions
diff --git a/src/libcf/Makefile.in b/src/libcf/Makefile.in index fc478bb..8f50d5c 100644 --- a/src/libcf/Makefile.in +++ b/src/libcf/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -16,6 +15,61 @@ @SET_MAKE@ VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -35,11 +89,14 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/libcf -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/src/include/config.h CONFIG_CLEAN_FILES = @@ -65,6 +122,12 @@ am__nobase_list = $(am__nobase_strip_setup); \ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = @@ -119,30 +182,79 @@ am_libcf_la_OBJECTS = libcf_la-calfits.lo libcf_la-sgp4.lo \ libcf_la-cf_init_support.lo libcf_la-cf_modify_hist_pha.lo \ libcf_la-cf_fes_proc_check.lo libcf_la-cf_fes_proc_update.lo libcf_la_OBJECTS = $(am_libcf_la_OBJECTS) -libcf_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(libcf_la_CFLAGS) $(CFLAGS) \ - $(libcf_la_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcf_la_CFLAGS) \ + $(CFLAGS) $(libcf_la_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libcf_la_SOURCES) DIST_SOURCES = $(libcf_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -156,6 +268,7 @@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -180,7 +293,9 @@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ @@ -193,9 +308,12 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ @@ -206,6 +324,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ ac_ct_F77 = @ac_ct_F77@ @@ -241,7 +360,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -310,7 +428,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libcf/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/libcf/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -328,9 +445,9 @@ $(top_srcdir)/configure: $(am__configure_deps) $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): + install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ @@ -338,6 +455,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) else :; fi; \ done; \ test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } @@ -353,14 +472,17 @@ uninstall-libLTLIBRARIES: clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done -libcf.la: $(libcf_la_OBJECTS) $(libcf_la_DEPENDENCIES) - $(libcf_la_LINK) -rpath $(libdir) $(libcf_la_OBJECTS) $(libcf_la_LIBADD) $(LIBS) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libcf.la: $(libcf_la_OBJECTS) $(libcf_la_DEPENDENCIES) $(EXTRA_libcf_la_DEPENDENCIES) + $(AM_V_CCLD)$(libcf_la_LINK) -rpath $(libdir) $(libcf_la_OBJECTS) $(libcf_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -448,571 +570,571 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcf_la-state_limb.Plo@am__quote@ .c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< libcf_la-calfits.lo: calfits.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-calfits.lo -MD -MP -MF $(DEPDIR)/libcf_la-calfits.Tpo -c -o libcf_la-calfits.lo `test -f 'calfits.c' || echo '$(srcdir)/'`calfits.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-calfits.Tpo $(DEPDIR)/libcf_la-calfits.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='calfits.c' object='libcf_la-calfits.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-calfits.lo -MD -MP -MF $(DEPDIR)/libcf_la-calfits.Tpo -c -o libcf_la-calfits.lo `test -f 'calfits.c' || echo '$(srcdir)/'`calfits.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-calfits.Tpo $(DEPDIR)/libcf_la-calfits.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='calfits.c' object='libcf_la-calfits.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-calfits.lo `test -f 'calfits.c' || echo '$(srcdir)/'`calfits.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-calfits.lo `test -f 'calfits.c' || echo '$(srcdir)/'`calfits.c libcf_la-sgp4.lo: sgp4.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-sgp4.lo -MD -MP -MF $(DEPDIR)/libcf_la-sgp4.Tpo -c -o libcf_la-sgp4.lo `test -f 'sgp4.c' || echo '$(srcdir)/'`sgp4.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-sgp4.Tpo $(DEPDIR)/libcf_la-sgp4.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sgp4.c' object='libcf_la-sgp4.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-sgp4.lo -MD -MP -MF $(DEPDIR)/libcf_la-sgp4.Tpo -c -o libcf_la-sgp4.lo `test -f 'sgp4.c' || echo '$(srcdir)/'`sgp4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-sgp4.Tpo $(DEPDIR)/libcf_la-sgp4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sgp4.c' object='libcf_la-sgp4.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-sgp4.lo `test -f 'sgp4.c' || echo '$(srcdir)/'`sgp4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-sgp4.lo `test -f 'sgp4.c' || echo '$(srcdir)/'`sgp4.c libcf_la-eclipse.lo: eclipse.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-eclipse.lo -MD -MP -MF $(DEPDIR)/libcf_la-eclipse.Tpo -c -o libcf_la-eclipse.lo `test -f 'eclipse.c' || echo '$(srcdir)/'`eclipse.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-eclipse.Tpo $(DEPDIR)/libcf_la-eclipse.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eclipse.c' object='libcf_la-eclipse.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-eclipse.lo -MD -MP -MF $(DEPDIR)/libcf_la-eclipse.Tpo -c -o libcf_la-eclipse.lo `test -f 'eclipse.c' || echo '$(srcdir)/'`eclipse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-eclipse.Tpo $(DEPDIR)/libcf_la-eclipse.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='eclipse.c' object='libcf_la-eclipse.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-eclipse.lo `test -f 'eclipse.c' || echo '$(srcdir)/'`eclipse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-eclipse.lo `test -f 'eclipse.c' || echo '$(srcdir)/'`eclipse.c libcf_la-saa.lo: saa.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-saa.lo -MD -MP -MF $(DEPDIR)/libcf_la-saa.Tpo -c -o libcf_la-saa.lo `test -f 'saa.c' || echo '$(srcdir)/'`saa.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-saa.Tpo $(DEPDIR)/libcf_la-saa.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='saa.c' object='libcf_la-saa.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-saa.lo -MD -MP -MF $(DEPDIR)/libcf_la-saa.Tpo -c -o libcf_la-saa.lo `test -f 'saa.c' || echo '$(srcdir)/'`saa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-saa.Tpo $(DEPDIR)/libcf_la-saa.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='saa.c' object='libcf_la-saa.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-saa.lo `test -f 'saa.c' || echo '$(srcdir)/'`saa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-saa.lo `test -f 'saa.c' || echo '$(srcdir)/'`saa.c libcf_la-state_limb.lo: state_limb.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-state_limb.lo -MD -MP -MF $(DEPDIR)/libcf_la-state_limb.Tpo -c -o libcf_la-state_limb.lo `test -f 'state_limb.c' || echo '$(srcdir)/'`state_limb.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-state_limb.Tpo $(DEPDIR)/libcf_la-state_limb.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='state_limb.c' object='libcf_la-state_limb.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-state_limb.lo -MD -MP -MF $(DEPDIR)/libcf_la-state_limb.Tpo -c -o libcf_la-state_limb.lo `test -f 'state_limb.c' || echo '$(srcdir)/'`state_limb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-state_limb.Tpo $(DEPDIR)/libcf_la-state_limb.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='state_limb.c' object='libcf_la-state_limb.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-state_limb.lo `test -f 'state_limb.c' || echo '$(srcdir)/'`state_limb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-state_limb.lo `test -f 'state_limb.c' || echo '$(srcdir)/'`state_limb.c libcf_la-state_geod.lo: state_geod.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-state_geod.lo -MD -MP -MF $(DEPDIR)/libcf_la-state_geod.Tpo -c -o libcf_la-state_geod.lo `test -f 'state_geod.c' || echo '$(srcdir)/'`state_geod.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-state_geod.Tpo $(DEPDIR)/libcf_la-state_geod.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='state_geod.c' object='libcf_la-state_geod.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-state_geod.lo -MD -MP -MF $(DEPDIR)/libcf_la-state_geod.Tpo -c -o libcf_la-state_geod.lo `test -f 'state_geod.c' || echo '$(srcdir)/'`state_geod.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-state_geod.Tpo $(DEPDIR)/libcf_la-state_geod.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='state_geod.c' object='libcf_la-state_geod.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-state_geod.lo `test -f 'state_geod.c' || echo '$(srcdir)/'`state_geod.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-state_geod.lo `test -f 'state_geod.c' || echo '$(srcdir)/'`state_geod.c libcf_la-space_vel.lo: space_vel.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-space_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-space_vel.Tpo -c -o libcf_la-space_vel.lo `test -f 'space_vel.c' || echo '$(srcdir)/'`space_vel.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-space_vel.Tpo $(DEPDIR)/libcf_la-space_vel.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='space_vel.c' object='libcf_la-space_vel.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-space_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-space_vel.Tpo -c -o libcf_la-space_vel.lo `test -f 'space_vel.c' || echo '$(srcdir)/'`space_vel.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-space_vel.Tpo $(DEPDIR)/libcf_la-space_vel.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='space_vel.c' object='libcf_la-space_vel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-space_vel.lo `test -f 'space_vel.c' || echo '$(srcdir)/'`space_vel.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-space_vel.lo `test -f 'space_vel.c' || echo '$(srcdir)/'`space_vel.c libcf_la-helio_vel.lo: helio_vel.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-helio_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-helio_vel.Tpo -c -o libcf_la-helio_vel.lo `test -f 'helio_vel.c' || echo '$(srcdir)/'`helio_vel.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-helio_vel.Tpo $(DEPDIR)/libcf_la-helio_vel.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='helio_vel.c' object='libcf_la-helio_vel.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-helio_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-helio_vel.Tpo -c -o libcf_la-helio_vel.lo `test -f 'helio_vel.c' || echo '$(srcdir)/'`helio_vel.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-helio_vel.Tpo $(DEPDIR)/libcf_la-helio_vel.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='helio_vel.c' object='libcf_la-helio_vel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-helio_vel.lo `test -f 'helio_vel.c' || echo '$(srcdir)/'`helio_vel.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-helio_vel.lo `test -f 'helio_vel.c' || echo '$(srcdir)/'`helio_vel.c libcf_la-geod_mag.lo: geod_mag.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-geod_mag.lo -MD -MP -MF $(DEPDIR)/libcf_la-geod_mag.Tpo -c -o libcf_la-geod_mag.lo `test -f 'geod_mag.c' || echo '$(srcdir)/'`geod_mag.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-geod_mag.Tpo $(DEPDIR)/libcf_la-geod_mag.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='geod_mag.c' object='libcf_la-geod_mag.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-geod_mag.lo -MD -MP -MF $(DEPDIR)/libcf_la-geod_mag.Tpo -c -o libcf_la-geod_mag.lo `test -f 'geod_mag.c' || echo '$(srcdir)/'`geod_mag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-geod_mag.Tpo $(DEPDIR)/libcf_la-geod_mag.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='geod_mag.c' object='libcf_la-geod_mag.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-geod_mag.lo `test -f 'geod_mag.c' || echo '$(srcdir)/'`geod_mag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-geod_mag.lo `test -f 'geod_mag.c' || echo '$(srcdir)/'`geod_mag.c libcf_la-pole_ang.lo: pole_ang.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-pole_ang.lo -MD -MP -MF $(DEPDIR)/libcf_la-pole_ang.Tpo -c -o libcf_la-pole_ang.lo `test -f 'pole_ang.c' || echo '$(srcdir)/'`pole_ang.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-pole_ang.Tpo $(DEPDIR)/libcf_la-pole_ang.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pole_ang.c' object='libcf_la-pole_ang.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-pole_ang.lo -MD -MP -MF $(DEPDIR)/libcf_la-pole_ang.Tpo -c -o libcf_la-pole_ang.lo `test -f 'pole_ang.c' || echo '$(srcdir)/'`pole_ang.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-pole_ang.Tpo $(DEPDIR)/libcf_la-pole_ang.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pole_ang.c' object='libcf_la-pole_ang.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-pole_ang.lo `test -f 'pole_ang.c' || echo '$(srcdir)/'`pole_ang.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-pole_ang.lo `test -f 'pole_ang.c' || echo '$(srcdir)/'`pole_ang.c libcf_la-solar_ang.lo: solar_ang.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-solar_ang.lo -MD -MP -MF $(DEPDIR)/libcf_la-solar_ang.Tpo -c -o libcf_la-solar_ang.lo `test -f 'solar_ang.c' || echo '$(srcdir)/'`solar_ang.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-solar_ang.Tpo $(DEPDIR)/libcf_la-solar_ang.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='solar_ang.c' object='libcf_la-solar_ang.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-solar_ang.lo -MD -MP -MF $(DEPDIR)/libcf_la-solar_ang.Tpo -c -o libcf_la-solar_ang.lo `test -f 'solar_ang.c' || echo '$(srcdir)/'`solar_ang.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-solar_ang.Tpo $(DEPDIR)/libcf_la-solar_ang.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='solar_ang.c' object='libcf_la-solar_ang.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-solar_ang.lo `test -f 'solar_ang.c' || echo '$(srcdir)/'`solar_ang.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-solar_ang.lo `test -f 'solar_ang.c' || echo '$(srcdir)/'`solar_ang.c libcf_la-lsrd_vel.lo: lsrd_vel.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-lsrd_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-lsrd_vel.Tpo -c -o libcf_la-lsrd_vel.lo `test -f 'lsrd_vel.c' || echo '$(srcdir)/'`lsrd_vel.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-lsrd_vel.Tpo $(DEPDIR)/libcf_la-lsrd_vel.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lsrd_vel.c' object='libcf_la-lsrd_vel.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-lsrd_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-lsrd_vel.Tpo -c -o libcf_la-lsrd_vel.lo `test -f 'lsrd_vel.c' || echo '$(srcdir)/'`lsrd_vel.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-lsrd_vel.Tpo $(DEPDIR)/libcf_la-lsrd_vel.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lsrd_vel.c' object='libcf_la-lsrd_vel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-lsrd_vel.lo `test -f 'lsrd_vel.c' || echo '$(srcdir)/'`lsrd_vel.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-lsrd_vel.lo `test -f 'lsrd_vel.c' || echo '$(srcdir)/'`lsrd_vel.c libcf_la-lsrk_vel.lo: lsrk_vel.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-lsrk_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-lsrk_vel.Tpo -c -o libcf_la-lsrk_vel.lo `test -f 'lsrk_vel.c' || echo '$(srcdir)/'`lsrk_vel.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-lsrk_vel.Tpo $(DEPDIR)/libcf_la-lsrk_vel.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lsrk_vel.c' object='libcf_la-lsrk_vel.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-lsrk_vel.lo -MD -MP -MF $(DEPDIR)/libcf_la-lsrk_vel.Tpo -c -o libcf_la-lsrk_vel.lo `test -f 'lsrk_vel.c' || echo '$(srcdir)/'`lsrk_vel.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-lsrk_vel.Tpo $(DEPDIR)/libcf_la-lsrk_vel.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lsrk_vel.c' object='libcf_la-lsrk_vel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-lsrk_vel.lo `test -f 'lsrk_vel.c' || echo '$(srcdir)/'`lsrk_vel.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-lsrk_vel.lo `test -f 'lsrk_vel.c' || echo '$(srcdir)/'`lsrk_vel.c libcf_la-month_day.lo: month_day.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-month_day.lo -MD -MP -MF $(DEPDIR)/libcf_la-month_day.Tpo -c -o libcf_la-month_day.lo `test -f 'month_day.c' || echo '$(srcdir)/'`month_day.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-month_day.Tpo $(DEPDIR)/libcf_la-month_day.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='month_day.c' object='libcf_la-month_day.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-month_day.lo -MD -MP -MF $(DEPDIR)/libcf_la-month_day.Tpo -c -o libcf_la-month_day.lo `test -f 'month_day.c' || echo '$(srcdir)/'`month_day.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-month_day.Tpo $(DEPDIR)/libcf_la-month_day.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='month_day.c' object='libcf_la-month_day.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-month_day.lo `test -f 'month_day.c' || echo '$(srcdir)/'`month_day.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-month_day.lo `test -f 'month_day.c' || echo '$(srcdir)/'`month_day.c libcf_la-read_tle.lo: read_tle.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-read_tle.lo -MD -MP -MF $(DEPDIR)/libcf_la-read_tle.Tpo -c -o libcf_la-read_tle.lo `test -f 'read_tle.c' || echo '$(srcdir)/'`read_tle.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-read_tle.Tpo $(DEPDIR)/libcf_la-read_tle.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='read_tle.c' object='libcf_la-read_tle.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-read_tle.lo -MD -MP -MF $(DEPDIR)/libcf_la-read_tle.Tpo -c -o libcf_la-read_tle.lo `test -f 'read_tle.c' || echo '$(srcdir)/'`read_tle.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-read_tle.Tpo $(DEPDIR)/libcf_la-read_tle.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='read_tle.c' object='libcf_la-read_tle.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-read_tle.lo `test -f 'read_tle.c' || echo '$(srcdir)/'`read_tle.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-read_tle.lo `test -f 'read_tle.c' || echo '$(srcdir)/'`read_tle.c libcf_la-cf_velang.lo: cf_velang.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_velang.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_velang.Tpo -c -o libcf_la-cf_velang.lo `test -f 'cf_velang.c' || echo '$(srcdir)/'`cf_velang.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_velang.Tpo $(DEPDIR)/libcf_la-cf_velang.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_velang.c' object='libcf_la-cf_velang.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_velang.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_velang.Tpo -c -o libcf_la-cf_velang.lo `test -f 'cf_velang.c' || echo '$(srcdir)/'`cf_velang.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_velang.Tpo $(DEPDIR)/libcf_la-cf_velang.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_velang.c' object='libcf_la-cf_velang.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_velang.lo `test -f 'cf_velang.c' || echo '$(srcdir)/'`cf_velang.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_velang.lo `test -f 'cf_velang.c' || echo '$(srcdir)/'`cf_velang.c libcf_la-set_orbit_parms.lo: set_orbit_parms.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-set_orbit_parms.lo -MD -MP -MF $(DEPDIR)/libcf_la-set_orbit_parms.Tpo -c -o libcf_la-set_orbit_parms.lo `test -f 'set_orbit_parms.c' || echo '$(srcdir)/'`set_orbit_parms.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-set_orbit_parms.Tpo $(DEPDIR)/libcf_la-set_orbit_parms.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='set_orbit_parms.c' object='libcf_la-set_orbit_parms.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-set_orbit_parms.lo -MD -MP -MF $(DEPDIR)/libcf_la-set_orbit_parms.Tpo -c -o libcf_la-set_orbit_parms.lo `test -f 'set_orbit_parms.c' || echo '$(srcdir)/'`set_orbit_parms.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-set_orbit_parms.Tpo $(DEPDIR)/libcf_la-set_orbit_parms.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='set_orbit_parms.c' object='libcf_la-set_orbit_parms.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-set_orbit_parms.lo `test -f 'set_orbit_parms.c' || echo '$(srcdir)/'`set_orbit_parms.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-set_orbit_parms.lo `test -f 'set_orbit_parms.c' || echo '$(srcdir)/'`set_orbit_parms.c libcf_la-cf_error_msg.lo: cf_error_msg.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_error_msg.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_error_msg.Tpo -c -o libcf_la-cf_error_msg.lo `test -f 'cf_error_msg.c' || echo '$(srcdir)/'`cf_error_msg.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_error_msg.Tpo $(DEPDIR)/libcf_la-cf_error_msg.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_error_msg.c' object='libcf_la-cf_error_msg.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_error_msg.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_error_msg.Tpo -c -o libcf_la-cf_error_msg.lo `test -f 'cf_error_msg.c' || echo '$(srcdir)/'`cf_error_msg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_error_msg.Tpo $(DEPDIR)/libcf_la-cf_error_msg.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_error_msg.c' object='libcf_la-cf_error_msg.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_error_msg.lo `test -f 'cf_error_msg.c' || echo '$(srcdir)/'`cf_error_msg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_error_msg.lo `test -f 'cf_error_msg.c' || echo '$(srcdir)/'`cf_error_msg.c libcf_la-cf_cal_file.lo: cf_cal_file.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_cal_file.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_cal_file.Tpo -c -o libcf_la-cf_cal_file.lo `test -f 'cf_cal_file.c' || echo '$(srcdir)/'`cf_cal_file.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_cal_file.Tpo $(DEPDIR)/libcf_la-cf_cal_file.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_cal_file.c' object='libcf_la-cf_cal_file.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_cal_file.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_cal_file.Tpo -c -o libcf_la-cf_cal_file.lo `test -f 'cf_cal_file.c' || echo '$(srcdir)/'`cf_cal_file.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_cal_file.Tpo $(DEPDIR)/libcf_la-cf_cal_file.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_cal_file.c' object='libcf_la-cf_cal_file.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_cal_file.lo `test -f 'cf_cal_file.c' || echo '$(srcdir)/'`cf_cal_file.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_cal_file.lo `test -f 'cf_cal_file.c' || echo '$(srcdir)/'`cf_cal_file.c libcf_la-cf_proc_check.lo: cf_proc_check.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_proc_check.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_proc_check.Tpo -c -o libcf_la-cf_proc_check.lo `test -f 'cf_proc_check.c' || echo '$(srcdir)/'`cf_proc_check.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_proc_check.Tpo $(DEPDIR)/libcf_la-cf_proc_check.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_proc_check.c' object='libcf_la-cf_proc_check.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_proc_check.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_proc_check.Tpo -c -o libcf_la-cf_proc_check.lo `test -f 'cf_proc_check.c' || echo '$(srcdir)/'`cf_proc_check.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_proc_check.Tpo $(DEPDIR)/libcf_la-cf_proc_check.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_proc_check.c' object='libcf_la-cf_proc_check.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_proc_check.lo `test -f 'cf_proc_check.c' || echo '$(srcdir)/'`cf_proc_check.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_proc_check.lo `test -f 'cf_proc_check.c' || echo '$(srcdir)/'`cf_proc_check.c libcf_la-cf_proc_update.lo: cf_proc_update.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_proc_update.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_proc_update.Tpo -c -o libcf_la-cf_proc_update.lo `test -f 'cf_proc_update.c' || echo '$(srcdir)/'`cf_proc_update.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_proc_update.Tpo $(DEPDIR)/libcf_la-cf_proc_update.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_proc_update.c' object='libcf_la-cf_proc_update.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_proc_update.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_proc_update.Tpo -c -o libcf_la-cf_proc_update.lo `test -f 'cf_proc_update.c' || echo '$(srcdir)/'`cf_proc_update.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_proc_update.Tpo $(DEPDIR)/libcf_la-cf_proc_update.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_proc_update.c' object='libcf_la-cf_proc_update.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_proc_update.lo `test -f 'cf_proc_update.c' || echo '$(srcdir)/'`cf_proc_update.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_proc_update.lo `test -f 'cf_proc_update.c' || echo '$(srcdir)/'`cf_proc_update.c libcf_la-cf_timestamp.lo: cf_timestamp.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_timestamp.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_timestamp.Tpo -c -o libcf_la-cf_timestamp.lo `test -f 'cf_timestamp.c' || echo '$(srcdir)/'`cf_timestamp.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_timestamp.Tpo $(DEPDIR)/libcf_la-cf_timestamp.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_timestamp.c' object='libcf_la-cf_timestamp.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_timestamp.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_timestamp.Tpo -c -o libcf_la-cf_timestamp.lo `test -f 'cf_timestamp.c' || echo '$(srcdir)/'`cf_timestamp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_timestamp.Tpo $(DEPDIR)/libcf_la-cf_timestamp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_timestamp.c' object='libcf_la-cf_timestamp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_timestamp.lo `test -f 'cf_timestamp.c' || echo '$(srcdir)/'`cf_timestamp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_timestamp.lo `test -f 'cf_timestamp.c' || echo '$(srcdir)/'`cf_timestamp.c libcf_la-cf_fuv_init.lo: cf_fuv_init.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fuv_init.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fuv_init.Tpo -c -o libcf_la-cf_fuv_init.lo `test -f 'cf_fuv_init.c' || echo '$(srcdir)/'`cf_fuv_init.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_fuv_init.Tpo $(DEPDIR)/libcf_la-cf_fuv_init.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_fuv_init.c' object='libcf_la-cf_fuv_init.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fuv_init.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fuv_init.Tpo -c -o libcf_la-cf_fuv_init.lo `test -f 'cf_fuv_init.c' || echo '$(srcdir)/'`cf_fuv_init.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_fuv_init.Tpo $(DEPDIR)/libcf_la-cf_fuv_init.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_fuv_init.c' object='libcf_la-cf_fuv_init.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fuv_init.lo `test -f 'cf_fuv_init.c' || echo '$(srcdir)/'`cf_fuv_init.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fuv_init.lo `test -f 'cf_fuv_init.c' || echo '$(srcdir)/'`cf_fuv_init.c libcf_la-cf_header_io.lo: cf_header_io.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_header_io.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_header_io.Tpo -c -o libcf_la-cf_header_io.lo `test -f 'cf_header_io.c' || echo '$(srcdir)/'`cf_header_io.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_header_io.Tpo $(DEPDIR)/libcf_la-cf_header_io.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_header_io.c' object='libcf_la-cf_header_io.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_header_io.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_header_io.Tpo -c -o libcf_la-cf_header_io.lo `test -f 'cf_header_io.c' || echo '$(srcdir)/'`cf_header_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_header_io.Tpo $(DEPDIR)/libcf_la-cf_header_io.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_header_io.c' object='libcf_la-cf_header_io.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_header_io.lo `test -f 'cf_header_io.c' || echo '$(srcdir)/'`cf_header_io.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_header_io.lo `test -f 'cf_header_io.c' || echo '$(srcdir)/'`cf_header_io.c libcf_la-cf_check_digitizer.lo: cf_check_digitizer.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_check_digitizer.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_check_digitizer.Tpo -c -o libcf_la-cf_check_digitizer.lo `test -f 'cf_check_digitizer.c' || echo '$(srcdir)/'`cf_check_digitizer.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_check_digitizer.Tpo $(DEPDIR)/libcf_la-cf_check_digitizer.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_check_digitizer.c' object='libcf_la-cf_check_digitizer.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_check_digitizer.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_check_digitizer.Tpo -c -o libcf_la-cf_check_digitizer.lo `test -f 'cf_check_digitizer.c' || echo '$(srcdir)/'`cf_check_digitizer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_check_digitizer.Tpo $(DEPDIR)/libcf_la-cf_check_digitizer.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_check_digitizer.c' object='libcf_la-cf_check_digitizer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_check_digitizer.lo `test -f 'cf_check_digitizer.c' || echo '$(srcdir)/'`cf_check_digitizer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_check_digitizer.lo `test -f 'cf_check_digitizer.c' || echo '$(srcdir)/'`cf_check_digitizer.c libcf_la-cf_nint.lo: cf_nint.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_nint.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_nint.Tpo -c -o libcf_la-cf_nint.lo `test -f 'cf_nint.c' || echo '$(srcdir)/'`cf_nint.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_nint.Tpo $(DEPDIR)/libcf_la-cf_nint.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_nint.c' object='libcf_la-cf_nint.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_nint.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_nint.Tpo -c -o libcf_la-cf_nint.lo `test -f 'cf_nint.c' || echo '$(srcdir)/'`cf_nint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_nint.Tpo $(DEPDIR)/libcf_la-cf_nint.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_nint.c' object='libcf_la-cf_nint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_nint.lo `test -f 'cf_nint.c' || echo '$(srcdir)/'`cf_nint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_nint.lo `test -f 'cf_nint.c' || echo '$(srcdir)/'`cf_nint.c libcf_la-cf_idf_io.lo: cf_idf_io.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_idf_io.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_idf_io.Tpo -c -o libcf_la-cf_idf_io.lo `test -f 'cf_idf_io.c' || echo '$(srcdir)/'`cf_idf_io.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_idf_io.Tpo $(DEPDIR)/libcf_la-cf_idf_io.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_idf_io.c' object='libcf_la-cf_idf_io.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_idf_io.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_idf_io.Tpo -c -o libcf_la-cf_idf_io.lo `test -f 'cf_idf_io.c' || echo '$(srcdir)/'`cf_idf_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_idf_io.Tpo $(DEPDIR)/libcf_la-cf_idf_io.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_idf_io.c' object='libcf_la-cf_idf_io.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_idf_io.lo `test -f 'cf_idf_io.c' || echo '$(srcdir)/'`cf_idf_io.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_idf_io.lo `test -f 'cf_idf_io.c' || echo '$(srcdir)/'`cf_idf_io.c libcf_la-cf_ids_dead_time.lo: cf_ids_dead_time.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_ids_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_ids_dead_time.Tpo -c -o libcf_la-cf_ids_dead_time.lo `test -f 'cf_ids_dead_time.c' || echo '$(srcdir)/'`cf_ids_dead_time.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_ids_dead_time.Tpo $(DEPDIR)/libcf_la-cf_ids_dead_time.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_ids_dead_time.c' object='libcf_la-cf_ids_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_ids_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_ids_dead_time.Tpo -c -o libcf_la-cf_ids_dead_time.lo `test -f 'cf_ids_dead_time.c' || echo '$(srcdir)/'`cf_ids_dead_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_ids_dead_time.Tpo $(DEPDIR)/libcf_la-cf_ids_dead_time.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_ids_dead_time.c' object='libcf_la-cf_ids_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_ids_dead_time.lo `test -f 'cf_ids_dead_time.c' || echo '$(srcdir)/'`cf_ids_dead_time.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_ids_dead_time.lo `test -f 'cf_ids_dead_time.c' || echo '$(srcdir)/'`cf_ids_dead_time.c libcf_la-cf_electronics_dead_time.lo: cf_electronics_dead_time.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_electronics_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_electronics_dead_time.Tpo -c -o libcf_la-cf_electronics_dead_time.lo `test -f 'cf_electronics_dead_time.c' || echo '$(srcdir)/'`cf_electronics_dead_time.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_electronics_dead_time.Tpo $(DEPDIR)/libcf_la-cf_electronics_dead_time.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_electronics_dead_time.c' object='libcf_la-cf_electronics_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_electronics_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_electronics_dead_time.Tpo -c -o libcf_la-cf_electronics_dead_time.lo `test -f 'cf_electronics_dead_time.c' || echo '$(srcdir)/'`cf_electronics_dead_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_electronics_dead_time.Tpo $(DEPDIR)/libcf_la-cf_electronics_dead_time.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_electronics_dead_time.c' object='libcf_la-cf_electronics_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_electronics_dead_time.lo `test -f 'cf_electronics_dead_time.c' || echo '$(srcdir)/'`cf_electronics_dead_time.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_electronics_dead_time.lo `test -f 'cf_electronics_dead_time.c' || echo '$(srcdir)/'`cf_electronics_dead_time.c libcf_la-cf_fifo_dead_time.lo: cf_fifo_dead_time.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fifo_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fifo_dead_time.Tpo -c -o libcf_la-cf_fifo_dead_time.lo `test -f 'cf_fifo_dead_time.c' || echo '$(srcdir)/'`cf_fifo_dead_time.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_fifo_dead_time.Tpo $(DEPDIR)/libcf_la-cf_fifo_dead_time.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_fifo_dead_time.c' object='libcf_la-cf_fifo_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fifo_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fifo_dead_time.Tpo -c -o libcf_la-cf_fifo_dead_time.lo `test -f 'cf_fifo_dead_time.c' || echo '$(srcdir)/'`cf_fifo_dead_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_fifo_dead_time.Tpo $(DEPDIR)/libcf_la-cf_fifo_dead_time.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_fifo_dead_time.c' object='libcf_la-cf_fifo_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fifo_dead_time.lo `test -f 'cf_fifo_dead_time.c' || echo '$(srcdir)/'`cf_fifo_dead_time.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fifo_dead_time.lo `test -f 'cf_fifo_dead_time.c' || echo '$(srcdir)/'`cf_fifo_dead_time.c libcf_la-cf_apply_dead_time.lo: cf_apply_dead_time.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_apply_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_apply_dead_time.Tpo -c -o libcf_la-cf_apply_dead_time.lo `test -f 'cf_apply_dead_time.c' || echo '$(srcdir)/'`cf_apply_dead_time.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_apply_dead_time.Tpo $(DEPDIR)/libcf_la-cf_apply_dead_time.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_apply_dead_time.c' object='libcf_la-cf_apply_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_apply_dead_time.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_apply_dead_time.Tpo -c -o libcf_la-cf_apply_dead_time.lo `test -f 'cf_apply_dead_time.c' || echo '$(srcdir)/'`cf_apply_dead_time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_apply_dead_time.Tpo $(DEPDIR)/libcf_la-cf_apply_dead_time.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_apply_dead_time.c' object='libcf_la-cf_apply_dead_time.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_apply_dead_time.lo `test -f 'cf_apply_dead_time.c' || echo '$(srcdir)/'`cf_apply_dead_time.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_apply_dead_time.lo `test -f 'cf_apply_dead_time.c' || echo '$(srcdir)/'`cf_apply_dead_time.c libcf_la-cf_thermal_distort.lo: cf_thermal_distort.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_thermal_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_thermal_distort.Tpo -c -o libcf_la-cf_thermal_distort.lo `test -f 'cf_thermal_distort.c' || echo '$(srcdir)/'`cf_thermal_distort.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_thermal_distort.Tpo $(DEPDIR)/libcf_la-cf_thermal_distort.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_thermal_distort.c' object='libcf_la-cf_thermal_distort.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_thermal_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_thermal_distort.Tpo -c -o libcf_la-cf_thermal_distort.lo `test -f 'cf_thermal_distort.c' || echo '$(srcdir)/'`cf_thermal_distort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_thermal_distort.Tpo $(DEPDIR)/libcf_la-cf_thermal_distort.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_thermal_distort.c' object='libcf_la-cf_thermal_distort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_thermal_distort.lo `test -f 'cf_thermal_distort.c' || echo '$(srcdir)/'`cf_thermal_distort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_thermal_distort.lo `test -f 'cf_thermal_distort.c' || echo '$(srcdir)/'`cf_thermal_distort.c libcf_la-cf_count_rate_y_distort.lo: cf_count_rate_y_distort.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_count_rate_y_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_count_rate_y_distort.Tpo -c -o libcf_la-cf_count_rate_y_distort.lo `test -f 'cf_count_rate_y_distort.c' || echo '$(srcdir)/'`cf_count_rate_y_distort.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_count_rate_y_distort.Tpo $(DEPDIR)/libcf_la-cf_count_rate_y_distort.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_count_rate_y_distort.c' object='libcf_la-cf_count_rate_y_distort.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_count_rate_y_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_count_rate_y_distort.Tpo -c -o libcf_la-cf_count_rate_y_distort.lo `test -f 'cf_count_rate_y_distort.c' || echo '$(srcdir)/'`cf_count_rate_y_distort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_count_rate_y_distort.Tpo $(DEPDIR)/libcf_la-cf_count_rate_y_distort.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_count_rate_y_distort.c' object='libcf_la-cf_count_rate_y_distort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_count_rate_y_distort.lo `test -f 'cf_count_rate_y_distort.c' || echo '$(srcdir)/'`cf_count_rate_y_distort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_count_rate_y_distort.lo `test -f 'cf_count_rate_y_distort.c' || echo '$(srcdir)/'`cf_count_rate_y_distort.c libcf_la-cf_time_xy_distort.lo: cf_time_xy_distort.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_time_xy_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_time_xy_distort.Tpo -c -o libcf_la-cf_time_xy_distort.lo `test -f 'cf_time_xy_distort.c' || echo '$(srcdir)/'`cf_time_xy_distort.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_time_xy_distort.Tpo $(DEPDIR)/libcf_la-cf_time_xy_distort.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_time_xy_distort.c' object='libcf_la-cf_time_xy_distort.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_time_xy_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_time_xy_distort.Tpo -c -o libcf_la-cf_time_xy_distort.lo `test -f 'cf_time_xy_distort.c' || echo '$(srcdir)/'`cf_time_xy_distort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_time_xy_distort.Tpo $(DEPDIR)/libcf_la-cf_time_xy_distort.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_time_xy_distort.c' object='libcf_la-cf_time_xy_distort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_time_xy_distort.lo `test -f 'cf_time_xy_distort.c' || echo '$(srcdir)/'`cf_time_xy_distort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_time_xy_distort.lo `test -f 'cf_time_xy_distort.c' || echo '$(srcdir)/'`cf_time_xy_distort.c libcf_la-cf_geometric_distort.lo: cf_geometric_distort.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_geometric_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_geometric_distort.Tpo -c -o libcf_la-cf_geometric_distort.lo `test -f 'cf_geometric_distort.c' || echo '$(srcdir)/'`cf_geometric_distort.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_geometric_distort.Tpo $(DEPDIR)/libcf_la-cf_geometric_distort.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_geometric_distort.c' object='libcf_la-cf_geometric_distort.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_geometric_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_geometric_distort.Tpo -c -o libcf_la-cf_geometric_distort.lo `test -f 'cf_geometric_distort.c' || echo '$(srcdir)/'`cf_geometric_distort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_geometric_distort.Tpo $(DEPDIR)/libcf_la-cf_geometric_distort.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_geometric_distort.c' object='libcf_la-cf_geometric_distort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_geometric_distort.lo `test -f 'cf_geometric_distort.c' || echo '$(srcdir)/'`cf_geometric_distort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_geometric_distort.lo `test -f 'cf_geometric_distort.c' || echo '$(srcdir)/'`cf_geometric_distort.c libcf_la-cf_pha_x_distort.lo: cf_pha_x_distort.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_pha_x_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_pha_x_distort.Tpo -c -o libcf_la-cf_pha_x_distort.lo `test -f 'cf_pha_x_distort.c' || echo '$(srcdir)/'`cf_pha_x_distort.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_pha_x_distort.Tpo $(DEPDIR)/libcf_la-cf_pha_x_distort.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_pha_x_distort.c' object='libcf_la-cf_pha_x_distort.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_pha_x_distort.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_pha_x_distort.Tpo -c -o libcf_la-cf_pha_x_distort.lo `test -f 'cf_pha_x_distort.c' || echo '$(srcdir)/'`cf_pha_x_distort.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_pha_x_distort.Tpo $(DEPDIR)/libcf_la-cf_pha_x_distort.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_pha_x_distort.c' object='libcf_la-cf_pha_x_distort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_pha_x_distort.lo `test -f 'cf_pha_x_distort.c' || echo '$(srcdir)/'`cf_pha_x_distort.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_pha_x_distort.lo `test -f 'cf_pha_x_distort.c' || echo '$(srcdir)/'`cf_pha_x_distort.c libcf_la-cf_active_region.lo: cf_active_region.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_active_region.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_active_region.Tpo -c -o libcf_la-cf_active_region.lo `test -f 'cf_active_region.c' || echo '$(srcdir)/'`cf_active_region.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_active_region.Tpo $(DEPDIR)/libcf_la-cf_active_region.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_active_region.c' object='libcf_la-cf_active_region.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_active_region.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_active_region.Tpo -c -o libcf_la-cf_active_region.lo `test -f 'cf_active_region.c' || echo '$(srcdir)/'`cf_active_region.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_active_region.Tpo $(DEPDIR)/libcf_la-cf_active_region.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_active_region.c' object='libcf_la-cf_active_region.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_active_region.lo `test -f 'cf_active_region.c' || echo '$(srcdir)/'`cf_active_region.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_active_region.lo `test -f 'cf_active_region.c' || echo '$(srcdir)/'`cf_active_region.c libcf_la-cf_find_spectra.lo: cf_find_spectra.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_find_spectra.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_find_spectra.Tpo -c -o libcf_la-cf_find_spectra.lo `test -f 'cf_find_spectra.c' || echo '$(srcdir)/'`cf_find_spectra.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_find_spectra.Tpo $(DEPDIR)/libcf_la-cf_find_spectra.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_find_spectra.c' object='libcf_la-cf_find_spectra.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_find_spectra.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_find_spectra.Tpo -c -o libcf_la-cf_find_spectra.lo `test -f 'cf_find_spectra.c' || echo '$(srcdir)/'`cf_find_spectra.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_find_spectra.Tpo $(DEPDIR)/libcf_la-cf_find_spectra.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_find_spectra.c' object='libcf_la-cf_find_spectra.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_find_spectra.lo `test -f 'cf_find_spectra.c' || echo '$(srcdir)/'`cf_find_spectra.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_find_spectra.lo `test -f 'cf_find_spectra.c' || echo '$(srcdir)/'`cf_find_spectra.c libcf_la-cf_identify_channel.lo: cf_identify_channel.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_identify_channel.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_identify_channel.Tpo -c -o libcf_la-cf_identify_channel.lo `test -f 'cf_identify_channel.c' || echo '$(srcdir)/'`cf_identify_channel.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_identify_channel.Tpo $(DEPDIR)/libcf_la-cf_identify_channel.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_identify_channel.c' object='libcf_la-cf_identify_channel.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_identify_channel.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_identify_channel.Tpo -c -o libcf_la-cf_identify_channel.lo `test -f 'cf_identify_channel.c' || echo '$(srcdir)/'`cf_identify_channel.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_identify_channel.Tpo $(DEPDIR)/libcf_la-cf_identify_channel.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_identify_channel.c' object='libcf_la-cf_identify_channel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_identify_channel.lo `test -f 'cf_identify_channel.c' || echo '$(srcdir)/'`cf_identify_channel.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_identify_channel.lo `test -f 'cf_identify_channel.c' || echo '$(srcdir)/'`cf_identify_channel.c libcf_la-cf_calculate_ycent_motion.lo: cf_calculate_ycent_motion.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_calculate_ycent_motion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_calculate_ycent_motion.Tpo -c -o libcf_la-cf_calculate_ycent_motion.lo `test -f 'cf_calculate_ycent_motion.c' || echo '$(srcdir)/'`cf_calculate_ycent_motion.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_calculate_ycent_motion.Tpo $(DEPDIR)/libcf_la-cf_calculate_ycent_motion.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_calculate_ycent_motion.c' object='libcf_la-cf_calculate_ycent_motion.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_calculate_ycent_motion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_calculate_ycent_motion.Tpo -c -o libcf_la-cf_calculate_ycent_motion.lo `test -f 'cf_calculate_ycent_motion.c' || echo '$(srcdir)/'`cf_calculate_ycent_motion.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_calculate_ycent_motion.Tpo $(DEPDIR)/libcf_la-cf_calculate_ycent_motion.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_calculate_ycent_motion.c' object='libcf_la-cf_calculate_ycent_motion.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_calculate_ycent_motion.lo `test -f 'cf_calculate_ycent_motion.c' || echo '$(srcdir)/'`cf_calculate_ycent_motion.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_calculate_ycent_motion.lo `test -f 'cf_calculate_ycent_motion.c' || echo '$(srcdir)/'`cf_calculate_ycent_motion.c libcf_la-cf_source_aper.lo: cf_source_aper.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_source_aper.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_source_aper.Tpo -c -o libcf_la-cf_source_aper.lo `test -f 'cf_source_aper.c' || echo '$(srcdir)/'`cf_source_aper.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_source_aper.Tpo $(DEPDIR)/libcf_la-cf_source_aper.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_source_aper.c' object='libcf_la-cf_source_aper.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_source_aper.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_source_aper.Tpo -c -o libcf_la-cf_source_aper.lo `test -f 'cf_source_aper.c' || echo '$(srcdir)/'`cf_source_aper.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_source_aper.Tpo $(DEPDIR)/libcf_la-cf_source_aper.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_source_aper.c' object='libcf_la-cf_source_aper.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_source_aper.lo `test -f 'cf_source_aper.c' || echo '$(srcdir)/'`cf_source_aper.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_source_aper.lo `test -f 'cf_source_aper.c' || echo '$(srcdir)/'`cf_source_aper.c libcf_la-cf_grating_motion.lo: cf_grating_motion.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_grating_motion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_grating_motion.Tpo -c -o libcf_la-cf_grating_motion.lo `test -f 'cf_grating_motion.c' || echo '$(srcdir)/'`cf_grating_motion.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_grating_motion.Tpo $(DEPDIR)/libcf_la-cf_grating_motion.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_grating_motion.c' object='libcf_la-cf_grating_motion.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_grating_motion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_grating_motion.Tpo -c -o libcf_la-cf_grating_motion.lo `test -f 'cf_grating_motion.c' || echo '$(srcdir)/'`cf_grating_motion.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_grating_motion.Tpo $(DEPDIR)/libcf_la-cf_grating_motion.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_grating_motion.c' object='libcf_la-cf_grating_motion.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_grating_motion.lo `test -f 'cf_grating_motion.c' || echo '$(srcdir)/'`cf_grating_motion.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_grating_motion.lo `test -f 'cf_grating_motion.c' || echo '$(srcdir)/'`cf_grating_motion.c libcf_la-cf_fpa_position.lo: cf_fpa_position.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fpa_position.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fpa_position.Tpo -c -o libcf_la-cf_fpa_position.lo `test -f 'cf_fpa_position.c' || echo '$(srcdir)/'`cf_fpa_position.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_fpa_position.Tpo $(DEPDIR)/libcf_la-cf_fpa_position.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_fpa_position.c' object='libcf_la-cf_fpa_position.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fpa_position.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fpa_position.Tpo -c -o libcf_la-cf_fpa_position.lo `test -f 'cf_fpa_position.c' || echo '$(srcdir)/'`cf_fpa_position.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_fpa_position.Tpo $(DEPDIR)/libcf_la-cf_fpa_position.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_fpa_position.c' object='libcf_la-cf_fpa_position.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fpa_position.lo `test -f 'cf_fpa_position.c' || echo '$(srcdir)/'`cf_fpa_position.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fpa_position.lo `test -f 'cf_fpa_position.c' || echo '$(srcdir)/'`cf_fpa_position.c libcf_la-cf_read_fpa_pos.lo: cf_read_fpa_pos.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_read_fpa_pos.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_read_fpa_pos.Tpo -c -o libcf_la-cf_read_fpa_pos.lo `test -f 'cf_read_fpa_pos.c' || echo '$(srcdir)/'`cf_read_fpa_pos.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_read_fpa_pos.Tpo $(DEPDIR)/libcf_la-cf_read_fpa_pos.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_read_fpa_pos.c' object='libcf_la-cf_read_fpa_pos.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_read_fpa_pos.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_read_fpa_pos.Tpo -c -o libcf_la-cf_read_fpa_pos.lo `test -f 'cf_read_fpa_pos.c' || echo '$(srcdir)/'`cf_read_fpa_pos.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_read_fpa_pos.Tpo $(DEPDIR)/libcf_la-cf_read_fpa_pos.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_read_fpa_pos.c' object='libcf_la-cf_read_fpa_pos.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_read_fpa_pos.lo `test -f 'cf_read_fpa_pos.c' || echo '$(srcdir)/'`cf_read_fpa_pos.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_read_fpa_pos.lo `test -f 'cf_read_fpa_pos.c' || echo '$(srcdir)/'`cf_read_fpa_pos.c libcf_la-cf_make_mask.lo: cf_make_mask.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_make_mask.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_make_mask.Tpo -c -o libcf_la-cf_make_mask.lo `test -f 'cf_make_mask.c' || echo '$(srcdir)/'`cf_make_mask.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_make_mask.Tpo $(DEPDIR)/libcf_la-cf_make_mask.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_make_mask.c' object='libcf_la-cf_make_mask.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_make_mask.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_make_mask.Tpo -c -o libcf_la-cf_make_mask.lo `test -f 'cf_make_mask.c' || echo '$(srcdir)/'`cf_make_mask.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_make_mask.Tpo $(DEPDIR)/libcf_la-cf_make_mask.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_make_mask.c' object='libcf_la-cf_make_mask.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_make_mask.lo `test -f 'cf_make_mask.c' || echo '$(srcdir)/'`cf_make_mask.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_make_mask.lo `test -f 'cf_make_mask.c' || echo '$(srcdir)/'`cf_make_mask.c libcf_la-cf_mirror_motion.lo: cf_mirror_motion.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_mirror_motion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_mirror_motion.Tpo -c -o libcf_la-cf_mirror_motion.lo `test -f 'cf_mirror_motion.c' || echo '$(srcdir)/'`cf_mirror_motion.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_mirror_motion.Tpo $(DEPDIR)/libcf_la-cf_mirror_motion.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_mirror_motion.c' object='libcf_la-cf_mirror_motion.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_mirror_motion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_mirror_motion.Tpo -c -o libcf_la-cf_mirror_motion.lo `test -f 'cf_mirror_motion.c' || echo '$(srcdir)/'`cf_mirror_motion.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_mirror_motion.Tpo $(DEPDIR)/libcf_la-cf_mirror_motion.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_mirror_motion.c' object='libcf_la-cf_mirror_motion.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_mirror_motion.lo `test -f 'cf_mirror_motion.c' || echo '$(srcdir)/'`cf_mirror_motion.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_mirror_motion.lo `test -f 'cf_mirror_motion.c' || echo '$(srcdir)/'`cf_mirror_motion.c libcf_la-cf_satellite_jitter.lo: cf_satellite_jitter.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_satellite_jitter.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_satellite_jitter.Tpo -c -o libcf_la-cf_satellite_jitter.lo `test -f 'cf_satellite_jitter.c' || echo '$(srcdir)/'`cf_satellite_jitter.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_satellite_jitter.Tpo $(DEPDIR)/libcf_la-cf_satellite_jitter.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_satellite_jitter.c' object='libcf_la-cf_satellite_jitter.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_satellite_jitter.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_satellite_jitter.Tpo -c -o libcf_la-cf_satellite_jitter.lo `test -f 'cf_satellite_jitter.c' || echo '$(srcdir)/'`cf_satellite_jitter.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_satellite_jitter.Tpo $(DEPDIR)/libcf_la-cf_satellite_jitter.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_satellite_jitter.c' object='libcf_la-cf_satellite_jitter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_satellite_jitter.lo `test -f 'cf_satellite_jitter.c' || echo '$(srcdir)/'`cf_satellite_jitter.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_satellite_jitter.lo `test -f 'cf_satellite_jitter.c' || echo '$(srcdir)/'`cf_satellite_jitter.c libcf_la-cf_calculate_y_centroid.lo: cf_calculate_y_centroid.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_calculate_y_centroid.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_calculate_y_centroid.Tpo -c -o libcf_la-cf_calculate_y_centroid.lo `test -f 'cf_calculate_y_centroid.c' || echo '$(srcdir)/'`cf_calculate_y_centroid.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_calculate_y_centroid.Tpo $(DEPDIR)/libcf_la-cf_calculate_y_centroid.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_calculate_y_centroid.c' object='libcf_la-cf_calculate_y_centroid.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_calculate_y_centroid.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_calculate_y_centroid.Tpo -c -o libcf_la-cf_calculate_y_centroid.lo `test -f 'cf_calculate_y_centroid.c' || echo '$(srcdir)/'`cf_calculate_y_centroid.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_calculate_y_centroid.Tpo $(DEPDIR)/libcf_la-cf_calculate_y_centroid.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_calculate_y_centroid.c' object='libcf_la-cf_calculate_y_centroid.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_calculate_y_centroid.lo `test -f 'cf_calculate_y_centroid.c' || echo '$(srcdir)/'`cf_calculate_y_centroid.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_calculate_y_centroid.lo `test -f 'cf_calculate_y_centroid.c' || echo '$(srcdir)/'`cf_calculate_y_centroid.c libcf_la-cf_target_count_rate.lo: cf_target_count_rate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_target_count_rate.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_target_count_rate.Tpo -c -o libcf_la-cf_target_count_rate.lo `test -f 'cf_target_count_rate.c' || echo '$(srcdir)/'`cf_target_count_rate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_target_count_rate.Tpo $(DEPDIR)/libcf_la-cf_target_count_rate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_target_count_rate.c' object='libcf_la-cf_target_count_rate.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_target_count_rate.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_target_count_rate.Tpo -c -o libcf_la-cf_target_count_rate.lo `test -f 'cf_target_count_rate.c' || echo '$(srcdir)/'`cf_target_count_rate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_target_count_rate.Tpo $(DEPDIR)/libcf_la-cf_target_count_rate.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_target_count_rate.c' object='libcf_la-cf_target_count_rate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_target_count_rate.lo `test -f 'cf_target_count_rate.c' || echo '$(srcdir)/'`cf_target_count_rate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_target_count_rate.lo `test -f 'cf_target_count_rate.c' || echo '$(srcdir)/'`cf_target_count_rate.c libcf_la-cf_screen_jitter.lo: cf_screen_jitter.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_jitter.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_jitter.Tpo -c -o libcf_la-cf_screen_jitter.lo `test -f 'cf_screen_jitter.c' || echo '$(srcdir)/'`cf_screen_jitter.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_jitter.Tpo $(DEPDIR)/libcf_la-cf_screen_jitter.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_jitter.c' object='libcf_la-cf_screen_jitter.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_jitter.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_jitter.Tpo -c -o libcf_la-cf_screen_jitter.lo `test -f 'cf_screen_jitter.c' || echo '$(srcdir)/'`cf_screen_jitter.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_jitter.Tpo $(DEPDIR)/libcf_la-cf_screen_jitter.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_jitter.c' object='libcf_la-cf_screen_jitter.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_jitter.lo `test -f 'cf_screen_jitter.c' || echo '$(srcdir)/'`cf_screen_jitter.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_jitter.lo `test -f 'cf_screen_jitter.c' || echo '$(srcdir)/'`cf_screen_jitter.c libcf_la-cf_screen_limb_angle.lo: cf_screen_limb_angle.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_limb_angle.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_limb_angle.Tpo -c -o libcf_la-cf_screen_limb_angle.lo `test -f 'cf_screen_limb_angle.c' || echo '$(srcdir)/'`cf_screen_limb_angle.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_limb_angle.Tpo $(DEPDIR)/libcf_la-cf_screen_limb_angle.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_limb_angle.c' object='libcf_la-cf_screen_limb_angle.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_limb_angle.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_limb_angle.Tpo -c -o libcf_la-cf_screen_limb_angle.lo `test -f 'cf_screen_limb_angle.c' || echo '$(srcdir)/'`cf_screen_limb_angle.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_limb_angle.Tpo $(DEPDIR)/libcf_la-cf_screen_limb_angle.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_limb_angle.c' object='libcf_la-cf_screen_limb_angle.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_limb_angle.lo `test -f 'cf_screen_limb_angle.c' || echo '$(srcdir)/'`cf_screen_limb_angle.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_limb_angle.lo `test -f 'cf_screen_limb_angle.c' || echo '$(srcdir)/'`cf_screen_limb_angle.c libcf_la-cf_screen_saa.lo: cf_screen_saa.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_saa.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_saa.Tpo -c -o libcf_la-cf_screen_saa.lo `test -f 'cf_screen_saa.c' || echo '$(srcdir)/'`cf_screen_saa.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_saa.Tpo $(DEPDIR)/libcf_la-cf_screen_saa.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_saa.c' object='libcf_la-cf_screen_saa.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_saa.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_saa.Tpo -c -o libcf_la-cf_screen_saa.lo `test -f 'cf_screen_saa.c' || echo '$(srcdir)/'`cf_screen_saa.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_saa.Tpo $(DEPDIR)/libcf_la-cf_screen_saa.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_saa.c' object='libcf_la-cf_screen_saa.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_saa.lo `test -f 'cf_screen_saa.c' || echo '$(srcdir)/'`cf_screen_saa.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_saa.lo `test -f 'cf_screen_saa.c' || echo '$(srcdir)/'`cf_screen_saa.c libcf_la-cf_screen_high_voltage.lo: cf_screen_high_voltage.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_high_voltage.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_high_voltage.Tpo -c -o libcf_la-cf_screen_high_voltage.lo `test -f 'cf_screen_high_voltage.c' || echo '$(srcdir)/'`cf_screen_high_voltage.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_high_voltage.Tpo $(DEPDIR)/libcf_la-cf_screen_high_voltage.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_high_voltage.c' object='libcf_la-cf_screen_high_voltage.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_high_voltage.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_high_voltage.Tpo -c -o libcf_la-cf_screen_high_voltage.lo `test -f 'cf_screen_high_voltage.c' || echo '$(srcdir)/'`cf_screen_high_voltage.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_high_voltage.Tpo $(DEPDIR)/libcf_la-cf_screen_high_voltage.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_high_voltage.c' object='libcf_la-cf_screen_high_voltage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_high_voltage.lo `test -f 'cf_screen_high_voltage.c' || echo '$(srcdir)/'`cf_screen_high_voltage.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_high_voltage.lo `test -f 'cf_screen_high_voltage.c' || echo '$(srcdir)/'`cf_screen_high_voltage.c libcf_la-cf_screen_burst.lo: cf_screen_burst.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_burst.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_burst.Tpo -c -o libcf_la-cf_screen_burst.lo `test -f 'cf_screen_burst.c' || echo '$(srcdir)/'`cf_screen_burst.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_burst.Tpo $(DEPDIR)/libcf_la-cf_screen_burst.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_burst.c' object='libcf_la-cf_screen_burst.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_burst.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_burst.Tpo -c -o libcf_la-cf_screen_burst.lo `test -f 'cf_screen_burst.c' || echo '$(srcdir)/'`cf_screen_burst.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_burst.Tpo $(DEPDIR)/libcf_la-cf_screen_burst.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_burst.c' object='libcf_la-cf_screen_burst.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_burst.lo `test -f 'cf_screen_burst.c' || echo '$(srcdir)/'`cf_screen_burst.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_burst.lo `test -f 'cf_screen_burst.c' || echo '$(srcdir)/'`cf_screen_burst.c libcf_la-cf_screen_airglow.lo: cf_screen_airglow.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_airglow.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_airglow.Tpo -c -o libcf_la-cf_screen_airglow.lo `test -f 'cf_screen_airglow.c' || echo '$(srcdir)/'`cf_screen_airglow.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_airglow.Tpo $(DEPDIR)/libcf_la-cf_screen_airglow.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_airglow.c' object='libcf_la-cf_screen_airglow.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_airglow.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_airglow.Tpo -c -o libcf_la-cf_screen_airglow.lo `test -f 'cf_screen_airglow.c' || echo '$(srcdir)/'`cf_screen_airglow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_airglow.Tpo $(DEPDIR)/libcf_la-cf_screen_airglow.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_airglow.c' object='libcf_la-cf_screen_airglow.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_airglow.lo `test -f 'cf_screen_airglow.c' || echo '$(srcdir)/'`cf_screen_airglow.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_airglow.lo `test -f 'cf_screen_airglow.c' || echo '$(srcdir)/'`cf_screen_airglow.c libcf_la-cf_screen_bad_pixels.lo: cf_screen_bad_pixels.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_bad_pixels.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_bad_pixels.Tpo -c -o libcf_la-cf_screen_bad_pixels.lo `test -f 'cf_screen_bad_pixels.c' || echo '$(srcdir)/'`cf_screen_bad_pixels.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_bad_pixels.Tpo $(DEPDIR)/libcf_la-cf_screen_bad_pixels.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_bad_pixels.c' object='libcf_la-cf_screen_bad_pixels.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_bad_pixels.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_bad_pixels.Tpo -c -o libcf_la-cf_screen_bad_pixels.lo `test -f 'cf_screen_bad_pixels.c' || echo '$(srcdir)/'`cf_screen_bad_pixels.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_bad_pixels.Tpo $(DEPDIR)/libcf_la-cf_screen_bad_pixels.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_bad_pixels.c' object='libcf_la-cf_screen_bad_pixels.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_bad_pixels.lo `test -f 'cf_screen_bad_pixels.c' || echo '$(srcdir)/'`cf_screen_bad_pixels.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_bad_pixels.lo `test -f 'cf_screen_bad_pixels.c' || echo '$(srcdir)/'`cf_screen_bad_pixels.c libcf_la-cf_set_user_gtis.lo: cf_set_user_gtis.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_set_user_gtis.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_set_user_gtis.Tpo -c -o libcf_la-cf_set_user_gtis.lo `test -f 'cf_set_user_gtis.c' || echo '$(srcdir)/'`cf_set_user_gtis.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_set_user_gtis.Tpo $(DEPDIR)/libcf_la-cf_set_user_gtis.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_set_user_gtis.c' object='libcf_la-cf_set_user_gtis.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_set_user_gtis.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_set_user_gtis.Tpo -c -o libcf_la-cf_set_user_gtis.lo `test -f 'cf_set_user_gtis.c' || echo '$(srcdir)/'`cf_set_user_gtis.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_set_user_gtis.Tpo $(DEPDIR)/libcf_la-cf_set_user_gtis.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_set_user_gtis.c' object='libcf_la-cf_set_user_gtis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_set_user_gtis.lo `test -f 'cf_set_user_gtis.c' || echo '$(srcdir)/'`cf_set_user_gtis.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_set_user_gtis.lo `test -f 'cf_set_user_gtis.c' || echo '$(srcdir)/'`cf_set_user_gtis.c libcf_la-cf_set_photon_flags.lo: cf_set_photon_flags.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_set_photon_flags.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_set_photon_flags.Tpo -c -o libcf_la-cf_set_photon_flags.lo `test -f 'cf_set_photon_flags.c' || echo '$(srcdir)/'`cf_set_photon_flags.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_set_photon_flags.Tpo $(DEPDIR)/libcf_la-cf_set_photon_flags.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_set_photon_flags.c' object='libcf_la-cf_set_photon_flags.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_set_photon_flags.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_set_photon_flags.Tpo -c -o libcf_la-cf_set_photon_flags.lo `test -f 'cf_set_photon_flags.c' || echo '$(srcdir)/'`cf_set_photon_flags.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_set_photon_flags.Tpo $(DEPDIR)/libcf_la-cf_set_photon_flags.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_set_photon_flags.c' object='libcf_la-cf_set_photon_flags.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_set_photon_flags.lo `test -f 'cf_set_photon_flags.c' || echo '$(srcdir)/'`cf_set_photon_flags.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_set_photon_flags.lo `test -f 'cf_set_photon_flags.c' || echo '$(srcdir)/'`cf_set_photon_flags.c libcf_la-cf_set_good_time_intervals.lo: cf_set_good_time_intervals.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_set_good_time_intervals.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_set_good_time_intervals.Tpo -c -o libcf_la-cf_set_good_time_intervals.lo `test -f 'cf_set_good_time_intervals.c' || echo '$(srcdir)/'`cf_set_good_time_intervals.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_set_good_time_intervals.Tpo $(DEPDIR)/libcf_la-cf_set_good_time_intervals.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_set_good_time_intervals.c' object='libcf_la-cf_set_good_time_intervals.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_set_good_time_intervals.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_set_good_time_intervals.Tpo -c -o libcf_la-cf_set_good_time_intervals.lo `test -f 'cf_set_good_time_intervals.c' || echo '$(srcdir)/'`cf_set_good_time_intervals.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_set_good_time_intervals.Tpo $(DEPDIR)/libcf_la-cf_set_good_time_intervals.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_set_good_time_intervals.c' object='libcf_la-cf_set_good_time_intervals.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_set_good_time_intervals.lo `test -f 'cf_set_good_time_intervals.c' || echo '$(srcdir)/'`cf_set_good_time_intervals.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_set_good_time_intervals.lo `test -f 'cf_set_good_time_intervals.c' || echo '$(srcdir)/'`cf_set_good_time_intervals.c libcf_la-cf_modify_hist_times.lo: cf_modify_hist_times.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_modify_hist_times.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_modify_hist_times.Tpo -c -o libcf_la-cf_modify_hist_times.lo `test -f 'cf_modify_hist_times.c' || echo '$(srcdir)/'`cf_modify_hist_times.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_modify_hist_times.Tpo $(DEPDIR)/libcf_la-cf_modify_hist_times.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_modify_hist_times.c' object='libcf_la-cf_modify_hist_times.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_modify_hist_times.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_modify_hist_times.Tpo -c -o libcf_la-cf_modify_hist_times.lo `test -f 'cf_modify_hist_times.c' || echo '$(srcdir)/'`cf_modify_hist_times.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_modify_hist_times.Tpo $(DEPDIR)/libcf_la-cf_modify_hist_times.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_modify_hist_times.c' object='libcf_la-cf_modify_hist_times.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_modify_hist_times.lo `test -f 'cf_modify_hist_times.c' || echo '$(srcdir)/'`cf_modify_hist_times.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_modify_hist_times.lo `test -f 'cf_modify_hist_times.c' || echo '$(srcdir)/'`cf_modify_hist_times.c libcf_la-cf_screen_pulse_height.lo: cf_screen_pulse_height.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_pulse_height.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_pulse_height.Tpo -c -o libcf_la-cf_screen_pulse_height.lo `test -f 'cf_screen_pulse_height.c' || echo '$(srcdir)/'`cf_screen_pulse_height.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_screen_pulse_height.Tpo $(DEPDIR)/libcf_la-cf_screen_pulse_height.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_screen_pulse_height.c' object='libcf_la-cf_screen_pulse_height.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_screen_pulse_height.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_screen_pulse_height.Tpo -c -o libcf_la-cf_screen_pulse_height.lo `test -f 'cf_screen_pulse_height.c' || echo '$(srcdir)/'`cf_screen_pulse_height.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_screen_pulse_height.Tpo $(DEPDIR)/libcf_la-cf_screen_pulse_height.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_screen_pulse_height.c' object='libcf_la-cf_screen_pulse_height.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_pulse_height.lo `test -f 'cf_screen_pulse_height.c' || echo '$(srcdir)/'`cf_screen_pulse_height.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_screen_pulse_height.lo `test -f 'cf_screen_pulse_height.c' || echo '$(srcdir)/'`cf_screen_pulse_height.c libcf_la-cf_convert_to_ergs.lo: cf_convert_to_ergs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_convert_to_ergs.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_convert_to_ergs.Tpo -c -o libcf_la-cf_convert_to_ergs.lo `test -f 'cf_convert_to_ergs.c' || echo '$(srcdir)/'`cf_convert_to_ergs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_convert_to_ergs.Tpo $(DEPDIR)/libcf_la-cf_convert_to_ergs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_convert_to_ergs.c' object='libcf_la-cf_convert_to_ergs.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_convert_to_ergs.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_convert_to_ergs.Tpo -c -o libcf_la-cf_convert_to_ergs.lo `test -f 'cf_convert_to_ergs.c' || echo '$(srcdir)/'`cf_convert_to_ergs.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_convert_to_ergs.Tpo $(DEPDIR)/libcf_la-cf_convert_to_ergs.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_convert_to_ergs.c' object='libcf_la-cf_convert_to_ergs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_convert_to_ergs.lo `test -f 'cf_convert_to_ergs.c' || echo '$(srcdir)/'`cf_convert_to_ergs.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_convert_to_ergs.lo `test -f 'cf_convert_to_ergs.c' || echo '$(srcdir)/'`cf_convert_to_ergs.c libcf_la-cf_extraction_limits.lo: cf_extraction_limits.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_extraction_limits.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_extraction_limits.Tpo -c -o libcf_la-cf_extraction_limits.lo `test -f 'cf_extraction_limits.c' || echo '$(srcdir)/'`cf_extraction_limits.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_extraction_limits.Tpo $(DEPDIR)/libcf_la-cf_extraction_limits.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_extraction_limits.c' object='libcf_la-cf_extraction_limits.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_extraction_limits.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_extraction_limits.Tpo -c -o libcf_la-cf_extraction_limits.lo `test -f 'cf_extraction_limits.c' || echo '$(srcdir)/'`cf_extraction_limits.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_extraction_limits.Tpo $(DEPDIR)/libcf_la-cf_extraction_limits.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_extraction_limits.c' object='libcf_la-cf_extraction_limits.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_extraction_limits.lo `test -f 'cf_extraction_limits.c' || echo '$(srcdir)/'`cf_extraction_limits.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_extraction_limits.lo `test -f 'cf_extraction_limits.c' || echo '$(srcdir)/'`cf_extraction_limits.c libcf_la-cf_astigmatism.lo: cf_astigmatism.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_astigmatism.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_astigmatism.Tpo -c -o libcf_la-cf_astigmatism.lo `test -f 'cf_astigmatism.c' || echo '$(srcdir)/'`cf_astigmatism.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_astigmatism.Tpo $(DEPDIR)/libcf_la-cf_astigmatism.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_astigmatism.c' object='libcf_la-cf_astigmatism.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_astigmatism.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_astigmatism.Tpo -c -o libcf_la-cf_astigmatism.lo `test -f 'cf_astigmatism.c' || echo '$(srcdir)/'`cf_astigmatism.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_astigmatism.Tpo $(DEPDIR)/libcf_la-cf_astigmatism.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_astigmatism.c' object='libcf_la-cf_astigmatism.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_astigmatism.lo `test -f 'cf_astigmatism.c' || echo '$(srcdir)/'`cf_astigmatism.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_astigmatism.lo `test -f 'cf_astigmatism.c' || echo '$(srcdir)/'`cf_astigmatism.c libcf_la-cf_dispersion.lo: cf_dispersion.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_dispersion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_dispersion.Tpo -c -o libcf_la-cf_dispersion.lo `test -f 'cf_dispersion.c' || echo '$(srcdir)/'`cf_dispersion.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_dispersion.Tpo $(DEPDIR)/libcf_la-cf_dispersion.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_dispersion.c' object='libcf_la-cf_dispersion.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_dispersion.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_dispersion.Tpo -c -o libcf_la-cf_dispersion.lo `test -f 'cf_dispersion.c' || echo '$(srcdir)/'`cf_dispersion.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_dispersion.Tpo $(DEPDIR)/libcf_la-cf_dispersion.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_dispersion.c' object='libcf_la-cf_dispersion.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_dispersion.lo `test -f 'cf_dispersion.c' || echo '$(srcdir)/'`cf_dispersion.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_dispersion.lo `test -f 'cf_dispersion.c' || echo '$(srcdir)/'`cf_dispersion.c libcf_la-cf_doppler_and_heliocentric.lo: cf_doppler_and_heliocentric.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_doppler_and_heliocentric.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_doppler_and_heliocentric.Tpo -c -o libcf_la-cf_doppler_and_heliocentric.lo `test -f 'cf_doppler_and_heliocentric.c' || echo '$(srcdir)/'`cf_doppler_and_heliocentric.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_doppler_and_heliocentric.Tpo $(DEPDIR)/libcf_la-cf_doppler_and_heliocentric.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_doppler_and_heliocentric.c' object='libcf_la-cf_doppler_and_heliocentric.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_doppler_and_heliocentric.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_doppler_and_heliocentric.Tpo -c -o libcf_la-cf_doppler_and_heliocentric.lo `test -f 'cf_doppler_and_heliocentric.c' || echo '$(srcdir)/'`cf_doppler_and_heliocentric.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_doppler_and_heliocentric.Tpo $(DEPDIR)/libcf_la-cf_doppler_and_heliocentric.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_doppler_and_heliocentric.c' object='libcf_la-cf_doppler_and_heliocentric.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_doppler_and_heliocentric.lo `test -f 'cf_doppler_and_heliocentric.c' || echo '$(srcdir)/'`cf_doppler_and_heliocentric.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_doppler_and_heliocentric.lo `test -f 'cf_doppler_and_heliocentric.c' || echo '$(srcdir)/'`cf_doppler_and_heliocentric.c libcf_la-cf_apply_filters.lo: cf_apply_filters.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_apply_filters.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_apply_filters.Tpo -c -o libcf_la-cf_apply_filters.lo `test -f 'cf_apply_filters.c' || echo '$(srcdir)/'`cf_apply_filters.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_apply_filters.Tpo $(DEPDIR)/libcf_la-cf_apply_filters.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_apply_filters.c' object='libcf_la-cf_apply_filters.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_apply_filters.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_apply_filters.Tpo -c -o libcf_la-cf_apply_filters.lo `test -f 'cf_apply_filters.c' || echo '$(srcdir)/'`cf_apply_filters.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_apply_filters.Tpo $(DEPDIR)/libcf_la-cf_apply_filters.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_apply_filters.c' object='libcf_la-cf_apply_filters.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_apply_filters.lo `test -f 'cf_apply_filters.c' || echo '$(srcdir)/'`cf_apply_filters.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_apply_filters.lo `test -f 'cf_apply_filters.c' || echo '$(srcdir)/'`cf_apply_filters.c libcf_la-cf_scale_bkgd.lo: cf_scale_bkgd.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_scale_bkgd.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_scale_bkgd.Tpo -c -o libcf_la-cf_scale_bkgd.lo `test -f 'cf_scale_bkgd.c' || echo '$(srcdir)/'`cf_scale_bkgd.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_scale_bkgd.Tpo $(DEPDIR)/libcf_la-cf_scale_bkgd.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_scale_bkgd.c' object='libcf_la-cf_scale_bkgd.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_scale_bkgd.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_scale_bkgd.Tpo -c -o libcf_la-cf_scale_bkgd.lo `test -f 'cf_scale_bkgd.c' || echo '$(srcdir)/'`cf_scale_bkgd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_scale_bkgd.Tpo $(DEPDIR)/libcf_la-cf_scale_bkgd.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_scale_bkgd.c' object='libcf_la-cf_scale_bkgd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_scale_bkgd.lo `test -f 'cf_scale_bkgd.c' || echo '$(srcdir)/'`cf_scale_bkgd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_scale_bkgd.lo `test -f 'cf_scale_bkgd.c' || echo '$(srcdir)/'`cf_scale_bkgd.c libcf_la-cf_make_wave_array.lo: cf_make_wave_array.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_make_wave_array.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_make_wave_array.Tpo -c -o libcf_la-cf_make_wave_array.lo `test -f 'cf_make_wave_array.c' || echo '$(srcdir)/'`cf_make_wave_array.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_make_wave_array.Tpo $(DEPDIR)/libcf_la-cf_make_wave_array.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_make_wave_array.c' object='libcf_la-cf_make_wave_array.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_make_wave_array.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_make_wave_array.Tpo -c -o libcf_la-cf_make_wave_array.lo `test -f 'cf_make_wave_array.c' || echo '$(srcdir)/'`cf_make_wave_array.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_make_wave_array.Tpo $(DEPDIR)/libcf_la-cf_make_wave_array.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_make_wave_array.c' object='libcf_la-cf_make_wave_array.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_make_wave_array.lo `test -f 'cf_make_wave_array.c' || echo '$(srcdir)/'`cf_make_wave_array.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_make_wave_array.lo `test -f 'cf_make_wave_array.c' || echo '$(srcdir)/'`cf_make_wave_array.c libcf_la-cf_rebin_background.lo: cf_rebin_background.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_rebin_background.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_rebin_background.Tpo -c -o libcf_la-cf_rebin_background.lo `test -f 'cf_rebin_background.c' || echo '$(srcdir)/'`cf_rebin_background.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_rebin_background.Tpo $(DEPDIR)/libcf_la-cf_rebin_background.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_rebin_background.c' object='libcf_la-cf_rebin_background.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_rebin_background.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_rebin_background.Tpo -c -o libcf_la-cf_rebin_background.lo `test -f 'cf_rebin_background.c' || echo '$(srcdir)/'`cf_rebin_background.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_rebin_background.Tpo $(DEPDIR)/libcf_la-cf_rebin_background.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_rebin_background.c' object='libcf_la-cf_rebin_background.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_rebin_background.lo `test -f 'cf_rebin_background.c' || echo '$(srcdir)/'`cf_rebin_background.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_rebin_background.lo `test -f 'cf_rebin_background.c' || echo '$(srcdir)/'`cf_rebin_background.c libcf_la-cf_rebin_probability_array.lo: cf_rebin_probability_array.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_rebin_probability_array.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_rebin_probability_array.Tpo -c -o libcf_la-cf_rebin_probability_array.lo `test -f 'cf_rebin_probability_array.c' || echo '$(srcdir)/'`cf_rebin_probability_array.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_rebin_probability_array.Tpo $(DEPDIR)/libcf_la-cf_rebin_probability_array.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_rebin_probability_array.c' object='libcf_la-cf_rebin_probability_array.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_rebin_probability_array.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_rebin_probability_array.Tpo -c -o libcf_la-cf_rebin_probability_array.lo `test -f 'cf_rebin_probability_array.c' || echo '$(srcdir)/'`cf_rebin_probability_array.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_rebin_probability_array.Tpo $(DEPDIR)/libcf_la-cf_rebin_probability_array.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_rebin_probability_array.c' object='libcf_la-cf_rebin_probability_array.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_rebin_probability_array.lo `test -f 'cf_rebin_probability_array.c' || echo '$(srcdir)/'`cf_rebin_probability_array.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_rebin_probability_array.lo `test -f 'cf_rebin_probability_array.c' || echo '$(srcdir)/'`cf_rebin_probability_array.c libcf_la-cf_optimal_extraction.lo: cf_optimal_extraction.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_optimal_extraction.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_optimal_extraction.Tpo -c -o libcf_la-cf_optimal_extraction.lo `test -f 'cf_optimal_extraction.c' || echo '$(srcdir)/'`cf_optimal_extraction.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_optimal_extraction.Tpo $(DEPDIR)/libcf_la-cf_optimal_extraction.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_optimal_extraction.c' object='libcf_la-cf_optimal_extraction.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_optimal_extraction.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_optimal_extraction.Tpo -c -o libcf_la-cf_optimal_extraction.lo `test -f 'cf_optimal_extraction.c' || echo '$(srcdir)/'`cf_optimal_extraction.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_optimal_extraction.Tpo $(DEPDIR)/libcf_la-cf_optimal_extraction.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_optimal_extraction.c' object='libcf_la-cf_optimal_extraction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_optimal_extraction.lo `test -f 'cf_optimal_extraction.c' || echo '$(srcdir)/'`cf_optimal_extraction.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_optimal_extraction.lo `test -f 'cf_optimal_extraction.c' || echo '$(srcdir)/'`cf_optimal_extraction.c libcf_la-cf_write_extracted_spectrum.lo: cf_write_extracted_spectrum.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_write_extracted_spectrum.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_write_extracted_spectrum.Tpo -c -o libcf_la-cf_write_extracted_spectrum.lo `test -f 'cf_write_extracted_spectrum.c' || echo '$(srcdir)/'`cf_write_extracted_spectrum.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_write_extracted_spectrum.Tpo $(DEPDIR)/libcf_la-cf_write_extracted_spectrum.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_write_extracted_spectrum.c' object='libcf_la-cf_write_extracted_spectrum.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_write_extracted_spectrum.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_write_extracted_spectrum.Tpo -c -o libcf_la-cf_write_extracted_spectrum.lo `test -f 'cf_write_extracted_spectrum.c' || echo '$(srcdir)/'`cf_write_extracted_spectrum.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_write_extracted_spectrum.Tpo $(DEPDIR)/libcf_la-cf_write_extracted_spectrum.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_write_extracted_spectrum.c' object='libcf_la-cf_write_extracted_spectrum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_write_extracted_spectrum.lo `test -f 'cf_write_extracted_spectrum.c' || echo '$(srcdir)/'`cf_write_extracted_spectrum.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_write_extracted_spectrum.lo `test -f 'cf_write_extracted_spectrum.c' || echo '$(srcdir)/'`cf_write_extracted_spectrum.c libcf_la-cf_standard_or_optimal_extraction.lo: cf_standard_or_optimal_extraction.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_standard_or_optimal_extraction.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_standard_or_optimal_extraction.Tpo -c -o libcf_la-cf_standard_or_optimal_extraction.lo `test -f 'cf_standard_or_optimal_extraction.c' || echo '$(srcdir)/'`cf_standard_or_optimal_extraction.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_standard_or_optimal_extraction.Tpo $(DEPDIR)/libcf_la-cf_standard_or_optimal_extraction.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_standard_or_optimal_extraction.c' object='libcf_la-cf_standard_or_optimal_extraction.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_standard_or_optimal_extraction.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_standard_or_optimal_extraction.Tpo -c -o libcf_la-cf_standard_or_optimal_extraction.lo `test -f 'cf_standard_or_optimal_extraction.c' || echo '$(srcdir)/'`cf_standard_or_optimal_extraction.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_standard_or_optimal_extraction.Tpo $(DEPDIR)/libcf_la-cf_standard_or_optimal_extraction.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_standard_or_optimal_extraction.c' object='libcf_la-cf_standard_or_optimal_extraction.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_standard_or_optimal_extraction.lo `test -f 'cf_standard_or_optimal_extraction.c' || echo '$(srcdir)/'`cf_standard_or_optimal_extraction.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_standard_or_optimal_extraction.lo `test -f 'cf_standard_or_optimal_extraction.c' || echo '$(srcdir)/'`cf_standard_or_optimal_extraction.c libcf_la-cf_init_support.lo: cf_init_support.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_init_support.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_init_support.Tpo -c -o libcf_la-cf_init_support.lo `test -f 'cf_init_support.c' || echo '$(srcdir)/'`cf_init_support.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_init_support.Tpo $(DEPDIR)/libcf_la-cf_init_support.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_init_support.c' object='libcf_la-cf_init_support.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_init_support.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_init_support.Tpo -c -o libcf_la-cf_init_support.lo `test -f 'cf_init_support.c' || echo '$(srcdir)/'`cf_init_support.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_init_support.Tpo $(DEPDIR)/libcf_la-cf_init_support.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_init_support.c' object='libcf_la-cf_init_support.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_init_support.lo `test -f 'cf_init_support.c' || echo '$(srcdir)/'`cf_init_support.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_init_support.lo `test -f 'cf_init_support.c' || echo '$(srcdir)/'`cf_init_support.c libcf_la-cf_modify_hist_pha.lo: cf_modify_hist_pha.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_modify_hist_pha.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_modify_hist_pha.Tpo -c -o libcf_la-cf_modify_hist_pha.lo `test -f 'cf_modify_hist_pha.c' || echo '$(srcdir)/'`cf_modify_hist_pha.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_modify_hist_pha.Tpo $(DEPDIR)/libcf_la-cf_modify_hist_pha.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_modify_hist_pha.c' object='libcf_la-cf_modify_hist_pha.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_modify_hist_pha.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_modify_hist_pha.Tpo -c -o libcf_la-cf_modify_hist_pha.lo `test -f 'cf_modify_hist_pha.c' || echo '$(srcdir)/'`cf_modify_hist_pha.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_modify_hist_pha.Tpo $(DEPDIR)/libcf_la-cf_modify_hist_pha.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_modify_hist_pha.c' object='libcf_la-cf_modify_hist_pha.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_modify_hist_pha.lo `test -f 'cf_modify_hist_pha.c' || echo '$(srcdir)/'`cf_modify_hist_pha.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_modify_hist_pha.lo `test -f 'cf_modify_hist_pha.c' || echo '$(srcdir)/'`cf_modify_hist_pha.c libcf_la-cf_fes_proc_check.lo: cf_fes_proc_check.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fes_proc_check.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fes_proc_check.Tpo -c -o libcf_la-cf_fes_proc_check.lo `test -f 'cf_fes_proc_check.c' || echo '$(srcdir)/'`cf_fes_proc_check.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_fes_proc_check.Tpo $(DEPDIR)/libcf_la-cf_fes_proc_check.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_fes_proc_check.c' object='libcf_la-cf_fes_proc_check.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fes_proc_check.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fes_proc_check.Tpo -c -o libcf_la-cf_fes_proc_check.lo `test -f 'cf_fes_proc_check.c' || echo '$(srcdir)/'`cf_fes_proc_check.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_fes_proc_check.Tpo $(DEPDIR)/libcf_la-cf_fes_proc_check.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_fes_proc_check.c' object='libcf_la-cf_fes_proc_check.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fes_proc_check.lo `test -f 'cf_fes_proc_check.c' || echo '$(srcdir)/'`cf_fes_proc_check.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fes_proc_check.lo `test -f 'cf_fes_proc_check.c' || echo '$(srcdir)/'`cf_fes_proc_check.c libcf_la-cf_fes_proc_update.lo: cf_fes_proc_update.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fes_proc_update.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fes_proc_update.Tpo -c -o libcf_la-cf_fes_proc_update.lo `test -f 'cf_fes_proc_update.c' || echo '$(srcdir)/'`cf_fes_proc_update.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcf_la-cf_fes_proc_update.Tpo $(DEPDIR)/libcf_la-cf_fes_proc_update.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cf_fes_proc_update.c' object='libcf_la-cf_fes_proc_update.lo' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -MT libcf_la-cf_fes_proc_update.lo -MD -MP -MF $(DEPDIR)/libcf_la-cf_fes_proc_update.Tpo -c -o libcf_la-cf_fes_proc_update.lo `test -f 'cf_fes_proc_update.c' || echo '$(srcdir)/'`cf_fes_proc_update.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcf_la-cf_fes_proc_update.Tpo $(DEPDIR)/libcf_la-cf_fes_proc_update.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cf_fes_proc_update.c' object='libcf_la-cf_fes_proc_update.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fes_proc_update.lo `test -f 'cf_fes_proc_update.c' || echo '$(srcdir)/'`cf_fes_proc_update.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcf_la_CFLAGS) $(CFLAGS) -c -o libcf_la-cf_fes_proc_update.lo `test -f 'cf_fes_proc_update.c' || echo '$(srcdir)/'`cf_fes_proc_update.c mostlyclean-libtool: -rm -f *.lo @@ -1020,26 +1142,15 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1051,15 +1162,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1068,6 +1175,21 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -1119,10 +1241,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -1207,19 +1334,21 @@ uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ - install-libLTLIBRARIES install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-libLTLIBRARIES install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-libLTLIBRARIES + tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES + +.PRECIOUS: Makefile #AM_CFLAGS = -I$(srcdir)/include #AM_CFLAGS = -I$(pkgincludedir)/include |