=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fcml-1.2.2/check/cpp-tests/assembler_t.cpp-494- fcml-1.2.2/check/cpp-tests/assembler_t.cpp:495: sasm << M_PUSH << OB::reg(RBP); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:496: sasm << M_MOV << OB::reg(RBP) << OB::reg(RSP); fcml-1.2.2/check/cpp-tests/assembler_t.cpp-497- // Check direct use of the immediate and register operands. fcml-1.2.2/check/cpp-tests/assembler_t.cpp:498: sasm << M_SUB << RSP << 0x20; fcml-1.2.2/check/cpp-tests/assembler_t.cpp:499: sasm << M_MOV << OB::effd(RBP,-0x14) << OB::reg(EDI); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:500: sasm << M_MOV << OB::effq(RBP,-0x20) << OB::reg(RSI); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:501: sasm << M_MOV << OB::reg(ESI) << OB::imm(0x62d260); fcml-1.2.2/check/cpp-tests/assembler_t.cpp-502- // And using plain methods. ############################################## fcml-1.2.2/check/cpp-tests/assembler_t.cpp-504- // Flush instruction builder immediately. fcml-1.2.2/check/cpp-tests/assembler_t.cpp:505: sasm << M_CALL << InstructionHint::DIRECT_POINTER() << OB::offq(0x41d719) << StatefulAssembler::FLUSH(); fcml-1.2.2/check/cpp-tests/assembler_t.cpp-506- ############################################## fcml-1.2.2/check/cpp-tests/assembler_t.cpp-553- fcml-1.2.2/check/cpp-tests/assembler_t.cpp:554: sasm << _FT( "push rbp" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:555: sasm << _FT( "mov rbp, rsp" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:556: sasm << _FT( "sub rsp, 0x20" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:557: sasm << _FT( "_label: mov dword [rbp-0x14], edi" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:558: sasm << _FT( "mov qword [rbp-0x20], rsi" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:559: sasm << _FT( "mov esi, 0x62d260" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:560: sasm << _FT( "mov edi, 0x41dbe8" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp:561: sasm << _FT( "call _start" ); fcml-1.2.2/check/cpp-tests/assembler_t.cpp-562- ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-50- { \ fcml-1.2.2/check/cpp-tests/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-52- }; \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-220-} fcml-1.2.2/check/cpp-tests/Makefile.in:221:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; fcml-1.2.2/check/cpp-tests/Makefile.in-222-am__vpath_adj = case $$p in \ fcml-1.2.2/check/cpp-tests/Makefile.in:223: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ fcml-1.2.2/check/cpp-tests/Makefile.in-224- *) f=$$p;; \ fcml-1.2.2/check/cpp-tests/Makefile.in-225- esac; fcml-1.2.2/check/cpp-tests/Makefile.in:226:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; fcml-1.2.2/check/cpp-tests/Makefile.in-227-am__install_max = 40 fcml-1.2.2/check/cpp-tests/Makefile.in-228-am__nobase_strip_setup = \ fcml-1.2.2/check/cpp-tests/Makefile.in:229: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` fcml-1.2.2/check/cpp-tests/Makefile.in-230-am__nobase_strip = \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-348-case "$@" in \ fcml-1.2.2/check/cpp-tests/Makefile.in:349: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ fcml-1.2.2/check/cpp-tests/Makefile.in-350- *) am__odir=.;; \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-378- bases='$(TEST_LOGS)'; \ fcml-1.2.2/check/cpp-tests/Makefile.in:379: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:380: bases=`echo $$bases` fcml-1.2.2/check/cpp-tests/Makefile.in-381-RECHECK_LOGS = $(TEST_LOGS) ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-392- */*) b='$*';; \ fcml-1.2.2/check/cpp-tests/Makefile.in:393: *) b=`echo '$@' | sed 's/\.log$$//'`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-394- esac;; \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-593- test -n "$(EXEEXT)" || exit 0; \ fcml-1.2.2/check/cpp-tests/Makefile.in:594: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-595- echo " rm -f" $$list; \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-623-.cpp.obj: fcml-1.2.2/check/cpp-tests/Makefile.in:624:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/cpp-tests/Makefile.in-625-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-627-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:628:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/cpp-tests/Makefile.in-629- ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-637-fcml_cpp_check-main.o: main.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:638:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-main.o -MD -MP -MF $(DEPDIR)/fcml_cpp_check-main.Tpo -c -o fcml_cpp_check-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-639-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-main.Tpo $(DEPDIR)/fcml_cpp_check-main.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-641-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:642:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-643- fcml-1.2.2/check/cpp-tests/Makefile.in-644-fcml_cpp_check-main.obj: main.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:645:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-main.obj -MD -MP -MF $(DEPDIR)/fcml_cpp_check-main.Tpo -c -o fcml_cpp_check-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-646-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-main.Tpo $(DEPDIR)/fcml_cpp_check-main.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-648-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:649:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-650- fcml-1.2.2/check/cpp-tests/Makefile.in-651-fcml_cpp_check-dialect_t.o: dialect_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:652:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-dialect_t.o -MD -MP -MF $(DEPDIR)/fcml_cpp_check-dialect_t.Tpo -c -o fcml_cpp_check-dialect_t.o `test -f 'dialect_t.cpp' || echo '$(srcdir)/'`dialect_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-653-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-dialect_t.Tpo $(DEPDIR)/fcml_cpp_check-dialect_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-655-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:656:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-dialect_t.o `test -f 'dialect_t.cpp' || echo '$(srcdir)/'`dialect_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-657- fcml-1.2.2/check/cpp-tests/Makefile.in-658-fcml_cpp_check-dialect_t.obj: dialect_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:659:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-dialect_t.obj -MD -MP -MF $(DEPDIR)/fcml_cpp_check-dialect_t.Tpo -c -o fcml_cpp_check-dialect_t.obj `if test -f 'dialect_t.cpp'; then $(CYGPATH_W) 'dialect_t.cpp'; else $(CYGPATH_W) '$(srcdir)/dialect_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-660-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-dialect_t.Tpo $(DEPDIR)/fcml_cpp_check-dialect_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-662-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:663:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-dialect_t.obj `if test -f 'dialect_t.cpp'; then $(CYGPATH_W) 'dialect_t.cpp'; else $(CYGPATH_W) '$(srcdir)/dialect_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-664- fcml-1.2.2/check/cpp-tests/Makefile.in-665-fcml_cpp_check-common_t.o: common_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:666:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-common_t.o -MD -MP -MF $(DEPDIR)/fcml_cpp_check-common_t.Tpo -c -o fcml_cpp_check-common_t.o `test -f 'common_t.cpp' || echo '$(srcdir)/'`common_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-667-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-common_t.Tpo $(DEPDIR)/fcml_cpp_check-common_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:670:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-common_t.o `test -f 'common_t.cpp' || echo '$(srcdir)/'`common_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-671- fcml-1.2.2/check/cpp-tests/Makefile.in-672-fcml_cpp_check-common_t.obj: common_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:673:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-common_t.obj -MD -MP -MF $(DEPDIR)/fcml_cpp_check-common_t.Tpo -c -o fcml_cpp_check-common_t.obj `if test -f 'common_t.cpp'; then $(CYGPATH_W) 'common_t.cpp'; else $(CYGPATH_W) '$(srcdir)/common_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-674-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-common_t.Tpo $(DEPDIR)/fcml_cpp_check-common_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-676-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:677:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-common_t.obj `if test -f 'common_t.cpp'; then $(CYGPATH_W) 'common_t.cpp'; else $(CYGPATH_W) '$(srcdir)/common_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-678- fcml-1.2.2/check/cpp-tests/Makefile.in-679-fcml_cpp_check-assembler_t.o: assembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:680:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-assembler_t.o -MD -MP -MF $(DEPDIR)/fcml_cpp_check-assembler_t.Tpo -c -o fcml_cpp_check-assembler_t.o `test -f 'assembler_t.cpp' || echo '$(srcdir)/'`assembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-681-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-assembler_t.Tpo $(DEPDIR)/fcml_cpp_check-assembler_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-683-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:684:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-assembler_t.o `test -f 'assembler_t.cpp' || echo '$(srcdir)/'`assembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-685- fcml-1.2.2/check/cpp-tests/Makefile.in-686-fcml_cpp_check-assembler_t.obj: assembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:687:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-assembler_t.obj -MD -MP -MF $(DEPDIR)/fcml_cpp_check-assembler_t.Tpo -c -o fcml_cpp_check-assembler_t.obj `if test -f 'assembler_t.cpp'; then $(CYGPATH_W) 'assembler_t.cpp'; else $(CYGPATH_W) '$(srcdir)/assembler_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-688-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-assembler_t.Tpo $(DEPDIR)/fcml_cpp_check-assembler_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-690-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:691:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-assembler_t.obj `if test -f 'assembler_t.cpp'; then $(CYGPATH_W) 'assembler_t.cpp'; else $(CYGPATH_W) '$(srcdir)/assembler_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-692- fcml-1.2.2/check/cpp-tests/Makefile.in-693-fcml_cpp_check-disassembler_t.o: disassembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:694:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-disassembler_t.o -MD -MP -MF $(DEPDIR)/fcml_cpp_check-disassembler_t.Tpo -c -o fcml_cpp_check-disassembler_t.o `test -f 'disassembler_t.cpp' || echo '$(srcdir)/'`disassembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-695-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-disassembler_t.Tpo $(DEPDIR)/fcml_cpp_check-disassembler_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-697-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:698:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-disassembler_t.o `test -f 'disassembler_t.cpp' || echo '$(srcdir)/'`disassembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-699- fcml-1.2.2/check/cpp-tests/Makefile.in-700-fcml_cpp_check-disassembler_t.obj: disassembler_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:701:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-disassembler_t.obj -MD -MP -MF $(DEPDIR)/fcml_cpp_check-disassembler_t.Tpo -c -o fcml_cpp_check-disassembler_t.obj `if test -f 'disassembler_t.cpp'; then $(CYGPATH_W) 'disassembler_t.cpp'; else $(CYGPATH_W) '$(srcdir)/disassembler_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-702-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-disassembler_t.Tpo $(DEPDIR)/fcml_cpp_check-disassembler_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-704-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:705:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-disassembler_t.obj `if test -f 'disassembler_t.cpp'; then $(CYGPATH_W) 'disassembler_t.cpp'; else $(CYGPATH_W) '$(srcdir)/disassembler_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-706- fcml-1.2.2/check/cpp-tests/Makefile.in-707-fcml_cpp_check-errors_t.o: errors_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:708:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-errors_t.o -MD -MP -MF $(DEPDIR)/fcml_cpp_check-errors_t.Tpo -c -o fcml_cpp_check-errors_t.o `test -f 'errors_t.cpp' || echo '$(srcdir)/'`errors_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-709-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-errors_t.Tpo $(DEPDIR)/fcml_cpp_check-errors_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-711-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:712:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-errors_t.o `test -f 'errors_t.cpp' || echo '$(srcdir)/'`errors_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-713- fcml-1.2.2/check/cpp-tests/Makefile.in-714-fcml_cpp_check-errors_t.obj: errors_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:715:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-errors_t.obj -MD -MP -MF $(DEPDIR)/fcml_cpp_check-errors_t.Tpo -c -o fcml_cpp_check-errors_t.obj `if test -f 'errors_t.cpp'; then $(CYGPATH_W) 'errors_t.cpp'; else $(CYGPATH_W) '$(srcdir)/errors_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-716-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-errors_t.Tpo $(DEPDIR)/fcml_cpp_check-errors_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-718-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:719:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-errors_t.obj `if test -f 'errors_t.cpp'; then $(CYGPATH_W) 'errors_t.cpp'; else $(CYGPATH_W) '$(srcdir)/errors_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-720- fcml-1.2.2/check/cpp-tests/Makefile.in-721-fcml_cpp_check-parser_t.o: parser_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:722:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-parser_t.o -MD -MP -MF $(DEPDIR)/fcml_cpp_check-parser_t.Tpo -c -o fcml_cpp_check-parser_t.o `test -f 'parser_t.cpp' || echo '$(srcdir)/'`parser_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-723-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-parser_t.Tpo $(DEPDIR)/fcml_cpp_check-parser_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-725-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:726:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-parser_t.o `test -f 'parser_t.cpp' || echo '$(srcdir)/'`parser_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in-727- fcml-1.2.2/check/cpp-tests/Makefile.in-728-fcml_cpp_check-parser_t.obj: parser_t.cpp fcml-1.2.2/check/cpp-tests/Makefile.in:729:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcml_cpp_check-parser_t.obj -MD -MP -MF $(DEPDIR)/fcml_cpp_check-parser_t.Tpo -c -o fcml_cpp_check-parser_t.obj `if test -f 'parser_t.cpp'; then $(CYGPATH_W) 'parser_t.cpp'; else $(CYGPATH_W) '$(srcdir)/parser_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-730-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_cpp_check-parser_t.Tpo $(DEPDIR)/fcml_cpp_check-parser_t.Po ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-732-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/cpp-tests/Makefile.in:733:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_cpp_check_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fcml_cpp_check-parser_t.obj `if test -f 'parser_t.cpp'; then $(CYGPATH_W) 'parser_t.cpp'; else $(CYGPATH_W) '$(srcdir)/parser_t.cpp'; fi` fcml-1.2.2/check/cpp-tests/Makefile.in-734- ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-770-GTAGS: fcml-1.2.2/check/cpp-tests/Makefile.in:771: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/check/cpp-tests/Makefile.in-772- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-813- if test -n "$$redo_bases"; then \ fcml-1.2.2/check/cpp-tests/Makefile.in:814: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:815: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-816- if $(am__make_dryrun); then :; else \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-838- ws='[ ]'; \ fcml-1.2.2/check/cpp-tests/Makefile.in:839: results=`for b in $$bases; do echo $$b.trs; done`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-840- test -n "$$results" || results=/dev/null; \ fcml-1.2.2/check/cpp-tests/Makefile.in:841: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:842: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:843: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:844: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:845: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:846: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:847: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:848: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ fcml-1.2.2/check/cpp-tests/Makefile.in-849- success=true; \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-917- @set +e; $(am__set_TESTS_bases); \ fcml-1.2.2/check/cpp-tests/Makefile.in:918: log_list=`for i in $$bases; do echo $$i.log; done`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:919: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:920: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-921- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-927- | $(am__list_recheck_tests)` || exit 1; \ fcml-1.2.2/check/cpp-tests/Makefile.in:928: log_list=`for i in $$bases; do echo $$i.log; done`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:929: log_list=`echo $$log_list`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-930- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-956-distdir: $(DISTFILES) fcml-1.2.2/check/cpp-tests/Makefile.in:957: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/cpp-tests/Makefile.in:958: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-959- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/check/cpp-tests/Makefile.in-970- if test -d $$d/$$file; then \ fcml-1.2.2/check/cpp-tests/Makefile.in:971: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/check/cpp-tests/Makefile.in-972- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-446- fcml-1.2.2/check/cpp-tests/common_t.cpp:447: EffectiveAddress base = EffectiveAddress::addr( Register::EAX() ); fcml-1.2.2/check/cpp-tests/common_t.cpp-448- STF_ASSERT_EQUAL( base.getBase(), Register::EAX() ); ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-452- fcml-1.2.2/check/cpp-tests/common_t.cpp:453: EffectiveAddress base_disp = EffectiveAddress::addr( Register::EAX(), Integer::int8(67) ); fcml-1.2.2/check/cpp-tests/common_t.cpp-454- STF_ASSERT_EQUAL( base_disp.getBase(), Register::EAX() ); ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-458- fcml-1.2.2/check/cpp-tests/common_t.cpp:459: EffectiveAddress index_scale_disp = EffectiveAddress::addr( Register::EAX(), 4, Integer::int32(400) ); fcml-1.2.2/check/cpp-tests/common_t.cpp-460- STF_ASSERT_EQUAL( index_scale_disp.getBase(), Register::UNDEF() ); ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-464- fcml-1.2.2/check/cpp-tests/common_t.cpp:465: EffectiveAddress base_index = EffectiveAddress::addr( Register::EAX(), Register::ECX() ); fcml-1.2.2/check/cpp-tests/common_t.cpp-466- STF_ASSERT_EQUAL( base_index.getBase(), Register::EAX() ); ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-470- fcml-1.2.2/check/cpp-tests/common_t.cpp:471: EffectiveAddress base_index_scale = EffectiveAddress::addr( Register::EAX(), Register::ECX(), 4 ); fcml-1.2.2/check/cpp-tests/common_t.cpp-472- STF_ASSERT_EQUAL( base_index_scale.getBase(), Register::EAX() ); ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-475- fcml-1.2.2/check/cpp-tests/common_t.cpp:476: EffectiveAddress full = EffectiveAddress::addr( Register::EAX(), Register::EDX(), 1, Integer::int8(67) ); fcml-1.2.2/check/cpp-tests/common_t.cpp-477- STF_ASSERT_EQUAL( full.getBase(), Register::EAX() ); ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-492- fcml-1.2.2/check/cpp-tests/common_t.cpp:493: Address addressEffective(EffectiveAddress::addr(Register::EAX()), FCML_DS_32); fcml-1.2.2/check/cpp-tests/common_t.cpp-494- STF_ASSERT_EQUAL( addressEffective.getAddressForm(), Address::AF_COMBINED ); ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-549- fcml-1.2.2/check/cpp-tests/common_t.cpp:550: Operand addrSimple = OB::addr(EffectiveAddress(Register::EAX())); fcml-1.2.2/check/cpp-tests/common_t.cpp-551- STF_ASSERT( addrSimple.getAddress().isEffectiveAddress() ); fcml-1.2.2/check/cpp-tests/common_t.cpp-552- STF_ASSERT_EQUAL( addrSimple.getAddress().getEffectiveAddress().getBase(), Register::EAX() ); fcml-1.2.2/check/cpp-tests/common_t.cpp:553: STF_ASSERT( addrSimple.isAddr() ); fcml-1.2.2/check/cpp-tests/common_t.cpp-554- fcml-1.2.2/check/cpp-tests/common_t.cpp-555- Operand operandEA; fcml-1.2.2/check/cpp-tests/common_t.cpp:556: operandEA.addr(EffectiveAddress(Register::EAX())); fcml-1.2.2/check/cpp-tests/common_t.cpp-557- STF_ASSERT( operandEA.getAddress().isEffectiveAddress() ); fcml-1.2.2/check/cpp-tests/common_t.cpp-558- STF_ASSERT_EQUAL( operandEA.getAddress().getEffectiveAddress().getBase(), Register::EAX() ); fcml-1.2.2/check/cpp-tests/common_t.cpp:559: STF_ASSERT( operandEA.isAddr() ); fcml-1.2.2/check/cpp-tests/common_t.cpp-560- ############################################## fcml-1.2.2/check/cpp-tests/common_t.cpp-563- STF_ASSERT_EQUAL( address.getAddress().getEffectiveAddress().getBase(), Register::EAX() ); fcml-1.2.2/check/cpp-tests/common_t.cpp:564: STF_ASSERT( address.isAddr() ); fcml-1.2.2/check/cpp-tests/common_t.cpp-565- ############################################## fcml-1.2.2/check/Makefile.in-49- { \ fcml-1.2.2/check/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/check/Makefile.in-51- }; \ ############################################## fcml-1.2.2/check/Makefile.in-166- while test -n "$$dir1"; do \ fcml-1.2.2/check/Makefile.in:167: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ fcml-1.2.2/check/Makefile.in-168- if test "$$first" != "."; then \ fcml-1.2.2/check/Makefile.in-169- if test "$$first" = ".."; then \ fcml-1.2.2/check/Makefile.in:170: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ fcml-1.2.2/check/Makefile.in:171: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ fcml-1.2.2/check/Makefile.in-172- else \ fcml-1.2.2/check/Makefile.in:173: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ fcml-1.2.2/check/Makefile.in-174- if test "$$first2" = "$$first"; then \ fcml-1.2.2/check/Makefile.in:175: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ fcml-1.2.2/check/Makefile.in-176- else \ ############################################## fcml-1.2.2/check/Makefile.in-181- fi; \ fcml-1.2.2/check/Makefile.in:182: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ fcml-1.2.2/check/Makefile.in-183- done; \ ############################################## fcml-1.2.2/check/Makefile.in-369- dot_seen=no; \ fcml-1.2.2/check/Makefile.in:370: target=`echo $@ | sed s/-recursive//`; \ fcml-1.2.2/check/Makefile.in-371- case "$@" in \ ############################################## fcml-1.2.2/check/Makefile.in-432-GTAGS: fcml-1.2.2/check/Makefile.in:433: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/check/Makefile.in-434- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/check/Makefile.in-455-distdir: $(DISTFILES) fcml-1.2.2/check/Makefile.in:456: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/Makefile.in:457: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/Makefile.in-458- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/check/Makefile.in-469- if test -d $$d/$$file; then \ fcml-1.2.2/check/Makefile.in:470: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/check/Makefile.in-471- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-50- { \ fcml-1.2.2/check/public-tests/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/check/public-tests/Makefile.in-52- }; \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-229-} fcml-1.2.2/check/public-tests/Makefile.in:230:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; fcml-1.2.2/check/public-tests/Makefile.in-231-am__vpath_adj = case $$p in \ fcml-1.2.2/check/public-tests/Makefile.in:232: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ fcml-1.2.2/check/public-tests/Makefile.in-233- *) f=$$p;; \ fcml-1.2.2/check/public-tests/Makefile.in-234- esac; fcml-1.2.2/check/public-tests/Makefile.in:235:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; fcml-1.2.2/check/public-tests/Makefile.in-236-am__install_max = 40 fcml-1.2.2/check/public-tests/Makefile.in-237-am__nobase_strip_setup = \ fcml-1.2.2/check/public-tests/Makefile.in:238: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` fcml-1.2.2/check/public-tests/Makefile.in-239-am__nobase_strip = \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-357-case "$@" in \ fcml-1.2.2/check/public-tests/Makefile.in:358: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ fcml-1.2.2/check/public-tests/Makefile.in-359- *) am__odir=.;; \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-387- bases='$(TEST_LOGS)'; \ fcml-1.2.2/check/public-tests/Makefile.in:388: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ fcml-1.2.2/check/public-tests/Makefile.in:389: bases=`echo $$bases` fcml-1.2.2/check/public-tests/Makefile.in-390-RECHECK_LOGS = $(TEST_LOGS) ############################################## fcml-1.2.2/check/public-tests/Makefile.in-401- */*) b='$*';; \ fcml-1.2.2/check/public-tests/Makefile.in:402: *) b=`echo '$@' | sed 's/\.log$$//'`; \ fcml-1.2.2/check/public-tests/Makefile.in-403- esac;; \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-654- test -n "$(EXEEXT)" || exit 0; \ fcml-1.2.2/check/public-tests/Makefile.in:655: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ fcml-1.2.2/check/public-tests/Makefile.in-656- echo " rm -f" $$list; \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-711-.c.obj: fcml-1.2.2/check/public-tests/Makefile.in:712:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/public-tests/Makefile.in-713-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-715-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:716:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/public-tests/Makefile.in-717- ############################################## fcml-1.2.2/check/public-tests/Makefile.in-725-fcml_public_check-main.o: main.c fcml-1.2.2/check/public-tests/Makefile.in:726:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-main.o -MD -MP -MF $(DEPDIR)/fcml_public_check-main.Tpo -c -o fcml_public_check-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/check/public-tests/Makefile.in-727-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-main.Tpo $(DEPDIR)/fcml_public_check-main.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-729-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:730:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/check/public-tests/Makefile.in-731- fcml-1.2.2/check/public-tests/Makefile.in-732-fcml_public_check-main.obj: main.c fcml-1.2.2/check/public-tests/Makefile.in:733:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-main.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-main.Tpo -c -o fcml_public_check-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-734-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-main.Tpo $(DEPDIR)/fcml_public_check-main.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-736-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:737:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-738- fcml-1.2.2/check/public-tests/Makefile.in-739-fcml_public_check-error_handling_t.o: error_handling_t.c fcml-1.2.2/check/public-tests/Makefile.in:740:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-error_handling_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-error_handling_t.Tpo -c -o fcml_public_check-error_handling_t.o `test -f 'error_handling_t.c' || echo '$(srcdir)/'`error_handling_t.c fcml-1.2.2/check/public-tests/Makefile.in-741-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-error_handling_t.Tpo $(DEPDIR)/fcml_public_check-error_handling_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-743-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:744:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-error_handling_t.o `test -f 'error_handling_t.c' || echo '$(srcdir)/'`error_handling_t.c fcml-1.2.2/check/public-tests/Makefile.in-745- fcml-1.2.2/check/public-tests/Makefile.in-746-fcml_public_check-error_handling_t.obj: error_handling_t.c fcml-1.2.2/check/public-tests/Makefile.in:747:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-error_handling_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-error_handling_t.Tpo -c -o fcml_public_check-error_handling_t.obj `if test -f 'error_handling_t.c'; then $(CYGPATH_W) 'error_handling_t.c'; else $(CYGPATH_W) '$(srcdir)/error_handling_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-748-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-error_handling_t.Tpo $(DEPDIR)/fcml_public_check-error_handling_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-750-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:751:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-error_handling_t.obj `if test -f 'error_handling_t.c'; then $(CYGPATH_W) 'error_handling_t.c'; else $(CYGPATH_W) '$(srcdir)/error_handling_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-752- fcml-1.2.2/check/public-tests/Makefile.in-753-fcml_public_check-hints_t.o: hints_t.c fcml-1.2.2/check/public-tests/Makefile.in:754:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-hints_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-hints_t.Tpo -c -o fcml_public_check-hints_t.o `test -f 'hints_t.c' || echo '$(srcdir)/'`hints_t.c fcml-1.2.2/check/public-tests/Makefile.in-755-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-hints_t.Tpo $(DEPDIR)/fcml_public_check-hints_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-757-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:758:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-hints_t.o `test -f 'hints_t.c' || echo '$(srcdir)/'`hints_t.c fcml-1.2.2/check/public-tests/Makefile.in-759- fcml-1.2.2/check/public-tests/Makefile.in-760-fcml_public_check-hints_t.obj: hints_t.c fcml-1.2.2/check/public-tests/Makefile.in:761:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-hints_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-hints_t.Tpo -c -o fcml_public_check-hints_t.obj `if test -f 'hints_t.c'; then $(CYGPATH_W) 'hints_t.c'; else $(CYGPATH_W) '$(srcdir)/hints_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-762-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-hints_t.Tpo $(DEPDIR)/fcml_public_check-hints_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-764-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:765:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-hints_t.obj `if test -f 'hints_t.c'; then $(CYGPATH_W) 'hints_t.c'; else $(CYGPATH_W) '$(srcdir)/hints_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-766- fcml-1.2.2/check/public-tests/Makefile.in-767-fcml_public_check-instructions_a_t.o: instructions_a_t.c fcml-1.2.2/check/public-tests/Makefile.in:768:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_a_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_a_t.Tpo -c -o fcml_public_check-instructions_a_t.o `test -f 'instructions_a_t.c' || echo '$(srcdir)/'`instructions_a_t.c fcml-1.2.2/check/public-tests/Makefile.in-769-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_a_t.Tpo $(DEPDIR)/fcml_public_check-instructions_a_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-771-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:772:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_a_t.o `test -f 'instructions_a_t.c' || echo '$(srcdir)/'`instructions_a_t.c fcml-1.2.2/check/public-tests/Makefile.in-773- fcml-1.2.2/check/public-tests/Makefile.in-774-fcml_public_check-instructions_a_t.obj: instructions_a_t.c fcml-1.2.2/check/public-tests/Makefile.in:775:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_a_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_a_t.Tpo -c -o fcml_public_check-instructions_a_t.obj `if test -f 'instructions_a_t.c'; then $(CYGPATH_W) 'instructions_a_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_a_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-776-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_a_t.Tpo $(DEPDIR)/fcml_public_check-instructions_a_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-778-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:779:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_a_t.obj `if test -f 'instructions_a_t.c'; then $(CYGPATH_W) 'instructions_a_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_a_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-780- fcml-1.2.2/check/public-tests/Makefile.in-781-fcml_public_check-instructions_base_t.o: instructions_base_t.c fcml-1.2.2/check/public-tests/Makefile.in:782:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_base_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_base_t.Tpo -c -o fcml_public_check-instructions_base_t.o `test -f 'instructions_base_t.c' || echo '$(srcdir)/'`instructions_base_t.c fcml-1.2.2/check/public-tests/Makefile.in-783-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_base_t.Tpo $(DEPDIR)/fcml_public_check-instructions_base_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-785-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:786:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_base_t.o `test -f 'instructions_base_t.c' || echo '$(srcdir)/'`instructions_base_t.c fcml-1.2.2/check/public-tests/Makefile.in-787- fcml-1.2.2/check/public-tests/Makefile.in-788-fcml_public_check-instructions_base_t.obj: instructions_base_t.c fcml-1.2.2/check/public-tests/Makefile.in:789:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_base_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_base_t.Tpo -c -o fcml_public_check-instructions_base_t.obj `if test -f 'instructions_base_t.c'; then $(CYGPATH_W) 'instructions_base_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_base_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-790-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_base_t.Tpo $(DEPDIR)/fcml_public_check-instructions_base_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-792-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:793:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_base_t.obj `if test -f 'instructions_base_t.c'; then $(CYGPATH_W) 'instructions_base_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_base_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-794- fcml-1.2.2/check/public-tests/Makefile.in-795-fcml_public_check-instructions_b_t.o: instructions_b_t.c fcml-1.2.2/check/public-tests/Makefile.in:796:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_b_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_b_t.Tpo -c -o fcml_public_check-instructions_b_t.o `test -f 'instructions_b_t.c' || echo '$(srcdir)/'`instructions_b_t.c fcml-1.2.2/check/public-tests/Makefile.in-797-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_b_t.Tpo $(DEPDIR)/fcml_public_check-instructions_b_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-799-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:800:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_b_t.o `test -f 'instructions_b_t.c' || echo '$(srcdir)/'`instructions_b_t.c fcml-1.2.2/check/public-tests/Makefile.in-801- fcml-1.2.2/check/public-tests/Makefile.in-802-fcml_public_check-instructions_b_t.obj: instructions_b_t.c fcml-1.2.2/check/public-tests/Makefile.in:803:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_b_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_b_t.Tpo -c -o fcml_public_check-instructions_b_t.obj `if test -f 'instructions_b_t.c'; then $(CYGPATH_W) 'instructions_b_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_b_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-804-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_b_t.Tpo $(DEPDIR)/fcml_public_check-instructions_b_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-806-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:807:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_b_t.obj `if test -f 'instructions_b_t.c'; then $(CYGPATH_W) 'instructions_b_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_b_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-808- fcml-1.2.2/check/public-tests/Makefile.in-809-fcml_public_check-instructions_c_t.o: instructions_c_t.c fcml-1.2.2/check/public-tests/Makefile.in:810:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_c_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_c_t.Tpo -c -o fcml_public_check-instructions_c_t.o `test -f 'instructions_c_t.c' || echo '$(srcdir)/'`instructions_c_t.c fcml-1.2.2/check/public-tests/Makefile.in-811-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_c_t.Tpo $(DEPDIR)/fcml_public_check-instructions_c_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-813-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:814:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_c_t.o `test -f 'instructions_c_t.c' || echo '$(srcdir)/'`instructions_c_t.c fcml-1.2.2/check/public-tests/Makefile.in-815- fcml-1.2.2/check/public-tests/Makefile.in-816-fcml_public_check-instructions_c_t.obj: instructions_c_t.c fcml-1.2.2/check/public-tests/Makefile.in:817:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_c_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_c_t.Tpo -c -o fcml_public_check-instructions_c_t.obj `if test -f 'instructions_c_t.c'; then $(CYGPATH_W) 'instructions_c_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_c_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-818-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_c_t.Tpo $(DEPDIR)/fcml_public_check-instructions_c_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-820-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:821:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_c_t.obj `if test -f 'instructions_c_t.c'; then $(CYGPATH_W) 'instructions_c_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_c_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-822- fcml-1.2.2/check/public-tests/Makefile.in-823-fcml_public_check-instructions_d_t.o: instructions_d_t.c fcml-1.2.2/check/public-tests/Makefile.in:824:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_d_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_d_t.Tpo -c -o fcml_public_check-instructions_d_t.o `test -f 'instructions_d_t.c' || echo '$(srcdir)/'`instructions_d_t.c fcml-1.2.2/check/public-tests/Makefile.in-825-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_d_t.Tpo $(DEPDIR)/fcml_public_check-instructions_d_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-827-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:828:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_d_t.o `test -f 'instructions_d_t.c' || echo '$(srcdir)/'`instructions_d_t.c fcml-1.2.2/check/public-tests/Makefile.in-829- fcml-1.2.2/check/public-tests/Makefile.in-830-fcml_public_check-instructions_d_t.obj: instructions_d_t.c fcml-1.2.2/check/public-tests/Makefile.in:831:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_d_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_d_t.Tpo -c -o fcml_public_check-instructions_d_t.obj `if test -f 'instructions_d_t.c'; then $(CYGPATH_W) 'instructions_d_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_d_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-832-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_d_t.Tpo $(DEPDIR)/fcml_public_check-instructions_d_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-834-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:835:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_d_t.obj `if test -f 'instructions_d_t.c'; then $(CYGPATH_W) 'instructions_d_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_d_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-836- fcml-1.2.2/check/public-tests/Makefile.in-837-fcml_public_check-instructions_e_t.o: instructions_e_t.c fcml-1.2.2/check/public-tests/Makefile.in:838:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_e_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_e_t.Tpo -c -o fcml_public_check-instructions_e_t.o `test -f 'instructions_e_t.c' || echo '$(srcdir)/'`instructions_e_t.c fcml-1.2.2/check/public-tests/Makefile.in-839-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_e_t.Tpo $(DEPDIR)/fcml_public_check-instructions_e_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-841-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:842:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_e_t.o `test -f 'instructions_e_t.c' || echo '$(srcdir)/'`instructions_e_t.c fcml-1.2.2/check/public-tests/Makefile.in-843- fcml-1.2.2/check/public-tests/Makefile.in-844-fcml_public_check-instructions_e_t.obj: instructions_e_t.c fcml-1.2.2/check/public-tests/Makefile.in:845:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_e_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_e_t.Tpo -c -o fcml_public_check-instructions_e_t.obj `if test -f 'instructions_e_t.c'; then $(CYGPATH_W) 'instructions_e_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_e_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-846-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_e_t.Tpo $(DEPDIR)/fcml_public_check-instructions_e_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-848-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:849:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_e_t.obj `if test -f 'instructions_e_t.c'; then $(CYGPATH_W) 'instructions_e_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_e_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-850- fcml-1.2.2/check/public-tests/Makefile.in-851-fcml_public_check-instructions_f_t.o: instructions_f_t.c fcml-1.2.2/check/public-tests/Makefile.in:852:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_f_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_f_t.Tpo -c -o fcml_public_check-instructions_f_t.o `test -f 'instructions_f_t.c' || echo '$(srcdir)/'`instructions_f_t.c fcml-1.2.2/check/public-tests/Makefile.in-853-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_f_t.Tpo $(DEPDIR)/fcml_public_check-instructions_f_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-855-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:856:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_f_t.o `test -f 'instructions_f_t.c' || echo '$(srcdir)/'`instructions_f_t.c fcml-1.2.2/check/public-tests/Makefile.in-857- fcml-1.2.2/check/public-tests/Makefile.in-858-fcml_public_check-instructions_f_t.obj: instructions_f_t.c fcml-1.2.2/check/public-tests/Makefile.in:859:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_f_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_f_t.Tpo -c -o fcml_public_check-instructions_f_t.obj `if test -f 'instructions_f_t.c'; then $(CYGPATH_W) 'instructions_f_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_f_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-860-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_f_t.Tpo $(DEPDIR)/fcml_public_check-instructions_f_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:863:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_f_t.obj `if test -f 'instructions_f_t.c'; then $(CYGPATH_W) 'instructions_f_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_f_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-864- fcml-1.2.2/check/public-tests/Makefile.in-865-fcml_public_check-instructions_g_t.o: instructions_g_t.c fcml-1.2.2/check/public-tests/Makefile.in:866:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_g_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_g_t.Tpo -c -o fcml_public_check-instructions_g_t.o `test -f 'instructions_g_t.c' || echo '$(srcdir)/'`instructions_g_t.c fcml-1.2.2/check/public-tests/Makefile.in-867-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_g_t.Tpo $(DEPDIR)/fcml_public_check-instructions_g_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-869-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:870:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_g_t.o `test -f 'instructions_g_t.c' || echo '$(srcdir)/'`instructions_g_t.c fcml-1.2.2/check/public-tests/Makefile.in-871- fcml-1.2.2/check/public-tests/Makefile.in-872-fcml_public_check-instructions_g_t.obj: instructions_g_t.c fcml-1.2.2/check/public-tests/Makefile.in:873:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_g_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_g_t.Tpo -c -o fcml_public_check-instructions_g_t.obj `if test -f 'instructions_g_t.c'; then $(CYGPATH_W) 'instructions_g_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_g_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-874-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_g_t.Tpo $(DEPDIR)/fcml_public_check-instructions_g_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:877:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_g_t.obj `if test -f 'instructions_g_t.c'; then $(CYGPATH_W) 'instructions_g_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_g_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-878- fcml-1.2.2/check/public-tests/Makefile.in-879-fcml_public_check-instructions_h_t.o: instructions_h_t.c fcml-1.2.2/check/public-tests/Makefile.in:880:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_h_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_h_t.Tpo -c -o fcml_public_check-instructions_h_t.o `test -f 'instructions_h_t.c' || echo '$(srcdir)/'`instructions_h_t.c fcml-1.2.2/check/public-tests/Makefile.in-881-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_h_t.Tpo $(DEPDIR)/fcml_public_check-instructions_h_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-883-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:884:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_h_t.o `test -f 'instructions_h_t.c' || echo '$(srcdir)/'`instructions_h_t.c fcml-1.2.2/check/public-tests/Makefile.in-885- fcml-1.2.2/check/public-tests/Makefile.in-886-fcml_public_check-instructions_h_t.obj: instructions_h_t.c fcml-1.2.2/check/public-tests/Makefile.in:887:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_h_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_h_t.Tpo -c -o fcml_public_check-instructions_h_t.obj `if test -f 'instructions_h_t.c'; then $(CYGPATH_W) 'instructions_h_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_h_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-888-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_h_t.Tpo $(DEPDIR)/fcml_public_check-instructions_h_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-890-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:891:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_h_t.obj `if test -f 'instructions_h_t.c'; then $(CYGPATH_W) 'instructions_h_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_h_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-892- fcml-1.2.2/check/public-tests/Makefile.in-893-fcml_public_check-instructions_i_t.o: instructions_i_t.c fcml-1.2.2/check/public-tests/Makefile.in:894:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_i_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_i_t.Tpo -c -o fcml_public_check-instructions_i_t.o `test -f 'instructions_i_t.c' || echo '$(srcdir)/'`instructions_i_t.c fcml-1.2.2/check/public-tests/Makefile.in-895-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_i_t.Tpo $(DEPDIR)/fcml_public_check-instructions_i_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:898:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_i_t.o `test -f 'instructions_i_t.c' || echo '$(srcdir)/'`instructions_i_t.c fcml-1.2.2/check/public-tests/Makefile.in-899- fcml-1.2.2/check/public-tests/Makefile.in-900-fcml_public_check-instructions_i_t.obj: instructions_i_t.c fcml-1.2.2/check/public-tests/Makefile.in:901:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_i_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_i_t.Tpo -c -o fcml_public_check-instructions_i_t.obj `if test -f 'instructions_i_t.c'; then $(CYGPATH_W) 'instructions_i_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_i_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-902-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_i_t.Tpo $(DEPDIR)/fcml_public_check-instructions_i_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-904-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:905:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_i_t.obj `if test -f 'instructions_i_t.c'; then $(CYGPATH_W) 'instructions_i_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_i_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-906- fcml-1.2.2/check/public-tests/Makefile.in-907-fcml_public_check-instructions_j_t.o: instructions_j_t.c fcml-1.2.2/check/public-tests/Makefile.in:908:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_j_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_j_t.Tpo -c -o fcml_public_check-instructions_j_t.o `test -f 'instructions_j_t.c' || echo '$(srcdir)/'`instructions_j_t.c fcml-1.2.2/check/public-tests/Makefile.in-909-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_j_t.Tpo $(DEPDIR)/fcml_public_check-instructions_j_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:912:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_j_t.o `test -f 'instructions_j_t.c' || echo '$(srcdir)/'`instructions_j_t.c fcml-1.2.2/check/public-tests/Makefile.in-913- fcml-1.2.2/check/public-tests/Makefile.in-914-fcml_public_check-instructions_j_t.obj: instructions_j_t.c fcml-1.2.2/check/public-tests/Makefile.in:915:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_j_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_j_t.Tpo -c -o fcml_public_check-instructions_j_t.obj `if test -f 'instructions_j_t.c'; then $(CYGPATH_W) 'instructions_j_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_j_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-916-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_j_t.Tpo $(DEPDIR)/fcml_public_check-instructions_j_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-918-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:919:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_j_t.obj `if test -f 'instructions_j_t.c'; then $(CYGPATH_W) 'instructions_j_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_j_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-920- fcml-1.2.2/check/public-tests/Makefile.in-921-fcml_public_check-instructions_l_t.o: instructions_l_t.c fcml-1.2.2/check/public-tests/Makefile.in:922:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_l_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_l_t.Tpo -c -o fcml_public_check-instructions_l_t.o `test -f 'instructions_l_t.c' || echo '$(srcdir)/'`instructions_l_t.c fcml-1.2.2/check/public-tests/Makefile.in-923-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_l_t.Tpo $(DEPDIR)/fcml_public_check-instructions_l_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-925-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:926:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_l_t.o `test -f 'instructions_l_t.c' || echo '$(srcdir)/'`instructions_l_t.c fcml-1.2.2/check/public-tests/Makefile.in-927- fcml-1.2.2/check/public-tests/Makefile.in-928-fcml_public_check-instructions_l_t.obj: instructions_l_t.c fcml-1.2.2/check/public-tests/Makefile.in:929:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_l_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_l_t.Tpo -c -o fcml_public_check-instructions_l_t.obj `if test -f 'instructions_l_t.c'; then $(CYGPATH_W) 'instructions_l_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_l_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-930-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_l_t.Tpo $(DEPDIR)/fcml_public_check-instructions_l_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-932-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:933:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_l_t.obj `if test -f 'instructions_l_t.c'; then $(CYGPATH_W) 'instructions_l_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_l_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-934- fcml-1.2.2/check/public-tests/Makefile.in-935-fcml_public_check-instructions_k_t.o: instructions_k_t.c fcml-1.2.2/check/public-tests/Makefile.in:936:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_k_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_k_t.Tpo -c -o fcml_public_check-instructions_k_t.o `test -f 'instructions_k_t.c' || echo '$(srcdir)/'`instructions_k_t.c fcml-1.2.2/check/public-tests/Makefile.in-937-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_k_t.Tpo $(DEPDIR)/fcml_public_check-instructions_k_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-939-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:940:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_k_t.o `test -f 'instructions_k_t.c' || echo '$(srcdir)/'`instructions_k_t.c fcml-1.2.2/check/public-tests/Makefile.in-941- fcml-1.2.2/check/public-tests/Makefile.in-942-fcml_public_check-instructions_k_t.obj: instructions_k_t.c fcml-1.2.2/check/public-tests/Makefile.in:943:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_k_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_k_t.Tpo -c -o fcml_public_check-instructions_k_t.obj `if test -f 'instructions_k_t.c'; then $(CYGPATH_W) 'instructions_k_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_k_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-944-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_k_t.Tpo $(DEPDIR)/fcml_public_check-instructions_k_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-946-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:947:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_k_t.obj `if test -f 'instructions_k_t.c'; then $(CYGPATH_W) 'instructions_k_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_k_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-948- fcml-1.2.2/check/public-tests/Makefile.in-949-fcml_public_check-instructions_m_t.o: instructions_m_t.c fcml-1.2.2/check/public-tests/Makefile.in:950:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_m_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_m_t.Tpo -c -o fcml_public_check-instructions_m_t.o `test -f 'instructions_m_t.c' || echo '$(srcdir)/'`instructions_m_t.c fcml-1.2.2/check/public-tests/Makefile.in-951-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_m_t.Tpo $(DEPDIR)/fcml_public_check-instructions_m_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-953-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:954:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_m_t.o `test -f 'instructions_m_t.c' || echo '$(srcdir)/'`instructions_m_t.c fcml-1.2.2/check/public-tests/Makefile.in-955- fcml-1.2.2/check/public-tests/Makefile.in-956-fcml_public_check-instructions_m_t.obj: instructions_m_t.c fcml-1.2.2/check/public-tests/Makefile.in:957:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_m_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_m_t.Tpo -c -o fcml_public_check-instructions_m_t.obj `if test -f 'instructions_m_t.c'; then $(CYGPATH_W) 'instructions_m_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_m_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-958-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_m_t.Tpo $(DEPDIR)/fcml_public_check-instructions_m_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-960-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:961:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_m_t.obj `if test -f 'instructions_m_t.c'; then $(CYGPATH_W) 'instructions_m_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_m_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-962- fcml-1.2.2/check/public-tests/Makefile.in-963-fcml_public_check-instructions_n_t.o: instructions_n_t.c fcml-1.2.2/check/public-tests/Makefile.in:964:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_n_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_n_t.Tpo -c -o fcml_public_check-instructions_n_t.o `test -f 'instructions_n_t.c' || echo '$(srcdir)/'`instructions_n_t.c fcml-1.2.2/check/public-tests/Makefile.in-965-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_n_t.Tpo $(DEPDIR)/fcml_public_check-instructions_n_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-967-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:968:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_n_t.o `test -f 'instructions_n_t.c' || echo '$(srcdir)/'`instructions_n_t.c fcml-1.2.2/check/public-tests/Makefile.in-969- fcml-1.2.2/check/public-tests/Makefile.in-970-fcml_public_check-instructions_n_t.obj: instructions_n_t.c fcml-1.2.2/check/public-tests/Makefile.in:971:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_n_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_n_t.Tpo -c -o fcml_public_check-instructions_n_t.obj `if test -f 'instructions_n_t.c'; then $(CYGPATH_W) 'instructions_n_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_n_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-972-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_n_t.Tpo $(DEPDIR)/fcml_public_check-instructions_n_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-974-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:975:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_n_t.obj `if test -f 'instructions_n_t.c'; then $(CYGPATH_W) 'instructions_n_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_n_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-976- fcml-1.2.2/check/public-tests/Makefile.in-977-fcml_public_check-instructions_o_t.o: instructions_o_t.c fcml-1.2.2/check/public-tests/Makefile.in:978:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_o_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_o_t.Tpo -c -o fcml_public_check-instructions_o_t.o `test -f 'instructions_o_t.c' || echo '$(srcdir)/'`instructions_o_t.c fcml-1.2.2/check/public-tests/Makefile.in-979-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_o_t.Tpo $(DEPDIR)/fcml_public_check-instructions_o_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-981-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:982:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_o_t.o `test -f 'instructions_o_t.c' || echo '$(srcdir)/'`instructions_o_t.c fcml-1.2.2/check/public-tests/Makefile.in-983- fcml-1.2.2/check/public-tests/Makefile.in-984-fcml_public_check-instructions_o_t.obj: instructions_o_t.c fcml-1.2.2/check/public-tests/Makefile.in:985:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_o_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_o_t.Tpo -c -o fcml_public_check-instructions_o_t.obj `if test -f 'instructions_o_t.c'; then $(CYGPATH_W) 'instructions_o_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_o_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-986-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_o_t.Tpo $(DEPDIR)/fcml_public_check-instructions_o_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:989:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_o_t.obj `if test -f 'instructions_o_t.c'; then $(CYGPATH_W) 'instructions_o_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_o_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-990- fcml-1.2.2/check/public-tests/Makefile.in-991-fcml_public_check-instructions_p_t.o: instructions_p_t.c fcml-1.2.2/check/public-tests/Makefile.in:992:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_p_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_p_t.Tpo -c -o fcml_public_check-instructions_p_t.o `test -f 'instructions_p_t.c' || echo '$(srcdir)/'`instructions_p_t.c fcml-1.2.2/check/public-tests/Makefile.in-993-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_p_t.Tpo $(DEPDIR)/fcml_public_check-instructions_p_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:996:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_p_t.o `test -f 'instructions_p_t.c' || echo '$(srcdir)/'`instructions_p_t.c fcml-1.2.2/check/public-tests/Makefile.in-997- fcml-1.2.2/check/public-tests/Makefile.in-998-fcml_public_check-instructions_p_t.obj: instructions_p_t.c fcml-1.2.2/check/public-tests/Makefile.in:999:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_p_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_p_t.Tpo -c -o fcml_public_check-instructions_p_t.obj `if test -f 'instructions_p_t.c'; then $(CYGPATH_W) 'instructions_p_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_p_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1000-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_p_t.Tpo $(DEPDIR)/fcml_public_check-instructions_p_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1003:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_p_t.obj `if test -f 'instructions_p_t.c'; then $(CYGPATH_W) 'instructions_p_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_p_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1004- fcml-1.2.2/check/public-tests/Makefile.in-1005-fcml_public_check-instructions_r_t.o: instructions_r_t.c fcml-1.2.2/check/public-tests/Makefile.in:1006:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_r_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_r_t.Tpo -c -o fcml_public_check-instructions_r_t.o `test -f 'instructions_r_t.c' || echo '$(srcdir)/'`instructions_r_t.c fcml-1.2.2/check/public-tests/Makefile.in-1007-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_r_t.Tpo $(DEPDIR)/fcml_public_check-instructions_r_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1010:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_r_t.o `test -f 'instructions_r_t.c' || echo '$(srcdir)/'`instructions_r_t.c fcml-1.2.2/check/public-tests/Makefile.in-1011- fcml-1.2.2/check/public-tests/Makefile.in-1012-fcml_public_check-instructions_r_t.obj: instructions_r_t.c fcml-1.2.2/check/public-tests/Makefile.in:1013:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_r_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_r_t.Tpo -c -o fcml_public_check-instructions_r_t.obj `if test -f 'instructions_r_t.c'; then $(CYGPATH_W) 'instructions_r_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_r_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1014-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_r_t.Tpo $(DEPDIR)/fcml_public_check-instructions_r_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1017:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_r_t.obj `if test -f 'instructions_r_t.c'; then $(CYGPATH_W) 'instructions_r_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_r_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1018- fcml-1.2.2/check/public-tests/Makefile.in-1019-fcml_public_check-instructions_s_t.o: instructions_s_t.c fcml-1.2.2/check/public-tests/Makefile.in:1020:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_s_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_s_t.Tpo -c -o fcml_public_check-instructions_s_t.o `test -f 'instructions_s_t.c' || echo '$(srcdir)/'`instructions_s_t.c fcml-1.2.2/check/public-tests/Makefile.in-1021-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_s_t.Tpo $(DEPDIR)/fcml_public_check-instructions_s_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1024:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_s_t.o `test -f 'instructions_s_t.c' || echo '$(srcdir)/'`instructions_s_t.c fcml-1.2.2/check/public-tests/Makefile.in-1025- fcml-1.2.2/check/public-tests/Makefile.in-1026-fcml_public_check-instructions_s_t.obj: instructions_s_t.c fcml-1.2.2/check/public-tests/Makefile.in:1027:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_s_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_s_t.Tpo -c -o fcml_public_check-instructions_s_t.obj `if test -f 'instructions_s_t.c'; then $(CYGPATH_W) 'instructions_s_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_s_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1028-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_s_t.Tpo $(DEPDIR)/fcml_public_check-instructions_s_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1031:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_s_t.obj `if test -f 'instructions_s_t.c'; then $(CYGPATH_W) 'instructions_s_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_s_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1032- fcml-1.2.2/check/public-tests/Makefile.in-1033-fcml_public_check-instructions_t_t.o: instructions_t_t.c fcml-1.2.2/check/public-tests/Makefile.in:1034:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_t_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_t_t.Tpo -c -o fcml_public_check-instructions_t_t.o `test -f 'instructions_t_t.c' || echo '$(srcdir)/'`instructions_t_t.c fcml-1.2.2/check/public-tests/Makefile.in-1035-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_t_t.Tpo $(DEPDIR)/fcml_public_check-instructions_t_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1038:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_t_t.o `test -f 'instructions_t_t.c' || echo '$(srcdir)/'`instructions_t_t.c fcml-1.2.2/check/public-tests/Makefile.in-1039- fcml-1.2.2/check/public-tests/Makefile.in-1040-fcml_public_check-instructions_t_t.obj: instructions_t_t.c fcml-1.2.2/check/public-tests/Makefile.in:1041:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_t_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_t_t.Tpo -c -o fcml_public_check-instructions_t_t.obj `if test -f 'instructions_t_t.c'; then $(CYGPATH_W) 'instructions_t_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_t_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1042-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_t_t.Tpo $(DEPDIR)/fcml_public_check-instructions_t_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1045:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_t_t.obj `if test -f 'instructions_t_t.c'; then $(CYGPATH_W) 'instructions_t_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_t_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1046- fcml-1.2.2/check/public-tests/Makefile.in-1047-fcml_public_check-instructions_u_t.o: instructions_u_t.c fcml-1.2.2/check/public-tests/Makefile.in:1048:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_u_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_u_t.Tpo -c -o fcml_public_check-instructions_u_t.o `test -f 'instructions_u_t.c' || echo '$(srcdir)/'`instructions_u_t.c fcml-1.2.2/check/public-tests/Makefile.in-1049-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_u_t.Tpo $(DEPDIR)/fcml_public_check-instructions_u_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1052:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_u_t.o `test -f 'instructions_u_t.c' || echo '$(srcdir)/'`instructions_u_t.c fcml-1.2.2/check/public-tests/Makefile.in-1053- fcml-1.2.2/check/public-tests/Makefile.in-1054-fcml_public_check-instructions_u_t.obj: instructions_u_t.c fcml-1.2.2/check/public-tests/Makefile.in:1055:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_u_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_u_t.Tpo -c -o fcml_public_check-instructions_u_t.obj `if test -f 'instructions_u_t.c'; then $(CYGPATH_W) 'instructions_u_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_u_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1056-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_u_t.Tpo $(DEPDIR)/fcml_public_check-instructions_u_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1059:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_u_t.obj `if test -f 'instructions_u_t.c'; then $(CYGPATH_W) 'instructions_u_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_u_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1060- fcml-1.2.2/check/public-tests/Makefile.in-1061-fcml_public_check-instructions_v_t.o: instructions_v_t.c fcml-1.2.2/check/public-tests/Makefile.in:1062:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_v_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_v_t.Tpo -c -o fcml_public_check-instructions_v_t.o `test -f 'instructions_v_t.c' || echo '$(srcdir)/'`instructions_v_t.c fcml-1.2.2/check/public-tests/Makefile.in-1063-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_v_t.Tpo $(DEPDIR)/fcml_public_check-instructions_v_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1066:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_v_t.o `test -f 'instructions_v_t.c' || echo '$(srcdir)/'`instructions_v_t.c fcml-1.2.2/check/public-tests/Makefile.in-1067- fcml-1.2.2/check/public-tests/Makefile.in-1068-fcml_public_check-instructions_v_t.obj: instructions_v_t.c fcml-1.2.2/check/public-tests/Makefile.in:1069:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_v_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_v_t.Tpo -c -o fcml_public_check-instructions_v_t.obj `if test -f 'instructions_v_t.c'; then $(CYGPATH_W) 'instructions_v_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_v_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1070-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_v_t.Tpo $(DEPDIR)/fcml_public_check-instructions_v_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1072-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1073:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_v_t.obj `if test -f 'instructions_v_t.c'; then $(CYGPATH_W) 'instructions_v_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_v_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1074- fcml-1.2.2/check/public-tests/Makefile.in-1075-fcml_public_check-instructions_w_t.o: instructions_w_t.c fcml-1.2.2/check/public-tests/Makefile.in:1076:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_w_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_w_t.Tpo -c -o fcml_public_check-instructions_w_t.o `test -f 'instructions_w_t.c' || echo '$(srcdir)/'`instructions_w_t.c fcml-1.2.2/check/public-tests/Makefile.in-1077-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_w_t.Tpo $(DEPDIR)/fcml_public_check-instructions_w_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1079-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1080:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_w_t.o `test -f 'instructions_w_t.c' || echo '$(srcdir)/'`instructions_w_t.c fcml-1.2.2/check/public-tests/Makefile.in-1081- fcml-1.2.2/check/public-tests/Makefile.in-1082-fcml_public_check-instructions_w_t.obj: instructions_w_t.c fcml-1.2.2/check/public-tests/Makefile.in:1083:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_w_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_w_t.Tpo -c -o fcml_public_check-instructions_w_t.obj `if test -f 'instructions_w_t.c'; then $(CYGPATH_W) 'instructions_w_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_w_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1084-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_w_t.Tpo $(DEPDIR)/fcml_public_check-instructions_w_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1086-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1087:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_w_t.obj `if test -f 'instructions_w_t.c'; then $(CYGPATH_W) 'instructions_w_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_w_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1088- fcml-1.2.2/check/public-tests/Makefile.in-1089-fcml_public_check-instructions_x_t.o: instructions_x_t.c fcml-1.2.2/check/public-tests/Makefile.in:1090:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_x_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_x_t.Tpo -c -o fcml_public_check-instructions_x_t.o `test -f 'instructions_x_t.c' || echo '$(srcdir)/'`instructions_x_t.c fcml-1.2.2/check/public-tests/Makefile.in-1091-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_x_t.Tpo $(DEPDIR)/fcml_public_check-instructions_x_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1093-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1094:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_x_t.o `test -f 'instructions_x_t.c' || echo '$(srcdir)/'`instructions_x_t.c fcml-1.2.2/check/public-tests/Makefile.in-1095- fcml-1.2.2/check/public-tests/Makefile.in-1096-fcml_public_check-instructions_x_t.obj: instructions_x_t.c fcml-1.2.2/check/public-tests/Makefile.in:1097:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-instructions_x_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-instructions_x_t.Tpo -c -o fcml_public_check-instructions_x_t.obj `if test -f 'instructions_x_t.c'; then $(CYGPATH_W) 'instructions_x_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_x_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1098-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-instructions_x_t.Tpo $(DEPDIR)/fcml_public_check-instructions_x_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1100-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1101:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-instructions_x_t.obj `if test -f 'instructions_x_t.c'; then $(CYGPATH_W) 'instructions_x_t.c'; else $(CYGPATH_W) '$(srcdir)/instructions_x_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1102- fcml-1.2.2/check/public-tests/Makefile.in-1103-fcml_public_check-prefixes_t.o: prefixes_t.c fcml-1.2.2/check/public-tests/Makefile.in:1104:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-prefixes_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-prefixes_t.Tpo -c -o fcml_public_check-prefixes_t.o `test -f 'prefixes_t.c' || echo '$(srcdir)/'`prefixes_t.c fcml-1.2.2/check/public-tests/Makefile.in-1105-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-prefixes_t.Tpo $(DEPDIR)/fcml_public_check-prefixes_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1107-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1108:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-prefixes_t.o `test -f 'prefixes_t.c' || echo '$(srcdir)/'`prefixes_t.c fcml-1.2.2/check/public-tests/Makefile.in-1109- fcml-1.2.2/check/public-tests/Makefile.in-1110-fcml_public_check-prefixes_t.obj: prefixes_t.c fcml-1.2.2/check/public-tests/Makefile.in:1111:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-prefixes_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-prefixes_t.Tpo -c -o fcml_public_check-prefixes_t.obj `if test -f 'prefixes_t.c'; then $(CYGPATH_W) 'prefixes_t.c'; else $(CYGPATH_W) '$(srcdir)/prefixes_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1112-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-prefixes_t.Tpo $(DEPDIR)/fcml_public_check-prefixes_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1114-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1115:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-prefixes_t.obj `if test -f 'prefixes_t.c'; then $(CYGPATH_W) 'prefixes_t.c'; else $(CYGPATH_W) '$(srcdir)/prefixes_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1116- fcml-1.2.2/check/public-tests/Makefile.in-1117-fcml_public_check-segment_reg_t.o: segment_reg_t.c fcml-1.2.2/check/public-tests/Makefile.in:1118:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-segment_reg_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-segment_reg_t.Tpo -c -o fcml_public_check-segment_reg_t.o `test -f 'segment_reg_t.c' || echo '$(srcdir)/'`segment_reg_t.c fcml-1.2.2/check/public-tests/Makefile.in-1119-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-segment_reg_t.Tpo $(DEPDIR)/fcml_public_check-segment_reg_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1121-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1122:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-segment_reg_t.o `test -f 'segment_reg_t.c' || echo '$(srcdir)/'`segment_reg_t.c fcml-1.2.2/check/public-tests/Makefile.in-1123- fcml-1.2.2/check/public-tests/Makefile.in-1124-fcml_public_check-segment_reg_t.obj: segment_reg_t.c fcml-1.2.2/check/public-tests/Makefile.in:1125:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-segment_reg_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-segment_reg_t.Tpo -c -o fcml_public_check-segment_reg_t.obj `if test -f 'segment_reg_t.c'; then $(CYGPATH_W) 'segment_reg_t.c'; else $(CYGPATH_W) '$(srcdir)/segment_reg_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1126-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-segment_reg_t.Tpo $(DEPDIR)/fcml_public_check-segment_reg_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1128-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1129:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-segment_reg_t.obj `if test -f 'segment_reg_t.c'; then $(CYGPATH_W) 'segment_reg_t.c'; else $(CYGPATH_W) '$(srcdir)/segment_reg_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1130- fcml-1.2.2/check/public-tests/Makefile.in-1131-fcml_public_check-chooser_t.o: chooser_t.c fcml-1.2.2/check/public-tests/Makefile.in:1132:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-chooser_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-chooser_t.Tpo -c -o fcml_public_check-chooser_t.o `test -f 'chooser_t.c' || echo '$(srcdir)/'`chooser_t.c fcml-1.2.2/check/public-tests/Makefile.in-1133-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-chooser_t.Tpo $(DEPDIR)/fcml_public_check-chooser_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1135-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1136:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-chooser_t.o `test -f 'chooser_t.c' || echo '$(srcdir)/'`chooser_t.c fcml-1.2.2/check/public-tests/Makefile.in-1137- fcml-1.2.2/check/public-tests/Makefile.in-1138-fcml_public_check-chooser_t.obj: chooser_t.c fcml-1.2.2/check/public-tests/Makefile.in:1139:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-chooser_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-chooser_t.Tpo -c -o fcml_public_check-chooser_t.obj `if test -f 'chooser_t.c'; then $(CYGPATH_W) 'chooser_t.c'; else $(CYGPATH_W) '$(srcdir)/chooser_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1140-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-chooser_t.Tpo $(DEPDIR)/fcml_public_check-chooser_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1142-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1143:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-chooser_t.obj `if test -f 'chooser_t.c'; then $(CYGPATH_W) 'chooser_t.c'; else $(CYGPATH_W) '$(srcdir)/chooser_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1144- fcml-1.2.2/check/public-tests/Makefile.in-1145-fcml_public_check-render_t.o: render_t.c fcml-1.2.2/check/public-tests/Makefile.in:1146:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-render_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-render_t.Tpo -c -o fcml_public_check-render_t.o `test -f 'render_t.c' || echo '$(srcdir)/'`render_t.c fcml-1.2.2/check/public-tests/Makefile.in-1147-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-render_t.Tpo $(DEPDIR)/fcml_public_check-render_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1149-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1150:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-render_t.o `test -f 'render_t.c' || echo '$(srcdir)/'`render_t.c fcml-1.2.2/check/public-tests/Makefile.in-1151- fcml-1.2.2/check/public-tests/Makefile.in-1152-fcml_public_check-render_t.obj: render_t.c fcml-1.2.2/check/public-tests/Makefile.in:1153:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-render_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-render_t.Tpo -c -o fcml_public_check-render_t.obj `if test -f 'render_t.c'; then $(CYGPATH_W) 'render_t.c'; else $(CYGPATH_W) '$(srcdir)/render_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1154-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-render_t.Tpo $(DEPDIR)/fcml_public_check-render_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1156-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1157:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-render_t.obj `if test -f 'render_t.c'; then $(CYGPATH_W) 'render_t.c'; else $(CYGPATH_W) '$(srcdir)/render_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1158- fcml-1.2.2/check/public-tests/Makefile.in-1159-fcml_public_check-disassembler_t.o: disassembler_t.c fcml-1.2.2/check/public-tests/Makefile.in:1160:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-disassembler_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-disassembler_t.Tpo -c -o fcml_public_check-disassembler_t.o `test -f 'disassembler_t.c' || echo '$(srcdir)/'`disassembler_t.c fcml-1.2.2/check/public-tests/Makefile.in-1161-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-disassembler_t.Tpo $(DEPDIR)/fcml_public_check-disassembler_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1163-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1164:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-disassembler_t.o `test -f 'disassembler_t.c' || echo '$(srcdir)/'`disassembler_t.c fcml-1.2.2/check/public-tests/Makefile.in-1165- fcml-1.2.2/check/public-tests/Makefile.in-1166-fcml_public_check-disassembler_t.obj: disassembler_t.c fcml-1.2.2/check/public-tests/Makefile.in:1167:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-disassembler_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-disassembler_t.Tpo -c -o fcml_public_check-disassembler_t.obj `if test -f 'disassembler_t.c'; then $(CYGPATH_W) 'disassembler_t.c'; else $(CYGPATH_W) '$(srcdir)/disassembler_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1168-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-disassembler_t.Tpo $(DEPDIR)/fcml_public_check-disassembler_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1170-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1171:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-disassembler_t.obj `if test -f 'disassembler_t.c'; then $(CYGPATH_W) 'disassembler_t.c'; else $(CYGPATH_W) '$(srcdir)/disassembler_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1172- fcml-1.2.2/check/public-tests/Makefile.in-1173-fcml_public_check-assembler_t.o: assembler_t.c fcml-1.2.2/check/public-tests/Makefile.in:1174:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-assembler_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-assembler_t.Tpo -c -o fcml_public_check-assembler_t.o `test -f 'assembler_t.c' || echo '$(srcdir)/'`assembler_t.c fcml-1.2.2/check/public-tests/Makefile.in-1175-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-assembler_t.Tpo $(DEPDIR)/fcml_public_check-assembler_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1177-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1178:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-assembler_t.o `test -f 'assembler_t.c' || echo '$(srcdir)/'`assembler_t.c fcml-1.2.2/check/public-tests/Makefile.in-1179- fcml-1.2.2/check/public-tests/Makefile.in-1180-fcml_public_check-assembler_t.obj: assembler_t.c fcml-1.2.2/check/public-tests/Makefile.in:1181:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-assembler_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-assembler_t.Tpo -c -o fcml_public_check-assembler_t.obj `if test -f 'assembler_t.c'; then $(CYGPATH_W) 'assembler_t.c'; else $(CYGPATH_W) '$(srcdir)/assembler_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1182-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-assembler_t.Tpo $(DEPDIR)/fcml_public_check-assembler_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1184-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1185:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-assembler_t.obj `if test -f 'assembler_t.c'; then $(CYGPATH_W) 'assembler_t.c'; else $(CYGPATH_W) '$(srcdir)/assembler_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1186- fcml-1.2.2/check/public-tests/Makefile.in-1187-fcml_public_check-general_usage_t.o: general_usage_t.c fcml-1.2.2/check/public-tests/Makefile.in:1188:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-general_usage_t.o -MD -MP -MF $(DEPDIR)/fcml_public_check-general_usage_t.Tpo -c -o fcml_public_check-general_usage_t.o `test -f 'general_usage_t.c' || echo '$(srcdir)/'`general_usage_t.c fcml-1.2.2/check/public-tests/Makefile.in-1189-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-general_usage_t.Tpo $(DEPDIR)/fcml_public_check-general_usage_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1191-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1192:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-general_usage_t.o `test -f 'general_usage_t.c' || echo '$(srcdir)/'`general_usage_t.c fcml-1.2.2/check/public-tests/Makefile.in-1193- fcml-1.2.2/check/public-tests/Makefile.in-1194-fcml_public_check-general_usage_t.obj: general_usage_t.c fcml-1.2.2/check/public-tests/Makefile.in:1195:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_public_check-general_usage_t.obj -MD -MP -MF $(DEPDIR)/fcml_public_check-general_usage_t.Tpo -c -o fcml_public_check-general_usage_t.obj `if test -f 'general_usage_t.c'; then $(CYGPATH_W) 'general_usage_t.c'; else $(CYGPATH_W) '$(srcdir)/general_usage_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1196-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_public_check-general_usage_t.Tpo $(DEPDIR)/fcml_public_check-general_usage_t.Po ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1198-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/public-tests/Makefile.in:1199:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_public_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_public_check-general_usage_t.obj `if test -f 'general_usage_t.c'; then $(CYGPATH_W) 'general_usage_t.c'; else $(CYGPATH_W) '$(srcdir)/general_usage_t.c'; fi` fcml-1.2.2/check/public-tests/Makefile.in-1200- ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1236-GTAGS: fcml-1.2.2/check/public-tests/Makefile.in:1237: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/check/public-tests/Makefile.in-1238- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1279- if test -n "$$redo_bases"; then \ fcml-1.2.2/check/public-tests/Makefile.in:1280: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ fcml-1.2.2/check/public-tests/Makefile.in:1281: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ fcml-1.2.2/check/public-tests/Makefile.in-1282- if $(am__make_dryrun); then :; else \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1304- ws='[ ]'; \ fcml-1.2.2/check/public-tests/Makefile.in:1305: results=`for b in $$bases; do echo $$b.trs; done`; \ fcml-1.2.2/check/public-tests/Makefile.in-1306- test -n "$$results" || results=/dev/null; \ fcml-1.2.2/check/public-tests/Makefile.in:1307: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ fcml-1.2.2/check/public-tests/Makefile.in:1308: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fcml-1.2.2/check/public-tests/Makefile.in:1309: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ fcml-1.2.2/check/public-tests/Makefile.in:1310: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ fcml-1.2.2/check/public-tests/Makefile.in:1311: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ fcml-1.2.2/check/public-tests/Makefile.in:1312: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ fcml-1.2.2/check/public-tests/Makefile.in:1313: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ fcml-1.2.2/check/public-tests/Makefile.in:1314: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ fcml-1.2.2/check/public-tests/Makefile.in-1315- success=true; \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1383- @set +e; $(am__set_TESTS_bases); \ fcml-1.2.2/check/public-tests/Makefile.in:1384: log_list=`for i in $$bases; do echo $$i.log; done`; \ fcml-1.2.2/check/public-tests/Makefile.in:1385: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ fcml-1.2.2/check/public-tests/Makefile.in:1386: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ fcml-1.2.2/check/public-tests/Makefile.in-1387- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1393- | $(am__list_recheck_tests)` || exit 1; \ fcml-1.2.2/check/public-tests/Makefile.in:1394: log_list=`for i in $$bases; do echo $$i.log; done`; \ fcml-1.2.2/check/public-tests/Makefile.in:1395: log_list=`echo $$log_list`; \ fcml-1.2.2/check/public-tests/Makefile.in-1396- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1422-distdir: $(DISTFILES) fcml-1.2.2/check/public-tests/Makefile.in:1423: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/public-tests/Makefile.in:1424: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/public-tests/Makefile.in-1425- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/check/public-tests/Makefile.in-1436- if test -d $$d/$$file; then \ fcml-1.2.2/check/public-tests/Makefile.in:1437: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/check/public-tests/Makefile.in-1438- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/check/stf/Makefile.in-50- { \ fcml-1.2.2/check/stf/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/check/stf/Makefile.in-52- }; \ ############################################## fcml-1.2.2/check/stf/Makefile.in-373-.c.obj: fcml-1.2.2/check/stf/Makefile.in:374:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/stf/Makefile.in-375-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/check/stf/Makefile.in-377-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/stf/Makefile.in:378:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/stf/Makefile.in-379- ############################################## fcml-1.2.2/check/stf/Makefile.in-387-libstf_la-fcml_stf.lo: fcml_stf.c fcml-1.2.2/check/stf/Makefile.in:388:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libstf_la-fcml_stf.lo -MD -MP -MF $(DEPDIR)/libstf_la-fcml_stf.Tpo -c -o libstf_la-fcml_stf.lo `test -f 'fcml_stf.c' || echo '$(srcdir)/'`fcml_stf.c fcml-1.2.2/check/stf/Makefile.in-389-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libstf_la-fcml_stf.Tpo $(DEPDIR)/libstf_la-fcml_stf.Plo ############################################## fcml-1.2.2/check/stf/Makefile.in-391-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/stf/Makefile.in:392:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libstf_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libstf_la-fcml_stf.lo `test -f 'fcml_stf.c' || echo '$(srcdir)/'`fcml_stf.c fcml-1.2.2/check/stf/Makefile.in-393- ############################################## fcml-1.2.2/check/stf/Makefile.in-429-GTAGS: fcml-1.2.2/check/stf/Makefile.in:430: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/check/stf/Makefile.in-431- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/check/stf/Makefile.in-452-distdir: $(DISTFILES) fcml-1.2.2/check/stf/Makefile.in:453: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/stf/Makefile.in:454: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/stf/Makefile.in-455- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/check/stf/Makefile.in-466- if test -d $$d/$$file; then \ fcml-1.2.2/check/stf/Makefile.in:467: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/check/stf/Makefile.in-468- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-50- { \ fcml-1.2.2/check/internal-tests/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/check/internal-tests/Makefile.in-52- }; \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-209-} fcml-1.2.2/check/internal-tests/Makefile.in:210:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; fcml-1.2.2/check/internal-tests/Makefile.in-211-am__vpath_adj = case $$p in \ fcml-1.2.2/check/internal-tests/Makefile.in:212: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ fcml-1.2.2/check/internal-tests/Makefile.in-213- *) f=$$p;; \ fcml-1.2.2/check/internal-tests/Makefile.in-214- esac; fcml-1.2.2/check/internal-tests/Makefile.in:215:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; fcml-1.2.2/check/internal-tests/Makefile.in-216-am__install_max = 40 fcml-1.2.2/check/internal-tests/Makefile.in-217-am__nobase_strip_setup = \ fcml-1.2.2/check/internal-tests/Makefile.in:218: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` fcml-1.2.2/check/internal-tests/Makefile.in-219-am__nobase_strip = \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-337-case "$@" in \ fcml-1.2.2/check/internal-tests/Makefile.in:338: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ fcml-1.2.2/check/internal-tests/Makefile.in-339- *) am__odir=.;; \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-367- bases='$(TEST_LOGS)'; \ fcml-1.2.2/check/internal-tests/Makefile.in:368: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ fcml-1.2.2/check/internal-tests/Makefile.in:369: bases=`echo $$bases` fcml-1.2.2/check/internal-tests/Makefile.in-370-RECHECK_LOGS = $(TEST_LOGS) ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-381- */*) b='$*';; \ fcml-1.2.2/check/internal-tests/Makefile.in:382: *) b=`echo '$@' | sed 's/\.log$$//'`; \ fcml-1.2.2/check/internal-tests/Makefile.in-383- esac;; \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-596- test -n "$(EXEEXT)" || exit 0; \ fcml-1.2.2/check/internal-tests/Makefile.in:597: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ fcml-1.2.2/check/internal-tests/Makefile.in-598- echo " rm -f" $$list; \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-633-.c.obj: fcml-1.2.2/check/internal-tests/Makefile.in:634:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/internal-tests/Makefile.in-635-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-637-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:638:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/check/internal-tests/Makefile.in-639- ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-647-fcml_internal_check-main.o: main.c fcml-1.2.2/check/internal-tests/Makefile.in:648:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-main.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-main.Tpo -c -o fcml_internal_check-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/check/internal-tests/Makefile.in-649-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-main.Tpo $(DEPDIR)/fcml_internal_check-main.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-651-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:652:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/check/internal-tests/Makefile.in-653- fcml-1.2.2/check/internal-tests/Makefile.in-654-fcml_internal_check-main.obj: main.c fcml-1.2.2/check/internal-tests/Makefile.in:655:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-main.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-main.Tpo -c -o fcml_internal_check-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-656-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-main.Tpo $(DEPDIR)/fcml_internal_check-main.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-658-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:659:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-660- fcml-1.2.2/check/internal-tests/Makefile.in-661-fcml_internal_check-coll_t.o: coll_t.c fcml-1.2.2/check/internal-tests/Makefile.in:662:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-coll_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-coll_t.Tpo -c -o fcml_internal_check-coll_t.o `test -f 'coll_t.c' || echo '$(srcdir)/'`coll_t.c fcml-1.2.2/check/internal-tests/Makefile.in-663-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-coll_t.Tpo $(DEPDIR)/fcml_internal_check-coll_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-665-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:666:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-coll_t.o `test -f 'coll_t.c' || echo '$(srcdir)/'`coll_t.c fcml-1.2.2/check/internal-tests/Makefile.in-667- fcml-1.2.2/check/internal-tests/Makefile.in-668-fcml_internal_check-coll_t.obj: coll_t.c fcml-1.2.2/check/internal-tests/Makefile.in:669:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-coll_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-coll_t.Tpo -c -o fcml_internal_check-coll_t.obj `if test -f 'coll_t.c'; then $(CYGPATH_W) 'coll_t.c'; else $(CYGPATH_W) '$(srcdir)/coll_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-670-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-coll_t.Tpo $(DEPDIR)/fcml_internal_check-coll_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-672-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:673:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-coll_t.obj `if test -f 'coll_t.c'; then $(CYGPATH_W) 'coll_t.c'; else $(CYGPATH_W) '$(srcdir)/coll_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-674- fcml-1.2.2/check/internal-tests/Makefile.in-675-fcml_internal_check-gas_parser_t.o: gas_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in:676:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-gas_parser_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-gas_parser_t.Tpo -c -o fcml_internal_check-gas_parser_t.o `test -f 'gas_parser_t.c' || echo '$(srcdir)/'`gas_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in-677-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-gas_parser_t.Tpo $(DEPDIR)/fcml_internal_check-gas_parser_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-679-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:680:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-gas_parser_t.o `test -f 'gas_parser_t.c' || echo '$(srcdir)/'`gas_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in-681- fcml-1.2.2/check/internal-tests/Makefile.in-682-fcml_internal_check-gas_parser_t.obj: gas_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in:683:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-gas_parser_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-gas_parser_t.Tpo -c -o fcml_internal_check-gas_parser_t.obj `if test -f 'gas_parser_t.c'; then $(CYGPATH_W) 'gas_parser_t.c'; else $(CYGPATH_W) '$(srcdir)/gas_parser_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-684-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-gas_parser_t.Tpo $(DEPDIR)/fcml_internal_check-gas_parser_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-686-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:687:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-gas_parser_t.obj `if test -f 'gas_parser_t.c'; then $(CYGPATH_W) 'gas_parser_t.c'; else $(CYGPATH_W) '$(srcdir)/gas_parser_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-688- fcml-1.2.2/check/internal-tests/Makefile.in-689-fcml_internal_check-intel_parser_t.o: intel_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in:690:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-intel_parser_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-intel_parser_t.Tpo -c -o fcml_internal_check-intel_parser_t.o `test -f 'intel_parser_t.c' || echo '$(srcdir)/'`intel_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in-691-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-intel_parser_t.Tpo $(DEPDIR)/fcml_internal_check-intel_parser_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-693-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:694:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-intel_parser_t.o `test -f 'intel_parser_t.c' || echo '$(srcdir)/'`intel_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in-695- fcml-1.2.2/check/internal-tests/Makefile.in-696-fcml_internal_check-intel_parser_t.obj: intel_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in:697:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-intel_parser_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-intel_parser_t.Tpo -c -o fcml_internal_check-intel_parser_t.obj `if test -f 'intel_parser_t.c'; then $(CYGPATH_W) 'intel_parser_t.c'; else $(CYGPATH_W) '$(srcdir)/intel_parser_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-698-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-intel_parser_t.Tpo $(DEPDIR)/fcml_internal_check-intel_parser_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-700-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:701:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-intel_parser_t.obj `if test -f 'intel_parser_t.c'; then $(CYGPATH_W) 'intel_parser_t.c'; else $(CYGPATH_W) '$(srcdir)/intel_parser_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-702- fcml-1.2.2/check/internal-tests/Makefile.in-703-fcml_internal_check-mnemonic_parser_t.o: mnemonic_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in:704:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-mnemonic_parser_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-mnemonic_parser_t.Tpo -c -o fcml_internal_check-mnemonic_parser_t.o `test -f 'mnemonic_parser_t.c' || echo '$(srcdir)/'`mnemonic_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in-705-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-mnemonic_parser_t.Tpo $(DEPDIR)/fcml_internal_check-mnemonic_parser_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:708:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-mnemonic_parser_t.o `test -f 'mnemonic_parser_t.c' || echo '$(srcdir)/'`mnemonic_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in-709- fcml-1.2.2/check/internal-tests/Makefile.in-710-fcml_internal_check-mnemonic_parser_t.obj: mnemonic_parser_t.c fcml-1.2.2/check/internal-tests/Makefile.in:711:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-mnemonic_parser_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-mnemonic_parser_t.Tpo -c -o fcml_internal_check-mnemonic_parser_t.obj `if test -f 'mnemonic_parser_t.c'; then $(CYGPATH_W) 'mnemonic_parser_t.c'; else $(CYGPATH_W) '$(srcdir)/mnemonic_parser_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-712-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-mnemonic_parser_t.Tpo $(DEPDIR)/fcml_internal_check-mnemonic_parser_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-714-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:715:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-mnemonic_parser_t.obj `if test -f 'mnemonic_parser_t.c'; then $(CYGPATH_W) 'mnemonic_parser_t.c'; else $(CYGPATH_W) '$(srcdir)/mnemonic_parser_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-716- fcml-1.2.2/check/internal-tests/Makefile.in-717-fcml_internal_check-modrm_decoder_t.o: modrm_decoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in:718:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-modrm_decoder_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-modrm_decoder_t.Tpo -c -o fcml_internal_check-modrm_decoder_t.o `test -f 'modrm_decoder_t.c' || echo '$(srcdir)/'`modrm_decoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in-719-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-modrm_decoder_t.Tpo $(DEPDIR)/fcml_internal_check-modrm_decoder_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:722:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-modrm_decoder_t.o `test -f 'modrm_decoder_t.c' || echo '$(srcdir)/'`modrm_decoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in-723- fcml-1.2.2/check/internal-tests/Makefile.in-724-fcml_internal_check-modrm_decoder_t.obj: modrm_decoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in:725:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-modrm_decoder_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-modrm_decoder_t.Tpo -c -o fcml_internal_check-modrm_decoder_t.obj `if test -f 'modrm_decoder_t.c'; then $(CYGPATH_W) 'modrm_decoder_t.c'; else $(CYGPATH_W) '$(srcdir)/modrm_decoder_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-726-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-modrm_decoder_t.Tpo $(DEPDIR)/fcml_internal_check-modrm_decoder_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:729:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-modrm_decoder_t.obj `if test -f 'modrm_decoder_t.c'; then $(CYGPATH_W) 'modrm_decoder_t.c'; else $(CYGPATH_W) '$(srcdir)/modrm_decoder_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-730- fcml-1.2.2/check/internal-tests/Makefile.in-731-fcml_internal_check-modrm_encoder_t.o: modrm_encoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in:732:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-modrm_encoder_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-modrm_encoder_t.Tpo -c -o fcml_internal_check-modrm_encoder_t.o `test -f 'modrm_encoder_t.c' || echo '$(srcdir)/'`modrm_encoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in-733-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-modrm_encoder_t.Tpo $(DEPDIR)/fcml_internal_check-modrm_encoder_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:736:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-modrm_encoder_t.o `test -f 'modrm_encoder_t.c' || echo '$(srcdir)/'`modrm_encoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in-737- fcml-1.2.2/check/internal-tests/Makefile.in-738-fcml_internal_check-modrm_encoder_t.obj: modrm_encoder_t.c fcml-1.2.2/check/internal-tests/Makefile.in:739:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-modrm_encoder_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-modrm_encoder_t.Tpo -c -o fcml_internal_check-modrm_encoder_t.obj `if test -f 'modrm_encoder_t.c'; then $(CYGPATH_W) 'modrm_encoder_t.c'; else $(CYGPATH_W) '$(srcdir)/modrm_encoder_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-740-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-modrm_encoder_t.Tpo $(DEPDIR)/fcml_internal_check-modrm_encoder_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-742-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:743:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-modrm_encoder_t.obj `if test -f 'modrm_encoder_t.c'; then $(CYGPATH_W) 'modrm_encoder_t.c'; else $(CYGPATH_W) '$(srcdir)/modrm_encoder_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-744- fcml-1.2.2/check/internal-tests/Makefile.in-745-fcml_internal_check-stream_t.o: stream_t.c fcml-1.2.2/check/internal-tests/Makefile.in:746:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-stream_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-stream_t.Tpo -c -o fcml_internal_check-stream_t.o `test -f 'stream_t.c' || echo '$(srcdir)/'`stream_t.c fcml-1.2.2/check/internal-tests/Makefile.in-747-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-stream_t.Tpo $(DEPDIR)/fcml_internal_check-stream_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-749-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:750:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-stream_t.o `test -f 'stream_t.c' || echo '$(srcdir)/'`stream_t.c fcml-1.2.2/check/internal-tests/Makefile.in-751- fcml-1.2.2/check/internal-tests/Makefile.in-752-fcml_internal_check-stream_t.obj: stream_t.c fcml-1.2.2/check/internal-tests/Makefile.in:753:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-stream_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-stream_t.Tpo -c -o fcml_internal_check-stream_t.obj `if test -f 'stream_t.c'; then $(CYGPATH_W) 'stream_t.c'; else $(CYGPATH_W) '$(srcdir)/stream_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-754-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-stream_t.Tpo $(DEPDIR)/fcml_internal_check-stream_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:757:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-stream_t.obj `if test -f 'stream_t.c'; then $(CYGPATH_W) 'stream_t.c'; else $(CYGPATH_W) '$(srcdir)/stream_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-758- fcml-1.2.2/check/internal-tests/Makefile.in-759-fcml_internal_check-utils_t.o: utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in:760:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-utils_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-utils_t.Tpo -c -o fcml_internal_check-utils_t.o `test -f 'utils_t.c' || echo '$(srcdir)/'`utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in-761-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-utils_t.Tpo $(DEPDIR)/fcml_internal_check-utils_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-763-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:764:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-utils_t.o `test -f 'utils_t.c' || echo '$(srcdir)/'`utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in-765- fcml-1.2.2/check/internal-tests/Makefile.in-766-fcml_internal_check-utils_t.obj: utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in:767:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-utils_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-utils_t.Tpo -c -o fcml_internal_check-utils_t.obj `if test -f 'utils_t.c'; then $(CYGPATH_W) 'utils_t.c'; else $(CYGPATH_W) '$(srcdir)/utils_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-768-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-utils_t.Tpo $(DEPDIR)/fcml_internal_check-utils_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-770-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:771:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-utils_t.obj `if test -f 'utils_t.c'; then $(CYGPATH_W) 'utils_t.c'; else $(CYGPATH_W) '$(srcdir)/utils_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-772- fcml-1.2.2/check/internal-tests/Makefile.in-773-fcml_internal_check-lag_assembler_t.o: lag_assembler_t.c fcml-1.2.2/check/internal-tests/Makefile.in:774:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-lag_assembler_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-lag_assembler_t.Tpo -c -o fcml_internal_check-lag_assembler_t.o `test -f 'lag_assembler_t.c' || echo '$(srcdir)/'`lag_assembler_t.c fcml-1.2.2/check/internal-tests/Makefile.in-775-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-lag_assembler_t.Tpo $(DEPDIR)/fcml_internal_check-lag_assembler_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-777-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:778:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-lag_assembler_t.o `test -f 'lag_assembler_t.c' || echo '$(srcdir)/'`lag_assembler_t.c fcml-1.2.2/check/internal-tests/Makefile.in-779- fcml-1.2.2/check/internal-tests/Makefile.in-780-fcml_internal_check-lag_assembler_t.obj: lag_assembler_t.c fcml-1.2.2/check/internal-tests/Makefile.in:781:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-lag_assembler_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-lag_assembler_t.Tpo -c -o fcml_internal_check-lag_assembler_t.obj `if test -f 'lag_assembler_t.c'; then $(CYGPATH_W) 'lag_assembler_t.c'; else $(CYGPATH_W) '$(srcdir)/lag_assembler_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-782-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-lag_assembler_t.Tpo $(DEPDIR)/fcml_internal_check-lag_assembler_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-784-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:785:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-lag_assembler_t.obj `if test -f 'lag_assembler_t.c'; then $(CYGPATH_W) 'lag_assembler_t.c'; else $(CYGPATH_W) '$(srcdir)/lag_assembler_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-786- fcml-1.2.2/check/internal-tests/Makefile.in-787-fcml_internal_check-env_t.o: env_t.c fcml-1.2.2/check/internal-tests/Makefile.in:788:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-env_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-env_t.Tpo -c -o fcml_internal_check-env_t.o `test -f 'env_t.c' || echo '$(srcdir)/'`env_t.c fcml-1.2.2/check/internal-tests/Makefile.in-789-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-env_t.Tpo $(DEPDIR)/fcml_internal_check-env_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-791-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:792:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-env_t.o `test -f 'env_t.c' || echo '$(srcdir)/'`env_t.c fcml-1.2.2/check/internal-tests/Makefile.in-793- fcml-1.2.2/check/internal-tests/Makefile.in-794-fcml_internal_check-env_t.obj: env_t.c fcml-1.2.2/check/internal-tests/Makefile.in:795:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-env_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-env_t.Tpo -c -o fcml_internal_check-env_t.obj `if test -f 'env_t.c'; then $(CYGPATH_W) 'env_t.c'; else $(CYGPATH_W) '$(srcdir)/env_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-796-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-env_t.Tpo $(DEPDIR)/fcml_internal_check-env_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-798-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:799:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-env_t.obj `if test -f 'env_t.c'; then $(CYGPATH_W) 'env_t.c'; else $(CYGPATH_W) '$(srcdir)/env_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-800- fcml-1.2.2/check/internal-tests/Makefile.in-801-fcml_internal_check-ceh_t.o: ceh_t.c fcml-1.2.2/check/internal-tests/Makefile.in:802:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-ceh_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-ceh_t.Tpo -c -o fcml_internal_check-ceh_t.o `test -f 'ceh_t.c' || echo '$(srcdir)/'`ceh_t.c fcml-1.2.2/check/internal-tests/Makefile.in-803-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-ceh_t.Tpo $(DEPDIR)/fcml_internal_check-ceh_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-805-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:806:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-ceh_t.o `test -f 'ceh_t.c' || echo '$(srcdir)/'`ceh_t.c fcml-1.2.2/check/internal-tests/Makefile.in-807- fcml-1.2.2/check/internal-tests/Makefile.in-808-fcml_internal_check-ceh_t.obj: ceh_t.c fcml-1.2.2/check/internal-tests/Makefile.in:809:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-ceh_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-ceh_t.Tpo -c -o fcml_internal_check-ceh_t.obj `if test -f 'ceh_t.c'; then $(CYGPATH_W) 'ceh_t.c'; else $(CYGPATH_W) '$(srcdir)/ceh_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-810-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-ceh_t.Tpo $(DEPDIR)/fcml_internal_check-ceh_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-812-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:813:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-ceh_t.obj `if test -f 'ceh_t.c'; then $(CYGPATH_W) 'ceh_t.c'; else $(CYGPATH_W) '$(srcdir)/ceh_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-814- fcml-1.2.2/check/internal-tests/Makefile.in-815-fcml_internal_check-common_utils_t.o: common_utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in:816:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-common_utils_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-common_utils_t.Tpo -c -o fcml_internal_check-common_utils_t.o `test -f 'common_utils_t.c' || echo '$(srcdir)/'`common_utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in-817-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-common_utils_t.Tpo $(DEPDIR)/fcml_internal_check-common_utils_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-819-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:820:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-common_utils_t.o `test -f 'common_utils_t.c' || echo '$(srcdir)/'`common_utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in-821- fcml-1.2.2/check/internal-tests/Makefile.in-822-fcml_internal_check-common_utils_t.obj: common_utils_t.c fcml-1.2.2/check/internal-tests/Makefile.in:823:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-common_utils_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-common_utils_t.Tpo -c -o fcml_internal_check-common_utils_t.obj `if test -f 'common_utils_t.c'; then $(CYGPATH_W) 'common_utils_t.c'; else $(CYGPATH_W) '$(srcdir)/common_utils_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-824-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-common_utils_t.Tpo $(DEPDIR)/fcml_internal_check-common_utils_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-826-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:827:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-common_utils_t.obj `if test -f 'common_utils_t.c'; then $(CYGPATH_W) 'common_utils_t.c'; else $(CYGPATH_W) '$(srcdir)/common_utils_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-828- fcml-1.2.2/check/internal-tests/Makefile.in-829-fcml_internal_check-symbols_t.o: symbols_t.c fcml-1.2.2/check/internal-tests/Makefile.in:830:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-symbols_t.o -MD -MP -MF $(DEPDIR)/fcml_internal_check-symbols_t.Tpo -c -o fcml_internal_check-symbols_t.o `test -f 'symbols_t.c' || echo '$(srcdir)/'`symbols_t.c fcml-1.2.2/check/internal-tests/Makefile.in-831-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-symbols_t.Tpo $(DEPDIR)/fcml_internal_check-symbols_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-833-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:834:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-symbols_t.o `test -f 'symbols_t.c' || echo '$(srcdir)/'`symbols_t.c fcml-1.2.2/check/internal-tests/Makefile.in-835- fcml-1.2.2/check/internal-tests/Makefile.in-836-fcml_internal_check-symbols_t.obj: symbols_t.c fcml-1.2.2/check/internal-tests/Makefile.in:837:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_internal_check-symbols_t.obj -MD -MP -MF $(DEPDIR)/fcml_internal_check-symbols_t.Tpo -c -o fcml_internal_check-symbols_t.obj `if test -f 'symbols_t.c'; then $(CYGPATH_W) 'symbols_t.c'; else $(CYGPATH_W) '$(srcdir)/symbols_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-838-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_internal_check-symbols_t.Tpo $(DEPDIR)/fcml_internal_check-symbols_t.Po ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-840-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/check/internal-tests/Makefile.in:841:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_internal_check_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_internal_check-symbols_t.obj `if test -f 'symbols_t.c'; then $(CYGPATH_W) 'symbols_t.c'; else $(CYGPATH_W) '$(srcdir)/symbols_t.c'; fi` fcml-1.2.2/check/internal-tests/Makefile.in-842- ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-878-GTAGS: fcml-1.2.2/check/internal-tests/Makefile.in:879: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/check/internal-tests/Makefile.in-880- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-921- if test -n "$$redo_bases"; then \ fcml-1.2.2/check/internal-tests/Makefile.in:922: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ fcml-1.2.2/check/internal-tests/Makefile.in:923: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ fcml-1.2.2/check/internal-tests/Makefile.in-924- if $(am__make_dryrun); then :; else \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-946- ws='[ ]'; \ fcml-1.2.2/check/internal-tests/Makefile.in:947: results=`for b in $$bases; do echo $$b.trs; done`; \ fcml-1.2.2/check/internal-tests/Makefile.in-948- test -n "$$results" || results=/dev/null; \ fcml-1.2.2/check/internal-tests/Makefile.in:949: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ fcml-1.2.2/check/internal-tests/Makefile.in:950: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fcml-1.2.2/check/internal-tests/Makefile.in:951: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ fcml-1.2.2/check/internal-tests/Makefile.in:952: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ fcml-1.2.2/check/internal-tests/Makefile.in:953: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ fcml-1.2.2/check/internal-tests/Makefile.in:954: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ fcml-1.2.2/check/internal-tests/Makefile.in:955: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ fcml-1.2.2/check/internal-tests/Makefile.in:956: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ fcml-1.2.2/check/internal-tests/Makefile.in-957- success=true; \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-1025- @set +e; $(am__set_TESTS_bases); \ fcml-1.2.2/check/internal-tests/Makefile.in:1026: log_list=`for i in $$bases; do echo $$i.log; done`; \ fcml-1.2.2/check/internal-tests/Makefile.in:1027: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ fcml-1.2.2/check/internal-tests/Makefile.in:1028: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ fcml-1.2.2/check/internal-tests/Makefile.in-1029- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-1035- | $(am__list_recheck_tests)` || exit 1; \ fcml-1.2.2/check/internal-tests/Makefile.in:1036: log_list=`for i in $$bases; do echo $$i.log; done`; \ fcml-1.2.2/check/internal-tests/Makefile.in:1037: log_list=`echo $$log_list`; \ fcml-1.2.2/check/internal-tests/Makefile.in-1038- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-1064-distdir: $(DISTFILES) fcml-1.2.2/check/internal-tests/Makefile.in:1065: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/internal-tests/Makefile.in:1066: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/check/internal-tests/Makefile.in-1067- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/check/internal-tests/Makefile.in-1078- if test -d $$d/$$file; then \ fcml-1.2.2/check/internal-tests/Makefile.in:1079: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/check/internal-tests/Makefile.in-1080- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/config.guess-34- fcml-1.2.2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` fcml-1.2.2/config.guess-36- ############################################## fcml-1.2.2/config.guess-102-: ${TMPDIR=/tmp} ; fcml-1.2.2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || fcml-1.2.2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## fcml-1.2.2/config.guess-151- EOF fcml-1.2.2/config.guess:152: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" fcml-1.2.2/config.guess-153- ############################################## fcml-1.2.2/config.guess-188- earmv*) fcml-1.2.2/config.guess:189: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` fcml-1.2.2/config.guess:190: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` fcml-1.2.2/config.guess-191- machine="${arch}${endian}"-unknown ############################################## fcml-1.2.2/config.guess-220- expr='s/^earmv[0-9]/-eabi/;s/eb$//' fcml-1.2.2/config.guess:221: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` fcml-1.2.2/config.guess-222- ;; ############################################## fcml-1.2.2/config.guess-233- *) fcml-1.2.2/config.guess:234: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` fcml-1.2.2/config.guess-235- ;; ############################################## fcml-1.2.2/config.guess-280- *4.0) fcml-1.2.2/config.guess:281: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` fcml-1.2.2/config.guess-282- ;; fcml-1.2.2/config.guess-283- *5.*) fcml-1.2.2/config.guess:284: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` fcml-1.2.2/config.guess-285- ;; ############################################## fcml-1.2.2/config.guess-290- # types through head -n 1, so we only detect the type of CPU 0. fcml-1.2.2/config.guess:291: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` fcml-1.2.2/config.guess-292- case "$ALPHA_CPU_TYPE" in ############################################## fcml-1.2.2/config.guess-328- # 1.2 uses "1.2" for uname -r. fcml-1.2.2/config.guess:329: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" fcml-1.2.2/config.guess-330- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## fcml-1.2.2/config.guess-379- s390x:SunOS:*:*) fcml-1.2.2/config.guess:380: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" fcml-1.2.2/config.guess-381- exit ;; fcml-1.2.2/config.guess-382- sun4H:SunOS:5.*:*) fcml-1.2.2/config.guess:383: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" fcml-1.2.2/config.guess-384- exit ;; fcml-1.2.2/config.guess-385- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) fcml-1.2.2/config.guess:386: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" fcml-1.2.2/config.guess-387- exit ;; ############################################## fcml-1.2.2/config.guess-404- fi fcml-1.2.2/config.guess:405: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" fcml-1.2.2/config.guess-406- exit ;; ############################################## fcml-1.2.2/config.guess-410- # it's likely to be more like Solaris than SunOS4. fcml-1.2.2/config.guess:411: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" fcml-1.2.2/config.guess-412- exit ;; ############################################## fcml-1.2.2/config.guess-419- # Japanese Language versions have a version number like `4.1.3-JL'. fcml-1.2.2/config.guess:420: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" fcml-1.2.2/config.guess-421- exit ;; ############################################## fcml-1.2.2/config.guess-425- sun*:*:4.2BSD:*) fcml-1.2.2/config.guess:426: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` fcml-1.2.2/config.guess-427- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## fcml-1.2.2/config.guess-507- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && fcml-1.2.2/config.guess:508: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && fcml-1.2.2/config.guess:509: SYSTEM_NAME=`"$dummy" "$dummyarg"` && fcml-1.2.2/config.guess-510- { echo "$SYSTEM_NAME"; exit; } ############################################## fcml-1.2.2/config.guess-563- *:IRIX*:*:*) fcml-1.2.2/config.guess:564: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" fcml-1.2.2/config.guess-565- exit ;; ############################################## fcml-1.2.2/config.guess-593-EOF fcml-1.2.2/config.guess:594: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` fcml-1.2.2/config.guess-595- then ############################################## fcml-1.2.2/config.guess-606- *:AIX:*:[4567]) fcml-1.2.2/config.guess:607: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` fcml-1.2.2/config.guess-608- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## fcml-1.2.2/config.guess-642- 9000/[34678]??:HP-UX:*:*) fcml-1.2.2/config.guess:643: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` fcml-1.2.2/config.guess-644- case "$UNAME_MACHINE" in ############################################## fcml-1.2.2/config.guess-696-EOF fcml-1.2.2/config.guess:697: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` fcml-1.2.2/config.guess-698- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## fcml-1.2.2/config.guess-724- ia64:HP-UX:*:*) fcml-1.2.2/config.guess:725: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` fcml-1.2.2/config.guess-726- echo ia64-hp-hpux"$HPUX_REV" ############################################## fcml-1.2.2/config.guess-754-EOF fcml-1.2.2/config.guess:755: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && fcml-1.2.2/config.guess-756- { echo "$SYSTEM_NAME"; exit; } ############################################## fcml-1.2.2/config.guess-825- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` fcml-1.2.2/config.guess:826: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` fcml-1.2.2/config.guess-827- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## fcml-1.2.2/config.guess-830- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` fcml-1.2.2/config.guess:831: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` fcml-1.2.2/config.guess-832- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## fcml-1.2.2/config.guess-850- esac fcml-1.2.2/config.guess:851: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" fcml-1.2.2/config.guess-852- exit ;; ############################################## fcml-1.2.2/config.guess-886- prep*:SunOS:5.*:*) fcml-1.2.2/config.guess:887: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" fcml-1.2.2/config.guess-888- exit ;; ############################################## fcml-1.2.2/config.guess-890- # the GNU system fcml-1.2.2/config.guess:891: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" fcml-1.2.2/config.guess-892- exit ;; ############################################## fcml-1.2.2/config.guess-894- # other systems with GNU libc and userland fcml-1.2.2/config.guess:895: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" fcml-1.2.2/config.guess-896- exit ;; ############################################## fcml-1.2.2/config.guess-988-EOF fcml-1.2.2/config.guess:989: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" fcml-1.2.2/config.guess-990- test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ############################################## fcml-1.2.2/config.guess-1092- i*86:*:4.*:*) fcml-1.2.2/config.guess:1093: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` fcml-1.2.2/config.guess-1094- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## fcml-1.2.2/config.guess-1295- fi fcml-1.2.2/config.guess:1296: if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then fcml-1.2.2/config.guess-1297- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## fcml-1.2.2/config.guess-1393- *:DragonFly:*:*) fcml-1.2.2/config.guess:1394: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" fcml-1.2.2/config.guess-1395- exit ;; ############################################## fcml-1.2.2/config.guess-1406- i*86:skyos:*:*) fcml-1.2.2/config.guess:1407: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" fcml-1.2.2/config.guess-1408- exit ;; ############################################## fcml-1.2.2/depcomp-64- case $1 in fcml-1.2.2/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; fcml-1.2.2/depcomp-66- *) dir=;; ############################################## fcml-1.2.2/depcomp-73-{ fcml-1.2.2/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` fcml-1.2.2/depcomp-75-} ############################################## fcml-1.2.2/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} fcml-1.2.2/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} fcml-1.2.2/depcomp-128- ############################################## fcml-1.2.2/depcomp-405- sleep 1 fcml-1.2.2/depcomp:406: i=`expr $i - 1` fcml-1.2.2/depcomp-407- done fcml-1.2.2/depcomp-408- fi fcml-1.2.2/depcomp:409: i=`expr $i - 1` fcml-1.2.2/depcomp-410- done ############################################## fcml-1.2.2/depcomp-425- # Do two passes, one to just change these to fcml-1.2.2/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. fcml-1.2.2/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## fcml-1.2.2/depcomp-659- done fcml-1.2.2/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` fcml-1.2.2/depcomp-661- touch "$tmpdepfile" ############################################## fcml-1.2.2/docs/doxygen/Makefile.in-50- { \ fcml-1.2.2/docs/doxygen/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/docs/doxygen/Makefile.in-52- }; \ ############################################## fcml-1.2.2/docs/doxygen/Makefile.in-122- esac fcml-1.2.2/docs/doxygen/Makefile.in:123:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; fcml-1.2.2/docs/doxygen/Makefile.in-124-am__vpath_adj = case $$p in \ fcml-1.2.2/docs/doxygen/Makefile.in:125: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ fcml-1.2.2/docs/doxygen/Makefile.in-126- *) f=$$p;; \ fcml-1.2.2/docs/doxygen/Makefile.in-127- esac; fcml-1.2.2/docs/doxygen/Makefile.in:128:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; fcml-1.2.2/docs/doxygen/Makefile.in-129-am__install_max = 40 fcml-1.2.2/docs/doxygen/Makefile.in-130-am__nobase_strip_setup = \ fcml-1.2.2/docs/doxygen/Makefile.in:131: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` fcml-1.2.2/docs/doxygen/Makefile.in-132-am__nobase_strip = \ ############################################## fcml-1.2.2/docs/doxygen/Makefile.in-345- @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ fcml-1.2.2/docs/doxygen/Makefile.in:346: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ fcml-1.2.2/docs/doxygen/Makefile.in-347- dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) ############################################## fcml-1.2.2/docs/doxygen/Makefile.in-355-distdir: $(DISTFILES) fcml-1.2.2/docs/doxygen/Makefile.in:356: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/docs/doxygen/Makefile.in:357: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/docs/doxygen/Makefile.in-358- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/docs/doxygen/Makefile.in-369- if test -d $$d/$$file; then \ fcml-1.2.2/docs/doxygen/Makefile.in:370: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/docs/doxygen/Makefile.in-371- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/config.sub-52- fcml-1.2.2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` fcml-1.2.2/config.sub-54- ############################################## fcml-1.2.2/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. fcml-1.2.2/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` fcml-1.2.2/config.sub-116-case $maybe_os in ############################################## fcml-1.2.2/config.sub-122- os=-$maybe_os fcml-1.2.2/config.sub:123: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` fcml-1.2.2/config.sub-124- ;; ############################################## fcml-1.2.2/config.sub-126- os=-linux-android fcml-1.2.2/config.sub:127: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown fcml-1.2.2/config.sub-128- ;; fcml-1.2.2/config.sub-129- *) fcml-1.2.2/config.sub:130: basic_machine=`echo "$1" | sed 's/-[^-]*$//'` fcml-1.2.2/config.sub-131- if [ "$basic_machine" != "$1" ] fcml-1.2.2/config.sub:132: then os=`echo "$1" | sed 's/.*-/-/'` fcml-1.2.2/config.sub-133- else os=; fi ############################################## fcml-1.2.2/config.sub-180- os=-sco5v6 fcml-1.2.2/config.sub:181: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-182- ;; ############################################## fcml-1.2.2/config.sub-184- os=-sco3.2v5 fcml-1.2.2/config.sub:185: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-186- ;; ############################################## fcml-1.2.2/config.sub-188- os=-sco3.2v4 fcml-1.2.2/config.sub:189: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-190- ;; fcml-1.2.2/config.sub-191- -sco3.2.[4-9]*) fcml-1.2.2/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` fcml-1.2.2/config.sub:193: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-194- ;; ############################################## fcml-1.2.2/config.sub-196- # Don't forget version if it is 3.2v4 or newer. fcml-1.2.2/config.sub:197: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-198- ;; ############################################## fcml-1.2.2/config.sub-200- # Don't forget version if it is 3.2v4 or newer. fcml-1.2.2/config.sub:201: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-202- ;; ############################################## fcml-1.2.2/config.sub-204- os=-sco3.2v2 fcml-1.2.2/config.sub:205: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-206- ;; fcml-1.2.2/config.sub-207- -udk*) fcml-1.2.2/config.sub:208: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-209- ;; ############################################## fcml-1.2.2/config.sub-211- os=-isc2.2 fcml-1.2.2/config.sub:212: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-213- ;; ############################################## fcml-1.2.2/config.sub-217- -isc*) fcml-1.2.2/config.sub:218: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` fcml-1.2.2/config.sub-219- ;; ############################################## fcml-1.2.2/config.sub-229- -ptx*) fcml-1.2.2/config.sub:230: basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` fcml-1.2.2/config.sub-231- ;; ############################################## fcml-1.2.2/config.sub-364- *-*-*) fcml-1.2.2/config.sub:365: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 fcml-1.2.2/config.sub-366- exit 1 ############################################## fcml-1.2.2/config.sub-493- amd64-*) fcml-1.2.2/config.sub:494: basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-495- ;; ############################################## fcml-1.2.2/config.sub-538- blackfin-*) fcml-1.2.2/config.sub:539: basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-540- os=-linux ############################################## fcml-1.2.2/config.sub-546- c54x-*) fcml-1.2.2/config.sub:547: basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-548- ;; fcml-1.2.2/config.sub-549- c55x-*) fcml-1.2.2/config.sub:550: basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-551- ;; fcml-1.2.2/config.sub-552- c6x-*) fcml-1.2.2/config.sub:553: basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-554- ;; ############################################## fcml-1.2.2/config.sub-650- e500v[12]-*) fcml-1.2.2/config.sub:651: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-652- os=$os"spe" ############################################## fcml-1.2.2/config.sub-754- i*86v32) fcml-1.2.2/config.sub:755: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` fcml-1.2.2/config.sub-756- os=-sysv32 ############################################## fcml-1.2.2/config.sub-758- i*86v4*) fcml-1.2.2/config.sub:759: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` fcml-1.2.2/config.sub-760- os=-sysv4 ############################################## fcml-1.2.2/config.sub-762- i*86v) fcml-1.2.2/config.sub:763: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` fcml-1.2.2/config.sub-764- os=-sysv ############################################## fcml-1.2.2/config.sub-766- i*86sol2) fcml-1.2.2/config.sub:767: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` fcml-1.2.2/config.sub-768- os=-solaris2 ############################################## fcml-1.2.2/config.sub-792- leon-*|leon[3-9]-*) fcml-1.2.2/config.sub:793: basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` fcml-1.2.2/config.sub-794- ;; ############################################## fcml-1.2.2/config.sub-799- m68knommu-*) fcml-1.2.2/config.sub:800: basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-801- os=-linux ############################################## fcml-1.2.2/config.sub-833- mips3*-*) fcml-1.2.2/config.sub:834: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` fcml-1.2.2/config.sub-835- ;; fcml-1.2.2/config.sub-836- mips3*) fcml-1.2.2/config.sub:837: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown fcml-1.2.2/config.sub-838- ;; ############################################## fcml-1.2.2/config.sub-855- ms1-*) fcml-1.2.2/config.sub:856: basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` fcml-1.2.2/config.sub-857- ;; ############################################## fcml-1.2.2/config.sub-980- parisc-*) fcml-1.2.2/config.sub:981: basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-982- os=-linux ############################################## fcml-1.2.2/config.sub-996- pc98-*) fcml-1.2.2/config.sub:997: basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-998- ;; ############################################## fcml-1.2.2/config.sub-1011- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) fcml-1.2.2/config.sub:1012: basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1013- ;; fcml-1.2.2/config.sub-1014- pentiumpro-* | p6-* | 6x86-* | athlon-*) fcml-1.2.2/config.sub:1015: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1016- ;; fcml-1.2.2/config.sub-1017- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) fcml-1.2.2/config.sub:1018: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1019- ;; fcml-1.2.2/config.sub-1020- pentium4-*) fcml-1.2.2/config.sub:1021: basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1022- ;; ############################################## fcml-1.2.2/config.sub-1030- ppc-* | ppcbe-*) fcml-1.2.2/config.sub:1031: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1032- ;; ############################################## fcml-1.2.2/config.sub-1036- ppcle-* | powerpclittle-*) fcml-1.2.2/config.sub:1037: basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1038- ;; ############################################## fcml-1.2.2/config.sub-1040- ;; fcml-1.2.2/config.sub:1041: ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1042- ;; ############################################## fcml-1.2.2/config.sub-1046- ppc64le-* | powerpc64little-*) fcml-1.2.2/config.sub:1047: basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1048- ;; ############################################## fcml-1.2.2/config.sub-1122- strongarm-* | thumb-*) fcml-1.2.2/config.sub:1123: basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` fcml-1.2.2/config.sub-1124- ;; ############################################## fcml-1.2.2/config.sub-1255- xscale-* | xscalee[bl]-*) fcml-1.2.2/config.sub:1256: basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` fcml-1.2.2/config.sub-1257- ;; ############################################## fcml-1.2.2/config.sub-1317- *) fcml-1.2.2/config.sub:1318: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 fcml-1.2.2/config.sub-1319- exit 1 ############################################## fcml-1.2.2/config.sub-1325- *-digital*) fcml-1.2.2/config.sub:1326: basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` fcml-1.2.2/config.sub-1327- ;; fcml-1.2.2/config.sub-1328- *-commodore*) fcml-1.2.2/config.sub:1329: basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` fcml-1.2.2/config.sub-1330- ;; ############################################## fcml-1.2.2/config.sub-1346- -solaris1 | -solaris1.*) fcml-1.2.2/config.sub:1347: os=`echo $os | sed -e 's|solaris1|sunos4|'` fcml-1.2.2/config.sub-1348- ;; ############################################## fcml-1.2.2/config.sub-1355- -gnu/linux*) fcml-1.2.2/config.sub:1356: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` fcml-1.2.2/config.sub-1357- ;; ############################################## fcml-1.2.2/config.sub-1407- -nto*) fcml-1.2.2/config.sub:1408: os=`echo $os | sed -e 's|nto|nto-qnx|'` fcml-1.2.2/config.sub-1409- ;; ############################################## fcml-1.2.2/config.sub-1414- -mac*) fcml-1.2.2/config.sub:1415: os=`echo "$os" | sed -e 's|mac|macos|'` fcml-1.2.2/config.sub-1416- ;; ############################################## fcml-1.2.2/config.sub-1420- -linux*) fcml-1.2.2/config.sub:1421: os=`echo $os | sed -e 's|linux|linux-gnu|'` fcml-1.2.2/config.sub-1422- ;; fcml-1.2.2/config.sub-1423- -sunos5*) fcml-1.2.2/config.sub:1424: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` fcml-1.2.2/config.sub-1425- ;; fcml-1.2.2/config.sub-1426- -sunos6*) fcml-1.2.2/config.sub:1427: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` fcml-1.2.2/config.sub-1428- ;; ############################################## fcml-1.2.2/config.sub-1469- -sinix5.*) fcml-1.2.2/config.sub:1470: os=`echo $os | sed -e 's|sinix|sysv|'` fcml-1.2.2/config.sub-1471- ;; ############################################## fcml-1.2.2/config.sub-1528- # Get rid of the `-' at the beginning of $os. fcml-1.2.2/config.sub:1529: os=`echo $os | sed 's/[^-]*-//'` fcml-1.2.2/config.sub:1530: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 fcml-1.2.2/config.sub-1531- exit 1 ############################################## fcml-1.2.2/config.sub-1788- esac fcml-1.2.2/config.sub:1789: basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` fcml-1.2.2/config.sub-1790- ;; ############################################## fcml-1.2.2/m4/libtool.m4-119- done fcml-1.2.2/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` fcml-1.2.2/m4/libtool.m4-121-} ############################################## fcml-1.2.2/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], fcml-1.2.2/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) fcml-1.2.2/m4/libtool.m4-439- ############################################## fcml-1.2.2/m4/libtool.m4-447-# fcml-1.2.2/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## fcml-1.2.2/m4/libtool.m4-557-]], lt_decl_quote_varnames); do fcml-1.2.2/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in fcml-1.2.2/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) fcml-1.2.2/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes fcml-1.2.2/m4/libtool.m4-561- ;; ############################################## fcml-1.2.2/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do fcml-1.2.2/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in fcml-1.2.2/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) fcml-1.2.2/m4/libtool.m4:573: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes fcml-1.2.2/m4/libtool.m4-574- ;; ############################################## fcml-1.2.2/m4/libtool.m4-1111- if test yes = "$lt_cv_ld_force_load"; then fcml-1.2.2/m4/libtool.m4:1112: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' fcml-1.2.2/m4/libtool.m4-1113- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## fcml-1.2.2/m4/libtool.m4-1164- }]' fcml-1.2.2/m4/libtool.m4:1165: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/m4/libtool.m4-1166- # Check for a 64-bit object if we didn't find anything. fcml-1.2.2/m4/libtool.m4-1167- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then fcml-1.2.2/m4/libtool.m4:1168: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/m4/libtool.m4-1169- fi],[]) ############################################## fcml-1.2.2/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ fcml-1.2.2/m4/libtool.m4:1201: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then fcml-1.2.2/m4/libtool.m4-1202- ECHO='print -r --' fcml-1.2.2/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then fcml-1.2.2/m4/libtool.m4-1204- ECHO='printf %s\n' ############################################## fcml-1.2.2/m4/libtool.m4-1235- PATH=/empty FPATH=/empty; export PATH FPATH fcml-1.2.2/m4/libtool.m4:1236: test "X`printf %s $ECHO`" = "X$ECHO" \ fcml-1.2.2/m4/libtool.m4:1237: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) fcml-1.2.2/m4/libtool.m4-1238- ############################################## fcml-1.2.2/m4/libtool.m4-1259- if test yes = "$GCC"; then fcml-1.2.2/m4/libtool.m4:1260: lt_sysroot=`$CC --print-sysroot 2>/dev/null` fcml-1.2.2/m4/libtool.m4-1261- fi ############################################## fcml-1.2.2/m4/libtool.m4-1263- /*) fcml-1.2.2/m4/libtool.m4:1264: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` fcml-1.2.2/m4/libtool.m4-1265- ;; #( ############################################## fcml-1.2.2/m4/libtool.m4-1293- if AC_TRY_EVAL(ac_compile); then fcml-1.2.2/m4/libtool.m4:1294: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/m4/libtool.m4-1295- *ELF-32*) ############################################## fcml-1.2.2/m4/libtool.m4-1310- if test yes = "$lt_cv_prog_gnu_ld"; then fcml-1.2.2/m4/libtool.m4:1311: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/m4/libtool.m4-1312- *32-bit*) ############################################## fcml-1.2.2/m4/libtool.m4-1322- else fcml-1.2.2/m4/libtool.m4:1323: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/m4/libtool.m4-1324- *32-bit*) ############################################## fcml-1.2.2/m4/libtool.m4-1344- emul=elf fcml-1.2.2/m4/libtool.m4:1345: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/m4/libtool.m4-1346- *32-bit*) ############################################## fcml-1.2.2/m4/libtool.m4-1352- esac fcml-1.2.2/m4/libtool.m4:1353: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/m4/libtool.m4-1354- *MSB*) ############################################## fcml-1.2.2/m4/libtool.m4-1360- esac fcml-1.2.2/m4/libtool.m4:1361: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/m4/libtool.m4-1362- *N32*) ############################################## fcml-1.2.2/m4/libtool.m4-1725- # And add a safety zone fcml-1.2.2/m4/libtool.m4:1726: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` fcml-1.2.2/m4/libtool.m4:1727: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` fcml-1.2.2/m4/libtool.m4-1728- ;; ############################################## fcml-1.2.2/m4/libtool.m4-1758- if test -n "$kargmax"; then fcml-1.2.2/m4/libtool.m4:1759: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` fcml-1.2.2/m4/libtool.m4-1760- else ############################################## fcml-1.2.2/m4/libtool.m4-1767- test undefined != "$lt_cv_sys_max_cmd_len"; then fcml-1.2.2/m4/libtool.m4:1768: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` fcml-1.2.2/m4/libtool.m4:1769: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` fcml-1.2.2/m4/libtool.m4-1770- else ############################################## fcml-1.2.2/m4/libtool.m4-1779- # we can't tell. fcml-1.2.2/m4/libtool.m4:1780: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ fcml-1.2.2/m4/libtool.m4-1781- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## fcml-1.2.2/m4/libtool.m4-1783- do fcml-1.2.2/m4/libtool.m4:1784: i=`expr $i + 1` fcml-1.2.2/m4/libtool.m4-1785- teststring=$teststring$teststring ############################################## fcml-1.2.2/m4/libtool.m4-1787- # Only check the string length outside the loop. fcml-1.2.2/m4/libtool.m4:1788: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` fcml-1.2.2/m4/libtool.m4-1789- teststring= ############################################## fcml-1.2.2/m4/libtool.m4-1792- # linker. It appears as though 1/2 is a usable value. fcml-1.2.2/m4/libtool.m4:1793: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fcml-1.2.2/m4/libtool.m4-1794- fi ############################################## fcml-1.2.2/m4/libtool.m4-2258- *:) fcml-1.2.2/m4/libtool.m4:2259: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" fcml-1.2.2/m4/libtool.m4-2260- ;; fcml-1.2.2/m4/libtool.m4-2261- x:*) fcml-1.2.2/m4/libtool.m4:2262: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" fcml-1.2.2/m4/libtool.m4-2263- ;; fcml-1.2.2/m4/libtool.m4-2264- *::*) fcml-1.2.2/m4/libtool.m4:2265: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" fcml-1.2.2/m4/libtool.m4:2266: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" fcml-1.2.2/m4/libtool.m4-2267- ;; fcml-1.2.2/m4/libtool.m4-2268- *) fcml-1.2.2/m4/libtool.m4:2269: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" fcml-1.2.2/m4/libtool.m4-2270- ;; ############################################## fcml-1.2.2/m4/libtool.m4-2298- esac fcml-1.2.2/m4/libtool.m4:2299: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` fcml-1.2.2/m4/libtool.m4-2300- case $lt_search_path_spec in ############################################## fcml-1.2.2/m4/libtool.m4-2305- # okay in the real world where ";" in dirpaths is itself problematic. fcml-1.2.2/m4/libtool.m4:2306: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` fcml-1.2.2/m4/libtool.m4-2307- ;; fcml-1.2.2/m4/libtool.m4-2308- *) fcml-1.2.2/m4/libtool.m4:2309: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/m4/libtool.m4-2310- ;; ############################################## fcml-1.2.2/m4/libtool.m4-2314- lt_tmp_lt_search_path_spec= fcml-1.2.2/m4/libtool.m4:2315: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` fcml-1.2.2/m4/libtool.m4-2316- # ...but if some path component already ends with the multilib dir we assume ############################################## fcml-1.2.2/m4/libtool.m4-2356- esac fcml-1.2.2/m4/libtool.m4:2357: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` fcml-1.2.2/m4/libtool.m4-2358-else ############################################## fcml-1.2.2/m4/libtool.m4-2497- # Create ${libname}_ixlibrary.a entries in /sys/libs. fcml-1.2.2/m4/libtool.m4:2498: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' fcml-1.2.2/m4/libtool.m4-2499- ;; ############################################## fcml-1.2.2/m4/libtool.m4-2533- # DLL is installed to $(libdir)/../bin by postinstall_cmds fcml-1.2.2/m4/libtool.m4:2534: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/m4/libtool.m4:2535: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ fcml-1.2.2/m4/libtool.m4:2536: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/m4/libtool.m4-2537- test -d \$dldir || mkdir -p \$dldir~ ############################################## fcml-1.2.2/m4/libtool.m4-2542- fi' fcml-1.2.2/m4/libtool.m4:2543: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ fcml-1.2.2/m4/libtool.m4-2544- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/m4/libtool.m4-2550- # Cygwin DLLs use 'cyg' prefix rather than 'lib' fcml-1.2.2/m4/libtool.m4:2551: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' fcml-1.2.2/m4/libtool.m4-2552-m4_if([$1], [],[ ############################################## fcml-1.2.2/m4/libtool.m4-2556- # MinGW DLLs use traditional 'lib' prefix fcml-1.2.2/m4/libtool.m4:2557: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' fcml-1.2.2/m4/libtool.m4-2558- ;; ############################################## fcml-1.2.2/m4/libtool.m4-2560- # pw32 DLLs use 'pw' prefix rather than 'lib' fcml-1.2.2/m4/libtool.m4:2561: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' fcml-1.2.2/m4/libtool.m4-2562- ;; ############################################## fcml-1.2.2/m4/libtool.m4-2569- libname_spec='$name' fcml-1.2.2/m4/libtool.m4:2570: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' fcml-1.2.2/m4/libtool.m4-2571- library_names_spec='$libname.dll.lib' ############################################## fcml-1.2.2/m4/libtool.m4-2581- # Let DOS variable expansion print the short 8.3 style file name. fcml-1.2.2/m4/libtool.m4:2582: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` fcml-1.2.2/m4/libtool.m4-2583- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## fcml-1.2.2/m4/libtool.m4-2586- # Convert to MSYS style. fcml-1.2.2/m4/libtool.m4:2587: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` fcml-1.2.2/m4/libtool.m4-2588- ;; ############################################## fcml-1.2.2/m4/libtool.m4-2592- # like /cygdrive/c/PROGRA~1:/cygdr... fcml-1.2.2/m4/libtool.m4:2593: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` fcml-1.2.2/m4/libtool.m4:2594: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` fcml-1.2.2/m4/libtool.m4:2595: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/m4/libtool.m4-2596- ;; ############################################## fcml-1.2.2/m4/libtool.m4-2600- # It is most probably a Windows format PATH. fcml-1.2.2/m4/libtool.m4:2601: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` fcml-1.2.2/m4/libtool.m4-2602- else fcml-1.2.2/m4/libtool.m4:2603: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/m4/libtool.m4-2604- fi ############################################## fcml-1.2.2/m4/libtool.m4-2610- # DLL is installed to $(libdir)/../bin by postinstall_cmds fcml-1.2.2/m4/libtool.m4:2611: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/m4/libtool.m4:2612: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ fcml-1.2.2/m4/libtool.m4:2613: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/m4/libtool.m4-2614- test -d \$dldir || mkdir -p \$dldir~ fcml-1.2.2/m4/libtool.m4-2615- $install_prog $dir/$dlname \$dldir/$dlname' fcml-1.2.2/m4/libtool.m4:2616: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ fcml-1.2.2/m4/libtool.m4-2617- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/m4/libtool.m4-2624- # Assume MSVC wrapper fcml-1.2.2/m4/libtool.m4:2625: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' fcml-1.2.2/m4/libtool.m4-2626- dynamic_linker='Win32 ld.exe' ############################################## fcml-1.2.2/m4/libtool.m4-2641- shlibpath_var=DYLD_LIBRARY_PATH fcml-1.2.2/m4/libtool.m4:2642: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' fcml-1.2.2/m4/libtool.m4-2643-m4_if([$1], [],[ ############################################## fcml-1.2.2/m4/libtool.m4-2875- if test -f /etc/ld.so.conf; then fcml-1.2.2/m4/libtool.m4:2876: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` fcml-1.2.2/m4/libtool.m4-2877- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## fcml-1.2.2/m4/libtool.m4-2941- need_lib_prefix=no fcml-1.2.2/m4/libtool.m4:2942: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then fcml-1.2.2/m4/libtool.m4-2943- need_version=no ############################################## fcml-1.2.2/m4/libtool.m4-2968- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec fcml-1.2.2/m4/libtool.m4:2969: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/m4/libtool.m4:2970: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ fcml-1.2.2/m4/libtool.m4:2971: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/m4/libtool.m4-2972- test -d \$dldir || mkdir -p \$dldir~ ############################################## fcml-1.2.2/m4/libtool.m4-2977- fi' fcml-1.2.2/m4/libtool.m4:2978: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ fcml-1.2.2/m4/libtool.m4-2979- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/m4/libtool.m4-3188- "file_magic "*) fcml-1.2.2/m4/libtool.m4:3189: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` fcml-1.2.2/m4/libtool.m4-3190- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## fcml-1.2.2/m4/libtool.m4-3271- # gcc leaves a trailing carriage return, which upsets mingw fcml-1.2.2/m4/libtool.m4:3272: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; fcml-1.2.2/m4/libtool.m4-3273- *) fcml-1.2.2/m4/libtool.m4:3274: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; fcml-1.2.2/m4/libtool.m4-3275- esac ############################################## fcml-1.2.2/m4/libtool.m4-3280- # Canonicalize the pathname of ld fcml-1.2.2/m4/libtool.m4:3281: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` fcml-1.2.2/m4/libtool.m4-3282- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do fcml-1.2.2/m4/libtool.m4:3283: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` fcml-1.2.2/m4/libtool.m4-3284- done ############################################## fcml-1.2.2/m4/libtool.m4-3311- # Break only if it was the GNU/non-GNU ld that we prefer. fcml-1.2.2/m4/libtool.m4:3312: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in fcml-1.2.2/m4/libtool.m4-3313- *GNU* | *'with BFD'*) ############################################## fcml-1.2.2/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v. fcml-1.2.2/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in fcml-1.2.2/m4/libtool.m4-3353-*GNU* | *'with BFD'*) ############################################## fcml-1.2.2/m4/libtool.m4-3578-openbsd* | bitrig*) fcml-1.2.2/m4/libtool.m4:3579: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then fcml-1.2.2/m4/libtool.m4-3580- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## fcml-1.2.2/m4/libtool.m4-3645- else fcml-1.2.2/m4/libtool.m4:3646: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fcml-1.2.2/m4/libtool.m4-3647- fi ############################################## fcml-1.2.2/m4/libtool.m4-3696- esac fcml-1.2.2/m4/libtool.m4:3697: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in fcml-1.2.2/m4/libtool.m4-3698- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## fcml-1.2.2/m4/libtool.m4-3702- *) fcml-1.2.2/m4/libtool.m4:3703: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in fcml-1.2.2/m4/libtool.m4-3704- */dev/null*) ############################################## fcml-1.2.2/m4/libtool.m4-3728- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) fcml-1.2.2/m4/libtool.m4:3729: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in fcml-1.2.2/m4/libtool.m4-3730- *COFF*) ############################################## fcml-1.2.2/m4/libtool.m4-3787- # decide which one to use based on capabilities of $DLLTOOL fcml-1.2.2/m4/libtool.m4:3788: case `$DLLTOOL --help 2>&1` in fcml-1.2.2/m4/libtool.m4-3789- *--identify-strict*) ############################################## fcml-1.2.2/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes. fcml-1.2.2/m4/libtool.m4:3962:case `$NM -V 2>&1` in fcml-1.2.2/m4/libtool.m4-3963-*GNU* | *'with BFD'*) ############################################## fcml-1.2.2/m4/libtool.m4-4009-mingw*) fcml-1.2.2/m4/libtool.m4:4010: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp fcml-1.2.2/m4/libtool.m4-4011- ;; ############################################## fcml-1.2.2/m4/libtool.m4-4065- nlist=conftest.nm fcml-1.2.2/m4/libtool.m4:4066: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then fcml-1.2.2/m4/libtool.m4-4067- # Try sorting and uniquifying the output. ############################################## fcml-1.2.2/m4/libtool.m4-4413- *) fcml-1.2.2/m4/libtool.m4:4414: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/m4/libtool.m4-4415- *Sun\ C*) ############################################## fcml-1.2.2/m4/libtool.m4-4749- *) fcml-1.2.2/m4/libtool.m4:4750: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/m4/libtool.m4-4751- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## fcml-1.2.2/m4/libtool.m4-4932- else fcml-1.2.2/m4/libtool.m4:4933: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fcml-1.2.2/m4/libtool.m4-4934- fi ############################################## fcml-1.2.2/m4/libtool.m4-5031- # shared libraries, regardless of the interface used. fcml-1.2.2/m4/libtool.m4:5032: case `$LD -v 2>&1` in fcml-1.2.2/m4/libtool.m4-5033- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## fcml-1.2.2/m4/libtool.m4-5063- supports_anon_versioning=no fcml-1.2.2/m4/libtool.m4:5064: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in fcml-1.2.2/m4/libtool.m4-5065- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## fcml-1.2.2/m4/libtool.m4-5166- prefix_cmds="$SED"~ fcml-1.2.2/m4/libtool.m4:5167: if test EXPORTS = "`$SED 1q $export_symbols`"; then fcml-1.2.2/m4/libtool.m4-5168- prefix_cmds="$prefix_cmds -e 1d"; ############################################## fcml-1.2.2/m4/libtool.m4-5188- # time. Moving up from 0x10000000 also allows more sbrk(2) space. fcml-1.2.2/m4/libtool.m4:5189: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/m4/libtool.m4:5190: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/m4/libtool.m4-5191- ;; ############################################## fcml-1.2.2/m4/libtool.m4-5206- pgcc*) # Portland Group C compiler fcml-1.2.2/m4/libtool.m4:5207: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/m4/libtool.m4-5208- tmp_addflag=' $pic_flag' ############################################## fcml-1.2.2/m4/libtool.m4-5211- # Portland Group f77 and f90 compilers fcml-1.2.2/m4/libtool.m4:5212: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/m4/libtool.m4-5213- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## fcml-1.2.2/m4/libtool.m4-5228- nvcc*) # Cuda Compiler Driver 2.2 fcml-1.2.2/m4/libtool.m4:5229: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/m4/libtool.m4-5230- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## fcml-1.2.2/m4/libtool.m4-5232- esac fcml-1.2.2/m4/libtool.m4:5233: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/m4/libtool.m4-5234- *Sun\ C*) # Sun C 5.9 fcml-1.2.2/m4/libtool.m4:5235: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/m4/libtool.m4-5236- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## fcml-1.2.2/m4/libtool.m4-5303- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) fcml-1.2.2/m4/libtool.m4:5304: case `$LD -v 2>&1` in fcml-1.2.2/m4/libtool.m4-5305- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## fcml-1.2.2/m4/libtool.m4-5392- else fcml-1.2.2/m4/libtool.m4:5393: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fcml-1.2.2/m4/libtool.m4-5394- fi ############################################## fcml-1.2.2/m4/libtool.m4-5457- # below for broken collect2 doesn't work under 4.3+ fcml-1.2.2/m4/libtool.m4:5458: collect2name=`$CC -print-prog-name=collect2` fcml-1.2.2/m4/libtool.m4-5459- if test -f "$collect2name" && ############################################## fcml-1.2.2/m4/libtool.m4-5513- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" fcml-1.2.2/m4/libtool.m4:5514: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag fcml-1.2.2/m4/libtool.m4-5515- else ############################################## fcml-1.2.2/m4/libtool.m4-5538- # -brtl affects multiple linker settings, -berok does not and is overridden later fcml-1.2.2/m4/libtool.m4:5539: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' fcml-1.2.2/m4/libtool.m4-5540- if test svr4 != "$with_aix_soname"; then ############################################## fcml-1.2.2/m4/libtool.m4-5629- # FIXME: Setting linknames here is a bad hack. fcml-1.2.2/m4/libtool.m4:5630: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' fcml-1.2.2/m4/libtool.m4-5631- # The linker will automatically build a .lib file if we build a DLL. ############################################## fcml-1.2.2/m4/libtool.m4-5767- if test yes = "$GCC"; then fcml-1.2.2/m4/libtool.m4:5768: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-5769- # Try to use the -exported_symbol ld option, if it does not ############################################## fcml-1.2.2/m4/libtool.m4-5790- if test yes = "$lt_cv_irix_exported_symbol"; then fcml-1.2.2/m4/libtool.m4:5791: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fcml-1.2.2/m4/libtool.m4-5792- fi ############################################## fcml-1.2.2/m4/libtool.m4-5794- else fcml-1.2.2/m4/libtool.m4:5795: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4:5796: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fcml-1.2.2/m4/libtool.m4-5797- fi ############################################## fcml-1.2.2/m4/libtool.m4-5841- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes fcml-1.2.2/m4/libtool.m4:5842: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then fcml-1.2.2/m4/libtool.m4-5843- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## fcml-1.2.2/m4/libtool.m4-5872- prefix_cmds="$SED"~ fcml-1.2.2/m4/libtool.m4:5873: if test EXPORTS = "`$SED 1q $export_symbols`"; then fcml-1.2.2/m4/libtool.m4-5874- prefix_cmds="$prefix_cmds -e 1d"; ############################################## fcml-1.2.2/m4/libtool.m4-5886- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' fcml-1.2.2/m4/libtool.m4:5887: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-5888- else fcml-1.2.2/m4/libtool.m4-5889- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' fcml-1.2.2/m4/libtool.m4:5890: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-5891- fi ############################################## fcml-1.2.2/m4/libtool.m4-5899- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' fcml-1.2.2/m4/libtool.m4:5900: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-5901- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## fcml-1.2.2/m4/libtool.m4-5903- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' fcml-1.2.2/m4/libtool.m4:5904: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4:5905: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ fcml-1.2.2/m4/libtool.m4:5906: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' fcml-1.2.2/m4/libtool.m4-5907- ############################################## fcml-1.2.2/m4/libtool.m4-5922- else fcml-1.2.2/m4/libtool.m4:5923: case `$CC -V 2>&1` in fcml-1.2.2/m4/libtool.m4-5924- *"Compilers 5.0"*) ############################################## fcml-1.2.2/m4/libtool.m4-6115- _LT_TAGVAR(allow_undefined_flag, $1)= fcml-1.2.2/m4/libtool.m4:6116: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) fcml-1.2.2/m4/libtool.m4-6117- then ############################################## fcml-1.2.2/m4/libtool.m4-6419- # ancient GNU ld didn't support --whole-archive et. al. fcml-1.2.2/m4/libtool.m4:6420: if eval "`$CC -print-prog-name=ld` --help 2>&1" | fcml-1.2.2/m4/libtool.m4-6421- $GREP 'no-whole-archive' > /dev/null; then ############################################## fcml-1.2.2/m4/libtool.m4-6529- # below for broken collect2 doesn't work under 4.3+ fcml-1.2.2/m4/libtool.m4:6530: collect2name=`$CC -print-prog-name=collect2` fcml-1.2.2/m4/libtool.m4-6531- if test -f "$collect2name" && ############################################## fcml-1.2.2/m4/libtool.m4-6587- fcml-1.2.2/m4/libtool.m4:6588: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag fcml-1.2.2/m4/libtool.m4-6589- else ############################################## fcml-1.2.2/m4/libtool.m4-6612- # -brtl affects multiple linker settings, -berok does not and is overridden later fcml-1.2.2/m4/libtool.m4:6613: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' fcml-1.2.2/m4/libtool.m4-6614- if test svr4 != "$with_aix_soname"; then ############################################## fcml-1.2.2/m4/libtool.m4-6741- prefix_cmds="$SED"~ fcml-1.2.2/m4/libtool.m4:6742: if test EXPORTS = "`$SED 1q $export_symbols`"; then fcml-1.2.2/m4/libtool.m4-6743- prefix_cmds="$prefix_cmds -e 1d"; ############################################## fcml-1.2.2/m4/libtool.m4-6815- # dependencies. fcml-1.2.2/m4/libtool.m4:6816: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/m4/libtool.m4-6817- ;; ############################################## fcml-1.2.2/m4/libtool.m4-6880- # dependencies. fcml-1.2.2/m4/libtool.m4:6881: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/m4/libtool.m4-6882- ;; ############################################## fcml-1.2.2/m4/libtool.m4-6916- # time. Moving up from 0x10000000 also allows more sbrk(2) space. fcml-1.2.2/m4/libtool.m4:6917: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/m4/libtool.m4:6918: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/m4/libtool.m4-6919- ;; ############################################## fcml-1.2.2/m4/libtool.m4-6923- # SGI C++ fcml-1.2.2/m4/libtool.m4:6924: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-6925- ############################################## fcml-1.2.2/m4/libtool.m4-6934- if test no = "$with_gnu_ld"; then fcml-1.2.2/m4/libtool.m4:6935: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-6936- else fcml-1.2.2/m4/libtool.m4:6937: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fcml-1.2.2/m4/libtool.m4-6938- fi ############################################## fcml-1.2.2/m4/libtool.m4-6955- # to its proper name (with version) after linking. fcml-1.2.2/m4/libtool.m4:6956: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' fcml-1.2.2/m4/libtool.m4:6957: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' fcml-1.2.2/m4/libtool.m4-6958- # Commands to make compiler produce verbose output that lists ############################################## fcml-1.2.2/m4/libtool.m4-6965- # dependencies. fcml-1.2.2/m4/libtool.m4:6966: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/m4/libtool.m4-6967- ############################################## fcml-1.2.2/m4/libtool.m4-6980- # earlier do not add the objects themselves. fcml-1.2.2/m4/libtool.m4:6981: case `$CC -V 2>&1` in fcml-1.2.2/m4/libtool.m4-6982- *"Version 7."*) ############################################## fcml-1.2.2/m4/libtool.m4-7001- # Portland Group C++ compiler fcml-1.2.2/m4/libtool.m4:7002: case `$CC -V` in fcml-1.2.2/m4/libtool.m4-7003- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## fcml-1.2.2/m4/libtool.m4-7006- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ fcml-1.2.2/m4/libtool.m4:7007: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' fcml-1.2.2/m4/libtool.m4-7008- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## fcml-1.2.2/m4/libtool.m4-7010- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ fcml-1.2.2/m4/libtool.m4:7011: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ fcml-1.2.2/m4/libtool.m4-7012- $RANLIB $oldlib' ############################################## fcml-1.2.2/m4/libtool.m4-7015- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ fcml-1.2.2/m4/libtool.m4:7016: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' fcml-1.2.2/m4/libtool.m4-7017- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## fcml-1.2.2/m4/libtool.m4-7019- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ fcml-1.2.2/m4/libtool.m4:7020: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fcml-1.2.2/m4/libtool.m4-7021- ;; ############################################## fcml-1.2.2/m4/libtool.m4-7029- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' fcml-1.2.2/m4/libtool.m4:7030: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/m4/libtool.m4-7031- ;; ############################################## fcml-1.2.2/m4/libtool.m4-7048- # dependencies. fcml-1.2.2/m4/libtool.m4:7049: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' fcml-1.2.2/m4/libtool.m4-7050- ;; ############################################## fcml-1.2.2/m4/libtool.m4-7063- *) fcml-1.2.2/m4/libtool.m4:7064: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/m4/libtool.m4-7065- *Sun\ C*) ############################################## fcml-1.2.2/m4/libtool.m4-7070- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' fcml-1.2.2/m4/libtool.m4:7071: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/m4/libtool.m4-7072- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## fcml-1.2.2/m4/libtool.m4-7135- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' fcml-1.2.2/m4/libtool.m4:7136: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then fcml-1.2.2/m4/libtool.m4-7137- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## fcml-1.2.2/m4/libtool.m4-7154- # to its proper name (with version) after linking. fcml-1.2.2/m4/libtool.m4:7155: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' fcml-1.2.2/m4/libtool.m4-7156- ############################################## fcml-1.2.2/m4/libtool.m4-7175- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' fcml-1.2.2/m4/libtool.m4:7176: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-7177- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## fcml-1.2.2/m4/libtool.m4-7180- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' fcml-1.2.2/m4/libtool.m4:7181: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4:7182: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ fcml-1.2.2/m4/libtool.m4-7183- echo "-hidden">> $lib.exp~ fcml-1.2.2/m4/libtool.m4:7184: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ fcml-1.2.2/m4/libtool.m4-7185- $RM $lib.exp' ############################################## fcml-1.2.2/m4/libtool.m4-7199- # dependencies. fcml-1.2.2/m4/libtool.m4:7200: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/m4/libtool.m4-7201- ;; ############################################## fcml-1.2.2/m4/libtool.m4-7206- osf3*) fcml-1.2.2/m4/libtool.m4:7207: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-7208- ;; fcml-1.2.2/m4/libtool.m4-7209- *) fcml-1.2.2/m4/libtool.m4:7210: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/m4/libtool.m4-7211- ;; ############################################## fcml-1.2.2/m4/libtool.m4-7459- case @S|@2 in fcml-1.2.2/m4/libtool.m4:7460: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; fcml-1.2.2/m4/libtool.m4:7461: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; fcml-1.2.2/m4/libtool.m4-7462- esac ############################################## fcml-1.2.2/m4/libtool.m4-7548- fcml-1.2.2/m4/libtool.m4:7549: for p in `eval "$output_verbose_link_cmd"`; do fcml-1.2.2/m4/libtool.m4-7550- case $prev$p in ############################################## fcml-1.2.2/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then fcml-1.2.2/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` fcml-1.2.2/m4/libtool.m4-7654-fi ############################################## fcml-1.2.2/m4/libtool.m4-8272- test 10 -lt "$lt_ac_count" && break fcml-1.2.2/m4/libtool.m4:8273: lt_ac_count=`expr $lt_ac_count + 1` fcml-1.2.2/m4/libtool.m4-8274- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## fcml-1.2.2/m4/ltsugar.m4-68-m4_define([lt_combine], fcml-1.2.2/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], fcml-1.2.2/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## fcml-1.2.2/Makefile.in-49- { \ fcml-1.2.2/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/Makefile.in-51- }; \ ############################################## fcml-1.2.2/Makefile.in-182- while test -n "$$dir1"; do \ fcml-1.2.2/Makefile.in:183: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ fcml-1.2.2/Makefile.in-184- if test "$$first" != "."; then \ fcml-1.2.2/Makefile.in-185- if test "$$first" = ".."; then \ fcml-1.2.2/Makefile.in:186: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ fcml-1.2.2/Makefile.in:187: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ fcml-1.2.2/Makefile.in-188- else \ fcml-1.2.2/Makefile.in:189: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ fcml-1.2.2/Makefile.in-190- if test "$$first2" = "$$first"; then \ fcml-1.2.2/Makefile.in:191: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ fcml-1.2.2/Makefile.in-192- else \ ############################################## fcml-1.2.2/Makefile.in-197- fi; \ fcml-1.2.2/Makefile.in:198: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ fcml-1.2.2/Makefile.in-199- done; \ ############################################## fcml-1.2.2/Makefile.in-455- dot_seen=no; \ fcml-1.2.2/Makefile.in:456: target=`echo $@ | sed s/-recursive//`; \ fcml-1.2.2/Makefile.in-457- case "$@" in \ ############################################## fcml-1.2.2/Makefile.in-518-GTAGS: fcml-1.2.2/Makefile.in:519: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/Makefile.in-520- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/Makefile.in-550- test -d "$(distdir)" || mkdir "$(distdir)" fcml-1.2.2/Makefile.in:551: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/Makefile.in:552: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/Makefile.in-553- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/Makefile.in-564- if test -d $$d/$$file; then \ fcml-1.2.2/Makefile.in:565: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/Makefile.in-566- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/Makefile.in-675- test -d $(distdir)/_build || exit 0; \ fcml-1.2.2/Makefile.in:676: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ fcml-1.2.2/Makefile.in-677- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## fcml-1.2.2/Makefile.in-719- }; \ fcml-1.2.2/Makefile.in:720: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ fcml-1.2.2/Makefile.in-721- || { echo "ERROR: files left after uninstall:" ; \ ############################################## fcml-1.2.2/Makefile.in-731- fi fcml-1.2.2/Makefile.in:732: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ fcml-1.2.2/Makefile.in-733- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## fcml-1.2.2/ylwrap-101-# We'll later need for a correct munging of "#line" directives. fcml-1.2.2/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed` fcml-1.2.2/ylwrap-103-case $input in ############################################## fcml-1.2.2/ylwrap-111-esac fcml-1.2.2/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed` fcml-1.2.2/ylwrap-113- ############################################## fcml-1.2.2/ylwrap-150- shift fcml-1.2.2/ylwrap:151: sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" fcml-1.2.2/ylwrap:152: sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" fcml-1.2.2/ylwrap-153-done ############################################## fcml-1.2.2/ylwrap-182- do fcml-1.2.2/ylwrap:183: to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` fcml-1.2.2/ylwrap-184- if test -f "$from"; then ############################################## fcml-1.2.2/ylwrap-198- realtarget=$target fcml-1.2.2/ylwrap:199: target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'` fcml-1.2.2/ylwrap-200- fi ############################################## fcml-1.2.2/INSTALL-173-directory configuration variables that were expressed in terms of fcml-1.2.2/INSTALL:174:`${prefix}'. Any directories that were specified during `configure', fcml-1.2.2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install ############################################## fcml-1.2.2/include/fcml_common.hpp-4397- */ fcml-1.2.2/include/fcml_common.hpp:4398: static EffectiveAddress addr( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp-4399- return EffectiveAddress( displacement ); ############################################## fcml-1.2.2/include/fcml_common.hpp-4406- */ fcml-1.2.2/include/fcml_common.hpp:4407: static EffectiveAddress addr( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp-4408- return EffectiveAddress( base ); ############################################## fcml-1.2.2/include/fcml_common.hpp-4416- */ fcml-1.2.2/include/fcml_common.hpp:4417: static EffectiveAddress addr( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp-4418- return EffectiveAddress( base, displacement ); ############################################## fcml-1.2.2/include/fcml_common.hpp-4427- */ fcml-1.2.2/include/fcml_common.hpp:4428: static EffectiveAddress addr( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp-4429- return EffectiveAddress( index, scaleFactor, displacement ); ############################################## fcml-1.2.2/include/fcml_common.hpp-4437- */ fcml-1.2.2/include/fcml_common.hpp:4438: static EffectiveAddress addr( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp-4439- return EffectiveAddress( base, index, 0 ); ############################################## fcml-1.2.2/include/fcml_common.hpp-4448- */ fcml-1.2.2/include/fcml_common.hpp:4449: static EffectiveAddress addr( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp-4450- return EffectiveAddress( base, index, scaleFactor ); ############################################## fcml-1.2.2/include/fcml_common.hpp-4460- */ fcml-1.2.2/include/fcml_common.hpp:4461: static EffectiveAddress addr( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp-4462- return EffectiveAddress( base, index, scaleFactor, displacement ); ############################################## fcml-1.2.2/include/fcml_common.hpp-5375- */ fcml-1.2.2/include/fcml_common.hpp:5376: void addr( const Address &address ) { fcml-1.2.2/include/fcml_common.hpp-5377- _operandType = OT_ADDRESS; ############################################## fcml-1.2.2/include/fcml_common.hpp-5399- */ fcml-1.2.2/include/fcml_common.hpp:5400: void addr( const EffectiveAddress &effectiveAddress, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp-5401- _operandType = OT_ADDRESS; ############################################## fcml-1.2.2/include/fcml_common.hpp-5412- */ fcml-1.2.2/include/fcml_common.hpp:5413: void addr( const EffectiveAddress &effectiveAddress, const SegmentSelector &segmentSelector, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp-5414- _operandType = OT_ADDRESS; ############################################## fcml-1.2.2/include/fcml_common.hpp-5470- */ fcml-1.2.2/include/fcml_common.hpp:5471: bool isAddr() const { fcml-1.2.2/include/fcml_common.hpp-5472- return _operandType == OT_ADDRESS; ############################################## fcml-1.2.2/include/fcml_common.hpp-5874- */ fcml-1.2.2/include/fcml_common.hpp:5875: static Operand addr( const Address &address ) { fcml-1.2.2/include/fcml_common.hpp-5876- return Operand( address ); ############################################## fcml-1.2.2/include/fcml_common.hpp-5936- */ fcml-1.2.2/include/fcml_common.hpp:5937: static Operand addr( const EffectiveAddress &effectiveAddress, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp-5938- return Operand( Address( effectiveAddress, sizeOperator ) ); ############################################## fcml-1.2.2/include/fcml_common.hpp-5988- */ fcml-1.2.2/include/fcml_common.hpp:5989: static Operand addr( const EffectiveAddress &effectiveAddress, const SegmentSelector &segmentSelector, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp-5990- return Operand( Address( effectiveAddress, segmentSelector, sizeOperator ) ); ############################################## fcml-1.2.2/include/fcml_common.hpp-6067- static Operand eff( const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:6068: return addr( EffectiveAddress( displacement ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-6069- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6077- static Operand effb( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6078: return addr( EffectiveAddress( displacement ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-6079- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6087- static Operand effw( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6088: return addr( EffectiveAddress( displacement ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-6089- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6097- static Operand effd( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6098: return addr( EffectiveAddress( displacement ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-6099- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6107- static Operand effq( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6108: return addr( EffectiveAddress( displacement ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-6109- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6118- static Operand eff( const Register &base, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:6119: return addr( EffectiveAddress( base ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-6120- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6128- static Operand effb( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:6129: return addr( EffectiveAddress( base ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-6130- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6138- static Operand effw( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:6139: return addr( EffectiveAddress( base ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-6140- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6148- static Operand effd( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:6149: return addr( EffectiveAddress( base ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-6150- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6158- static Operand effq( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:6159: return addr( EffectiveAddress( base ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-6160- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6170- static Operand eff( const Register &base, const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:6171: return addr( EffectiveAddress( base, displacement ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-6172- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6181- static Operand effb( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6182: return addr( EffectiveAddress( base, displacement ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-6183- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6192- static Operand effw( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6193: return addr( EffectiveAddress( base, displacement ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-6194- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6203- static Operand effd( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6204: return addr( EffectiveAddress( base, displacement ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-6205- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6214- static Operand effq( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6215: return addr( EffectiveAddress( base, displacement ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-6216- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6227- static Operand eff( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:6228: return addr( EffectiveAddress( index, scaleFactor, displacement ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-6229- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6239- static Operand effb( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6240: return addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-6241- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6251- static Operand effw( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6252: return addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-6253- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6263- static Operand effd( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6264: return addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-6265- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6275- static Operand effq( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6276: return addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-6277- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6287- static Operand eff( const Register &base, const Register &index, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:6288: return addr( EffectiveAddress( base, index ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-6289- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6298- static Operand effb( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:6299: return addr( EffectiveAddress( base, index ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-6300- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6309- static Operand effw( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:6310: return addr( EffectiveAddress( base, index ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-6311- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6320- static Operand effd( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:6321: return addr( EffectiveAddress( base, index ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-6322- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6331- static Operand effq( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:6332: return addr( EffectiveAddress( base, index ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-6333- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6344- static Operand eff( const Register &base, const Register &index, fcml_uint8_t scaleFactor, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:6345: return addr( EffectiveAddress( base, index, scaleFactor ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-6346- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6356- static Operand effb( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:6357: return addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-6358- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6368- static Operand effw( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:6369: return addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-6370- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6380- static Operand effd( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:6381: return addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-6382- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6392- static Operand effq( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:6393: return addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-6394- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6406- static Operand eff( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:6407: return addr( EffectiveAddress( base, index, scaleFactor, displacement ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-6408- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6419- static Operand effb( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6420: return addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-6421- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6432- static Operand effw( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6433: return addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-6434- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6445- static Operand effd( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6446: return addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-6447- } ############################################## fcml-1.2.2/include/fcml_common.hpp-6458- static Operand effq( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:6459: return addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-6460- } ############################################## fcml-1.2.2/include/fcml_common.hpp-8155- */ fcml-1.2.2/include/fcml_common.hpp:8156: IB& addr( const Address &address ) { fcml-1.2.2/include/fcml_common.hpp-8157- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8158: _operands[_operandsCount++].addr(address); fcml-1.2.2/include/fcml_common.hpp-8159- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8229- */ fcml-1.2.2/include/fcml_common.hpp:8230: IB& addr( const EffectiveAddress &effectiveAddress, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp-8231- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8232: _operands[_operandsCount++].addr( effectiveAddress, sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8233- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8243- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8244: _operands[_operandsCount++].addr( effectiveAddress, FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8245- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8255- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8256: _operands[_operandsCount++].addr( effectiveAddress, FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8257- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8267- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8268: _operands[_operandsCount++].addr( effectiveAddress, FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8269- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8279- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8280: _operands[_operandsCount++].addr( effectiveAddress, FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8281- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8291- */ fcml-1.2.2/include/fcml_common.hpp:8292: IB& addr( const EffectiveAddress &effectiveAddress, const SegmentSelector &segmentSelector, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp-8293- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8294: _operands[_operandsCount++].addr( effectiveAddress, segmentSelector, sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8295- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8306- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8307: _operands[_operandsCount++].addr( effectiveAddress, segmentSelector, FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8308- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8319- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8320: _operands[_operandsCount++].addr( effectiveAddress, segmentSelector, FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8321- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8332- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8333: _operands[_operandsCount++].addr( effectiveAddress, segmentSelector, FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8334- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8345- sanityCheck(); fcml-1.2.2/include/fcml_common.hpp:8346: _operands[_operandsCount++].addr( effectiveAddress, segmentSelector, FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8347- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8384- IB& eff( const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:8385: next().addr( EffectiveAddress(displacement), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8386- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8395- IB& effb( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8396: next().addr( EffectiveAddress(displacement), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8397- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8406- IB& effw( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8407: next().addr( EffectiveAddress(displacement), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8408- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8417- IB& effd( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8418: next().addr( EffectiveAddress(displacement), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8419- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8428- IB& effq( const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8429: next().addr( EffectiveAddress(displacement), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8430- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8440- IB& eff( const Register &base, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:8441: next().addr( EffectiveAddress(base), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8442- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8451- IB& effb( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:8452: next().addr( EffectiveAddress(base), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8453- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8462- IB& effw( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:8463: next().addr( EffectiveAddress(base), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8464- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8473- IB& effd( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:8474: next().addr( EffectiveAddress(base), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8475- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8484- IB& effq( const Register &base ) { fcml-1.2.2/include/fcml_common.hpp:8485: next().addr( EffectiveAddress(base), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8486- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8497- IB& eff( const Register &base, const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:8498: next().addr( EffectiveAddress( base, displacement ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8499- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8509- IB& effb( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8510: next().addr( EffectiveAddress( base, displacement ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8511- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8521- IB& effw( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8522: next().addr( EffectiveAddress( base, displacement ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8523- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8533- IB& effd( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8534: next().addr( EffectiveAddress( base, displacement ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8535- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8545- IB& effq( const Register &base, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8546: next().addr( EffectiveAddress( base, displacement ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8547- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8559- IB& eff( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:8560: next().addr( EffectiveAddress( index, scaleFactor, displacement ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8561- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8572- IB& effb( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8573: next().addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8574- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8585- IB& effw( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8586: next().addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8587- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8598- IB& effd( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8599: next().addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8600- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8611- IB& effq( const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8612: next().addr( EffectiveAddress( index, scaleFactor, displacement ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8613- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8624- IB& eff( const Register &base, const Register &index, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:8625: next().addr( EffectiveAddress( base, index ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8626- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8636- IB& effb( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:8637: next().addr( EffectiveAddress( base, index ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8638- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8648- IB& effw( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:8649: next().addr( EffectiveAddress( base, index ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8650- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8660- IB& effd( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:8661: next().addr( EffectiveAddress( base, index ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8662- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8672- IB& effq( const Register &base, const Register &index ) { fcml-1.2.2/include/fcml_common.hpp:8673: next().addr( EffectiveAddress( base, index ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8674- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8686- IB& eff( const Register &base, const Register &index, fcml_uint8_t scaleFactor, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:8687: next().addr( EffectiveAddress( base, index, scaleFactor ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8688- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8699- IB& effb( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:8700: next().addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8701- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8712- IB& effw( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:8713: next().addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8714- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8725- IB& effd( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:8726: next().addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8727- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8738- IB& effq( const Register &base, const Register &index, fcml_uint8_t scaleFactor ) { fcml-1.2.2/include/fcml_common.hpp:8739: next().addr( EffectiveAddress( base, index, scaleFactor ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8740- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8753- IB& eff( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement, fcml_usize sizeOperator = FCML_DS_UNDEF ) { fcml-1.2.2/include/fcml_common.hpp:8754: next().addr( EffectiveAddress( base, index, scaleFactor, displacement ), sizeOperator ); fcml-1.2.2/include/fcml_common.hpp-8755- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8767- IB& effb( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8768: next().addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_8 ); fcml-1.2.2/include/fcml_common.hpp-8769- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8781- IB& effw( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8782: next().addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_16 ); fcml-1.2.2/include/fcml_common.hpp-8783- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8795- IB& effd( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8796: next().addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_32 ); fcml-1.2.2/include/fcml_common.hpp-8797- return *this; ############################################## fcml-1.2.2/include/fcml_common.hpp-8809- IB& effq( const Register &base, const Register &index, fcml_uint8_t scaleFactor, const Integer &displacement ) { fcml-1.2.2/include/fcml_common.hpp:8810: next().addr( EffectiveAddress( base, index, scaleFactor, displacement ), FCML_DS_64 ); fcml-1.2.2/include/fcml_common.hpp-8811- return *this; ############################################## fcml-1.2.2/include/Makefile.in-50- { \ fcml-1.2.2/include/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/include/Makefile.in-52- }; \ ############################################## fcml-1.2.2/include/Makefile.in-123- esac fcml-1.2.2/include/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; fcml-1.2.2/include/Makefile.in-125-am__vpath_adj = case $$p in \ fcml-1.2.2/include/Makefile.in:126: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ fcml-1.2.2/include/Makefile.in-127- *) f=$$p;; \ fcml-1.2.2/include/Makefile.in-128- esac; fcml-1.2.2/include/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; fcml-1.2.2/include/Makefile.in-130-am__install_max = 40 fcml-1.2.2/include/Makefile.in-131-am__nobase_strip_setup = \ fcml-1.2.2/include/Makefile.in:132: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` fcml-1.2.2/include/Makefile.in-133-am__nobase_strip = \ ############################################## fcml-1.2.2/include/Makefile.in-399- @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ fcml-1.2.2/include/Makefile.in:400: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ fcml-1.2.2/include/Makefile.in-401- dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) ############################################## fcml-1.2.2/include/Makefile.in-432-GTAGS: fcml-1.2.2/include/Makefile.in:433: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/include/Makefile.in-434- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/include/Makefile.in-455-distdir: $(DISTFILES) fcml-1.2.2/include/Makefile.in:456: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/include/Makefile.in:457: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/include/Makefile.in-458- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/include/Makefile.in-469- if test -d $$d/$$file; then \ fcml-1.2.2/include/Makefile.in:470: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/include/Makefile.in-471- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-50- { \ fcml-1.2.2/example/hsdis/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/example/hsdis/Makefile.in-52- }; \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES = fcml-1.2.2/example/hsdis/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; fcml-1.2.2/example/hsdis/Makefile.in-105-am__vpath_adj = case $$p in \ fcml-1.2.2/example/hsdis/Makefile.in:106: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ fcml-1.2.2/example/hsdis/Makefile.in-107- *) f=$$p;; \ fcml-1.2.2/example/hsdis/Makefile.in-108- esac; fcml-1.2.2/example/hsdis/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; fcml-1.2.2/example/hsdis/Makefile.in-110-am__install_max = 40 fcml-1.2.2/example/hsdis/Makefile.in-111-am__nobase_strip_setup = \ fcml-1.2.2/example/hsdis/Makefile.in:112: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` fcml-1.2.2/example/hsdis/Makefile.in-113-am__nobase_strip = \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-225- while test -n "$$dir1"; do \ fcml-1.2.2/example/hsdis/Makefile.in:226: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ fcml-1.2.2/example/hsdis/Makefile.in-227- if test "$$first" != "."; then \ fcml-1.2.2/example/hsdis/Makefile.in-228- if test "$$first" = ".."; then \ fcml-1.2.2/example/hsdis/Makefile.in:229: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ fcml-1.2.2/example/hsdis/Makefile.in:230: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ fcml-1.2.2/example/hsdis/Makefile.in-231- else \ fcml-1.2.2/example/hsdis/Makefile.in:232: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ fcml-1.2.2/example/hsdis/Makefile.in-233- if test "$$first2" = "$$first"; then \ fcml-1.2.2/example/hsdis/Makefile.in:234: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ fcml-1.2.2/example/hsdis/Makefile.in-235- else \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-240- fi; \ fcml-1.2.2/example/hsdis/Makefile.in:241: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ fcml-1.2.2/example/hsdis/Makefile.in-242- done; \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-467-.c.obj: fcml-1.2.2/example/hsdis/Makefile.in:468:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/example/hsdis/Makefile.in-469-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/example/hsdis/Makefile.in-471-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/hsdis/Makefile.in:472:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/example/hsdis/Makefile.in-473- ############################################## fcml-1.2.2/example/hsdis/Makefile.in-481-libhsdis_la-hsdis.lo: hsdis.c fcml-1.2.2/example/hsdis/Makefile.in:482:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhsdis_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libhsdis_la-hsdis.lo -MD -MP -MF $(DEPDIR)/libhsdis_la-hsdis.Tpo -c -o libhsdis_la-hsdis.lo `test -f 'hsdis.c' || echo '$(srcdir)/'`hsdis.c fcml-1.2.2/example/hsdis/Makefile.in-483-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhsdis_la-hsdis.Tpo $(DEPDIR)/libhsdis_la-hsdis.Plo ############################################## fcml-1.2.2/example/hsdis/Makefile.in-485-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/hsdis/Makefile.in:486:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhsdis_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libhsdis_la-hsdis.lo `test -f 'hsdis.c' || echo '$(srcdir)/'`hsdis.c fcml-1.2.2/example/hsdis/Makefile.in-487- ############################################## fcml-1.2.2/example/hsdis/Makefile.in-507- dot_seen=no; \ fcml-1.2.2/example/hsdis/Makefile.in:508: target=`echo $@ | sed s/-recursive//`; \ fcml-1.2.2/example/hsdis/Makefile.in-509- case "$@" in \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-570-GTAGS: fcml-1.2.2/example/hsdis/Makefile.in:571: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/example/hsdis/Makefile.in-572- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-593-distdir: $(DISTFILES) fcml-1.2.2/example/hsdis/Makefile.in:594: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/hsdis/Makefile.in:595: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/hsdis/Makefile.in-596- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/example/hsdis/Makefile.in-607- if test -d $$d/$$file; then \ fcml-1.2.2/example/hsdis/Makefile.in:608: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/example/hsdis/Makefile.in-609- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/example/Makefile.in-49- { \ fcml-1.2.2/example/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/example/Makefile.in-51- }; \ ############################################## fcml-1.2.2/example/Makefile.in-166- while test -n "$$dir1"; do \ fcml-1.2.2/example/Makefile.in:167: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ fcml-1.2.2/example/Makefile.in-168- if test "$$first" != "."; then \ fcml-1.2.2/example/Makefile.in-169- if test "$$first" = ".."; then \ fcml-1.2.2/example/Makefile.in:170: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ fcml-1.2.2/example/Makefile.in:171: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ fcml-1.2.2/example/Makefile.in-172- else \ fcml-1.2.2/example/Makefile.in:173: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ fcml-1.2.2/example/Makefile.in-174- if test "$$first2" = "$$first"; then \ fcml-1.2.2/example/Makefile.in:175: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ fcml-1.2.2/example/Makefile.in-176- else \ ############################################## fcml-1.2.2/example/Makefile.in-181- fi; \ fcml-1.2.2/example/Makefile.in:182: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ fcml-1.2.2/example/Makefile.in-183- done; \ ############################################## fcml-1.2.2/example/Makefile.in-313-top_srcdir = @top_srcdir@ fcml-1.2.2/example/Makefile.in:314:SUBDIRS = fcml-asm fcml-disasm fcml-1.2.2/example/Makefile.in-315-EXTRA_DIST = hsdis/hsdis.c \ ############################################## fcml-1.2.2/example/Makefile.in-372- dot_seen=no; \ fcml-1.2.2/example/Makefile.in:373: target=`echo $@ | sed s/-recursive//`; \ fcml-1.2.2/example/Makefile.in-374- case "$@" in \ ############################################## fcml-1.2.2/example/Makefile.in-435-GTAGS: fcml-1.2.2/example/Makefile.in:436: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/example/Makefile.in-437- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/example/Makefile.in-458-distdir: $(DISTFILES) fcml-1.2.2/example/Makefile.in:459: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/Makefile.in:460: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/Makefile.in-461- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/example/Makefile.in-472- if test -d $$d/$$file; then \ fcml-1.2.2/example/Makefile.in:473: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/example/Makefile.in-474- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-50- { \ fcml-1.2.2/example/fcml-asm/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/example/fcml-asm/Makefile.in-52- }; \ ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-345- test -n "$(EXEEXT)" || exit 0; \ fcml-1.2.2/example/fcml-asm/Makefile.in:346: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ fcml-1.2.2/example/fcml-asm/Makefile.in-347- echo " rm -f" $$list; \ ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-369-.c.obj: fcml-1.2.2/example/fcml-asm/Makefile.in:370:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/example/fcml-asm/Makefile.in-371-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-373-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/fcml-asm/Makefile.in:374:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/example/fcml-asm/Makefile.in-375- ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-383-fcml_asm-main.o: main.c fcml-1.2.2/example/fcml-asm/Makefile.in:384:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_asm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_asm-main.o -MD -MP -MF $(DEPDIR)/fcml_asm-main.Tpo -c -o fcml_asm-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/example/fcml-asm/Makefile.in-385-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_asm-main.Tpo $(DEPDIR)/fcml_asm-main.Po ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-387-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/fcml-asm/Makefile.in:388:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_asm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_asm-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/example/fcml-asm/Makefile.in-389- fcml-1.2.2/example/fcml-asm/Makefile.in-390-fcml_asm-main.obj: main.c fcml-1.2.2/example/fcml-asm/Makefile.in:391:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_asm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_asm-main.obj -MD -MP -MF $(DEPDIR)/fcml_asm-main.Tpo -c -o fcml_asm-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/example/fcml-asm/Makefile.in-392-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_asm-main.Tpo $(DEPDIR)/fcml_asm-main.Po ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-394-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/fcml-asm/Makefile.in:395:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_asm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_asm-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/example/fcml-asm/Makefile.in-396- ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-432-GTAGS: fcml-1.2.2/example/fcml-asm/Makefile.in:433: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/example/fcml-asm/Makefile.in-434- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-455-distdir: $(DISTFILES) fcml-1.2.2/example/fcml-asm/Makefile.in:456: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/fcml-asm/Makefile.in:457: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/fcml-asm/Makefile.in-458- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/example/fcml-asm/Makefile.in-469- if test -d $$d/$$file; then \ fcml-1.2.2/example/fcml-asm/Makefile.in:470: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/example/fcml-asm/Makefile.in-471- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/example/fcml-asm/main.c-112- printf( fcml-1.2.2/example/fcml-asm/main.c:113: "usage: fcml_asm [-abs] [-sib] [-rex] [-gas] [-asa<size>] [-osa<size>]\n" fcml-1.2.2/example/fcml-asm/main.c-114- " <-m<size>> <-ip address> <instruction>\n\n" ############################################## fcml-1.2.2/example/fcml-asm/main.c-130- " -gas Use GNU assembler/AT&T dialect (Intel dialect is used by default)\n\n" fcml-1.2.2/example/fcml-asm/main.c:131: "example: fcml_asm -m32 -ip 0x4001000 \"add eax,1\"\n\n"); fcml-1.2.2/example/fcml-asm/main.c-132- exit(0); ############################################## fcml-1.2.2/example/Makefile.am:1:SUBDIRS = fcml-asm fcml-disasm fcml-1.2.2/example/Makefile.am-2- ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-50- { \ fcml-1.2.2/example/fcml-disasm/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/example/fcml-disasm/Makefile.in-52- }; \ ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-345- test -n "$(EXEEXT)" || exit 0; \ fcml-1.2.2/example/fcml-disasm/Makefile.in:346: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ fcml-1.2.2/example/fcml-disasm/Makefile.in-347- echo " rm -f" $$list; \ ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-369-.c.obj: fcml-1.2.2/example/fcml-disasm/Makefile.in:370:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/example/fcml-disasm/Makefile.in-371-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-373-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/fcml-disasm/Makefile.in:374:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/example/fcml-disasm/Makefile.in-375- ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-383-fcml_disasm-main.o: main.c fcml-1.2.2/example/fcml-disasm/Makefile.in:384:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_disasm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_disasm-main.o -MD -MP -MF $(DEPDIR)/fcml_disasm-main.Tpo -c -o fcml_disasm-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/example/fcml-disasm/Makefile.in-385-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_disasm-main.Tpo $(DEPDIR)/fcml_disasm-main.Po ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-387-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/fcml-disasm/Makefile.in:388:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_disasm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_disasm-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c fcml-1.2.2/example/fcml-disasm/Makefile.in-389- fcml-1.2.2/example/fcml-disasm/Makefile.in-390-fcml_disasm-main.obj: main.c fcml-1.2.2/example/fcml-disasm/Makefile.in:391:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_disasm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fcml_disasm-main.obj -MD -MP -MF $(DEPDIR)/fcml_disasm-main.Tpo -c -o fcml_disasm-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/example/fcml-disasm/Makefile.in-392-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fcml_disasm-main.Tpo $(DEPDIR)/fcml_disasm-main.Po ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-394-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/example/fcml-disasm/Makefile.in:395:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcml_disasm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fcml_disasm-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` fcml-1.2.2/example/fcml-disasm/Makefile.in-396- ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-432-GTAGS: fcml-1.2.2/example/fcml-disasm/Makefile.in:433: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/example/fcml-disasm/Makefile.in-434- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-455-distdir: $(DISTFILES) fcml-1.2.2/example/fcml-disasm/Makefile.in:456: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/fcml-disasm/Makefile.in:457: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/example/fcml-disasm/Makefile.in-458- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/example/fcml-disasm/Makefile.in-469- if test -d $$d/$$file; then \ fcml-1.2.2/example/fcml-disasm/Makefile.in:470: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/example/fcml-disasm/Makefile.in-471- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/example/fcml-disasm/main.c-698- printf( fcml-1.2.2/example/fcml-disasm/main.c:699: "usage: fcml_disasm [-s] [-e] [-rc] [-rh] [-rz] [-rs] [-gas] \n" fcml-1.2.2/example/fcml-disasm/main.c-700- " [-asa<size>] [-osa<size>] <-m<size>> <-ip address> <code>\n\n" ############################################## fcml-1.2.2/example/fcml-disasm/main.c-716- " -gas Use GNU assembler/AT&T dialect (Intel dialect is used by default)\n\n" fcml-1.2.2/example/fcml-disasm/main.c:717: "example: fcml_disasm -m32 -ip 0x4001000 0x678316010203\n\n"); fcml-1.2.2/example/fcml-disasm/main.c-718- exit(0); ############################################## fcml-1.2.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ fcml-1.2.2/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then fcml-1.2.2/configure-47- as_echo='print -r --' fcml-1.2.2/configure-48- as_echo_n='print -rn --' fcml-1.2.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then fcml-1.2.2/configure-50- as_echo='printf %s\n' ############################################## fcml-1.2.2/configure-52-else fcml-1.2.2/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then fcml-1.2.2/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## fcml-1.2.2/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; fcml-1.2.2/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; fcml-1.2.2/configure-64- esac; ############################################## fcml-1.2.2/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && fcml-1.2.2/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 fcml-1.2.2/configure-201- ############################################## fcml-1.2.2/configure-206- PATH=/empty FPATH=/empty; export PATH FPATH fcml-1.2.2/configure:207: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ fcml-1.2.2/configure:208: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 fcml-1.2.2/configure-209-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## fcml-1.2.2/configure-335- case $as_dir in #( fcml-1.2.2/configure:336: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( fcml-1.2.2/configure-337- *) as_qdir=$as_dir;; ############################################## fcml-1.2.2/configure-408- { fcml-1.2.2/configure:409: as_val=`expr "$@" || test $? -eq 1` fcml-1.2.2/configure-410- } ############################################## fcml-1.2.2/configure-415-# ---------------------------------------- fcml-1.2.2/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are fcml-1.2.2/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## fcml-1.2.2/configure-478- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && fcml-1.2.2/configure:479: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { fcml-1.2.2/configure-480- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## fcml-1.2.2/configure-868- case $ac_option in fcml-1.2.2/configure:869: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; fcml-1.2.2/configure-870- *=) ac_optarg= ;; ############################################## fcml-1.2.2/configure-912- -disable-* | --disable-*) fcml-1.2.2/configure:913: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` fcml-1.2.2/configure-914- # Reject names that are not valid shell variable names. ############################################## fcml-1.2.2/configure-917- ac_useropt_orig=$ac_useropt fcml-1.2.2/configure:918: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` fcml-1.2.2/configure-919- case $ac_user_opts in ############################################## fcml-1.2.2/configure-938- -enable-* | --enable-*) fcml-1.2.2/configure:939: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` fcml-1.2.2/configure-940- # Reject names that are not valid shell variable names. ############################################## fcml-1.2.2/configure-943- ac_useropt_orig=$ac_useropt fcml-1.2.2/configure:944: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` fcml-1.2.2/configure-945- case $ac_user_opts in ############################################## fcml-1.2.2/configure-1151- -with-* | --with-*) fcml-1.2.2/configure:1152: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` fcml-1.2.2/configure-1153- # Reject names that are not valid shell variable names. ############################################## fcml-1.2.2/configure-1156- ac_useropt_orig=$ac_useropt fcml-1.2.2/configure:1157: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` fcml-1.2.2/configure-1158- case $ac_user_opts in ############################################## fcml-1.2.2/configure-1167- -without-* | --without-*) fcml-1.2.2/configure:1168: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` fcml-1.2.2/configure-1169- # Reject names that are not valid shell variable names. ############################################## fcml-1.2.2/configure-1172- ac_useropt_orig=$ac_useropt fcml-1.2.2/configure:1173: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` fcml-1.2.2/configure-1174- case $ac_user_opts in ############################################## fcml-1.2.2/configure-1205- *=*) fcml-1.2.2/configure:1206: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` fcml-1.2.2/configure-1207- # Reject names that are not valid shell variable names. ############################################## fcml-1.2.2/configure-1226-if test -n "$ac_prev"; then fcml-1.2.2/configure:1227: ac_option=--`echo $ac_prev | sed 's/_/-/g'` fcml-1.2.2/configure-1228- as_fn_error $? "missing argument to $ac_option" ############################################## fcml-1.2.2/configure-1248- */ ) fcml-1.2.2/configure:1249: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` fcml-1.2.2/configure-1250- eval $ac_var=\$ac_val;; ############################################## fcml-1.2.2/configure-1283-ac_ls_di=`ls -di .` && fcml-1.2.2/configure:1284:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || fcml-1.2.2/configure-1285- as_fn_error $? "working directory cannot be determined" ############################################## fcml-1.2.2/configure-1339-case $srcdir in fcml-1.2.2/configure:1340:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; fcml-1.2.2/configure-1341-esac ############################################## fcml-1.2.2/configure-1382-By default, \`make install' will install all the files in fcml-1.2.2/configure:1383:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify fcml-1.2.2/configure:1384:an installation prefix other than \`$ac_default_prefix' using \`--prefix', fcml-1.2.2/configure-1385-for instance \`--prefix=\$HOME'. ############################################## fcml-1.2.2/configure-1500-*) fcml-1.2.2/configure:1501: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` fcml-1.2.2/configure-1502- # A ".." for each directory in $ac_dir_suffix. fcml-1.2.2/configure:1503: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` fcml-1.2.2/configure-1504- case $ac_top_builddir_sub in ############################################## fcml-1.2.2/configure-2293- *\'*) fcml-1.2.2/configure:2294: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; fcml-1.2.2/configure-2295- esac ############################################## fcml-1.2.2/configure-2376- case $ac_val in fcml-1.2.2/configure:2377: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; fcml-1.2.2/configure-2378- esac ############################################## fcml-1.2.2/configure-2391- case $ac_val in fcml-1.2.2/configure:2392: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; fcml-1.2.2/configure-2393- esac ############################################## fcml-1.2.2/configure-2511- set,) fcml-1.2.2/configure:2512: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 fcml-1.2.2/configure:2513:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} fcml-1.2.2/configure-2514- ac_cache_corrupted=: ;; ############################################## fcml-1.2.2/configure-2522- # differences in whitespace do not lead to failure. fcml-1.2.2/configure:2523: ac_old_val_w=`echo x $ac_old_val` fcml-1.2.2/configure:2524: ac_new_val_w=`echo x $ac_new_val` fcml-1.2.2/configure-2525- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## fcml-1.2.2/configure-2542- case $ac_new_val in fcml-1.2.2/configure:2543: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; fcml-1.2.2/configure-2544- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## fcml-1.2.2/configure-2717- echo "timestamp, slept: $am_has_slept" > conftest.file fcml-1.2.2/configure:2718: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` fcml-1.2.2/configure-2719- if test "$*" = "X"; then fcml-1.2.2/configure-2720- # -L didn't work. fcml-1.2.2/configure:2721: set X `ls -t "$srcdir/configure" conftest.file` fcml-1.2.2/configure-2722- fi ############################################## fcml-1.2.2/configure-2768-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' fcml-1.2.2/configure:2769:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` fcml-1.2.2/configure-2770- fcml-1.2.2/configure-2771-# Expand $ac_aux_dir to an absolute path. fcml-1.2.2/configure:2772:am_aux_dir=`cd "$ac_aux_dir" && pwd` fcml-1.2.2/configure-2773- ############################################## fcml-1.2.2/configure-2913- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue fcml-1.2.2/configure:2914: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( fcml-1.2.2/configure-2915- 'mkdir (GNU coreutils) '* | \ ############################################## fcml-1.2.2/configure-2986-set x ${MAKE-make} fcml-1.2.2/configure:2987:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` fcml-1.2.2/configure-2988-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## fcml-1.2.2/configure-2996-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. fcml-1.2.2/configure:2997:case `${MAKE-make} -f conftest.make 2>/dev/null` in fcml-1.2.2/configure-2998- *@@@%%%=?*=@@@%%%*) ############################################## fcml-1.2.2/configure-3062- fcml-1.2.2/configure:3063:if test "`cd $srcdir && pwd`" != "`pwd`"; then fcml-1.2.2/configure-3064- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## fcml-1.2.2/configure-3214-test "x$ac_build_alias" = x && fcml-1.2.2/configure:3215: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` fcml-1.2.2/configure-3216-test "x$ac_build_alias" = x && fcml-1.2.2/configure-3217- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 fcml-1.2.2/configure:3218:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || fcml-1.2.2/configure-3219- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## fcml-1.2.2/configure-3238-IFS=$ac_save_IFS fcml-1.2.2/configure:3239:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac fcml-1.2.2/configure-3240- ############################################## fcml-1.2.2/configure-3249-else fcml-1.2.2/configure:3250: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || fcml-1.2.2/configure-3251- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## fcml-1.2.2/configure-3271-IFS=$ac_save_IFS fcml-1.2.2/configure:3272:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac fcml-1.2.2/configure-3273- ############################################## fcml-1.2.2/configure-3299-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ fcml-1.2.2/configure:3300: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then fcml-1.2.2/configure-3301- ECHO='print -r --' fcml-1.2.2/configure:3302:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then fcml-1.2.2/configure-3303- ECHO='printf %s\n' ############################################## fcml-1.2.2/configure-3363-# Ignore all kinds of additional output from 'make'. fcml-1.2.2/configure:3364:case `$am_make -s -f confmf 2> /dev/null` in #( fcml-1.2.2/configure-3365-*the\ am__doit\ target*) ############################################## fcml-1.2.2/configure-3373- echo '.include "confinc"' > confmf fcml-1.2.2/configure:3374: case `$am_make -s -f confmf 2> /dev/null` in #( fcml-1.2.2/configure-3375- *the\ am__doit\ target*) ############################################## fcml-1.2.2/configure-3752-$as_echo_n "checking whether the C compiler works... " >&6; } fcml-1.2.2/configure:3753:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` fcml-1.2.2/configure-3754- ############################################## fcml-1.2.2/configure-3796- then :; else fcml-1.2.2/configure:3797: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fcml-1.2.2/configure-3798- fi ############################################## fcml-1.2.2/configure-3856- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; fcml-1.2.2/configure:3857: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fcml-1.2.2/configure-3858- break;; ############################################## fcml-1.2.2/configure-3965- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; fcml-1.2.2/configure:3966: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` fcml-1.2.2/configure-3967- break;; ############################################## fcml-1.2.2/configure-4283- if test "$am_compiler_list" = ""; then fcml-1.2.2/configure:4284: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fcml-1.2.2/configure-4285- fi ############################################## fcml-1.2.2/configure-4407- # Check for GNU $ac_path_SED fcml-1.2.2/configure:4408:case `"$ac_path_SED" --version 2>&1` in fcml-1.2.2/configure-4409-*GNU*) ############################################## fcml-1.2.2/configure-4483- # Check for GNU $ac_path_GREP fcml-1.2.2/configure:4484:case `"$ac_path_GREP" --version 2>&1` in fcml-1.2.2/configure-4485-*GNU*) ############################################## fcml-1.2.2/configure-4549- # Check for GNU $ac_path_EGREP fcml-1.2.2/configure:4550:case `"$ac_path_EGREP" --version 2>&1` in fcml-1.2.2/configure-4551-*GNU*) ############################################## fcml-1.2.2/configure-4616- # Check for GNU $ac_path_FGREP fcml-1.2.2/configure:4617:case `"$ac_path_FGREP" --version 2>&1` in fcml-1.2.2/configure-4618-*GNU*) ############################################## fcml-1.2.2/configure-4696- # gcc leaves a trailing carriage return, which upsets mingw fcml-1.2.2/configure:4697: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; fcml-1.2.2/configure-4698- *) fcml-1.2.2/configure:4699: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; fcml-1.2.2/configure-4700- esac ############################################## fcml-1.2.2/configure-4705- # Canonicalize the pathname of ld fcml-1.2.2/configure:4706: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` fcml-1.2.2/configure-4707- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do fcml-1.2.2/configure:4708: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` fcml-1.2.2/configure-4709- done ############################################## fcml-1.2.2/configure-4740- # Break only if it was the GNU/non-GNU ld that we prefer. fcml-1.2.2/configure:4741: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in fcml-1.2.2/configure-4742- *GNU* | *'with BFD'*) ############################################## fcml-1.2.2/configure-4771- # I'd rather use --version here, but apparently some GNU lds only accept -v. fcml-1.2.2/configure:4772:case `$LD -v 2>&1 </dev/null` in fcml-1.2.2/configure-4773-*GNU* | *'with BFD'*) ############################################## fcml-1.2.2/configure-4821- esac fcml-1.2.2/configure:4822: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in fcml-1.2.2/configure-4823- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## fcml-1.2.2/configure-4827- *) fcml-1.2.2/configure:4828: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in fcml-1.2.2/configure-4829- */dev/null*) ############################################## fcml-1.2.2/configure-4955- fcml-1.2.2/configure:4956: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in fcml-1.2.2/configure-4957- *COFF*) ############################################## fcml-1.2.2/configure-5067- # And add a safety zone fcml-1.2.2/configure:5068: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` fcml-1.2.2/configure:5069: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` fcml-1.2.2/configure-5070- ;; ############################################## fcml-1.2.2/configure-5100- if test -n "$kargmax"; then fcml-1.2.2/configure:5101: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` fcml-1.2.2/configure-5102- else ############################################## fcml-1.2.2/configure-5109- test undefined != "$lt_cv_sys_max_cmd_len"; then fcml-1.2.2/configure:5110: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` fcml-1.2.2/configure:5111: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` fcml-1.2.2/configure-5112- else ############################################## fcml-1.2.2/configure-5121- # we can't tell. fcml-1.2.2/configure:5122: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ fcml-1.2.2/configure-5123- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## fcml-1.2.2/configure-5125- do fcml-1.2.2/configure:5126: i=`expr $i + 1` fcml-1.2.2/configure-5127- teststring=$teststring$teststring ############################################## fcml-1.2.2/configure-5129- # Only check the string length outside the loop. fcml-1.2.2/configure:5130: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` fcml-1.2.2/configure-5131- teststring= ############################################## fcml-1.2.2/configure-5134- # linker. It appears as though 1/2 is a usable value. fcml-1.2.2/configure:5135: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fcml-1.2.2/configure-5136- fi ############################################## fcml-1.2.2/configure-5545-openbsd* | bitrig*) fcml-1.2.2/configure:5546: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then fcml-1.2.2/configure-5547- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## fcml-1.2.2/configure-5615- else fcml-1.2.2/configure:5616: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fcml-1.2.2/configure-5617- fi ############################################## fcml-1.2.2/configure-5760- # decide which one to use based on capabilities of $DLLTOOL fcml-1.2.2/configure:5761: case `$DLLTOOL --help 2>&1` in fcml-1.2.2/configure-5762- *--identify-strict*) ############################################## fcml-1.2.2/configure-6282-# If we're using GNU nm, then use its standard symbol codes. fcml-1.2.2/configure:6283:case `$NM -V 2>&1` in fcml-1.2.2/configure-6284-*GNU* | *'with BFD'*) ############################################## fcml-1.2.2/configure-6330-mingw*) fcml-1.2.2/configure:6331: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp fcml-1.2.2/configure-6332- ;; ############################################## fcml-1.2.2/configure-6562- if test yes = "$GCC"; then fcml-1.2.2/configure:6563: lt_sysroot=`$CC --print-sysroot 2>/dev/null` fcml-1.2.2/configure-6564- fi ############################################## fcml-1.2.2/configure-6566- /*) fcml-1.2.2/configure:6567: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` fcml-1.2.2/configure-6568- ;; #( ############################################## fcml-1.2.2/configure-6661- done fcml-1.2.2/configure:6662: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` fcml-1.2.2/configure-6663-} ############################################## fcml-1.2.2/configure-6683- test $ac_status = 0; }; then fcml-1.2.2/configure:6684: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/configure-6685- *ELF-32*) ############################################## fcml-1.2.2/configure-6704- if test yes = "$lt_cv_prog_gnu_ld"; then fcml-1.2.2/configure:6705: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/configure-6706- *32-bit*) ############################################## fcml-1.2.2/configure-6716- else fcml-1.2.2/configure:6717: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/configure-6718- *32-bit*) ############################################## fcml-1.2.2/configure-6742- emul=elf fcml-1.2.2/configure:6743: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/configure-6744- *32-bit*) ############################################## fcml-1.2.2/configure-6750- esac fcml-1.2.2/configure:6751: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/configure-6752- *MSB*) ############################################## fcml-1.2.2/configure-6758- esac fcml-1.2.2/configure:6759: case `/usr/bin/file conftest.$ac_objext` in fcml-1.2.2/configure-6760- *N32*) ############################################## fcml-1.2.2/configure-7691- *:) fcml-1.2.2/configure:7692: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" fcml-1.2.2/configure-7693- ;; fcml-1.2.2/configure-7694- x:*) fcml-1.2.2/configure:7695: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" fcml-1.2.2/configure-7696- ;; fcml-1.2.2/configure-7697- *::*) fcml-1.2.2/configure:7698: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" fcml-1.2.2/configure:7699: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" fcml-1.2.2/configure-7700- ;; fcml-1.2.2/configure-7701- *) fcml-1.2.2/configure:7702: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" fcml-1.2.2/configure-7703- ;; ############################################## fcml-1.2.2/configure-7960-do : fcml-1.2.2/configure:7961: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` fcml-1.2.2/configure-7962-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## fcml-1.2.2/configure-7965- cat >>confdefs.h <<_ACEOF fcml-1.2.2/configure:7966:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 fcml-1.2.2/configure-7967-_ACEOF ############################################## fcml-1.2.2/configure-8323- "file_magic "*) fcml-1.2.2/configure:8324: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` fcml-1.2.2/configure-8325- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## fcml-1.2.2/configure-8389- "file_magic "*) fcml-1.2.2/configure:8390: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` fcml-1.2.2/configure-8391- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## fcml-1.2.2/configure-8787- *) fcml-1.2.2/configure:8788: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/configure-8789- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## fcml-1.2.2/configure-9236- # shared libraries, regardless of the interface used. fcml-1.2.2/configure:9237: case `$LD -v 2>&1` in fcml-1.2.2/configure-9238- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## fcml-1.2.2/configure-9268- supports_anon_versioning=no fcml-1.2.2/configure:9269: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in fcml-1.2.2/configure-9270- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## fcml-1.2.2/configure-9337- # is; otherwise, prepend EXPORTS... fcml-1.2.2/configure:9338: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then fcml-1.2.2/configure-9339- cp $export_symbols $output_objdir/$soname.def; ############################################## fcml-1.2.2/configure-9371- prefix_cmds="$SED"~ fcml-1.2.2/configure:9372: if test EXPORTS = "`$SED 1q $export_symbols`"; then fcml-1.2.2/configure-9373- prefix_cmds="$prefix_cmds -e 1d"; ############################################## fcml-1.2.2/configure-9393- # time. Moving up from 0x10000000 also allows more sbrk(2) space. fcml-1.2.2/configure:9394: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/configure:9395: archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/configure-9396- ;; ############################################## fcml-1.2.2/configure-9411- pgcc*) # Portland Group C compiler fcml-1.2.2/configure:9412: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/configure-9413- tmp_addflag=' $pic_flag' ############################################## fcml-1.2.2/configure-9416- # Portland Group f77 and f90 compilers fcml-1.2.2/configure:9417: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/configure-9418- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## fcml-1.2.2/configure-9433- nvcc*) # Cuda Compiler Driver 2.2 fcml-1.2.2/configure:9434: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/configure-9435- compiler_needs_object=yes ############################################## fcml-1.2.2/configure-9437- esac fcml-1.2.2/configure:9438: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/configure-9439- *Sun\ C*) # Sun C 5.9 fcml-1.2.2/configure:9440: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/configure-9441- compiler_needs_object=yes ############################################## fcml-1.2.2/configure-9508- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) fcml-1.2.2/configure:9509: case `$LD -v 2>&1` in fcml-1.2.2/configure-9510- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## fcml-1.2.2/configure-9597- else fcml-1.2.2/configure:9598: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fcml-1.2.2/configure-9599- fi ############################################## fcml-1.2.2/configure-9662- # below for broken collect2 doesn't work under 4.3+ fcml-1.2.2/configure:9663: collect2name=`$CC -print-prog-name=collect2` fcml-1.2.2/configure-9664- if test -f "$collect2name" && ############################################## fcml-1.2.2/configure-9742- }' fcml-1.2.2/configure:9743: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-9744- # Check for a 64-bit object if we didn't find anything. fcml-1.2.2/configure-9745- if test -z "$lt_cv_aix_libpath_"; then fcml-1.2.2/configure:9746: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-9747- fi ############################################## fcml-1.2.2/configure-9760- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" fcml-1.2.2/configure:9761: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag fcml-1.2.2/configure-9762- else ############################################## fcml-1.2.2/configure-9795- }' fcml-1.2.2/configure:9796: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-9797- # Check for a 64-bit object if we didn't find anything. fcml-1.2.2/configure-9798- if test -z "$lt_cv_aix_libpath_"; then fcml-1.2.2/configure:9799: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-9800- fi ############################################## fcml-1.2.2/configure-9827- # -brtl affects multiple linker settings, -berok does not and is overridden later fcml-1.2.2/configure:9828: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' fcml-1.2.2/configure-9829- if test svr4 != "$with_aix_soname"; then ############################################## fcml-1.2.2/configure-9880- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' fcml-1.2.2/configure:9881: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then fcml-1.2.2/configure-9882- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## fcml-1.2.2/configure-9918- # FIXME: Setting linknames here is a bad hack. fcml-1.2.2/configure:9919: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' fcml-1.2.2/configure-9920- # The linker will automatically build a .lib file if we build a DLL. ############################################## fcml-1.2.2/configure-9936- if test yes = "$lt_cv_ld_force_load"; then fcml-1.2.2/configure:9937: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' fcml-1.2.2/configure-9938- ############################################## fcml-1.2.2/configure-10116- if test yes = "$GCC"; then fcml-1.2.2/configure:10117: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/configure-10118- # Try to use the -exported_symbol ld option, if it does not ############################################## fcml-1.2.2/configure-10144- if test yes = "$lt_cv_irix_exported_symbol"; then fcml-1.2.2/configure:10145: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fcml-1.2.2/configure-10146- fi ############################################## fcml-1.2.2/configure-10148- else fcml-1.2.2/configure:10149: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/configure:10150: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fcml-1.2.2/configure-10151- fi ############################################## fcml-1.2.2/configure-10195- hardcode_direct_absolute=yes fcml-1.2.2/configure:10196: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then fcml-1.2.2/configure-10197- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## fcml-1.2.2/configure-10226- prefix_cmds="$SED"~ fcml-1.2.2/configure:10227: if test EXPORTS = "`$SED 1q $export_symbols`"; then fcml-1.2.2/configure-10228- prefix_cmds="$prefix_cmds -e 1d"; ############################################## fcml-1.2.2/configure-10240- allow_undefined_flag=' $wl-expect_unresolved $wl\*' fcml-1.2.2/configure:10241: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/configure-10242- else fcml-1.2.2/configure-10243- allow_undefined_flag=' -expect_unresolved \*' fcml-1.2.2/configure:10244: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/configure-10245- fi ############################################## fcml-1.2.2/configure-10253- allow_undefined_flag=' $wl-expect_unresolved $wl\*' fcml-1.2.2/configure:10254: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/configure-10255- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## fcml-1.2.2/configure-10257- allow_undefined_flag=' -expect_unresolved \*' fcml-1.2.2/configure:10258: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/configure:10259: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ fcml-1.2.2/configure:10260: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' fcml-1.2.2/configure-10261- ############################################## fcml-1.2.2/configure-10276- else fcml-1.2.2/configure:10277: case `$CC -V 2>&1` in fcml-1.2.2/configure-10278- *"Compilers 5.0"*) ############################################## fcml-1.2.2/configure-10675- esac fcml-1.2.2/configure:10676: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` fcml-1.2.2/configure-10677- case $lt_search_path_spec in ############################################## fcml-1.2.2/configure-10682- # okay in the real world where ";" in dirpaths is itself problematic. fcml-1.2.2/configure:10683: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` fcml-1.2.2/configure-10684- ;; fcml-1.2.2/configure-10685- *) fcml-1.2.2/configure:10686: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/configure-10687- ;; ############################################## fcml-1.2.2/configure-10691- lt_tmp_lt_search_path_spec= fcml-1.2.2/configure:10692: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` fcml-1.2.2/configure-10693- # ...but if some path component already ends with the multilib dir we assume ############################################## fcml-1.2.2/configure-10733- esac fcml-1.2.2/configure:10734: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` fcml-1.2.2/configure-10735-else ############################################## fcml-1.2.2/configure-10873- # Create ${libname}_ixlibrary.a entries in /sys/libs. fcml-1.2.2/configure:10874: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' fcml-1.2.2/configure-10875- ;; ############################################## fcml-1.2.2/configure-10909- # DLL is installed to $(libdir)/../bin by postinstall_cmds fcml-1.2.2/configure:10910: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/configure:10911: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ fcml-1.2.2/configure:10912: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/configure-10913- test -d \$dldir || mkdir -p \$dldir~ ############################################## fcml-1.2.2/configure-10918- fi' fcml-1.2.2/configure:10919: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ fcml-1.2.2/configure-10920- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/configure-10926- # Cygwin DLLs use 'cyg' prefix rather than 'lib' fcml-1.2.2/configure:10927: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-10928- ############################################## fcml-1.2.2/configure-10932- # MinGW DLLs use traditional 'lib' prefix fcml-1.2.2/configure:10933: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-10934- ;; ############################################## fcml-1.2.2/configure-10936- # pw32 DLLs use 'pw' prefix rather than 'lib' fcml-1.2.2/configure:10937: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-10938- ;; ############################################## fcml-1.2.2/configure-10945- libname_spec='$name' fcml-1.2.2/configure:10946: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-10947- library_names_spec='$libname.dll.lib' ############################################## fcml-1.2.2/configure-10957- # Let DOS variable expansion print the short 8.3 style file name. fcml-1.2.2/configure:10958: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` fcml-1.2.2/configure-10959- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## fcml-1.2.2/configure-10962- # Convert to MSYS style. fcml-1.2.2/configure:10963: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` fcml-1.2.2/configure-10964- ;; ############################################## fcml-1.2.2/configure-10968- # like /cygdrive/c/PROGRA~1:/cygdr... fcml-1.2.2/configure:10969: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` fcml-1.2.2/configure:10970: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` fcml-1.2.2/configure:10971: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/configure-10972- ;; ############################################## fcml-1.2.2/configure-10976- # It is most probably a Windows format PATH. fcml-1.2.2/configure:10977: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` fcml-1.2.2/configure-10978- else fcml-1.2.2/configure:10979: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/configure-10980- fi ############################################## fcml-1.2.2/configure-10986- # DLL is installed to $(libdir)/../bin by postinstall_cmds fcml-1.2.2/configure:10987: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/configure:10988: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ fcml-1.2.2/configure:10989: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/configure-10990- test -d \$dldir || mkdir -p \$dldir~ fcml-1.2.2/configure-10991- $install_prog $dir/$dlname \$dldir/$dlname' fcml-1.2.2/configure:10992: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ fcml-1.2.2/configure-10993- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/configure-11000- # Assume MSVC wrapper fcml-1.2.2/configure:11001: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' fcml-1.2.2/configure-11002- dynamic_linker='Win32 ld.exe' ############################################## fcml-1.2.2/configure-11017- shlibpath_var=DYLD_LIBRARY_PATH fcml-1.2.2/configure:11018: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' fcml-1.2.2/configure-11019- ############################################## fcml-1.2.2/configure-11270- if test -f /etc/ld.so.conf; then fcml-1.2.2/configure:11271: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` fcml-1.2.2/configure-11272- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## fcml-1.2.2/configure-11336- need_lib_prefix=no fcml-1.2.2/configure:11337: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then fcml-1.2.2/configure-11338- need_version=no ############################################## fcml-1.2.2/configure-11363- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec fcml-1.2.2/configure:11364: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/configure:11365: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ fcml-1.2.2/configure:11366: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/configure-11367- test -d \$dldir || mkdir -p \$dldir~ ############################################## fcml-1.2.2/configure-11372- fi' fcml-1.2.2/configure:11373: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ fcml-1.2.2/configure-11374- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/configure-12935- if test "$am_compiler_list" = ""; then fcml-1.2.2/configure:12936: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fcml-1.2.2/configure-12937- fi ############################################## fcml-1.2.2/configure-13612- if test "$am_compiler_list" = ""; then fcml-1.2.2/configure:13613: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fcml-1.2.2/configure-13614- fi ############################################## fcml-1.2.2/configure-13716- case $2 in fcml-1.2.2/configure:13717: .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;; fcml-1.2.2/configure:13718: *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;; fcml-1.2.2/configure-13719- esac ############################################## fcml-1.2.2/configure-13996- # gcc leaves a trailing carriage return, which upsets mingw fcml-1.2.2/configure:13997: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; fcml-1.2.2/configure-13998- *) fcml-1.2.2/configure:13999: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; fcml-1.2.2/configure-14000- esac ############################################## fcml-1.2.2/configure-14005- # Canonicalize the pathname of ld fcml-1.2.2/configure:14006: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` fcml-1.2.2/configure-14007- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do fcml-1.2.2/configure:14008: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` fcml-1.2.2/configure-14009- done ############################################## fcml-1.2.2/configure-14040- # Break only if it was the GNU/non-GNU ld that we prefer. fcml-1.2.2/configure:14041: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in fcml-1.2.2/configure-14042- *GNU* | *'with BFD'*) ############################################## fcml-1.2.2/configure-14071- # I'd rather use --version here, but apparently some GNU lds only accept -v. fcml-1.2.2/configure:14072:case `$LD -v 2>&1 </dev/null` in fcml-1.2.2/configure-14073-*GNU* | *'with BFD'*) ############################################## fcml-1.2.2/configure-14105- # ancient GNU ld didn't support --whole-archive et. al. fcml-1.2.2/configure:14106: if eval "`$CC -print-prog-name=ld` --help 2>&1" | fcml-1.2.2/configure-14107- $GREP 'no-whole-archive' > /dev/null; then ############################################## fcml-1.2.2/configure-14216- # below for broken collect2 doesn't work under 4.3+ fcml-1.2.2/configure:14217: collect2name=`$CC -print-prog-name=collect2` fcml-1.2.2/configure-14218- if test -f "$collect2name" && ############################################## fcml-1.2.2/configure-14297- }' fcml-1.2.2/configure:14298: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-14299- # Check for a 64-bit object if we didn't find anything. fcml-1.2.2/configure-14300- if test -z "$lt_cv_aix_libpath__CXX"; then fcml-1.2.2/configure:14301: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-14302- fi ############################################## fcml-1.2.2/configure-14316- fcml-1.2.2/configure:14317: archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag fcml-1.2.2/configure-14318- else ############################################## fcml-1.2.2/configure-14351- }' fcml-1.2.2/configure:14352: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-14353- # Check for a 64-bit object if we didn't find anything. fcml-1.2.2/configure-14354- if test -z "$lt_cv_aix_libpath__CXX"; then fcml-1.2.2/configure:14355: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fcml-1.2.2/configure-14356- fi ############################################## fcml-1.2.2/configure-14383- # -brtl affects multiple linker settings, -berok does not and is overridden later fcml-1.2.2/configure:14384: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' fcml-1.2.2/configure-14385- if test svr4 != "$with_aix_soname"; then ############################################## fcml-1.2.2/configure-14436- archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' fcml-1.2.2/configure:14437: archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then fcml-1.2.2/configure-14438- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## fcml-1.2.2/configure-14478- # is; otherwise, prepend EXPORTS... fcml-1.2.2/configure:14479: archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then fcml-1.2.2/configure-14480- cp $export_symbols $output_objdir/$soname.def; ############################################## fcml-1.2.2/configure-14499- if test yes = "$lt_cv_ld_force_load"; then fcml-1.2.2/configure:14500: whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' fcml-1.2.2/configure-14501- ############################################## fcml-1.2.2/configure-14544- prefix_cmds="$SED"~ fcml-1.2.2/configure:14545: if test EXPORTS = "`$SED 1q $export_symbols`"; then fcml-1.2.2/configure-14546- prefix_cmds="$prefix_cmds -e 1d"; ############################################## fcml-1.2.2/configure-14618- # dependencies. fcml-1.2.2/configure:14619: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/configure-14620- ;; ############################################## fcml-1.2.2/configure-14683- # dependencies. fcml-1.2.2/configure:14684: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/configure-14685- ;; ############################################## fcml-1.2.2/configure-14719- # time. Moving up from 0x10000000 also allows more sbrk(2) space. fcml-1.2.2/configure:14720: archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/configure:14721: archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' fcml-1.2.2/configure-14722- ;; ############################################## fcml-1.2.2/configure-14726- # SGI C++ fcml-1.2.2/configure:14727: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/configure-14728- ############################################## fcml-1.2.2/configure-14737- if test no = "$with_gnu_ld"; then fcml-1.2.2/configure:14738: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/configure-14739- else fcml-1.2.2/configure:14740: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fcml-1.2.2/configure-14741- fi ############################################## fcml-1.2.2/configure-14758- # to its proper name (with version) after linking. fcml-1.2.2/configure:14759: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' fcml-1.2.2/configure:14760: archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' fcml-1.2.2/configure-14761- # Commands to make compiler produce verbose output that lists ############################################## fcml-1.2.2/configure-14768- # dependencies. fcml-1.2.2/configure:14769: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/configure-14770- ############################################## fcml-1.2.2/configure-14783- # earlier do not add the objects themselves. fcml-1.2.2/configure:14784: case `$CC -V 2>&1` in fcml-1.2.2/configure-14785- *"Version 7."*) ############################################## fcml-1.2.2/configure-14804- # Portland Group C++ compiler fcml-1.2.2/configure:14805: case `$CC -V` in fcml-1.2.2/configure-14806- *pgCC\ [1-5].* | *pgcpp\ [1-5].*) ############################################## fcml-1.2.2/configure-14809- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ fcml-1.2.2/configure:14810: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' fcml-1.2.2/configure-14811- old_archive_cmds_CXX='tpldir=Template.dir~ ############################################## fcml-1.2.2/configure-14813- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ fcml-1.2.2/configure:14814: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ fcml-1.2.2/configure-14815- $RANLIB $oldlib' ############################################## fcml-1.2.2/configure-14818- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ fcml-1.2.2/configure:14819: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' fcml-1.2.2/configure-14820- archive_expsym_cmds_CXX='tpldir=Template.dir~ ############################################## fcml-1.2.2/configure-14822- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ fcml-1.2.2/configure:14823: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fcml-1.2.2/configure-14824- ;; ############################################## fcml-1.2.2/configure-14832- export_dynamic_flag_spec_CXX='$wl--export-dynamic' fcml-1.2.2/configure:14833: whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/configure-14834- ;; ############################################## fcml-1.2.2/configure-14851- # dependencies. fcml-1.2.2/configure:14852: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' fcml-1.2.2/configure-14853- ;; ############################################## fcml-1.2.2/configure-14866- *) fcml-1.2.2/configure:14867: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/configure-14868- *Sun\ C*) ############################################## fcml-1.2.2/configure-14873- hardcode_libdir_flag_spec_CXX='-R$libdir' fcml-1.2.2/configure:14874: whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' fcml-1.2.2/configure-14875- compiler_needs_object_CXX=yes ############################################## fcml-1.2.2/configure-14938- hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' fcml-1.2.2/configure:14939: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then fcml-1.2.2/configure-14940- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## fcml-1.2.2/configure-14957- # to its proper name (with version) after linking. fcml-1.2.2/configure:14958: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' fcml-1.2.2/configure-14959- ############################################## fcml-1.2.2/configure-14978- allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' fcml-1.2.2/configure:14979: archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/configure-14980- hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' ############################################## fcml-1.2.2/configure-14983- allow_undefined_flag_CXX=' -expect_unresolved \*' fcml-1.2.2/configure:14984: archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fcml-1.2.2/configure:14985: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ fcml-1.2.2/configure-14986- echo "-hidden">> $lib.exp~ fcml-1.2.2/configure:14987: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ fcml-1.2.2/configure-14988- $RM $lib.exp' ############################################## fcml-1.2.2/configure-15002- # dependencies. fcml-1.2.2/configure:15003: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' fcml-1.2.2/configure-15004- ;; ############################################## fcml-1.2.2/configure-15009- osf3*) fcml-1.2.2/configure:15010: archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/configure-15011- ;; fcml-1.2.2/configure-15012- *) fcml-1.2.2/configure:15013: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' fcml-1.2.2/configure-15014- ;; ############################################## fcml-1.2.2/configure-15256- fcml-1.2.2/configure:15257: for p in `eval "$output_verbose_link_cmd"`; do fcml-1.2.2/configure-15258- case $prev$p in ############################################## fcml-1.2.2/configure-15359-if test -n "${compiler_lib_search_path_CXX}"; then fcml-1.2.2/configure:15360: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'` fcml-1.2.2/configure-15361-fi ############################################## fcml-1.2.2/configure-15606- *) fcml-1.2.2/configure:15607: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/configure-15608- *Sun\ C*) ############################################## fcml-1.2.2/configure-15988- else fcml-1.2.2/configure:15989: export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fcml-1.2.2/configure-15990- fi ############################################## fcml-1.2.2/configure-16293- # Create ${libname}_ixlibrary.a entries in /sys/libs. fcml-1.2.2/configure:16294: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' fcml-1.2.2/configure-16295- ;; ############################################## fcml-1.2.2/configure-16329- # DLL is installed to $(libdir)/../bin by postinstall_cmds fcml-1.2.2/configure:16330: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/configure:16331: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ fcml-1.2.2/configure:16332: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/configure-16333- test -d \$dldir || mkdir -p \$dldir~ ############################################## fcml-1.2.2/configure-16338- fi' fcml-1.2.2/configure:16339: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ fcml-1.2.2/configure-16340- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/configure-16346- # Cygwin DLLs use 'cyg' prefix rather than 'lib' fcml-1.2.2/configure:16347: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-16348- ############################################## fcml-1.2.2/configure-16351- # MinGW DLLs use traditional 'lib' prefix fcml-1.2.2/configure:16352: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-16353- ;; ############################################## fcml-1.2.2/configure-16355- # pw32 DLLs use 'pw' prefix rather than 'lib' fcml-1.2.2/configure:16356: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-16357- ;; ############################################## fcml-1.2.2/configure-16364- libname_spec='$name' fcml-1.2.2/configure:16365: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' fcml-1.2.2/configure-16366- library_names_spec='$libname.dll.lib' ############################################## fcml-1.2.2/configure-16376- # Let DOS variable expansion print the short 8.3 style file name. fcml-1.2.2/configure:16377: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` fcml-1.2.2/configure-16378- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## fcml-1.2.2/configure-16381- # Convert to MSYS style. fcml-1.2.2/configure:16382: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` fcml-1.2.2/configure-16383- ;; ############################################## fcml-1.2.2/configure-16387- # like /cygdrive/c/PROGRA~1:/cygdr... fcml-1.2.2/configure:16388: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` fcml-1.2.2/configure:16389: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` fcml-1.2.2/configure:16390: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/configure-16391- ;; ############################################## fcml-1.2.2/configure-16395- # It is most probably a Windows format PATH. fcml-1.2.2/configure:16396: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` fcml-1.2.2/configure-16397- else fcml-1.2.2/configure:16398: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fcml-1.2.2/configure-16399- fi ############################################## fcml-1.2.2/configure-16405- # DLL is installed to $(libdir)/../bin by postinstall_cmds fcml-1.2.2/configure:16406: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/configure:16407: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ fcml-1.2.2/configure:16408: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/configure-16409- test -d \$dldir || mkdir -p \$dldir~ fcml-1.2.2/configure-16410- $install_prog $dir/$dlname \$dldir/$dlname' fcml-1.2.2/configure:16411: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ fcml-1.2.2/configure-16412- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/configure-16419- # Assume MSVC wrapper fcml-1.2.2/configure:16420: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' fcml-1.2.2/configure-16421- dynamic_linker='Win32 ld.exe' ############################################## fcml-1.2.2/configure-16436- shlibpath_var=DYLD_LIBRARY_PATH fcml-1.2.2/configure:16437: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' fcml-1.2.2/configure-16438- ############################################## fcml-1.2.2/configure-16688- if test -f /etc/ld.so.conf; then fcml-1.2.2/configure:16689: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` fcml-1.2.2/configure-16690- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## fcml-1.2.2/configure-16754- need_lib_prefix=no fcml-1.2.2/configure:16755: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then fcml-1.2.2/configure-16756- need_version=no ############################################## fcml-1.2.2/configure-16781- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec fcml-1.2.2/configure:16782: postinstall_cmds='base_file=`basename \$file`~ fcml-1.2.2/configure:16783: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ fcml-1.2.2/configure:16784: dldir=$destdir/`dirname \$dlpath`~ fcml-1.2.2/configure-16785- test -d \$dldir || mkdir -p \$dldir~ ############################################## fcml-1.2.2/configure-16790- fi' fcml-1.2.2/configure:16791: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ fcml-1.2.2/configure-16792- dlpath=$dir/\$dldll~ ############################################## fcml-1.2.2/configure-17327-/* end confdefs.h. */ fcml-1.2.2/configure:17328:`cat $LEX_OUTPUT_ROOT.c` fcml-1.2.2/configure-17329-_ACEOF ############################################## fcml-1.2.2/configure-17360- #define YYTEXT_POINTER 1 fcml-1.2.2/configure:17361:`cat $LEX_OUTPUT_ROOT.c` fcml-1.2.2/configure-17362-_ACEOF ############################################## fcml-1.2.2/configure-17441-set x ${MAKE-make} fcml-1.2.2/configure:17442:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` fcml-1.2.2/configure-17443-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## fcml-1.2.2/configure-17451-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. fcml-1.2.2/configure:17452:case `${MAKE-make} -f conftest.make 2>/dev/null` in fcml-1.2.2/configure-17453- *@@@%%%=?*=@@@%%%*) ############################################## fcml-1.2.2/configure-17627- for ac_func in _getb67 GETB67 getb67; do fcml-1.2.2/configure:17628: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` fcml-1.2.2/configure-17629-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## fcml-1.2.2/configure-17690-do : fcml-1.2.2/configure:17691: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` fcml-1.2.2/configure-17692-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## fcml-1.2.2/configure-17694- cat >>confdefs.h <<_ACEOF fcml-1.2.2/configure:17695:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 fcml-1.2.2/configure-17696-_ACEOF ############################################## fcml-1.2.2/configure-17992-do : fcml-1.2.2/configure:17993: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` fcml-1.2.2/configure-17994-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## fcml-1.2.2/configure-17996- cat >>confdefs.h <<_ACEOF fcml-1.2.2/configure:17997:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 fcml-1.2.2/configure-17998-_ACEOF ############################################## fcml-1.2.2/configure-18218- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' fcml-1.2.2/configure:18219: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` fcml-1.2.2/configure-18220- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## fcml-1.2.2/configure-18329-if test -z "$BASH_VERSION$ZSH_VERSION" \ fcml-1.2.2/configure:18330: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then fcml-1.2.2/configure-18331- as_echo='print -r --' fcml-1.2.2/configure-18332- as_echo_n='print -rn --' fcml-1.2.2/configure:18333:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then fcml-1.2.2/configure-18334- as_echo='printf %s\n' ############################################## fcml-1.2.2/configure-18336-else fcml-1.2.2/configure:18337: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then fcml-1.2.2/configure-18338- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## fcml-1.2.2/configure-18346- expr "X$arg" : "X\\(.*\\)$as_nl"; fcml-1.2.2/configure:18347: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; fcml-1.2.2/configure-18348- esac; ############################################## fcml-1.2.2/configure-18423-# ---------------------------------------- fcml-1.2.2/configure:18424:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are fcml-1.2.2/configure-18425-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## fcml-1.2.2/configure-18495- { fcml-1.2.2/configure:18496: as_val=`expr "$@" || test $? -eq 1` fcml-1.2.2/configure-18497- } ############################################## fcml-1.2.2/configure-18599- case $as_dir in #( fcml-1.2.2/configure:18600: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( fcml-1.2.2/configure-18601- *) as_qdir=$as_dir;; ############################################## fcml-1.2.2/configure-18734-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 fcml-1.2.2/configure:18735:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" fcml-1.2.2/configure-18736-ac_cs_version="\\ ############################################## fcml-1.2.2/configure-18759- --*=?*) fcml-1.2.2/configure:18760: ac_option=`expr "X$1" : 'X\([^=]*\)='` fcml-1.2.2/configure:18761: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` fcml-1.2.2/configure-18762- ac_shift=: ############################################## fcml-1.2.2/configure-18764- --*=) fcml-1.2.2/configure:18765: ac_option=`expr "X$1" : 'X\([^=]*\)='` fcml-1.2.2/configure-18766- ac_optarg= ############################################## fcml-1.2.2/configure-18788- case $ac_optarg in fcml-1.2.2/configure:18789: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; fcml-1.2.2/configure-18790- '') as_fn_error $? "missing file argument" ;; ############################################## fcml-1.2.2/configure-18796- case $ac_optarg in fcml-1.2.2/configure:18797: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; fcml-1.2.2/configure-18798- esac ############################################## fcml-1.2.2/configure-18865-delay_variable_subst='$delay_variable_subst' fcml-1.2.2/configure:18866:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18867:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18868:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18869:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18870:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18871:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18872:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18873:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18874:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18875:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18876:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18877:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18878:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18879:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18880:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18881:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18882:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18883:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18884:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18885:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18886:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18887:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18888:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18889:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18890:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18891:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18892:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18893:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18894:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18895:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18896:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18897:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18898:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18899:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18900:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18901:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18902:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18903:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18904:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18905:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18906:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18907:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18908:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18909:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18910:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18911:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18912:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18913:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18914:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18915:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18916:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18917:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18918:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18919:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18920:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18921:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18922:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18923:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18924:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18925:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18926:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18927:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18928:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18929:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18930:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18931:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18932:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18933:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18934:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18935:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18936:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18937:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18938:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18939:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18940:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18941:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18942:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18943:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18944:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18945:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18946:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18947:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18948:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18949:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18950:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18951:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18952:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18953:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18954:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18955:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18956:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18957:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18958:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18959:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18960:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18961:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18962:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18963:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18964:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18965:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18966:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18967:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18968:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18969:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18970:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18971:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18972:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18973:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18974:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18975:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18976:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18977:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18978:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18979:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18980:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18981:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18982:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18983:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18984:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18985:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18986:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18987:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18988:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18989:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18990:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18991:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18992:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18993:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18994:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18995:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18996:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18997:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18998:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:18999:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19000:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19001:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19002:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19003:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19004:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19005:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19006:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19007:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19008:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19009:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19010:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19011:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19012:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19013:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19014:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19015:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19016:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19017:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19018:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19019:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19020:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19021:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19022:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19023:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19024:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19025:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19026:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19027:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19028:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19029:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19030:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19031:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19032:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19033:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19034:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19035:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19036:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19037:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19038:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19039:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19040:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19041:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19042:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19043:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19044:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19045:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19046:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19047:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19048:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19049:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19050:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19051:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19052:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19053:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure:19054:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' fcml-1.2.2/configure-19055- ############################################## fcml-1.2.2/configure-19167-compiler_lib_search_path_CXX; do fcml-1.2.2/configure:19168: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in fcml-1.2.2/configure-19169- *[\\\\\\\`\\"\\\$]*) fcml-1.2.2/configure:19170: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes fcml-1.2.2/configure-19171- ;; ############################################## fcml-1.2.2/configure-19209-postlink_cmds_CXX; do fcml-1.2.2/configure:19210: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in fcml-1.2.2/configure-19211- *[\\\\\\\`\\"\\\$]*) fcml-1.2.2/configure:19212: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes fcml-1.2.2/configure-19213- ;; ############################################## fcml-1.2.2/configure-19319-fi fcml-1.2.2/configure:19320:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` fcml-1.2.2/configure-19321-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## fcml-1.2.2/configure-19336- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 fcml-1.2.2/configure:19337:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` fcml-1.2.2/configure-19338-ac_delim='%!_!# ' ############################################## fcml-1.2.2/configure-19342- fcml-1.2.2/configure:19343: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` fcml-1.2.2/configure-19344- if test $ac_delim_n = $ac_delim_num; then ############################################## fcml-1.2.2/configure-19480-for ac_last_try in false false :; do fcml-1.2.2/configure:19481: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` fcml-1.2.2/configure-19482- if test -z "$ac_tt"; then ############################################## fcml-1.2.2/configure-19612- esac fcml-1.2.2/configure:19613: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac fcml-1.2.2/configure-19614- as_fn_append ac_file_inputs " '$ac_f'" ############################################## fcml-1.2.2/configure-19671-*) fcml-1.2.2/configure:19672: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` fcml-1.2.2/configure-19673- # A ".." for each directory in $ac_dir_suffix. fcml-1.2.2/configure:19674: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` fcml-1.2.2/configure-19675- case $ac_top_builddir_sub in ############################################## fcml-1.2.2/configure-19732-/@mandir@/p' fcml-1.2.2/configure:19733:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in fcml-1.2.2/configure-19734-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## fcml-1.2.2/configure-19749- fcml-1.2.2/configure:19750:# Neutralize VPATH when `$srcdir' = `.'. fcml-1.2.2/configure-19751-# Shell code in configure.ac might set extrasub. ############################################## fcml-1.2.2/configure-19777-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && fcml-1.2.2/configure:19778: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && fcml-1.2.2/configure-19779- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## fcml-1.2.2/configure-19823- * ) fcml-1.2.2/configure:19824: _am_stamp_count=`expr $_am_stamp_count + 1` ;; fcml-1.2.2/configure-19825- esac ############################################## fcml-1.2.2/configure-19870- # Strip MF so we end up with the name of the file. fcml-1.2.2/configure:19871: mf=`echo "$mf" | sed -e 's/:.*$//'` fcml-1.2.2/configure-19872- # Check whether this is an Automake generated Makefile or not. ############################################## fcml-1.2.2/configure-19907- # from the Makefile without running 'make'. fcml-1.2.2/configure:19908: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` fcml-1.2.2/configure-19909- test -z "$DEPDIR" && continue fcml-1.2.2/configure:19910: am__include=`sed -n 's/^am__include = //p' < "$mf"` fcml-1.2.2/configure-19911- test -z "$am__include" && continue fcml-1.2.2/configure:19912: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` fcml-1.2.2/configure-19913- # Find all dependency output files, they are included files with ############################################## fcml-1.2.2/configure-20442- *:) fcml-1.2.2/configure:20443: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" fcml-1.2.2/configure-20444- ;; fcml-1.2.2/configure-20445- x:*) fcml-1.2.2/configure:20446: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" fcml-1.2.2/configure-20447- ;; fcml-1.2.2/configure-20448- *::*) fcml-1.2.2/configure:20449: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" fcml-1.2.2/configure:20450: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" fcml-1.2.2/configure-20451- ;; fcml-1.2.2/configure-20452- *) fcml-1.2.2/configure:20453: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" fcml-1.2.2/configure-20454- ;; ############################################## fcml-1.2.2/configure-20469- done fcml-1.2.2/configure:20470: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` fcml-1.2.2/configure-20471-} ############################################## fcml-1.2.2/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: fcml-1.2.2/aclocal.m4:93:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` fcml-1.2.2/aclocal.m4-94-# and then we would define $MISSING as ############################################## fcml-1.2.2/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path. fcml-1.2.2/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd` fcml-1.2.2/aclocal.m4-109-]) ############################################## fcml-1.2.2/aclocal.m4-242- if test "$am_compiler_list" = ""; then fcml-1.2.2/aclocal.m4:243: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fcml-1.2.2/aclocal.m4-244- fi ############################################## fcml-1.2.2/aclocal.m4-393- # Strip MF so we end up with the name of the file. fcml-1.2.2/aclocal.m4:394: mf=`echo "$mf" | sed -e 's/:.*$//'` fcml-1.2.2/aclocal.m4-395- # Check whether this is an Automake generated Makefile or not. ############################################## fcml-1.2.2/aclocal.m4-402- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then fcml-1.2.2/aclocal.m4:403: dirpart=`AS_DIRNAME("$mf")` fcml-1.2.2/aclocal.m4-404- else ############################################## fcml-1.2.2/aclocal.m4-408- # from the Makefile without running 'make'. fcml-1.2.2/aclocal.m4:409: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` fcml-1.2.2/aclocal.m4-410- test -z "$DEPDIR" && continue fcml-1.2.2/aclocal.m4:411: am__include=`sed -n 's/^am__include = //p' < "$mf"` fcml-1.2.2/aclocal.m4-412- test -z "$am__include" && continue fcml-1.2.2/aclocal.m4:413: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` fcml-1.2.2/aclocal.m4-414- # Find all dependency output files, they are included files with ############################################## fcml-1.2.2/aclocal.m4-422- test -f "$dirpart/$file" && continue fcml-1.2.2/aclocal.m4:423: fdir=`AS_DIRNAME(["$file"])` fcml-1.2.2/aclocal.m4-424- AS_MKDIR_P([$dirpart/$fdir]) ############################################## fcml-1.2.2/aclocal.m4-480-AC_REQUIRE([AC_PROG_INSTALL])dnl fcml-1.2.2/aclocal.m4:481:if test "`cd $srcdir && pwd`" != "`pwd`"; then fcml-1.2.2/aclocal.m4-482- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## fcml-1.2.2/aclocal.m4-639- * ) fcml-1.2.2/aclocal.m4:640: _am_stamp_count=`expr $_am_stamp_count + 1` ;; fcml-1.2.2/aclocal.m4-641- esac fcml-1.2.2/aclocal.m4-642-done fcml-1.2.2/aclocal.m4:643:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) fcml-1.2.2/aclocal.m4-644- ############################################## fcml-1.2.2/aclocal.m4-728-# Ignore all kinds of additional output from 'make'. fcml-1.2.2/aclocal.m4:729:case `$am_make -s -f confmf 2> /dev/null` in #( fcml-1.2.2/aclocal.m4-730-*the\ am__doit\ target*) ############################################## fcml-1.2.2/aclocal.m4-738- echo '.include "confinc"' > confmf fcml-1.2.2/aclocal.m4:739: case `$am_make -s -f confmf 2> /dev/null` in #( fcml-1.2.2/aclocal.m4-740- *the\ am__doit\ target*) ############################################## fcml-1.2.2/aclocal.m4-920- echo "timestamp, slept: $am_has_slept" > conftest.file fcml-1.2.2/aclocal.m4:921: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` fcml-1.2.2/aclocal.m4-922- if test "$[*]" = "X"; then fcml-1.2.2/aclocal.m4-923- # -L didn't work. fcml-1.2.2/aclocal.m4:924: set X `ls -t "$srcdir/configure" conftest.file` fcml-1.2.2/aclocal.m4-925- fi ############################################## fcml-1.2.2/ltmain.sh-103-# fcml-1.2.2/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh fcml-1.2.2/ltmain.sh-105-# ############################################## fcml-1.2.2/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue fcml-1.2.2/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in fcml-1.2.2/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## fcml-1.2.2/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break fcml-1.2.2/ltmain.sh:250: _G_count=`expr $_G_count + 1` fcml-1.2.2/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## fcml-1.2.2/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break fcml-1.2.2/ltmain.sh:286: _G_count=`expr $_G_count + 1` fcml-1.2.2/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## fcml-1.2.2/ltmain.sh-410-# The name of this program. fcml-1.2.2/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` fcml-1.2.2/ltmain.sh-412- ############################################## fcml-1.2.2/ltmain.sh-416- *[\\/]*) fcml-1.2.2/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` fcml-1.2.2/ltmain.sh:418: progdir=`cd "$progdir" && pwd` fcml-1.2.2/ltmain.sh-419- progpath=$progdir/$progname ############################################## fcml-1.2.2/ltmain.sh-610- fcml-1.2.2/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' fcml-1.2.2/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` fcml-1.2.2/ltmain.sh-613- ############################################## fcml-1.2.2/ltmain.sh-639- fcml-1.2.2/ltmain.sh:640: func_arith_result=`expr "$@"` fcml-1.2.2/ltmain.sh-641- } ############################################## fcml-1.2.2/ltmain.sh-660- # ...otherwise fall back to using sed. fcml-1.2.2/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' fcml-1.2.2/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` fcml-1.2.2/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## fcml-1.2.2/ltmain.sh-757- test -n "$_G_tc" && { fcml-1.2.2/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` fcml-1.2.2/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` fcml-1.2.2/ltmain.sh-760- } fcml-1.2.2/ltmain.sh-761- done fcml-1.2.2/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes fcml-1.2.2/ltmain.sh-763- ############################################## fcml-1.2.2/ltmain.sh-831- fcml-1.2.2/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` fcml-1.2.2/ltmain.sh-833- } ############################################## fcml-1.2.2/ltmain.sh-863- # ...otherwise throw away the child directory and loop fcml-1.2.2/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` fcml-1.2.2/ltmain.sh-865- done fcml-1.2.2/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` fcml-1.2.2/ltmain.sh-867- ############################################## fcml-1.2.2/ltmain.sh-901- # If mktemp works, use that first and foremost fcml-1.2.2/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` fcml-1.2.2/ltmain.sh-903- ############################################## fcml-1.2.2/ltmain.sh-1111- *[\\\`\"\$]*) fcml-1.2.2/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; fcml-1.2.2/ltmain.sh-1113- *) ############################################## fcml-1.2.2/ltmain.sh-1198- case $2 in fcml-1.2.2/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; fcml-1.2.2/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; fcml-1.2.2/ltmain.sh-1201- esac ############################################## fcml-1.2.2/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) fcml-1.2.2/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` fcml-1.2.2/ltmain.sh-1273- ;; ############################################## fcml-1.2.2/ltmain.sh-1358- fcml-1.2.2/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` fcml-1.2.2/ltmain.sh-1360-} ############################################## fcml-1.2.2/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell fcml-1.2.2/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another fcml-1.2.2/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## fcml-1.2.2/ltmain.sh-1517- fcml-1.2.2/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' fcml-1.2.2/ltmain.sh-1519-} ############################################## fcml-1.2.2/ltmain.sh-1870- fcml-1.2.2/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` fcml-1.2.2/ltmain.sh-1872- func_split_equals_rhs= fcml-1.2.2/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ fcml-1.2.2/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` fcml-1.2.2/ltmain.sh-1875- } ############################################## fcml-1.2.2/ltmain.sh-1898- fcml-1.2.2/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` fcml-1.2.2/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` fcml-1.2.2/ltmain.sh-1901- } ############################################## fcml-1.2.2/ltmain.sh-2071- version: $progname $scriptversion Debian-2.4.6-2 fcml-1.2.2/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` fcml-1.2.2/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` fcml-1.2.2/ltmain.sh-2074- ############################################## fcml-1.2.2/ltmain.sh-2110- { fcml-1.2.2/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` fcml-1.2.2/ltmain.sh-2112- } ############################################## fcml-1.2.2/ltmain.sh-2115- { fcml-1.2.2/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` fcml-1.2.2/ltmain.sh-2117- } ############################################## fcml-1.2.2/ltmain.sh-2206- # quotes we have to do it in 2 steps: fcml-1.2.2/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` fcml-1.2.2/ltmain.sh-2208- eval "$extractedcf" ############################################## fcml-1.2.2/ltmain.sh-2659- done fcml-1.2.2/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` fcml-1.2.2/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` fcml-1.2.2/ltmain.sh-2662- case $@ in ############################################## fcml-1.2.2/ltmain.sh-2672- # Evaluate the configuration. fcml-1.2.2/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" fcml-1.2.2/ltmain.sh-2674- CC_quoted= ############################################## fcml-1.2.2/ltmain.sh-2678- done fcml-1.2.2/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` fcml-1.2.2/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` fcml-1.2.2/ltmain.sh-2681- case "$@ " in ############################################## fcml-1.2.2/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: fcml-1.2.2/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` fcml-1.2.2/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## fcml-1.2.2/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then fcml-1.2.2/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` fcml-1.2.2/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## fcml-1.2.2/ltmain.sh-3009- # LT_CYGPATH in this case. fcml-1.2.2/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` fcml-1.2.2/ltmain.sh-3011- fi ############################################## fcml-1.2.2/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result fcml-1.2.2/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` fcml-1.2.2/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## fcml-1.2.2/ltmain.sh-3376- *.[cCFSifmso] | \ fcml-1.2.2/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ fcml-1.2.2/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## fcml-1.2.2/ltmain.sh-3453- if test no = "$compiler_c_o"; then fcml-1.2.2/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext fcml-1.2.2/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## fcml-1.2.2/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: fcml-1.2.2/ltmain.sh:3473:`cat $lockfile 2>/dev/null` fcml-1.2.2/ltmain.sh-3474- ############################################## fcml-1.2.2/ltmain.sh-3520- if test warn = "$need_locks" && fcml-1.2.2/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then fcml-1.2.2/ltmain.sh-3522- $ECHO "\ fcml-1.2.2/ltmain.sh-3523-*** ERROR, $lockfile contains: fcml-1.2.2/ltmain.sh:3524:`cat $lockfile 2>/dev/null` fcml-1.2.2/ltmain.sh-3525- ############################################## fcml-1.2.2/ltmain.sh-3569- if test warn = "$need_locks" && fcml-1.2.2/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then fcml-1.2.2/ltmain.sh-3571- $ECHO "\ fcml-1.2.2/ltmain.sh-3572-*** ERROR, $lockfile contains: fcml-1.2.2/ltmain.sh:3573:`cat $lockfile 2>/dev/null` fcml-1.2.2/ltmain.sh-3574- ############################################## fcml-1.2.2/ltmain.sh-3895- # Get the absolute pathname. fcml-1.2.2/ltmain.sh:3896: absdir=`cd "$dir" && pwd` fcml-1.2.2/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## fcml-1.2.2/ltmain.sh-3994- if test -n "$lt_sysroot"; then fcml-1.2.2/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` fcml-1.2.2/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## fcml-1.2.2/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. fcml-1.2.2/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` fcml-1.2.2/ltmain.sh-4280- ############################################## fcml-1.2.2/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. fcml-1.2.2/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` fcml-1.2.2/ltmain.sh-4293- else fcml-1.2.2/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fcml-1.2.2/ltmain.sh-4295- fi ############################################## fcml-1.2.2/ltmain.sh-4458- fi fcml-1.2.2/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` fcml-1.2.2/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## fcml-1.2.2/ltmain.sh-4477- # Replace the output file specification. fcml-1.2.2/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` fcml-1.2.2/ltmain.sh-4479- ############################################## fcml-1.2.2/ltmain.sh-4496- # Install the binary that we compiled earlier. fcml-1.2.2/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fcml-1.2.2/ltmain.sh-4498- fi ############################################## fcml-1.2.2/ltmain.sh-4570- my_pic_p=${3-false} fcml-1.2.2/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` fcml-1.2.2/ltmain.sh-4572- my_dlsyms= ############################################## fcml-1.2.2/ltmain.sh-4628- # Add our own program objects to the symbol list. fcml-1.2.2/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` fcml-1.2.2/ltmain.sh-4630- for progfile in $progfiles; do ############################################## fcml-1.2.2/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values fcml-1.2.2/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` fcml-1.2.2/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## fcml-1.2.2/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then fcml-1.2.2/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` fcml-1.2.2/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` fcml-1.2.2/ltmain.sh-4862- else fcml-1.2.2/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` fcml-1.2.2/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fcml-1.2.2/ltmain.sh-4865- fi ############################################## fcml-1.2.2/ltmain.sh-4867- *) fcml-1.2.2/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` fcml-1.2.2/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fcml-1.2.2/ltmain.sh-4870- ;; ############################################## fcml-1.2.2/ltmain.sh-4882- # Nullify the symbol file. fcml-1.2.2/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` fcml-1.2.2/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fcml-1.2.2/ltmain.sh-4885- fi ############################################## fcml-1.2.2/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 fcml-1.2.2/ltmain.sh:4897: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` fcml-1.2.2/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## fcml-1.2.2/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 fcml-1.2.2/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` fcml-1.2.2/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## fcml-1.2.2/ltmain.sh-4925- win32_libid_type=unknown fcml-1.2.2/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` fcml-1.2.2/ltmain.sh-4927- case $win32_fileres in ############################################## fcml-1.2.2/ltmain.sh-4990- fcml-1.2.2/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` fcml-1.2.2/ltmain.sh-4992-} ############################################## fcml-1.2.2/ltmain.sh-5008- fcml-1.2.2/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` fcml-1.2.2/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## fcml-1.2.2/ltmain.sh-5072- # binutils import library fcml-1.2.2/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` fcml-1.2.2/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then fcml-1.2.2/ltmain.sh-5075- # ms-generated import library fcml-1.2.2/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` fcml-1.2.2/ltmain.sh-5077- else ############################################## fcml-1.2.2/ltmain.sh-5156- darwin_base_archive=$func_basename_result fcml-1.2.2/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` fcml-1.2.2/ltmain.sh-5158- if test -n "$darwin_arches"; then fcml-1.2.2/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` fcml-1.2.2/ltmain.sh-5160- darwin_arch= ############################################## fcml-1.2.2/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) fcml-1.2.2/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` fcml-1.2.2/ltmain.sh-5172- darwin_file= ############################################## fcml-1.2.2/ltmain.sh-5174- for darwin_file in $darwin_filelist; do fcml-1.2.2/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` fcml-1.2.2/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## fcml-1.2.2/ltmain.sh-5189- esac fcml-1.2.2/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` fcml-1.2.2/ltmain.sh-5191- done ############################################## fcml-1.2.2/ltmain.sh-5260- fcml-1.2.2/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` fcml-1.2.2/ltmain.sh-5262- $ECHO "\ ############################################## fcml-1.2.2/ltmain.sh-5295- --lt-dump-script) fcml-1.2.2/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` fcml-1.2.2/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. fcml-1.2.2/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` fcml-1.2.2/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## fcml-1.2.2/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" fcml-1.2.2/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` fcml-1.2.2/ltmain.sh-5324- done ############################################## fcml-1.2.2/ltmain.sh-5380- # Find the directory that this script lives in. fcml-1.2.2/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` fcml-1.2.2/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## fcml-1.2.2/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. fcml-1.2.2/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` fcml-1.2.2/ltmain.sh-5386- while test -n \"\$file\"; do fcml-1.2.2/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` fcml-1.2.2/ltmain.sh-5388- ############################################## fcml-1.2.2/ltmain.sh-5396- fcml-1.2.2/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` fcml-1.2.2/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` fcml-1.2.2/ltmain.sh-5399- done ############################################## fcml-1.2.2/ltmain.sh-5410- case \"\$thisdir\" in fcml-1.2.2/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; fcml-1.2.2/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## fcml-1.2.2/ltmain.sh-5416- # Try to get the absolute directory name. fcml-1.2.2/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` fcml-1.2.2/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## fcml-1.2.2/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || fcml-1.2.2/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ fcml-1.2.2/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## fcml-1.2.2/ltmain.sh-5441- if test -n \"\$relink_command\"; then fcml-1.2.2/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : fcml-1.2.2/ltmain.sh-5443- else ############################################## fcml-1.2.2/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed fcml-1.2.2/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` fcml-1.2.2/ltmain.sh-5487- ############################################## fcml-1.2.2/ltmain.sh-6464- fcml-1.2.2/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in fcml-1.2.2/ltmain.sh-6466- *import*) : ;; ############################################## fcml-1.2.2/ltmain.sh-6712- moreargs= fcml-1.2.2/ltmain.sh:6713: for fil in `cat "$save_arg"` fcml-1.2.2/ltmain.sh-6714- do ############################################## fcml-1.2.2/ltmain.sh-6973- *) fcml-1.2.2/ltmain.sh:6974: absdir=`cd "$dir" && pwd` fcml-1.2.2/ltmain.sh-6975- test -z "$absdir" && \ ############################################## fcml-1.2.2/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) fcml-1.2.2/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` fcml-1.2.2/ltmain.sh-6996- case :$dllsearchpath: in ############################################## fcml-1.2.2/ltmain.sh-7290- -Z*) fcml-1.2.2/ltmain.sh:7291: if test os2 = "`expr $host : '.*\(os2\)'`"; then fcml-1.2.2/ltmain.sh-7292- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## fcml-1.2.2/ltmain.sh-7460- # get the directories listed in $shlibpath_var fcml-1.2.2/ltmain.sh:7461: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` fcml-1.2.2/ltmain.sh-7462- else ############################################## fcml-1.2.2/ltmain.sh-7779- set dummy $deplibs_check_method; shift fcml-1.2.2/ltmain.sh:7780: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` fcml-1.2.2/ltmain.sh-7781- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## fcml-1.2.2/ltmain.sh-7869- if test -n "$inherited_linker_flags"; then fcml-1.2.2/ltmain.sh:7870: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` fcml-1.2.2/ltmain.sh-7871- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## fcml-1.2.2/ltmain.sh-7877- fi fcml-1.2.2/ltmain.sh:7878: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fcml-1.2.2/ltmain.sh-7879- if test lib,link = "$linkmode,$pass" || ############################################## fcml-1.2.2/ltmain.sh-7950- *) fcml-1.2.2/ltmain.sh:7951: abs_ladir=`cd "$ladir" && pwd` fcml-1.2.2/ltmain.sh-7952- if test -z "$abs_ladir"; then ############################################## fcml-1.2.2/ltmain.sh-8203- shift fcml-1.2.2/ltmain.sh:8204: libname=`eval "\\$ECHO \"$libname_spec\""` fcml-1.2.2/ltmain.sh-8205- # use dlname if we got it. it's perfectly good, no? ############################################## fcml-1.2.2/ltmain.sh-8495- *) fcml-1.2.2/ltmain.sh:8496: absdir=`cd "$dir" && pwd` fcml-1.2.2/ltmain.sh-8497- if test -z "$absdir"; then ############################################## fcml-1.2.2/ltmain.sh-8506- depdepl= fcml-1.2.2/ltmain.sh:8507: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` fcml-1.2.2/ltmain.sh-8508- if test -n "$deplibrary_names"; then ############################################## fcml-1.2.2/ltmain.sh-8513- depdepl=$absdir/$objdir/$depdepl fcml-1.2.2/ltmain.sh:8514: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fcml-1.2.2/ltmain.sh-8515- if test -z "$darwin_install_name"; then fcml-1.2.2/ltmain.sh:8516: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fcml-1.2.2/ltmain.sh-8517- fi ############################################## fcml-1.2.2/ltmain.sh-8528- else fcml-1.2.2/ltmain.sh:8529: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` fcml-1.2.2/ltmain.sh-8530- test -z "$libdir" && \ ############################################## fcml-1.2.2/ltmain.sh-8551- else fcml-1.2.2/ltmain.sh:8552: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fcml-1.2.2/ltmain.sh-8553- fi ############################################## fcml-1.2.2/ltmain.sh-8640- linux*) fcml-1.2.2/ltmain.sh:8641: case `$CC -V 2>&1 | sed 5q` in fcml-1.2.2/ltmain.sh-8642- *Sun\ C*) # Sun C++ 5.9 ############################################## fcml-1.2.2/ltmain.sh-9048- removelist= fcml-1.2.2/ltmain.sh:9049: tempremovelist=`$ECHO "$output_objdir/*"` fcml-1.2.2/ltmain.sh-9050- for p in $tempremovelist; do ############################################## fcml-1.2.2/ltmain.sh-9074- # Transform .lo files to .o files. fcml-1.2.2/ltmain.sh:9075: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` fcml-1.2.2/ltmain.sh-9076- fi ############################################## fcml-1.2.2/ltmain.sh-9079- #for path in $notinst_path; do fcml-1.2.2/ltmain.sh:9080: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` fcml-1.2.2/ltmain.sh:9081: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` fcml-1.2.2/ltmain.sh:9082: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` fcml-1.2.2/ltmain.sh-9083- #done ############################################## fcml-1.2.2/ltmain.sh-9200- if test -n "$i"; then fcml-1.2.2/ltmain.sh:9201: libname=`eval "\\$ECHO \"$libname_spec\""` fcml-1.2.2/ltmain.sh:9202: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` fcml-1.2.2/ltmain.sh-9203- set dummy $deplib_matches; shift fcml-1.2.2/ltmain.sh-9204- deplib_match=$1 fcml-1.2.2/ltmain.sh:9205: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then fcml-1.2.2/ltmain.sh-9206- func_append newdeplibs " $i" ############################################## fcml-1.2.2/ltmain.sh-9243- if test -n "$i"; then fcml-1.2.2/ltmain.sh:9244: libname=`eval "\\$ECHO \"$libname_spec\""` fcml-1.2.2/ltmain.sh:9245: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` fcml-1.2.2/ltmain.sh-9246- set dummy $deplib_matches; shift fcml-1.2.2/ltmain.sh-9247- deplib_match=$1 fcml-1.2.2/ltmain.sh:9248: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then fcml-1.2.2/ltmain.sh-9249- func_append newdeplibs " $i" ############################################## fcml-1.2.2/ltmain.sh-9278- set dummy $deplibs_check_method; shift fcml-1.2.2/ltmain.sh:9279: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` fcml-1.2.2/ltmain.sh-9280- for a_deplib in $deplibs; do ############################################## fcml-1.2.2/ltmain.sh-9293- if test -n "$a_deplib"; then fcml-1.2.2/ltmain.sh:9294: libname=`eval "\\$ECHO \"$libname_spec\""` fcml-1.2.2/ltmain.sh-9295- if test -n "$file_magic_glob"; then fcml-1.2.2/ltmain.sh:9296: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` fcml-1.2.2/ltmain.sh-9297- else ############################################## fcml-1.2.2/ltmain.sh-9303- shopt -s nocaseglob fcml-1.2.2/ltmain.sh:9304: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fcml-1.2.2/ltmain.sh-9305- $nocaseglob fcml-1.2.2/ltmain.sh-9306- else fcml-1.2.2/ltmain.sh:9307: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fcml-1.2.2/ltmain.sh-9308- fi ############################################## fcml-1.2.2/ltmain.sh-9321- while test -h "$potlib" 2>/dev/null; do fcml-1.2.2/ltmain.sh:9322: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` fcml-1.2.2/ltmain.sh-9323- case $potliblink in fcml-1.2.2/ltmain.sh-9324- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; fcml-1.2.2/ltmain.sh:9325: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; fcml-1.2.2/ltmain.sh-9326- esac ############################################## fcml-1.2.2/ltmain.sh-9362- set dummy $deplibs_check_method; shift fcml-1.2.2/ltmain.sh:9363: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` fcml-1.2.2/ltmain.sh-9364- for a_deplib in $deplibs; do ############################################## fcml-1.2.2/ltmain.sh-9377- if test -n "$a_deplib"; then fcml-1.2.2/ltmain.sh:9378: libname=`eval "\\$ECHO \"$libname_spec\""` fcml-1.2.2/ltmain.sh-9379- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do fcml-1.2.2/ltmain.sh:9380: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` fcml-1.2.2/ltmain.sh-9381- for potent_lib in $potential_libs; do ############################################## fcml-1.2.2/ltmain.sh-9416- newdeplibs= fcml-1.2.2/ltmain.sh:9417: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` fcml-1.2.2/ltmain.sh-9418- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## fcml-1.2.2/ltmain.sh-9420- # can't use Xsed below, because $i might contain '/' fcml-1.2.2/ltmain.sh:9421: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` fcml-1.2.2/ltmain.sh-9422- done ############################################## fcml-1.2.2/ltmain.sh-9446- # On Rhapsody replace the C library with the System framework fcml-1.2.2/ltmain.sh:9447: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` fcml-1.2.2/ltmain.sh-9448- ;; ############################################## fcml-1.2.2/ltmain.sh-9498- *-*-darwin*) fcml-1.2.2/ltmain.sh:9499: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fcml-1.2.2/ltmain.sh:9500: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fcml-1.2.2/ltmain.sh:9501: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fcml-1.2.2/ltmain.sh-9502- ;; ############################################## fcml-1.2.2/ltmain.sh-9625- # Use standard objects if they are pic fcml-1.2.2/ltmain.sh:9626: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` fcml-1.2.2/ltmain.sh-9627- test "X$libobjs" = "X " && libobjs= ############################################## fcml-1.2.2/ltmain.sh-10139- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" fcml-1.2.2/ltmain.sh:10140: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` fcml-1.2.2/ltmain.sh-10141- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## fcml-1.2.2/ltmain.sh-10154- # Create the old-style object. fcml-1.2.2/ltmain.sh:10155: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs fcml-1.2.2/ltmain.sh-10156- ############################################## fcml-1.2.2/ltmain.sh-10212- # On Rhapsody replace the C library is the System framework fcml-1.2.2/ltmain.sh:10213: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` fcml-1.2.2/ltmain.sh:10214: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` fcml-1.2.2/ltmain.sh-10215- ;; ############################################## fcml-1.2.2/ltmain.sh-10230- # Time to change all our "foo.ltframework" stuff back to "-framework foo" fcml-1.2.2/ltmain.sh:10231: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fcml-1.2.2/ltmain.sh:10232: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fcml-1.2.2/ltmain.sh-10233- ;; ############################################## fcml-1.2.2/ltmain.sh-10308- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) fcml-1.2.2/ltmain.sh:10309: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` fcml-1.2.2/ltmain.sh-10310- case :$dllsearchpath: in ############################################## fcml-1.2.2/ltmain.sh-10368- # Transform all the library objects into standard objects. fcml-1.2.2/ltmain.sh:10369: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fcml-1.2.2/ltmain.sh:10370: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fcml-1.2.2/ltmain.sh-10371- fi ############################################## fcml-1.2.2/ltmain.sh-10396- # Replace the output file specification. fcml-1.2.2/ltmain.sh:10397: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` fcml-1.2.2/ltmain.sh-10398- link_command=$compile_command$compile_rpath ############################################## fcml-1.2.2/ltmain.sh-10405- func_to_tool_file "$output" fcml-1.2.2/ltmain.sh:10406: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` fcml-1.2.2/ltmain.sh-10407- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## fcml-1.2.2/ltmain.sh-10449- # Replace the output file specification. fcml-1.2.2/ltmain.sh:10450: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` fcml-1.2.2/ltmain.sh-10451- # Delete the old output file. ############################################## fcml-1.2.2/ltmain.sh-10457- func_to_tool_file "$output" fcml-1.2.2/ltmain.sh:10458: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` fcml-1.2.2/ltmain.sh-10459- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## fcml-1.2.2/ltmain.sh-10475- link_command=$finalize_var$compile_command$finalize_rpath fcml-1.2.2/ltmain.sh:10476: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` fcml-1.2.2/ltmain.sh-10477- ;; ############################################## fcml-1.2.2/ltmain.sh-10488- # Replace the output file specification. fcml-1.2.2/ltmain.sh:10489: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` fcml-1.2.2/ltmain.sh-10490- ############################################## fcml-1.2.2/ltmain.sh-10497- func_to_tool_file "$output_objdir/$outputname" fcml-1.2.2/ltmain.sh:10498: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` fcml-1.2.2/ltmain.sh-10499- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## fcml-1.2.2/ltmain.sh-10518- relink_command="(cd `pwd`; $relink_command)" fcml-1.2.2/ltmain.sh:10519: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fcml-1.2.2/ltmain.sh-10520- fi ############################################## fcml-1.2.2/ltmain.sh-10764- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" fcml-1.2.2/ltmain.sh:10765: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fcml-1.2.2/ltmain.sh-10766- if test yes = "$hardcode_automatic"; then ############################################## fcml-1.2.2/ltmain.sh-10785- func_resolve_sysroot "$deplib" fcml-1.2.2/ltmain.sh:10786: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` fcml-1.2.2/ltmain.sh-10787- test -z "$libdir" && \ ############################################## fcml-1.2.2/ltmain.sh-10811- name=$func_basename_result fcml-1.2.2/ltmain.sh:10812: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` fcml-1.2.2/ltmain.sh-10813- test -z "$libdir" && \ ############################################## fcml-1.2.2/ltmain.sh-10830- name=$func_basename_result fcml-1.2.2/ltmain.sh:10831: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` fcml-1.2.2/ltmain.sh-10832- test -z "$libdir" && \ ############################################## fcml-1.2.2/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static fcml-1.2.2/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` fcml-1.2.2/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## fcml-1.2.2/install-sh-234- fi fcml-1.2.2/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; fcml-1.2.2/install-sh-236- *) ############################################## fcml-1.2.2/install-sh-281- dstdir=$dst fcml-1.2.2/install-sh:282: dst=$dstdir/`basename "$src"` fcml-1.2.2/install-sh-283- dstdir_status=0 fcml-1.2.2/install-sh-284- else fcml-1.2.2/install-sh:285: dstdir=`dirname "$dst"` fcml-1.2.2/install-sh-286- test -d "$dstdir" ############################################## fcml-1.2.2/install-sh-344- test_tmpdir="$tmpdir/a" fcml-1.2.2/install-sh:345: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` fcml-1.2.2/install-sh-346- case $ls_ld_tmpdir in ############################################## fcml-1.2.2/install-sh-351- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { fcml-1.2.2/install-sh:352: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` fcml-1.2.2/install-sh-353- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## fcml-1.2.2/install-sh-409- case $prefix in fcml-1.2.2/install-sh:410: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; fcml-1.2.2/install-sh-411- *) qprefix=$prefix;; ############################################## fcml-1.2.2/install-sh-458- if $copy_on_change && fcml-1.2.2/install-sh:459: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && fcml-1.2.2/install-sh:460: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && fcml-1.2.2/install-sh-461- set -f && ############################################## fcml-1.2.2/compile-67- mingw/*) fcml-1.2.2/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` fcml-1.2.2/compile-69- ;; fcml-1.2.2/compile-70- cygwin/*) fcml-1.2.2/compile:71: file=`cygpath -m "$file" || echo "$file"` fcml-1.2.2/compile-72- ;; fcml-1.2.2/compile-73- wine/*) fcml-1.2.2/compile:74: file=`winepath -w "$file" || echo "$file"` fcml-1.2.2/compile-75- ;; ############################################## fcml-1.2.2/compile-309-# Name of file we expect compiler to create. fcml-1.2.2/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` fcml-1.2.2/compile-311- ############################################## fcml-1.2.2/compile-315-# object file name, since that is what matters with a parallel build. fcml-1.2.2/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d fcml-1.2.2/compile-317-while true; do ############################################## fcml-1.2.2/src/fcml_disassembler.c-2975- fcml-1.2.2/src/fcml_disassembler.c:2976: fcml_ist_dasm_disassembler *int_disasm = (fcml_ist_dasm_disassembler*) fcml-1.2.2/src/fcml_disassembler.c-2977- fcml_fn_env_memory_alloc_clear(sizeof(fcml_ist_dasm_disassembler)); ############################################## fcml-1.2.2/src/fcml_disassembler.c-3038- fcml-1.2.2/src/fcml_disassembler.c:3039: fcml_ist_dasm_disassembler *int_disasm = fcml-1.2.2/src/fcml_disassembler.c-3040- (fcml_ist_dasm_disassembler *)context->disassembler; ############################################## fcml-1.2.2/src/fcml_disassembler.c-3299- fcml-1.2.2/src/fcml_disassembler.c:3300: fcml_ist_dasm_disassembler *dec_disasm = fcml-1.2.2/src/fcml_disassembler.c-3301- (fcml_ist_dasm_disassembler*)disassembler; ############################################## fcml-1.2.2/src/Makefile.in-51- { \ fcml-1.2.2/src/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ fcml-1.2.2/src/Makefile.in-53- }; \ ############################################## fcml-1.2.2/src/Makefile.in-104-CONFIG_CLEAN_VPATH_FILES = fcml-1.2.2/src/Makefile.in:105:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; fcml-1.2.2/src/Makefile.in-106-am__vpath_adj = case $$p in \ fcml-1.2.2/src/Makefile.in:107: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ fcml-1.2.2/src/Makefile.in-108- *) f=$$p;; \ fcml-1.2.2/src/Makefile.in-109- esac; fcml-1.2.2/src/Makefile.in:110:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; fcml-1.2.2/src/Makefile.in-111-am__install_max = 40 fcml-1.2.2/src/Makefile.in-112-am__nobase_strip_setup = \ fcml-1.2.2/src/Makefile.in:113: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` fcml-1.2.2/src/Makefile.in-114-am__nobase_strip = \ ############################################## fcml-1.2.2/src/Makefile.in-598-.c.obj: fcml-1.2.2/src/Makefile.in:599:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/src/Makefile.in-600-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## fcml-1.2.2/src/Makefile.in-602-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:603:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` fcml-1.2.2/src/Makefile.in-604- ############################################## fcml-1.2.2/src/Makefile.in-612-libfcml_la-fcml_intel_lexer.lo: fcml_intel_lexer.c fcml-1.2.2/src/Makefile.in:613:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_intel_lexer.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_intel_lexer.Tpo -c -o libfcml_la-fcml_intel_lexer.lo `test -f 'fcml_intel_lexer.c' || echo '$(srcdir)/'`fcml_intel_lexer.c fcml-1.2.2/src/Makefile.in-614-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_intel_lexer.Tpo $(DEPDIR)/libfcml_la-fcml_intel_lexer.Plo ############################################## fcml-1.2.2/src/Makefile.in-616-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:617:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_intel_lexer.lo `test -f 'fcml_intel_lexer.c' || echo '$(srcdir)/'`fcml_intel_lexer.c fcml-1.2.2/src/Makefile.in-618- fcml-1.2.2/src/Makefile.in-619-libfcml_la-fcml_gas_lexer.lo: fcml_gas_lexer.c fcml-1.2.2/src/Makefile.in:620:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_gas_lexer.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_gas_lexer.Tpo -c -o libfcml_la-fcml_gas_lexer.lo `test -f 'fcml_gas_lexer.c' || echo '$(srcdir)/'`fcml_gas_lexer.c fcml-1.2.2/src/Makefile.in-621-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_gas_lexer.Tpo $(DEPDIR)/libfcml_la-fcml_gas_lexer.Plo ############################################## fcml-1.2.2/src/Makefile.in-623-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:624:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_gas_lexer.lo `test -f 'fcml_gas_lexer.c' || echo '$(srcdir)/'`fcml_gas_lexer.c fcml-1.2.2/src/Makefile.in-625- fcml-1.2.2/src/Makefile.in-626-libfcml_la-fcml_intel_parser_def.lo: fcml_intel_parser_def.c fcml-1.2.2/src/Makefile.in:627:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_intel_parser_def.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_intel_parser_def.Tpo -c -o libfcml_la-fcml_intel_parser_def.lo `test -f 'fcml_intel_parser_def.c' || echo '$(srcdir)/'`fcml_intel_parser_def.c fcml-1.2.2/src/Makefile.in-628-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_intel_parser_def.Tpo $(DEPDIR)/libfcml_la-fcml_intel_parser_def.Plo ############################################## fcml-1.2.2/src/Makefile.in-630-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:631:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_intel_parser_def.lo `test -f 'fcml_intel_parser_def.c' || echo '$(srcdir)/'`fcml_intel_parser_def.c fcml-1.2.2/src/Makefile.in-632- fcml-1.2.2/src/Makefile.in-633-libfcml_la-fcml_gas_parser_def.lo: fcml_gas_parser_def.c fcml-1.2.2/src/Makefile.in:634:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_gas_parser_def.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_gas_parser_def.Tpo -c -o libfcml_la-fcml_gas_parser_def.lo `test -f 'fcml_gas_parser_def.c' || echo '$(srcdir)/'`fcml_gas_parser_def.c fcml-1.2.2/src/Makefile.in-635-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_gas_parser_def.Tpo $(DEPDIR)/libfcml_la-fcml_gas_parser_def.Plo ############################################## fcml-1.2.2/src/Makefile.in-637-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:638:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_gas_parser_def.lo `test -f 'fcml_gas_parser_def.c' || echo '$(srcdir)/'`fcml_gas_parser_def.c fcml-1.2.2/src/Makefile.in-639- fcml-1.2.2/src/Makefile.in-640-libfcml_la-fcml_apc_ast.lo: fcml_apc_ast.c fcml-1.2.2/src/Makefile.in:641:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_apc_ast.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_apc_ast.Tpo -c -o libfcml_la-fcml_apc_ast.lo `test -f 'fcml_apc_ast.c' || echo '$(srcdir)/'`fcml_apc_ast.c fcml-1.2.2/src/Makefile.in-642-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_apc_ast.Tpo $(DEPDIR)/libfcml_la-fcml_apc_ast.Plo ############################################## fcml-1.2.2/src/Makefile.in-644-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:645:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_apc_ast.lo `test -f 'fcml_apc_ast.c' || echo '$(srcdir)/'`fcml_apc_ast.c fcml-1.2.2/src/Makefile.in-646- fcml-1.2.2/src/Makefile.in-647-libfcml_la-fcml_assembler.lo: fcml_assembler.c fcml-1.2.2/src/Makefile.in:648:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_assembler.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_assembler.Tpo -c -o libfcml_la-fcml_assembler.lo `test -f 'fcml_assembler.c' || echo '$(srcdir)/'`fcml_assembler.c fcml-1.2.2/src/Makefile.in-649-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_assembler.Tpo $(DEPDIR)/libfcml_la-fcml_assembler.Plo ############################################## fcml-1.2.2/src/Makefile.in-651-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:652:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_assembler.lo `test -f 'fcml_assembler.c' || echo '$(srcdir)/'`fcml_assembler.c fcml-1.2.2/src/Makefile.in-653- fcml-1.2.2/src/Makefile.in-654-libfcml_la-fcml_ceh.lo: fcml_ceh.c fcml-1.2.2/src/Makefile.in:655:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_ceh.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_ceh.Tpo -c -o libfcml_la-fcml_ceh.lo `test -f 'fcml_ceh.c' || echo '$(srcdir)/'`fcml_ceh.c fcml-1.2.2/src/Makefile.in-656-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_ceh.Tpo $(DEPDIR)/libfcml_la-fcml_ceh.Plo ############################################## fcml-1.2.2/src/Makefile.in-658-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:659:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_ceh.lo `test -f 'fcml_ceh.c' || echo '$(srcdir)/'`fcml_ceh.c fcml-1.2.2/src/Makefile.in-660- fcml-1.2.2/src/Makefile.in-661-libfcml_la-fcml_choosers.lo: fcml_choosers.c fcml-1.2.2/src/Makefile.in:662:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_choosers.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_choosers.Tpo -c -o libfcml_la-fcml_choosers.lo `test -f 'fcml_choosers.c' || echo '$(srcdir)/'`fcml_choosers.c fcml-1.2.2/src/Makefile.in-663-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_choosers.Tpo $(DEPDIR)/libfcml_la-fcml_choosers.Plo ############################################## fcml-1.2.2/src/Makefile.in-665-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:666:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_choosers.lo `test -f 'fcml_choosers.c' || echo '$(srcdir)/'`fcml_choosers.c fcml-1.2.2/src/Makefile.in-667- fcml-1.2.2/src/Makefile.in-668-libfcml_la-fcml_coll.lo: fcml_coll.c fcml-1.2.2/src/Makefile.in:669:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_coll.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_coll.Tpo -c -o libfcml_la-fcml_coll.lo `test -f 'fcml_coll.c' || echo '$(srcdir)/'`fcml_coll.c fcml-1.2.2/src/Makefile.in-670-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_coll.Tpo $(DEPDIR)/libfcml_la-fcml_coll.Plo ############################################## fcml-1.2.2/src/Makefile.in-672-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:673:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_coll.lo `test -f 'fcml_coll.c' || echo '$(srcdir)/'`fcml_coll.c fcml-1.2.2/src/Makefile.in-674- fcml-1.2.2/src/Makefile.in-675-libfcml_la-fcml_common_dialect.lo: fcml_common_dialect.c fcml-1.2.2/src/Makefile.in:676:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_common_dialect.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_common_dialect.Tpo -c -o libfcml_la-fcml_common_dialect.lo `test -f 'fcml_common_dialect.c' || echo '$(srcdir)/'`fcml_common_dialect.c fcml-1.2.2/src/Makefile.in-677-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_common_dialect.Tpo $(DEPDIR)/libfcml_la-fcml_common_dialect.Plo ############################################## fcml-1.2.2/src/Makefile.in-679-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:680:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_common_dialect.lo `test -f 'fcml_common_dialect.c' || echo '$(srcdir)/'`fcml_common_dialect.c fcml-1.2.2/src/Makefile.in-681- fcml-1.2.2/src/Makefile.in-682-libfcml_la-fcml_common_utils.lo: fcml_common_utils.c fcml-1.2.2/src/Makefile.in:683:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_common_utils.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_common_utils.Tpo -c -o libfcml_la-fcml_common_utils.lo `test -f 'fcml_common_utils.c' || echo '$(srcdir)/'`fcml_common_utils.c fcml-1.2.2/src/Makefile.in-684-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_common_utils.Tpo $(DEPDIR)/libfcml_la-fcml_common_utils.Plo ############################################## fcml-1.2.2/src/Makefile.in-686-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:687:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_common_utils.lo `test -f 'fcml_common_utils.c' || echo '$(srcdir)/'`fcml_common_utils.c fcml-1.2.2/src/Makefile.in-688- fcml-1.2.2/src/Makefile.in-689-libfcml_la-fcml_decoding_tree.lo: fcml_decoding_tree.c fcml-1.2.2/src/Makefile.in:690:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_decoding_tree.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_decoding_tree.Tpo -c -o libfcml_la-fcml_decoding_tree.lo `test -f 'fcml_decoding_tree.c' || echo '$(srcdir)/'`fcml_decoding_tree.c fcml-1.2.2/src/Makefile.in-691-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_decoding_tree.Tpo $(DEPDIR)/libfcml_la-fcml_decoding_tree.Plo ############################################## fcml-1.2.2/src/Makefile.in-693-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:694:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_decoding_tree.lo `test -f 'fcml_decoding_tree.c' || echo '$(srcdir)/'`fcml_decoding_tree.c fcml-1.2.2/src/Makefile.in-695- fcml-1.2.2/src/Makefile.in-696-libfcml_la-fcml_def.lo: fcml_def.c fcml-1.2.2/src/Makefile.in:697:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_def.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_def.Tpo -c -o libfcml_la-fcml_def.lo `test -f 'fcml_def.c' || echo '$(srcdir)/'`fcml_def.c fcml-1.2.2/src/Makefile.in-698-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_def.Tpo $(DEPDIR)/libfcml_la-fcml_def.Plo ############################################## fcml-1.2.2/src/Makefile.in-700-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:701:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_def.lo `test -f 'fcml_def.c' || echo '$(srcdir)/'`fcml_def.c fcml-1.2.2/src/Makefile.in-702- fcml-1.2.2/src/Makefile.in-703-libfcml_la-fcml_def_enc.lo: fcml_def_enc.c fcml-1.2.2/src/Makefile.in:704:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_def_enc.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_def_enc.Tpo -c -o libfcml_la-fcml_def_enc.lo `test -f 'fcml_def_enc.c' || echo '$(srcdir)/'`fcml_def_enc.c fcml-1.2.2/src/Makefile.in-705-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_def_enc.Tpo $(DEPDIR)/libfcml_la-fcml_def_enc.Plo ############################################## fcml-1.2.2/src/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:708:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_def_enc.lo `test -f 'fcml_def_enc.c' || echo '$(srcdir)/'`fcml_def_enc.c fcml-1.2.2/src/Makefile.in-709- fcml-1.2.2/src/Makefile.in-710-libfcml_la-fcml_dialect.lo: fcml_dialect.c fcml-1.2.2/src/Makefile.in:711:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_dialect.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_dialect.Tpo -c -o libfcml_la-fcml_dialect.lo `test -f 'fcml_dialect.c' || echo '$(srcdir)/'`fcml_dialect.c fcml-1.2.2/src/Makefile.in-712-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_dialect.Tpo $(DEPDIR)/libfcml_la-fcml_dialect.Plo ############################################## fcml-1.2.2/src/Makefile.in-714-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:715:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_dialect.lo `test -f 'fcml_dialect.c' || echo '$(srcdir)/'`fcml_dialect.c fcml-1.2.2/src/Makefile.in-716- fcml-1.2.2/src/Makefile.in-717-libfcml_la-fcml_dialect_int.lo: fcml_dialect_int.c fcml-1.2.2/src/Makefile.in:718:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_dialect_int.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_dialect_int.Tpo -c -o libfcml_la-fcml_dialect_int.lo `test -f 'fcml_dialect_int.c' || echo '$(srcdir)/'`fcml_dialect_int.c fcml-1.2.2/src/Makefile.in-719-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_dialect_int.Tpo $(DEPDIR)/libfcml_la-fcml_dialect_int.Plo ############################################## fcml-1.2.2/src/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:722:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_dialect_int.lo `test -f 'fcml_dialect_int.c' || echo '$(srcdir)/'`fcml_dialect_int.c fcml-1.2.2/src/Makefile.in-723- fcml-1.2.2/src/Makefile.in-724-libfcml_la-fcml_disassembler.lo: fcml_disassembler.c fcml-1.2.2/src/Makefile.in:725:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_disassembler.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_disassembler.Tpo -c -o libfcml_la-fcml_disassembler.lo `test -f 'fcml_disassembler.c' || echo '$(srcdir)/'`fcml_disassembler.c fcml-1.2.2/src/Makefile.in-726-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_disassembler.Tpo $(DEPDIR)/libfcml_la-fcml_disassembler.Plo ############################################## fcml-1.2.2/src/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:729:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_disassembler.lo `test -f 'fcml_disassembler.c' || echo '$(srcdir)/'`fcml_disassembler.c fcml-1.2.2/src/Makefile.in-730- fcml-1.2.2/src/Makefile.in-731-libfcml_la-fcml_encoding.lo: fcml_encoding.c fcml-1.2.2/src/Makefile.in:732:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_encoding.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_encoding.Tpo -c -o libfcml_la-fcml_encoding.lo `test -f 'fcml_encoding.c' || echo '$(srcdir)/'`fcml_encoding.c fcml-1.2.2/src/Makefile.in-733-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_encoding.Tpo $(DEPDIR)/libfcml_la-fcml_encoding.Plo ############################################## fcml-1.2.2/src/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:736:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_encoding.lo `test -f 'fcml_encoding.c' || echo '$(srcdir)/'`fcml_encoding.c fcml-1.2.2/src/Makefile.in-737- fcml-1.2.2/src/Makefile.in-738-libfcml_la-fcml_env_int.lo: fcml_env_int.c fcml-1.2.2/src/Makefile.in:739:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_env_int.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_env_int.Tpo -c -o libfcml_la-fcml_env_int.lo `test -f 'fcml_env_int.c' || echo '$(srcdir)/'`fcml_env_int.c fcml-1.2.2/src/Makefile.in-740-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_env_int.Tpo $(DEPDIR)/libfcml_la-fcml_env_int.Plo ############################################## fcml-1.2.2/src/Makefile.in-742-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:743:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_env_int.lo `test -f 'fcml_env_int.c' || echo '$(srcdir)/'`fcml_env_int.c fcml-1.2.2/src/Makefile.in-744- fcml-1.2.2/src/Makefile.in-745-libfcml_la-fcml_gas_dialect.lo: fcml_gas_dialect.c fcml-1.2.2/src/Makefile.in:746:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_gas_dialect.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_gas_dialect.Tpo -c -o libfcml_la-fcml_gas_dialect.lo `test -f 'fcml_gas_dialect.c' || echo '$(srcdir)/'`fcml_gas_dialect.c fcml-1.2.2/src/Makefile.in-747-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_gas_dialect.Tpo $(DEPDIR)/libfcml_la-fcml_gas_dialect.Plo ############################################## fcml-1.2.2/src/Makefile.in-749-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:750:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_gas_dialect.lo `test -f 'fcml_gas_dialect.c' || echo '$(srcdir)/'`fcml_gas_dialect.c fcml-1.2.2/src/Makefile.in-751- fcml-1.2.2/src/Makefile.in-752-libfcml_la-fcml_gas_parser.lo: fcml_gas_parser.c fcml-1.2.2/src/Makefile.in:753:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_gas_parser.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_gas_parser.Tpo -c -o libfcml_la-fcml_gas_parser.lo `test -f 'fcml_gas_parser.c' || echo '$(srcdir)/'`fcml_gas_parser.c fcml-1.2.2/src/Makefile.in-754-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_gas_parser.Tpo $(DEPDIR)/libfcml_la-fcml_gas_parser.Plo ############################################## fcml-1.2.2/src/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:757:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_gas_parser.lo `test -f 'fcml_gas_parser.c' || echo '$(srcdir)/'`fcml_gas_parser.c fcml-1.2.2/src/Makefile.in-758- fcml-1.2.2/src/Makefile.in-759-libfcml_la-fcml_gas_rend.lo: fcml_gas_rend.c fcml-1.2.2/src/Makefile.in:760:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_gas_rend.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_gas_rend.Tpo -c -o libfcml_la-fcml_gas_rend.lo `test -f 'fcml_gas_rend.c' || echo '$(srcdir)/'`fcml_gas_rend.c fcml-1.2.2/src/Makefile.in-761-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_gas_rend.Tpo $(DEPDIR)/libfcml_la-fcml_gas_rend.Plo ############################################## fcml-1.2.2/src/Makefile.in-763-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:764:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_gas_rend.lo `test -f 'fcml_gas_rend.c' || echo '$(srcdir)/'`fcml_gas_rend.c fcml-1.2.2/src/Makefile.in-765- fcml-1.2.2/src/Makefile.in-766-libfcml_la-fcml_hints.lo: fcml_hints.c fcml-1.2.2/src/Makefile.in:767:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_hints.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_hints.Tpo -c -o libfcml_la-fcml_hints.lo `test -f 'fcml_hints.c' || echo '$(srcdir)/'`fcml_hints.c fcml-1.2.2/src/Makefile.in-768-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_hints.Tpo $(DEPDIR)/libfcml_la-fcml_hints.Plo ############################################## fcml-1.2.2/src/Makefile.in-770-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:771:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_hints.lo `test -f 'fcml_hints.c' || echo '$(srcdir)/'`fcml_hints.c fcml-1.2.2/src/Makefile.in-772- fcml-1.2.2/src/Makefile.in-773-libfcml_la-fcml_intel_dialect.lo: fcml_intel_dialect.c fcml-1.2.2/src/Makefile.in:774:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_intel_dialect.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_intel_dialect.Tpo -c -o libfcml_la-fcml_intel_dialect.lo `test -f 'fcml_intel_dialect.c' || echo '$(srcdir)/'`fcml_intel_dialect.c fcml-1.2.2/src/Makefile.in-775-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_intel_dialect.Tpo $(DEPDIR)/libfcml_la-fcml_intel_dialect.Plo ############################################## fcml-1.2.2/src/Makefile.in-777-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:778:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_intel_dialect.lo `test -f 'fcml_intel_dialect.c' || echo '$(srcdir)/'`fcml_intel_dialect.c fcml-1.2.2/src/Makefile.in-779- fcml-1.2.2/src/Makefile.in-780-libfcml_la-fcml_intel_parser.lo: fcml_intel_parser.c fcml-1.2.2/src/Makefile.in:781:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_intel_parser.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_intel_parser.Tpo -c -o libfcml_la-fcml_intel_parser.lo `test -f 'fcml_intel_parser.c' || echo '$(srcdir)/'`fcml_intel_parser.c fcml-1.2.2/src/Makefile.in-782-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_intel_parser.Tpo $(DEPDIR)/libfcml_la-fcml_intel_parser.Plo ############################################## fcml-1.2.2/src/Makefile.in-784-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:785:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_intel_parser.lo `test -f 'fcml_intel_parser.c' || echo '$(srcdir)/'`fcml_intel_parser.c fcml-1.2.2/src/Makefile.in-786- fcml-1.2.2/src/Makefile.in-787-libfcml_la-fcml_intel_rend.lo: fcml_intel_rend.c fcml-1.2.2/src/Makefile.in:788:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_intel_rend.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_intel_rend.Tpo -c -o libfcml_la-fcml_intel_rend.lo `test -f 'fcml_intel_rend.c' || echo '$(srcdir)/'`fcml_intel_rend.c fcml-1.2.2/src/Makefile.in-789-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_intel_rend.Tpo $(DEPDIR)/libfcml_la-fcml_intel_rend.Plo ############################################## fcml-1.2.2/src/Makefile.in-791-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:792:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_intel_rend.lo `test -f 'fcml_intel_rend.c' || echo '$(srcdir)/'`fcml_intel_rend.c fcml-1.2.2/src/Makefile.in-793- fcml-1.2.2/src/Makefile.in-794-libfcml_la-fcml_messages.lo: fcml_messages.c fcml-1.2.2/src/Makefile.in:795:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_messages.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_messages.Tpo -c -o libfcml_la-fcml_messages.lo `test -f 'fcml_messages.c' || echo '$(srcdir)/'`fcml_messages.c fcml-1.2.2/src/Makefile.in-796-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_messages.Tpo $(DEPDIR)/libfcml_la-fcml_messages.Plo ############################################## fcml-1.2.2/src/Makefile.in-798-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:799:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_messages.lo `test -f 'fcml_messages.c' || echo '$(srcdir)/'`fcml_messages.c fcml-1.2.2/src/Makefile.in-800- fcml-1.2.2/src/Makefile.in-801-libfcml_la-fcml_mnemonic_parser.lo: fcml_mnemonic_parser.c fcml-1.2.2/src/Makefile.in:802:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_mnemonic_parser.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_mnemonic_parser.Tpo -c -o libfcml_la-fcml_mnemonic_parser.lo `test -f 'fcml_mnemonic_parser.c' || echo '$(srcdir)/'`fcml_mnemonic_parser.c fcml-1.2.2/src/Makefile.in-803-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_mnemonic_parser.Tpo $(DEPDIR)/libfcml_la-fcml_mnemonic_parser.Plo ############################################## fcml-1.2.2/src/Makefile.in-805-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:806:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_mnemonic_parser.lo `test -f 'fcml_mnemonic_parser.c' || echo '$(srcdir)/'`fcml_mnemonic_parser.c fcml-1.2.2/src/Makefile.in-807- fcml-1.2.2/src/Makefile.in-808-libfcml_la-fcml_modrm_decoder.lo: fcml_modrm_decoder.c fcml-1.2.2/src/Makefile.in:809:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_modrm_decoder.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_modrm_decoder.Tpo -c -o libfcml_la-fcml_modrm_decoder.lo `test -f 'fcml_modrm_decoder.c' || echo '$(srcdir)/'`fcml_modrm_decoder.c fcml-1.2.2/src/Makefile.in-810-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_modrm_decoder.Tpo $(DEPDIR)/libfcml_la-fcml_modrm_decoder.Plo ############################################## fcml-1.2.2/src/Makefile.in-812-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:813:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_modrm_decoder.lo `test -f 'fcml_modrm_decoder.c' || echo '$(srcdir)/'`fcml_modrm_decoder.c fcml-1.2.2/src/Makefile.in-814- fcml-1.2.2/src/Makefile.in-815-libfcml_la-fcml_modrm_encoder.lo: fcml_modrm_encoder.c fcml-1.2.2/src/Makefile.in:816:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_modrm_encoder.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_modrm_encoder.Tpo -c -o libfcml_la-fcml_modrm_encoder.lo `test -f 'fcml_modrm_encoder.c' || echo '$(srcdir)/'`fcml_modrm_encoder.c fcml-1.2.2/src/Makefile.in-817-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_modrm_encoder.Tpo $(DEPDIR)/libfcml_la-fcml_modrm_encoder.Plo ############################################## fcml-1.2.2/src/Makefile.in-819-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:820:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_modrm_encoder.lo `test -f 'fcml_modrm_encoder.c' || echo '$(srcdir)/'`fcml_modrm_encoder.c fcml-1.2.2/src/Makefile.in-821- fcml-1.2.2/src/Makefile.in-822-libfcml_la-fcml_optimizers.lo: fcml_optimizers.c fcml-1.2.2/src/Makefile.in:823:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_optimizers.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_optimizers.Tpo -c -o libfcml_la-fcml_optimizers.lo `test -f 'fcml_optimizers.c' || echo '$(srcdir)/'`fcml_optimizers.c fcml-1.2.2/src/Makefile.in-824-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_optimizers.Tpo $(DEPDIR)/libfcml_la-fcml_optimizers.Plo ############################################## fcml-1.2.2/src/Makefile.in-826-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:827:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_optimizers.lo `test -f 'fcml_optimizers.c' || echo '$(srcdir)/'`fcml_optimizers.c fcml-1.2.2/src/Makefile.in-828- fcml-1.2.2/src/Makefile.in-829-libfcml_la-fcml_parser.lo: fcml_parser.c fcml-1.2.2/src/Makefile.in:830:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_parser.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_parser.Tpo -c -o libfcml_la-fcml_parser.lo `test -f 'fcml_parser.c' || echo '$(srcdir)/'`fcml_parser.c fcml-1.2.2/src/Makefile.in-831-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_parser.Tpo $(DEPDIR)/libfcml_la-fcml_parser.Plo ############################################## fcml-1.2.2/src/Makefile.in-833-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:834:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_parser.lo `test -f 'fcml_parser.c' || echo '$(srcdir)/'`fcml_parser.c fcml-1.2.2/src/Makefile.in-835- fcml-1.2.2/src/Makefile.in-836-libfcml_la-fcml_parser_int.lo: fcml_parser_int.c fcml-1.2.2/src/Makefile.in:837:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_parser_int.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_parser_int.Tpo -c -o libfcml_la-fcml_parser_int.lo `test -f 'fcml_parser_int.c' || echo '$(srcdir)/'`fcml_parser_int.c fcml-1.2.2/src/Makefile.in-838-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_parser_int.Tpo $(DEPDIR)/libfcml_la-fcml_parser_int.Plo ############################################## fcml-1.2.2/src/Makefile.in-840-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:841:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_parser_int.lo `test -f 'fcml_parser_int.c' || echo '$(srcdir)/'`fcml_parser_int.c fcml-1.2.2/src/Makefile.in-842- fcml-1.2.2/src/Makefile.in-843-libfcml_la-fcml_parser_utils.lo: fcml_parser_utils.c fcml-1.2.2/src/Makefile.in:844:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_parser_utils.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_parser_utils.Tpo -c -o libfcml_la-fcml_parser_utils.lo `test -f 'fcml_parser_utils.c' || echo '$(srcdir)/'`fcml_parser_utils.c fcml-1.2.2/src/Makefile.in-845-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_parser_utils.Tpo $(DEPDIR)/libfcml_la-fcml_parser_utils.Plo ############################################## fcml-1.2.2/src/Makefile.in-847-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:848:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_parser_utils.lo `test -f 'fcml_parser_utils.c' || echo '$(srcdir)/'`fcml_parser_utils.c fcml-1.2.2/src/Makefile.in-849- fcml-1.2.2/src/Makefile.in-850-libfcml_la-fcml_renderer.lo: fcml_renderer.c fcml-1.2.2/src/Makefile.in:851:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_renderer.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_renderer.Tpo -c -o libfcml_la-fcml_renderer.lo `test -f 'fcml_renderer.c' || echo '$(srcdir)/'`fcml_renderer.c fcml-1.2.2/src/Makefile.in-852-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_renderer.Tpo $(DEPDIR)/libfcml_la-fcml_renderer.Plo ############################################## fcml-1.2.2/src/Makefile.in-854-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:855:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_renderer.lo `test -f 'fcml_renderer.c' || echo '$(srcdir)/'`fcml_renderer.c fcml-1.2.2/src/Makefile.in-856- fcml-1.2.2/src/Makefile.in-857-libfcml_la-fcml_rend_utils.lo: fcml_rend_utils.c fcml-1.2.2/src/Makefile.in:858:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_rend_utils.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_rend_utils.Tpo -c -o libfcml_la-fcml_rend_utils.lo `test -f 'fcml_rend_utils.c' || echo '$(srcdir)/'`fcml_rend_utils.c fcml-1.2.2/src/Makefile.in-859-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_rend_utils.Tpo $(DEPDIR)/libfcml_la-fcml_rend_utils.Plo ############################################## fcml-1.2.2/src/Makefile.in-861-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:862:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_rend_utils.lo `test -f 'fcml_rend_utils.c' || echo '$(srcdir)/'`fcml_rend_utils.c fcml-1.2.2/src/Makefile.in-863- fcml-1.2.2/src/Makefile.in-864-libfcml_la-fcml_stream.lo: fcml_stream.c fcml-1.2.2/src/Makefile.in:865:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_stream.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_stream.Tpo -c -o libfcml_la-fcml_stream.lo `test -f 'fcml_stream.c' || echo '$(srcdir)/'`fcml_stream.c fcml-1.2.2/src/Makefile.in-866-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_stream.Tpo $(DEPDIR)/libfcml_la-fcml_stream.Plo ############################################## fcml-1.2.2/src/Makefile.in-868-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:869:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_stream.lo `test -f 'fcml_stream.c' || echo '$(srcdir)/'`fcml_stream.c fcml-1.2.2/src/Makefile.in-870- fcml-1.2.2/src/Makefile.in-871-libfcml_la-fcml_utils.lo: fcml_utils.c fcml-1.2.2/src/Makefile.in:872:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_utils.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_utils.Tpo -c -o libfcml_la-fcml_utils.lo `test -f 'fcml_utils.c' || echo '$(srcdir)/'`fcml_utils.c fcml-1.2.2/src/Makefile.in-873-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_utils.Tpo $(DEPDIR)/libfcml_la-fcml_utils.Plo ############################################## fcml-1.2.2/src/Makefile.in-875-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:876:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_utils.lo `test -f 'fcml_utils.c' || echo '$(srcdir)/'`fcml_utils.c fcml-1.2.2/src/Makefile.in-877- fcml-1.2.2/src/Makefile.in-878-libfcml_la-fcml_lag_assembler.lo: fcml_lag_assembler.c fcml-1.2.2/src/Makefile.in:879:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_lag_assembler.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_lag_assembler.Tpo -c -o libfcml_la-fcml_lag_assembler.lo `test -f 'fcml_lag_assembler.c' || echo '$(srcdir)/'`fcml_lag_assembler.c fcml-1.2.2/src/Makefile.in-880-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_lag_assembler.Tpo $(DEPDIR)/libfcml_la-fcml_lag_assembler.Plo ############################################## fcml-1.2.2/src/Makefile.in-882-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:883:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_lag_assembler.lo `test -f 'fcml_lag_assembler.c' || echo '$(srcdir)/'`fcml_lag_assembler.c fcml-1.2.2/src/Makefile.in-884- fcml-1.2.2/src/Makefile.in-885-libfcml_la-fcml_symbols.lo: fcml_symbols.c fcml-1.2.2/src/Makefile.in:886:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_symbols.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_symbols.Tpo -c -o libfcml_la-fcml_symbols.lo `test -f 'fcml_symbols.c' || echo '$(srcdir)/'`fcml_symbols.c fcml-1.2.2/src/Makefile.in-887-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_symbols.Tpo $(DEPDIR)/libfcml_la-fcml_symbols.Plo ############################################## fcml-1.2.2/src/Makefile.in-889-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:890:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_symbols.lo `test -f 'fcml_symbols.c' || echo '$(srcdir)/'`fcml_symbols.c fcml-1.2.2/src/Makefile.in-891- fcml-1.2.2/src/Makefile.in-892-libfcml_la-fcml_disp8_n.lo: fcml_disp8_n.c fcml-1.2.2/src/Makefile.in:893:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_disp8_n.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_disp8_n.Tpo -c -o libfcml_la-fcml_disp8_n.lo `test -f 'fcml_disp8_n.c' || echo '$(srcdir)/'`fcml_disp8_n.c fcml-1.2.2/src/Makefile.in-894-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_disp8_n.Tpo $(DEPDIR)/libfcml_la-fcml_disp8_n.Plo ############################################## fcml-1.2.2/src/Makefile.in-896-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:897:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_disp8_n.lo `test -f 'fcml_disp8_n.c' || echo '$(srcdir)/'`fcml_disp8_n.c fcml-1.2.2/src/Makefile.in-898- fcml-1.2.2/src/Makefile.in-899-libfcml_la-fcml_operand_decorators.lo: fcml_operand_decorators.c fcml-1.2.2/src/Makefile.in:900:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libfcml_la-fcml_operand_decorators.lo -MD -MP -MF $(DEPDIR)/libfcml_la-fcml_operand_decorators.Tpo -c -o libfcml_la-fcml_operand_decorators.lo `test -f 'fcml_operand_decorators.c' || echo '$(srcdir)/'`fcml_operand_decorators.c fcml-1.2.2/src/Makefile.in-901-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfcml_la-fcml_operand_decorators.Tpo $(DEPDIR)/libfcml_la-fcml_operand_decorators.Plo ############################################## fcml-1.2.2/src/Makefile.in-903-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ fcml-1.2.2/src/Makefile.in:904:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libfcml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libfcml_la-fcml_operand_decorators.lo `test -f 'fcml_operand_decorators.c' || echo '$(srcdir)/'`fcml_operand_decorators.c fcml-1.2.2/src/Makefile.in-905- ############################################## fcml-1.2.2/src/Makefile.in-909-.y.c: fcml-1.2.2/src/Makefile.in:910: $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) fcml-1.2.2/src/Makefile.in-911- ############################################## fcml-1.2.2/src/Makefile.in-935- @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ fcml-1.2.2/src/Makefile.in:936: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ fcml-1.2.2/src/Makefile.in-937- dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) ############################################## fcml-1.2.2/src/Makefile.in-968-GTAGS: fcml-1.2.2/src/Makefile.in:969: here=`$(am__cd) $(top_builddir) && pwd` \ fcml-1.2.2/src/Makefile.in-970- && $(am__cd) $(top_srcdir) \ ############################################## fcml-1.2.2/src/Makefile.in-991-distdir: $(DISTFILES) fcml-1.2.2/src/Makefile.in:992: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/src/Makefile.in:993: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ fcml-1.2.2/src/Makefile.in-994- list='$(DISTFILES)'; \ ############################################## fcml-1.2.2/src/Makefile.in-1005- if test -d $$d/$$file; then \ fcml-1.2.2/src/Makefile.in:1006: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ fcml-1.2.2/src/Makefile.in-1007- if test -d "$(distdir)/$$file"; then \ ############################################## fcml-1.2.2/src/fcml_assembler.c-191- if (assembler) { fcml-1.2.2/src/fcml_assembler.c:192: enc_assembler *enc_asm = (enc_assembler*) assembler; fcml-1.2.2/src/fcml_assembler.c-193- if (enc_asm->instructions_map) { ############################################## fcml-1.2.2/src/fcml_assembler.c-209- if (assembler) { fcml-1.2.2/src/fcml_assembler.c:210: enc_assembler *enc_asm = (enc_assembler*) assembler; fcml-1.2.2/src/fcml_assembler.c-211- dialect = (fcml_st_dialect*) enc_asm->dialect_context; ############################################## fcml-1.2.2/src/fcml_assembler.c-251- fcml-1.2.2/src/fcml_assembler.c:252: enc_assembler *enc_asm = (enc_assembler*) asm_context->assembler; fcml-1.2.2/src/fcml_assembler.c-253- ############################################## fcml-1.2.2/debian/fcml-asm.1:1:.TH fcml-asm 1 "February 2, 2015" fcml fcml-1.2.2/debian/fcml-asm.1-2-.SH NAME fcml-1.2.2/debian/fcml-asm.1:3:fcml\-asm \- single-line assembler fcml-1.2.2/debian/fcml-asm.1-4-.SH SYNOPSIS ############################################## fcml-1.2.2/debian/fcml-disasm.1:1:.TH fcml-disasm 1 "February 2, 2015" fcml fcml-1.2.2/debian/fcml-disasm.1-2-.SH NAME fcml-1.2.2/debian/fcml-disasm.1:3:fcml\-disasm \- single-line disassembler fcml-1.2.2/debian/fcml-disasm.1-4-.SH SYNOPSIS ############################################## fcml-1.2.2/debian/rules-19- dh_auto_install -Dexample/hsdis fcml-1.2.2/debian/rules:20: mv debian/tmp/usr/bin/fcml_asm debian/tmp/usr/bin/fcml-asm fcml-1.2.2/debian/rules:21: mv debian/tmp/usr/bin/fcml_disasm debian/tmp/usr/bin/fcml-disasm fcml-1.2.2/debian/rules-22-