--- hplip-2.7.7.orig/configure +++ hplip-2.7.7/configure @@ -808,6 +808,7 @@ INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA +am__isrc CYGPATH_W PACKAGE VERSION @@ -850,6 +851,7 @@ CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE +SED GREP EGREP LN_S @@ -892,6 +894,8 @@ pyexecdir pkgpyexecdir PYTHONINCLUDEDIR +PYUIC +ac_ct_PYUIC abs_datadir abs_sbindir abs_hpppddir @@ -934,7 +938,8 @@ F77 FFLAGS PYTHON -PYTHONINCLUDEDIR' +PYTHONINCLUDEDIR +PYUIC' # Initialize some variables set by options. @@ -1569,6 +1574,7 @@ PYTHON Python interpreter/compiler command PYTHONINCLUDEDIR path to Python.h C header file + PYUIC PyQT pyuic .ui to .py compiler command Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -2001,7 +2007,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version="1.9" +am__api_version='1.10' + ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then @@ -2184,38 +2191,53 @@ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi -if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - # We used to keeping the `.' as first argument, in order to - # allow $(mkdir_p) to be used without argument. As in - # $(mkdir_p) $(somedir) - # where $(somedir) is conditionally defined. However this is wrong - # for two reasons: - # 1. if the package is installed by a user who cannot write `.' - # make install will fail, - # 2. the above comment should most certainly read - # $(mkdir_p) $(DESTDIR)$(somedir) - # so it does not work when $(somedir) is undefined and - # $(DESTDIR) is not. - # To support the latter case, we have to write - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), - # so the `.' trick is pointless. - mkdir_p='mkdir -p --' -else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - for d in ./-p ./--version; - do - test -d $d && rmdir $d - done - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. - if test -f "$ac_aux_dir/mkinstalldirs"; then - mkdir_p='$(mkinstalldirs)' +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done +done +IFS=$as_save_IFS + +fi + + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" else - mkdir_p='$(install_sh) -d' + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + test -d ./--version && rmdir ./--version + MKDIR_P="$ac_install_sh -d" fi fi +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +echo "${ECHO_T}$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac for ac_prog in gawk mawk nawk awk do @@ -2298,12 +2320,16 @@ fi rmdir .tst 2>/dev/null -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } + fi fi # test whether we have cygpath @@ -2346,7 +2372,7 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -install_sh=${install_sh-"$am_aux_dir/install-sh"} +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right @@ -2450,7 +2476,7 @@ fi fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" # We need awk for the "check" target. The system "awk" is bad on # some platforms. @@ -2673,9 +2699,7 @@ am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi - - -if test "x$enable_dependency_tracking" != xno; then + if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else @@ -2684,7 +2708,6 @@ fi - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -3671,6 +3694,7 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -3700,9 +3724,7 @@ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - -if + if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= @@ -3727,12 +3749,13 @@ test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done +IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris @@ -3767,6 +3790,7 @@ fi SED=$lt_cv_path_SED + { echo "$as_me:$LINENO: result: $SED" >&5 echo "${ECHO_T}$SED" >&6; } @@ -4128,8 +4152,8 @@ echo "${ECHO_T}no, using $LN_S" >&6; } fi -{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 -echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4170,9 +4194,15 @@ mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by - # func_win32_libid shell function, so use a weaker test based on 'objdump'. - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi ;; darwin* | rhapsody*) @@ -4217,7 +4247,7 @@ esac ;; -interix3*) +interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; @@ -4267,6 +4297,10 @@ lt_cv_deplibs_check_method=pass_all ;; +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + solaris*) lt_cv_deplibs_check_method=pass_all ;; @@ -4354,7 +4388,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 4357 "configure"' > conftest.$ac_ext + echo '#line 4391 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -4389,7 +4423,8 @@ rm -rf conftest* ;; -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 @@ -4400,6 +4435,9 @@ case `/usr/bin/file conftest.o` in *32-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; @@ -4416,6 +4454,9 @@ ;; *64-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; @@ -5583,6 +5624,7 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -5612,9 +5654,7 @@ echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - - -if + if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= @@ -6209,24 +6249,27 @@ fi ;; *) - # If test is not a shell built-in, we'll probably end up computing a - # maximum length that is only half of the actual maximum length, but - # we can't tell. - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && - new_result=`expr "X$teststring" : ".*" 2>&1` && - lt_cv_sys_max_cmd_len=$new_result && - test $i != 17 # 1/2 MB should be enough - do - i=`expr $i + 1` - teststring=$teststring$teststring - done - teststring= - # Add a significant safety factor because C++ compilers can tack on massive - # amounts of additional arguments before passing them to the linker. - # It appears as though 1/2 is a usable value. - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi ;; esac @@ -6243,6 +6286,7 @@ + # Check for command to grab the raw symbol name followed by C symbol from nm. { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } @@ -6831,7 +6875,7 @@ test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= @@ -7031,10 +7075,10 @@ objext=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}\n' +lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. @@ -7049,13 +7093,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -7075,7 +7119,7 @@ else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -7086,11 +7130,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7089: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7133: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7093: \$? = $ac_status" >&5 + echo "$as_me:7137: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7141,13 +7185,15 @@ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; @@ -7157,7 +7203,7 @@ lt_prog_compiler_pic='-fno-common' ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -7215,7 +7261,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' @@ -7267,6 +7313,22 @@ # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + esac + ;; esac ;; @@ -7276,6 +7338,10 @@ lt_prog_compiler_static='-non_shared' ;; + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' @@ -7343,7 +7409,7 @@ else lt_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -7354,11 +7420,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7357: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7423: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7361: \$? = $ac_status" >&5 + echo "$as_me:7427: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7407,7 +7473,7 @@ lt_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -7447,7 +7513,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -7458,11 +7524,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7461: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7527: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7465: \$? = $ac_status" >&5 + echo "$as_me:7531: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -7654,7 +7720,7 @@ allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes - export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -7672,7 +7738,7 @@ fi ;; - interix3*) + interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' @@ -7687,7 +7753,7 @@ 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' ;; - linux* | k*bsd*-gnu) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -7705,13 +7771,22 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi link_all_deplibs=no else @@ -7871,7 +7946,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct=yes + : else # We have old collect2 hardcode_direct=unsupported @@ -7945,11 +8020,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -8004,11 +8086,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -8062,7 +8151,7 @@ # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds='true' # FIXME: Should let the user specify the lib program. - old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; @@ -8104,10 +8193,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -8269,24 +8358,28 @@ ;; openbsd*) - hardcode_direct=yes - hardcode_shlibpath_var=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec='-R$libdir' - ;; - *) - archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs=no fi ;; @@ -8345,17 +8438,16 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; - *) - whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs=yes ;; @@ -8412,7 +8504,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no @@ -8489,7 +8581,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -8547,17 +8639,55 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" + if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi @@ -8717,12 +8847,8 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -8776,7 +8902,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -8839,7 +8965,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -8910,7 +9036,7 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + 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;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -9016,6 +9142,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -9169,6 +9299,7 @@ darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" + old_striplib="$STRIP -S" { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else @@ -9755,7 +9886,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -10874,7 +11006,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct_CXX=yes + : else # We have old collect2 hardcode_direct_CXX=unsupported @@ -10948,11 +11080,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -11008,11 +11147,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -11131,10 +11277,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -11217,9 +11363,7 @@ hardcode_libdir_separator_CXX=: case $host_cpu in - hppa*64*|ia64*) - hardcode_libdir_flag_spec_ld_CXX='+b $libdir' - ;; + hppa*64*|ia64*) ;; *) export_dynamic_flag_spec_CXX='${wl}-E' ;; @@ -11287,7 +11431,7 @@ ;; esac ;; - interix3*) + interix[3-9]*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' @@ -11407,6 +11551,29 @@ # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + hardcode_libdir_flag_spec_CXX='-R$libdir' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; esac ;; lynxos*) @@ -11445,16 +11612,20 @@ ld_shlibs_CXX=no ;; openbsd*) - hardcode_direct_CXX=yes - hardcode_shlibpath_var_CXX=no - archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' - export_dynamic_flag_spec_CXX='${wl}-E' - whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + if test -f /usr/libexec/ld.so; then + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + else + ld_shlibs_CXX=no fi - output_verbose_link_cmd='echo' ;; osf3*) case $cc_basename in @@ -11616,15 +11787,10 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The C++ compiler is used as linker so we must use $wl - # flag to pass the commands to the underlying system - # linker. We must also pass each convience library through - # to the system linker between allextract/defaultextract. - # The C++ compiler will combine linker options so we - # cannot just pass the convience library names through - # without $wl. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) - whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' + whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs_CXX=yes @@ -11671,6 +11837,12 @@ fi hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac fi ;; esac @@ -11862,7 +12034,7 @@ # PORTME: override above test on systems where it is broken case $host_os in -interix3*) +interix[3-9]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. predep_objects_CXX= @@ -11870,13 +12042,46 @@ postdeps_CXX= ;; +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + solaris*) case $cc_basename in CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. - postdeps_CXX='-lCstd -lCrun' + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi ;; esac ;; @@ -11913,12 +12118,14 @@ # like `-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | os2* | pw32*) + mingw* | cygwin* | os2* | pw32*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; darwin* | rhapsody*) @@ -11930,7 +12137,7 @@ # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -12066,6 +12273,14 @@ lt_prog_compiler_static_CXX='-non_shared' ;; *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + esac ;; esac ;; @@ -12180,7 +12395,7 @@ else lt_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -12191,11 +12406,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12194: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12409: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:12198: \$? = $ac_status" >&5 + echo "$as_me:12413: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -12244,7 +12459,7 @@ lt_prog_compiler_static_works_CXX=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -12284,7 +12499,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -12295,11 +12510,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12298: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12513: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:12302: \$? = $ac_status" >&5 + echo "$as_me:12517: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -12365,7 +12580,7 @@ export_symbols_cmds_CXX="$ltdll_cmds" ;; cygwin* | mingw*) - export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' ;; linux* | k*bsd*-gnu) link_all_deplibs_CXX=no @@ -12399,7 +12614,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -12457,20 +12672,7 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" -if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi + need_lib_prefix=unknown hardcode_into_libs=no @@ -12627,12 +12829,7 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -12686,7 +12883,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -12749,7 +12946,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -12820,7 +13017,7 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + 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;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -12926,6 +13123,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -13120,6 +13321,7 @@ module_cmds_CXX \ module_expsym_cmds_CXX \ lt_cv_prog_compiler_c_o_CXX \ + fix_srcfile_path_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX; do @@ -13440,7 +13642,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_CXX" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_CXX @@ -13531,10 +13733,17 @@ objext_F77=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code=" subroutine t\n return\n end\n" +lt_simple_compile_test_code="\ + subroutine t + return + end +" # Code to be used in simple link tests -lt_simple_link_test_code=" program t\n end\n" +lt_simple_link_test_code="\ + program t + end +" # ltmain only uses $CC for tagged configurations so make sure $CC is set. @@ -13550,13 +13759,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -13643,13 +13852,15 @@ lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_F77='-DDLL_EXPORT' ;; @@ -13659,7 +13870,7 @@ lt_prog_compiler_pic_F77='-fno-common' ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -13717,7 +13928,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_F77='-DDLL_EXPORT' @@ -13769,6 +13980,22 @@ # All Alpha code is PIC. lt_prog_compiler_static_F77='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + lt_prog_compiler_wl_F77='' + ;; + esac + ;; esac ;; @@ -13778,6 +14005,10 @@ lt_prog_compiler_static_F77='-non_shared' ;; + rdos*) + lt_prog_compiler_static_F77='-non_shared' + ;; + solaris*) lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' @@ -13845,7 +14076,7 @@ else lt_prog_compiler_pic_works_F77=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_F77" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -13856,11 +14087,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13859: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14090: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13863: \$? = $ac_status" >&5 + echo "$as_me:14094: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13909,7 +14140,7 @@ lt_prog_compiler_static_works_F77=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -13949,7 +14180,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -13960,11 +14191,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13963: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14194: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13967: \$? = $ac_status" >&5 + echo "$as_me:14198: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -14156,7 +14387,7 @@ allow_undefined_flag_F77=unsupported always_export_symbols_F77=no enable_shared_with_static_runtimes_F77=yes - export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -14174,7 +14405,7 @@ fi ;; - interix3*) + interix[3-9]*) hardcode_direct_F77=no hardcode_shlibpath_var_F77=no hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' @@ -14189,7 +14420,7 @@ archive_expsym_cmds_F77='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' ;; - linux* | k*bsd*-gnu) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -14207,13 +14438,22 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi link_all_deplibs_F77=no else @@ -14373,7 +14613,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct_F77=yes + : else # We have old collect2 hardcode_direct_F77=unsupported @@ -14437,11 +14677,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -14486,11 +14733,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -14544,7 +14798,7 @@ # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_F77='true' # FIXME: Should let the user specify the lib program. - old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' + old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_F77='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_F77=yes ;; @@ -14586,10 +14840,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -14751,24 +15005,28 @@ ;; openbsd*) - hardcode_direct_F77=yes - hardcode_shlibpath_var_F77=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' - export_dynamic_flag_spec_F77='${wl}-E' + if test -f /usr/libexec/ld.so; then + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + export_dynamic_flag_spec_F77='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + ;; + *) + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec_F77='-R$libdir' - ;; - *) - archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs_F77=no fi ;; @@ -14827,17 +15085,16 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; - *) - whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs_F77=yes ;; @@ -14894,7 +15151,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_F77='${wl}-z,text' archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no @@ -14971,7 +15228,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -15029,20 +15286,7 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" -if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi + need_lib_prefix=unknown hardcode_into_libs=no @@ -15199,12 +15443,7 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -15258,7 +15497,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -15321,7 +15560,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -15392,7 +15631,7 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + 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;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -15498,6 +15737,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -15692,6 +15935,7 @@ module_cmds_F77 \ module_expsym_cmds_F77 \ lt_cv_prog_compiler_c_o_F77 \ + fix_srcfile_path_F77 \ exclude_expsyms_F77 \ include_expsyms_F77; do @@ -16012,7 +16256,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_F77" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_F77 @@ -16070,10 +16314,10 @@ objext_GCJ=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}\n" +lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n' +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. @@ -16089,13 +16333,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -16136,7 +16380,7 @@ else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -16147,11 +16391,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16150: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16394: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16154: \$? = $ac_status" >&5 + echo "$as_me:16398: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16202,13 +16446,15 @@ lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' ;; @@ -16218,7 +16464,7 @@ lt_prog_compiler_pic_GCJ='-fno-common' ;; - interix3*) + interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -16276,7 +16522,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' @@ -16328,6 +16574,22 @@ # All Alpha code is PIC. lt_prog_compiler_static_GCJ='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + lt_prog_compiler_wl_GCJ='' + ;; + esac + ;; esac ;; @@ -16337,6 +16599,10 @@ lt_prog_compiler_static_GCJ='-non_shared' ;; + rdos*) + lt_prog_compiler_static_GCJ='-non_shared' + ;; + solaris*) lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' @@ -16404,7 +16670,7 @@ else lt_prog_compiler_pic_works_GCJ=no ac_outfile=conftest.$ac_objext - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_GCJ" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -16415,11 +16681,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16418: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16684: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16422: \$? = $ac_status" >&5 + echo "$as_me:16688: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16468,7 +16734,7 @@ lt_prog_compiler_static_works_GCJ=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -16508,7 +16774,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -16519,11 +16785,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16522: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16788: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16526: \$? = $ac_status" >&5 + echo "$as_me:16792: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16715,7 +16981,7 @@ allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=no enable_shared_with_static_runtimes_GCJ=yes - export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -16733,7 +16999,7 @@ fi ;; - interix3*) + interix[3-9]*) hardcode_direct_GCJ=no hardcode_shlibpath_var_GCJ=no hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' @@ -16748,7 +17014,7 @@ archive_expsym_cmds_GCJ='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' ;; - linux* | k*bsd*-gnu) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -16766,13 +17032,22 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi link_all_deplibs_GCJ=no else @@ -16932,7 +17207,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - hardcode_direct_GCJ=yes + : else # We have old collect2 hardcode_direct_GCJ=unsupported @@ -17006,11 +17281,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -17065,11 +17347,18 @@ } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -17123,7 +17412,7 @@ # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_GCJ='true' # FIXME: Should let the user specify the lib program. - old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' + old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_GCJ=yes ;; @@ -17165,10 +17454,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -17330,24 +17619,28 @@ ;; openbsd*) - hardcode_direct_GCJ=yes - hardcode_shlibpath_var_GCJ=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' - export_dynamic_flag_spec_GCJ='${wl}-E' + if test -f /usr/libexec/ld.so; then + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + export_dynamic_flag_spec_GCJ='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + ;; + *) + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec_GCJ='-R$libdir' - ;; - *) - archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' - ;; - esac + ld_shlibs_GCJ=no fi ;; @@ -17406,17 +17699,16 @@ case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; - *) - whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' + fi + ;; esac link_all_deplibs_GCJ=yes ;; @@ -17473,7 +17765,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_GCJ='${wl}-z,text' archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no @@ -17550,7 +17842,7 @@ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 @@ -17608,20 +17900,7 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" -if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi + need_lib_prefix=unknown hardcode_into_libs=no @@ -17778,12 +18057,7 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -17837,7 +18111,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -17900,7 +18174,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no @@ -17971,7 +18245,7 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + 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;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -18077,6 +18351,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -18271,6 +18549,7 @@ module_cmds_GCJ \ module_expsym_cmds_GCJ \ lt_cv_prog_compiler_c_o_GCJ \ + fix_srcfile_path_GCJ \ exclude_expsyms_GCJ \ include_expsyms_GCJ; do @@ -18591,7 +18870,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_GCJ" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_GCJ @@ -18648,7 +18927,7 @@ objext_RC=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" @@ -18667,13 +18946,13 @@ # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -18751,6 +19030,7 @@ module_cmds_RC \ module_expsym_cmds_RC \ lt_cv_prog_compiler_c_o_RC \ + fix_srcfile_path_RC \ exclude_expsyms_RC \ include_expsyms_RC; do @@ -19071,7 +19351,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$fix_srcfile_path_RC" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_RC @@ -19603,6 +19883,7 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -19632,9 +19913,7 @@ echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - - -if + if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= @@ -20388,6 +20667,7 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -20417,9 +20697,7 @@ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - -if + if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= @@ -22096,9 +22374,7 @@ EOF ;; esac - - -if test x$darwin_build = xyes; then + if test x$darwin_build = xyes; then DARWIN_BUILD_TRUE= DARWIN_BUILD_FALSE='#' else @@ -22123,9 +22399,7 @@ { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi - - -if test x$doc_build = xyes; then + if test x$doc_build = xyes; then DOC_BUILD_TRUE= DOC_BUILD_FALSE='#' else @@ -22154,9 +22428,7 @@ _ACEOF fi - - -if test x$hpijs_only_build = xno; then + if test x$hpijs_only_build = xno; then HPLIP_BUILD_TRUE= HPLIP_BUILD_FALSE='#' else @@ -22219,9 +22491,7 @@ { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi - - -if test x$scan_build = xyes; then + if test x$scan_build = xyes; then SCAN_BUILD_TRUE= SCAN_BUILD_FALSE='#' else @@ -22246,9 +22516,7 @@ { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi - - -if test x$gui_build = xyes; then + if test x$gui_build = xyes; then GUI_BUILD_TRUE= GUI_BUILD_FALSE='#' else @@ -22273,9 +22541,7 @@ { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi - - -if test x$fax_build = xyes; then + if test x$fax_build = xyes; then FAX_BUILD_TRUE= FAX_BUILD_FALSE='#' else @@ -22321,9 +22587,7 @@ { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi - - -if test x$shadow_build = xyes; then + if test x$shadow_build = xyes; then SHADOW_BUILD_TRUE= SHADOW_BUILD_FALSE='#' else @@ -23654,6 +23918,111 @@ done + + if test -n "$ac_tool_prefix"; then + for ac_prog in pyuic + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_PYUIC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$PYUIC"; then + ac_cv_prog_PYUIC="$PYUIC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_PYUIC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +PYUIC=$ac_cv_prog_PYUIC +if test -n "$PYUIC"; then + { echo "$as_me:$LINENO: result: $PYUIC" >&5 +echo "${ECHO_T}$PYUIC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$PYUIC" && break + done +fi +if test -z "$PYUIC"; then + ac_ct_PYUIC=$PYUIC + for ac_prog in pyuic +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_PYUIC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_PYUIC"; then + ac_cv_prog_ac_ct_PYUIC="$ac_ct_PYUIC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_PYUIC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_PYUIC=$ac_cv_prog_ac_ct_PYUIC +if test -n "$ac_ct_PYUIC"; then + { echo "$as_me:$LINENO: result: $ac_ct_PYUIC" >&5 +echo "${ECHO_T}$ac_ct_PYUIC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_PYUIC" && break +done + + if test "x$ac_ct_PYUIC" = x; then + PYUIC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + PYUIC=$ac_ct_PYUIC + fi +fi + fi if test "$hpijs_only_build" = "no" && test "$scan_build" = "yes"; then @@ -24394,6 +24763,7 @@ ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF @@ -24592,6 +24962,7 @@ INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim INSTALL_DATA!$INSTALL_DATA$ac_delim +am__isrc!$am__isrc$ac_delim CYGPATH_W!$CYGPATH_W$ac_delim PACKAGE!$PACKAGE$ac_delim VERSION!$VERSION$ac_delim @@ -24634,6 +25005,7 @@ CCDEPMODE!$CCDEPMODE$ac_delim am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim +SED!$SED$ac_delim GREP!$GREP$ac_delim EGREP!$EGREP$ac_delim LN_S!$LN_S$ac_delim @@ -24647,8 +25019,6 @@ CXXDEPMODE!$CXXDEPMODE$ac_delim am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim -CXXCPP!$CXXCPP$ac_delim -F77!$F77$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -24690,6 +25060,8 @@ ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +CXXCPP!$CXXCPP$ac_delim +F77!$F77$ac_delim FFLAGS!$FFLAGS$ac_delim ac_ct_F77!$ac_ct_F77$ac_delim LIBTOOL!$LIBTOOL$ac_delim @@ -24717,6 +25089,8 @@ pyexecdir!$pyexecdir$ac_delim pkgpyexecdir!$pkgpyexecdir$ac_delim PYTHONINCLUDEDIR!$PYTHONINCLUDEDIR$ac_delim +PYUIC!$PYUIC$ac_delim +ac_ct_PYUIC!$ac_ct_PYUIC$ac_delim abs_datadir!$abs_datadir$ac_delim abs_sbindir!$abs_sbindir$ac_delim abs_hpppddir!$abs_hpppddir$ac_delim @@ -24744,7 +25118,7 @@ LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 52; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 56; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 @@ -24971,6 +25345,11 @@ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF @@ -25024,6 +25403,7 @@ s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out @@ -25058,8 +25438,9 @@ # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ --- hplip-2.7.7.orig/depcomp +++ hplip-2.7.7/depcomp @@ -1,9 +1,10 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2005-07-09.11 +scriptversion=2006-10-15.18 -# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -91,7 +92,20 @@ ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. - "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" stat=$? if test $stat -eq 0; then : else @@ -276,6 +290,46 @@ rm -f "$tmpdepfile" ;; +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. @@ -288,13 +342,13 @@ if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a - # static library. This mecanism is used in libtool 1.4 series to + # static library. This mechanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in in $dir.libs/$base.o.d and + # compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is --- hplip-2.7.7.orig/Makefile.in +++ hplip-2.7.7/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -25,15 +25,11 @@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c @@ -211,7 +207,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno configure.status.lineno + configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = hplip.conf hplip.desktop am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; @@ -260,11 +256,17 @@ am__cupsext_la_SOURCES_DIST = prnt/cupsext/cupsext.c @HPLIP_BUILD_TRUE@am_cupsext_la_OBJECTS = cupsext_la-cupsext.lo cupsext_la_OBJECTS = $(am_cupsext_la_OBJECTS) +cupsext_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(cupsext_la_CFLAGS) \ + $(CFLAGS) $(cupsext_la_LDFLAGS) $(LDFLAGS) -o $@ @HPLIP_BUILD_TRUE@am_cupsext_la_rpath = -rpath $(cupsextdir) @HPLIP_BUILD_TRUE@hpmudext_la_DEPENDENCIES = libhpmud.la am__hpmudext_la_SOURCES_DIST = io/mudext/hpmudext.c @HPLIP_BUILD_TRUE@am_hpmudext_la_OBJECTS = hpmudext_la-hpmudext.lo hpmudext_la_OBJECTS = $(am_hpmudext_la_OBJECTS) +hpmudext_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(hpmudext_la_CFLAGS) \ + $(CFLAGS) $(hpmudext_la_LDFLAGS) $(LDFLAGS) -o $@ @HPLIP_BUILD_TRUE@am_hpmudext_la_rpath = -rpath $(hpmudextdir) libhpip_la_LIBADD = am__libhpip_la_SOURCES_DIST = ip/xconvolve.c ip/xfax.c ip/xgrayout.c \ @@ -286,6 +288,9 @@ @HPLIP_BUILD_TRUE@ xjpg_enc.lo xmatrix.lo xpnm.lo xscale.lo \ @HPLIP_BUILD_TRUE@ xthumb.lo xyxtract.lo libhpip_la_OBJECTS = $(am_libhpip_la_OBJECTS) +libhpip_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libhpip_la_LDFLAGS) $(LDFLAGS) -o $@ @HPLIP_BUILD_TRUE@am_libhpip_la_rpath = -rpath $(libdir) libhpmud_la_LIBADD = am__libhpmud_la_SOURCES_DIST = io/hpmud/hpmud.c io/hpmud/mlc.c \ @@ -300,6 +305,9 @@ @HPLIP_BUILD_TRUE@ libhpmud_la-dot4.lo libhpmud_la-jd.lo \ @HPLIP_BUILD_TRUE@ libhpmud_la-pp.lo libhpmud_la_OBJECTS = $(am_libhpmud_la_OBJECTS) +libhpmud_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libhpmud_la_CFLAGS) \ + $(CFLAGS) $(libhpmud_la_LDFLAGS) $(LDFLAGS) -o $@ @HPLIP_BUILD_TRUE@am_libhpmud_la_rpath = -rpath $(libdir) @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@libsane_hpaio_la_DEPENDENCIES = \ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@ libhpip.la libhpmud.la @@ -321,6 +329,9 @@ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@ libsane_hpaio_la-soap_stub.lo \ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@ libsane_hpaio_la-sanei_init_debug.lo libsane_hpaio_la_OBJECTS = $(am_libsane_hpaio_la_OBJECTS) +libsane_hpaio_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libsane_hpaio_la_CFLAGS) \ + $(CFLAGS) $(libsane_hpaio_la_LDFLAGS) $(LDFLAGS) -o $@ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@am_libsane_hpaio_la_rpath = -rpath \ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@ $(libsane_hpaiodir) pcardext_la_LIBADD = @@ -328,12 +339,18 @@ @HPLIP_BUILD_TRUE@am_pcardext_la_OBJECTS = pcardext_la-pcardext.lo \ @HPLIP_BUILD_TRUE@ pcardext_la-fat.lo pcardext_la_OBJECTS = $(am_pcardext_la_OBJECTS) +pcardext_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(pcardext_la_CFLAGS) \ + $(CFLAGS) $(pcardext_la_LDFLAGS) $(LDFLAGS) -o $@ @HPLIP_BUILD_TRUE@am_pcardext_la_rpath = -rpath $(pcardextdir) scanext_la_LIBADD = am__scanext_la_SOURCES_DIST = scan/scanext/scanext.c @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@am_scanext_la_OBJECTS = \ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@ scanext_la-scanext.lo scanext_la_OBJECTS = $(am_scanext_la_OBJECTS) +scanext_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(scanext_la_CFLAGS) \ + $(CFLAGS) $(scanext_la_LDFLAGS) $(LDFLAGS) -o $@ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@am_scanext_la_rpath = -rpath \ @HPLIP_BUILD_TRUE@@SCAN_BUILD_TRUE@ $(scanextdir) binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) @@ -384,6 +401,9 @@ hpijs-hpiom.$(OBJEXT) hpijs_OBJECTS = $(am_hpijs_OBJECTS) @HPLIP_BUILD_TRUE@hpijs_DEPENDENCIES = libhpip.la libhpmud.la +hpijs_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(hpijs_CXXFLAGS) $(CXXFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ am__hppgsz_SOURCES_DIST = prnt/hpijs/models.cpp \ prnt/hpijs/breaks_open.cpp prnt/hpijs/dj9xxvip.cpp \ prnt/hpijs/dj9xx.cpp prnt/hpijs/capture.cpp \ @@ -486,6 +506,9 @@ @HPLIP_BUILD_TRUE@ hppgsz-PrinterProperties.$(OBJEXT) hppgsz_OBJECTS = $(am_hppgsz_OBJECTS) hppgsz_LDADD = $(LDADD) +hppgsz_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(hppgsz_CXXFLAGS) $(CXXFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ am__ptest_SOURCES_DIST = pcard/ptest.c pcard/ptest.h pcard/fat.c \ pcard/fat.h @HPLIP_BUILD_TRUE@am_ptest_OBJECTS = ptest.$(OBJEXT) fat.$(OBJEXT) @@ -637,25 +660,27 @@ $(dist_install_SCRIPTS) $(dist_noinst_SCRIPTS) \ $(dist_pcard_SCRIPTS) $(dist_plugins_SCRIPTS) \ $(dist_prnt_SCRIPTS) $(dist_scan_SCRIPTS) $(dist_ui_SCRIPTS) -DEFAULT_INCLUDES = -I. -I$(srcdir) +DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ SOURCES = $(cupsext_la_SOURCES) $(hpmudext_la_SOURCES) \ $(libhpip_la_SOURCES) $(libhpmud_la_SOURCES) \ $(libsane_hpaio_la_SOURCES) $(pcardext_la_SOURCES) \ @@ -1641,8 +1666,6 @@ distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APDK_AUTO_INCLUDE_FLAG = @APDK_AUTO_INCLUDE_FLAG@ APDK_ENDIAN_FLAG = @APDK_ENDIAN_FLAG@ @@ -1661,12 +1684,8 @@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ -DARWIN_BUILD_FALSE = @DARWIN_BUILD_FALSE@ -DARWIN_BUILD_TRUE = @DARWIN_BUILD_TRUE@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ -DOC_BUILD_FALSE = @DOC_BUILD_FALSE@ -DOC_BUILD_TRUE = @DOC_BUILD_TRUE@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ @@ -1674,14 +1693,9 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ -FAX_BUILD_FALSE = @FAX_BUILD_FALSE@ -FAX_BUILD_TRUE = @FAX_BUILD_TRUE@ FFLAGS = @FFLAGS@ GREP = @GREP@ -GUI_BUILD_FALSE = @GUI_BUILD_FALSE@ -GUI_BUILD_TRUE = @GUI_BUILD_TRUE@ -HPLIP_BUILD_FALSE = @HPLIP_BUILD_FALSE@ -HPLIP_BUILD_TRUE = @HPLIP_BUILD_TRUE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -1693,6 +1707,7 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -1707,28 +1722,27 @@ PYTHON_PLATFORM = @PYTHON_PLATFORM@ PYTHON_PREFIX = @PYTHON_PREFIX@ PYTHON_VERSION = @PYTHON_VERSION@ +PYUIC = @PYUIC@ RANLIB = @RANLIB@ -SCAN_BUILD_FALSE = @SCAN_BUILD_FALSE@ -SCAN_BUILD_TRUE = @SCAN_BUILD_TRUE@ +SED = @SED@ SET_MAKE = @SET_MAKE@ -SHADOW_BUILD_FALSE = @SHADOW_BUILD_FALSE@ -SHADOW_BUILD_TRUE = @SHADOW_BUILD_TRUE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ +abs_builddir = @abs_builddir@ abs_datadir = @abs_datadir@ abs_docdir = @abs_docdir@ abs_foomaticdir = @abs_foomaticdir@ abs_hpppddir = @abs_hpppddir@ abs_ppddir = @abs_ppddir@ abs_sbindir = @abs_sbindir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +ac_ct_PYUIC = @ac_ct_PYUIC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -1740,6 +1754,7 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ cups11_build = @cups11_build@ cupsbackenddir = @cupsbackenddir@ datadir = @datadir@ @@ -1786,8 +1801,11 @@ scan_build = @scan_build@ shadow_build = @shadow_build@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ INCLUDES = -Iip -Iio/hpmud -Iscan/sane BZRSERVER = http://bzr.linuxprinting.org/devel #BZRSERVER=http://dsufflnx/bzr @@ -1801,46 +1819,46 @@ $(src_dbdir)/driver/hpijs.xml lib_LTLIBRARIES = $(am__append_4) @DOC_BUILD_TRUE@wwwsrc = doc -@DOC_BUILD_TRUE@www0dir = $(docdir) +@DOC_BUILD_TRUE@www0dir = $(hpdocdir)/HTML @DOC_BUILD_TRUE@dist_www0_DATA = $(wwwsrc)/contacts.html $(wwwsrc)/faqs.html $(wwwsrc)/features.html $(wwwsrc)/index.html $(wwwsrc)/legal.html $(wwwsrc)/license.html $(wwwsrc)/mailing_lists.html \ @DOC_BUILD_TRUE@ $(wwwsrc)/release_notes.html $(wwwsrc)/screenshots.html $(wwwsrc)/support_statement.html $(wwwsrc)/system_requirements.html $(wwwsrc)/about.html \ @DOC_BUILD_TRUE@ $(wwwsrc)/other_support.html $(wwwsrc)/downloads.html -@DOC_BUILD_TRUE@www1dir = $(docdir)/howtos +@DOC_BUILD_TRUE@www1dir = $(www0dir)/howtos @DOC_BUILD_TRUE@dist_www1_DATA = $(wwwsrc)/howtos/* -@DOC_BUILD_TRUE@www2dir = $(docdir)/install +@DOC_BUILD_TRUE@www2dir = $(www0dir)/install @DOC_BUILD_TRUE@dist_www2_DATA = $(wwwsrc)/install/index.html -@DOC_BUILD_TRUE@www21dir = $(docdir)/install/step1 +@DOC_BUILD_TRUE@www21dir = $(www0dir)/install/step1 @DOC_BUILD_TRUE@dist_www21_DATA = $(wwwsrc)/install/step1/* -@DOC_BUILD_TRUE@www22dir = $(docdir)/install/step2 +@DOC_BUILD_TRUE@www22dir = $(www0dir)/install/step2 @DOC_BUILD_TRUE@dist_www22_DATA = $(wwwsrc)/install/step2/* -@DOC_BUILD_TRUE@www23dir = $(docdir)/install/step3 +@DOC_BUILD_TRUE@www23dir = $(www0dir)/install/step3 @DOC_BUILD_TRUE@dist_www23_DATA = $(wwwsrc)/install/step3/* -@DOC_BUILD_TRUE@www24dir = $(docdir)/install/step4 +@DOC_BUILD_TRUE@www24dir = $(www0dir)/install/step4 @DOC_BUILD_TRUE@dist_www24_DATA = $(wwwsrc)/install/step4/index.html -@DOC_BUILD_TRUE@www241dir = $(docdir)/install/step4/cups +@DOC_BUILD_TRUE@www241dir = $(www0dir)/install/step4/cups @DOC_BUILD_TRUE@dist_www241_DATA = $(wwwsrc)/install/step4/cups/* -@DOC_BUILD_TRUE@www242dir = $(docdir)/install/step4/setup +@DOC_BUILD_TRUE@www242dir = $(www0dir)/install/step4/setup @DOC_BUILD_TRUE@dist_www242_DATA = $(wwwsrc)/install/step4/setup/* -@DOC_BUILD_TRUE@www243dir = $(docdir)/install/step4/suse +@DOC_BUILD_TRUE@www243dir = $(www0dir)/install/step4/suse @DOC_BUILD_TRUE@dist_www243_DATA = $(wwwsrc)/install/step4/suse/* -@DOC_BUILD_TRUE@www251dir = $(docdir)/install/manual +@DOC_BUILD_TRUE@www251dir = $(www0dir)/install/manual @DOC_BUILD_TRUE@dist_www251_DATA = $(wwwsrc)/install/manual/* -@DOC_BUILD_TRUE@www252dir = $(docdir)/install/manual/distros +@DOC_BUILD_TRUE@www252dir = $(www0dir)/install/manual/distros @DOC_BUILD_TRUE@dist_www252_DATA = $(wwwsrc)/install/manual/distros/* -@DOC_BUILD_TRUE@www261dir = $(docdir)/install/install +@DOC_BUILD_TRUE@www261dir = $(www0dir)/install/install @DOC_BUILD_TRUE@dist_www261_DATA = $(wwwsrc)/install/install/* -@DOC_BUILD_TRUE@www3dir = $(docdir)/styles +@DOC_BUILD_TRUE@www3dir = $(www0dir)/styles @DOC_BUILD_TRUE@dist_www3_DATA = $(wwwsrc)/styles/* -@DOC_BUILD_TRUE@www4dir = $(docdir)/images +@DOC_BUILD_TRUE@www4dir = $(www0dir)/images @DOC_BUILD_TRUE@dist_www4_DATA = $(wwwsrc)/images/* -@DOC_BUILD_TRUE@www5dir = $(docdir)/supported_devices +@DOC_BUILD_TRUE@www5dir = $(www0dir)/supported_devices @DOC_BUILD_TRUE@dist_www5_DATA = $(wwwsrc)/supported_devices/* -@DOC_BUILD_TRUE@www6dir = $(docdir)/tech_docs +@DOC_BUILD_TRUE@www6dir = $(www0dir)/tech_docs @DOC_BUILD_TRUE@dist_www6_DATA = $(wwwsrc)/tech_docs/* -@DOC_BUILD_TRUE@www61dir = $(docdir)/tech_docs/man_pages +@DOC_BUILD_TRUE@www61dir = $(www0dir)/tech_docs/man_pages @DOC_BUILD_TRUE@dist_www61_DATA = $(wwwsrc)/tech_docs/man_pages/* -@DOC_BUILD_TRUE@www7dir = $(docdir)/troubleshooting +@DOC_BUILD_TRUE@www7dir = $(www0dir)/troubleshooting @DOC_BUILD_TRUE@dist_www7_DATA = $(wwwsrc)/troubleshooting/* @HPLIP_BUILD_TRUE@dist_hplip_DATA = scan/sane/hpaio.desc @HPLIP_BUILD_TRUE@dist_hplip_SCRIPTS = hpssd.py __init__.py install.py hplip-install @@ -3105,7 +3123,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $@ install-cupsextLTLIBRARIES: $(cupsext_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(cupsextdir)" || $(mkdir_p) "$(DESTDIR)$(cupsextdir)" + test -z "$(cupsextdir)" || $(MKDIR_P) "$(DESTDIR)$(cupsextdir)" @list='$(cupsext_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ @@ -3116,7 +3134,7 @@ uninstall-cupsextLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(cupsext_LTLIBRARIES)'; for p in $$list; do \ + @list='$(cupsext_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(cupsextdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(cupsextdir)/$$p"; \ @@ -3132,7 +3150,7 @@ done install-hpmudextLTLIBRARIES: $(hpmudext_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(hpmudextdir)" || $(mkdir_p) "$(DESTDIR)$(hpmudextdir)" + test -z "$(hpmudextdir)" || $(MKDIR_P) "$(DESTDIR)$(hpmudextdir)" @list='$(hpmudext_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ @@ -3143,7 +3161,7 @@ uninstall-hpmudextLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(hpmudext_LTLIBRARIES)'; for p in $$list; do \ + @list='$(hpmudext_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(hpmudextdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(hpmudextdir)/$$p"; \ @@ -3159,7 +3177,7 @@ done install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ @@ -3170,7 +3188,7 @@ uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ @@ -3186,7 +3204,7 @@ done install-libsane_hpaioLTLIBRARIES: $(libsane_hpaio_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(libsane_hpaiodir)" || $(mkdir_p) "$(DESTDIR)$(libsane_hpaiodir)" + test -z "$(libsane_hpaiodir)" || $(MKDIR_P) "$(DESTDIR)$(libsane_hpaiodir)" @list='$(libsane_hpaio_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ @@ -3197,7 +3215,7 @@ uninstall-libsane_hpaioLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(libsane_hpaio_LTLIBRARIES)'; for p in $$list; do \ + @list='$(libsane_hpaio_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libsane_hpaiodir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libsane_hpaiodir)/$$p"; \ @@ -3213,7 +3231,7 @@ done install-pcardextLTLIBRARIES: $(pcardext_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(pcardextdir)" || $(mkdir_p) "$(DESTDIR)$(pcardextdir)" + test -z "$(pcardextdir)" || $(MKDIR_P) "$(DESTDIR)$(pcardextdir)" @list='$(pcardext_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ @@ -3224,7 +3242,7 @@ uninstall-pcardextLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(pcardext_LTLIBRARIES)'; for p in $$list; do \ + @list='$(pcardext_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pcardextdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pcardextdir)/$$p"; \ @@ -3240,7 +3258,7 @@ done install-scanextLTLIBRARIES: $(scanext_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(scanextdir)" || $(mkdir_p) "$(DESTDIR)$(scanextdir)" + test -z "$(scanextdir)" || $(MKDIR_P) "$(DESTDIR)$(scanextdir)" @list='$(scanext_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ @@ -3251,7 +3269,7 @@ uninstall-scanextLTLIBRARIES: @$(NORMAL_UNINSTALL) - @set -x; list='$(scanext_LTLIBRARIES)'; for p in $$list; do \ + @list='$(scanext_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(scanextdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(scanextdir)/$$p"; \ @@ -3266,22 +3284,22 @@ rm -f "$${dir}/so_locations"; \ done cupsext.la: $(cupsext_la_OBJECTS) $(cupsext_la_DEPENDENCIES) - $(LINK) $(am_cupsext_la_rpath) $(cupsext_la_LDFLAGS) $(cupsext_la_OBJECTS) $(cupsext_la_LIBADD) $(LIBS) + $(cupsext_la_LINK) $(am_cupsext_la_rpath) $(cupsext_la_OBJECTS) $(cupsext_la_LIBADD) $(LIBS) hpmudext.la: $(hpmudext_la_OBJECTS) $(hpmudext_la_DEPENDENCIES) - $(LINK) $(am_hpmudext_la_rpath) $(hpmudext_la_LDFLAGS) $(hpmudext_la_OBJECTS) $(hpmudext_la_LIBADD) $(LIBS) + $(hpmudext_la_LINK) $(am_hpmudext_la_rpath) $(hpmudext_la_OBJECTS) $(hpmudext_la_LIBADD) $(LIBS) libhpip.la: $(libhpip_la_OBJECTS) $(libhpip_la_DEPENDENCIES) - $(LINK) $(am_libhpip_la_rpath) $(libhpip_la_LDFLAGS) $(libhpip_la_OBJECTS) $(libhpip_la_LIBADD) $(LIBS) + $(libhpip_la_LINK) $(am_libhpip_la_rpath) $(libhpip_la_OBJECTS) $(libhpip_la_LIBADD) $(LIBS) libhpmud.la: $(libhpmud_la_OBJECTS) $(libhpmud_la_DEPENDENCIES) - $(LINK) $(am_libhpmud_la_rpath) $(libhpmud_la_LDFLAGS) $(libhpmud_la_OBJECTS) $(libhpmud_la_LIBADD) $(LIBS) + $(libhpmud_la_LINK) $(am_libhpmud_la_rpath) $(libhpmud_la_OBJECTS) $(libhpmud_la_LIBADD) $(LIBS) libsane-hpaio.la: $(libsane_hpaio_la_OBJECTS) $(libsane_hpaio_la_DEPENDENCIES) - $(LINK) $(am_libsane_hpaio_la_rpath) $(libsane_hpaio_la_LDFLAGS) $(libsane_hpaio_la_OBJECTS) $(libsane_hpaio_la_LIBADD) $(LIBS) + $(libsane_hpaio_la_LINK) $(am_libsane_hpaio_la_rpath) $(libsane_hpaio_la_OBJECTS) $(libsane_hpaio_la_LIBADD) $(LIBS) pcardext.la: $(pcardext_la_OBJECTS) $(pcardext_la_DEPENDENCIES) - $(LINK) $(am_pcardext_la_rpath) $(pcardext_la_LDFLAGS) $(pcardext_la_OBJECTS) $(pcardext_la_LIBADD) $(LIBS) + $(pcardext_la_LINK) $(am_pcardext_la_rpath) $(pcardext_la_OBJECTS) $(pcardext_la_LIBADD) $(LIBS) scanext.la: $(scanext_la_OBJECTS) $(scanext_la_DEPENDENCIES) - $(LINK) $(am_scanext_la_rpath) $(scanext_la_LDFLAGS) $(scanext_la_OBJECTS) $(scanext_la_LIBADD) $(LIBS) + $(scanext_la_LINK) $(am_scanext_la_rpath) $(scanext_la_OBJECTS) $(scanext_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ @@ -3309,7 +3327,7 @@ done install-hpPROGRAMS: $(hp_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(hpdir)" || $(mkdir_p) "$(DESTDIR)$(hpdir)" + test -z "$(hpdir)" || $(MKDIR_P) "$(DESTDIR)$(hpdir)" @list='$(hp_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ @@ -3344,19 +3362,19 @@ done hp$(EXEEXT): $(hp_OBJECTS) $(hp_DEPENDENCIES) @rm -f hp$(EXEEXT) - $(LINK) $(hp_LDFLAGS) $(hp_OBJECTS) $(hp_LDADD) $(LIBS) + $(LINK) $(hp_OBJECTS) $(hp_LDADD) $(LIBS) hpijs$(EXEEXT): $(hpijs_OBJECTS) $(hpijs_DEPENDENCIES) @rm -f hpijs$(EXEEXT) - $(CXXLINK) $(hpijs_LDFLAGS) $(hpijs_OBJECTS) $(hpijs_LDADD) $(LIBS) + $(hpijs_LINK) $(hpijs_OBJECTS) $(hpijs_LDADD) $(LIBS) hppgsz$(EXEEXT): $(hppgsz_OBJECTS) $(hppgsz_DEPENDENCIES) @rm -f hppgsz$(EXEEXT) - $(CXXLINK) $(hppgsz_LDFLAGS) $(hppgsz_OBJECTS) $(hppgsz_LDADD) $(LIBS) + $(hppgsz_LINK) $(hppgsz_OBJECTS) $(hppgsz_LDADD) $(LIBS) ptest$(EXEEXT): $(ptest_OBJECTS) $(ptest_DEPENDENCIES) @rm -f ptest$(EXEEXT) - $(LINK) $(ptest_LDFLAGS) $(ptest_OBJECTS) $(ptest_LDADD) $(LIBS) + $(LINK) $(ptest_OBJECTS) $(ptest_LDADD) $(LIBS) install-dist_baseSCRIPTS: $(dist_base_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(basedir)" || $(mkdir_p) "$(DESTDIR)$(basedir)" + test -z "$(basedir)" || $(MKDIR_P) "$(DESTDIR)$(basedir)" @list='$(dist_base_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3375,7 +3393,7 @@ done install-dist_cmdSCRIPTS: $(dist_cmd_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(cmddir)" || $(mkdir_p) "$(DESTDIR)$(cmddir)" + test -z "$(cmddir)" || $(MKDIR_P) "$(DESTDIR)$(cmddir)" @list='$(dist_cmd_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3394,7 +3412,7 @@ done install-dist_copierSCRIPTS: $(dist_copier_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(copierdir)" || $(mkdir_p) "$(DESTDIR)$(copierdir)" + test -z "$(copierdir)" || $(MKDIR_P) "$(DESTDIR)$(copierdir)" @list='$(dist_copier_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3413,7 +3431,7 @@ done install-dist_faxSCRIPTS: $(dist_fax_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(faxdir)" || $(mkdir_p) "$(DESTDIR)$(faxdir)" + test -z "$(faxdir)" || $(MKDIR_P) "$(DESTDIR)$(faxdir)" @list='$(dist_fax_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3432,7 +3450,7 @@ done install-dist_hpfaxSCRIPTS: $(dist_hpfax_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(hpfaxdir)" || $(mkdir_p) "$(DESTDIR)$(hpfaxdir)" + test -z "$(hpfaxdir)" || $(MKDIR_P) "$(DESTDIR)$(hpfaxdir)" @list='$(dist_hpfax_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3451,7 +3469,7 @@ done install-dist_hplipSCRIPTS: $(dist_hplip_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(hplipdir)" || $(mkdir_p) "$(DESTDIR)$(hplipdir)" + test -z "$(hplipdir)" || $(MKDIR_P) "$(DESTDIR)$(hplipdir)" @list='$(dist_hplip_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3470,7 +3488,7 @@ done install-dist_installSCRIPTS: $(dist_install_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(installdir)" || $(mkdir_p) "$(DESTDIR)$(installdir)" + test -z "$(installdir)" || $(MKDIR_P) "$(DESTDIR)$(installdir)" @list='$(dist_install_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3489,7 +3507,7 @@ done install-dist_pcardSCRIPTS: $(dist_pcard_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(pcarddir)" || $(mkdir_p) "$(DESTDIR)$(pcarddir)" + test -z "$(pcarddir)" || $(MKDIR_P) "$(DESTDIR)$(pcarddir)" @list='$(dist_pcard_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3508,7 +3526,7 @@ done install-dist_pluginsSCRIPTS: $(dist_plugins_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)" + test -z "$(pluginsdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginsdir)" @list='$(dist_plugins_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3527,7 +3545,7 @@ done install-dist_prntSCRIPTS: $(dist_prnt_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(prntdir)" || $(mkdir_p) "$(DESTDIR)$(prntdir)" + test -z "$(prntdir)" || $(MKDIR_P) "$(DESTDIR)$(prntdir)" @list='$(dist_prnt_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3546,7 +3564,7 @@ done install-dist_scanSCRIPTS: $(dist_scan_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(scandir)" || $(mkdir_p) "$(DESTDIR)$(scandir)" + test -z "$(scandir)" || $(MKDIR_P) "$(DESTDIR)$(scandir)" @list='$(dist_scan_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3565,7 +3583,7 @@ done install-dist_uiSCRIPTS: $(dist_ui_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(uidir)" || $(mkdir_p) "$(DESTDIR)$(uidir)" + test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)" @list='$(dist_ui_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -3786,2416 +3804,2416 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xyxtract.Plo@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< cupsext_la-cupsext.lo: prnt/cupsext/cupsext.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cupsext_la_CFLAGS) $(CFLAGS) -MT cupsext_la-cupsext.lo -MD -MP -MF "$(DEPDIR)/cupsext_la-cupsext.Tpo" -c -o cupsext_la-cupsext.lo `test -f 'prnt/cupsext/cupsext.c' || echo '$(srcdir)/'`prnt/cupsext/cupsext.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/cupsext_la-cupsext.Tpo" "$(DEPDIR)/cupsext_la-cupsext.Plo"; else rm -f "$(DEPDIR)/cupsext_la-cupsext.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cupsext_la_CFLAGS) $(CFLAGS) -MT cupsext_la-cupsext.lo -MD -MP -MF $(DEPDIR)/cupsext_la-cupsext.Tpo -c -o cupsext_la-cupsext.lo `test -f 'prnt/cupsext/cupsext.c' || echo '$(srcdir)/'`prnt/cupsext/cupsext.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cupsext_la-cupsext.Tpo $(DEPDIR)/cupsext_la-cupsext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/cupsext/cupsext.c' object='cupsext_la-cupsext.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cupsext_la_CFLAGS) $(CFLAGS) -c -o cupsext_la-cupsext.lo `test -f 'prnt/cupsext/cupsext.c' || echo '$(srcdir)/'`prnt/cupsext/cupsext.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cupsext_la_CFLAGS) $(CFLAGS) -c -o cupsext_la-cupsext.lo `test -f 'prnt/cupsext/cupsext.c' || echo '$(srcdir)/'`prnt/cupsext/cupsext.c hpmudext_la-hpmudext.lo: io/mudext/hpmudext.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpmudext_la_CFLAGS) $(CFLAGS) -MT hpmudext_la-hpmudext.lo -MD -MP -MF "$(DEPDIR)/hpmudext_la-hpmudext.Tpo" -c -o hpmudext_la-hpmudext.lo `test -f 'io/mudext/hpmudext.c' || echo '$(srcdir)/'`io/mudext/hpmudext.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpmudext_la-hpmudext.Tpo" "$(DEPDIR)/hpmudext_la-hpmudext.Plo"; else rm -f "$(DEPDIR)/hpmudext_la-hpmudext.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpmudext_la_CFLAGS) $(CFLAGS) -MT hpmudext_la-hpmudext.lo -MD -MP -MF $(DEPDIR)/hpmudext_la-hpmudext.Tpo -c -o hpmudext_la-hpmudext.lo `test -f 'io/mudext/hpmudext.c' || echo '$(srcdir)/'`io/mudext/hpmudext.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpmudext_la-hpmudext.Tpo $(DEPDIR)/hpmudext_la-hpmudext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/mudext/hpmudext.c' object='hpmudext_la-hpmudext.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpmudext_la_CFLAGS) $(CFLAGS) -c -o hpmudext_la-hpmudext.lo `test -f 'io/mudext/hpmudext.c' || echo '$(srcdir)/'`io/mudext/hpmudext.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpmudext_la_CFLAGS) $(CFLAGS) -c -o hpmudext_la-hpmudext.lo `test -f 'io/mudext/hpmudext.c' || echo '$(srcdir)/'`io/mudext/hpmudext.c xconvolve.lo: ip/xconvolve.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xconvolve.lo -MD -MP -MF "$(DEPDIR)/xconvolve.Tpo" -c -o xconvolve.lo `test -f 'ip/xconvolve.c' || echo '$(srcdir)/'`ip/xconvolve.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xconvolve.Tpo" "$(DEPDIR)/xconvolve.Plo"; else rm -f "$(DEPDIR)/xconvolve.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xconvolve.lo -MD -MP -MF $(DEPDIR)/xconvolve.Tpo -c -o xconvolve.lo `test -f 'ip/xconvolve.c' || echo '$(srcdir)/'`ip/xconvolve.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xconvolve.Tpo $(DEPDIR)/xconvolve.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xconvolve.c' object='xconvolve.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xconvolve.lo `test -f 'ip/xconvolve.c' || echo '$(srcdir)/'`ip/xconvolve.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xconvolve.lo `test -f 'ip/xconvolve.c' || echo '$(srcdir)/'`ip/xconvolve.c xfax.lo: ip/xfax.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfax.lo -MD -MP -MF "$(DEPDIR)/xfax.Tpo" -c -o xfax.lo `test -f 'ip/xfax.c' || echo '$(srcdir)/'`ip/xfax.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xfax.Tpo" "$(DEPDIR)/xfax.Plo"; else rm -f "$(DEPDIR)/xfax.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfax.lo -MD -MP -MF $(DEPDIR)/xfax.Tpo -c -o xfax.lo `test -f 'ip/xfax.c' || echo '$(srcdir)/'`ip/xfax.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xfax.Tpo $(DEPDIR)/xfax.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xfax.c' object='xfax.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfax.lo `test -f 'ip/xfax.c' || echo '$(srcdir)/'`ip/xfax.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfax.lo `test -f 'ip/xfax.c' || echo '$(srcdir)/'`ip/xfax.c xgrayout.lo: ip/xgrayout.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xgrayout.lo -MD -MP -MF "$(DEPDIR)/xgrayout.Tpo" -c -o xgrayout.lo `test -f 'ip/xgrayout.c' || echo '$(srcdir)/'`ip/xgrayout.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xgrayout.Tpo" "$(DEPDIR)/xgrayout.Plo"; else rm -f "$(DEPDIR)/xgrayout.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xgrayout.lo -MD -MP -MF $(DEPDIR)/xgrayout.Tpo -c -o xgrayout.lo `test -f 'ip/xgrayout.c' || echo '$(srcdir)/'`ip/xgrayout.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xgrayout.Tpo $(DEPDIR)/xgrayout.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xgrayout.c' object='xgrayout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgrayout.lo `test -f 'ip/xgrayout.c' || echo '$(srcdir)/'`ip/xgrayout.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgrayout.lo `test -f 'ip/xgrayout.c' || echo '$(srcdir)/'`ip/xgrayout.c xjpg_dct.lo: ip/xjpg_dct.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_dct.lo -MD -MP -MF "$(DEPDIR)/xjpg_dct.Tpo" -c -o xjpg_dct.lo `test -f 'ip/xjpg_dct.c' || echo '$(srcdir)/'`ip/xjpg_dct.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xjpg_dct.Tpo" "$(DEPDIR)/xjpg_dct.Plo"; else rm -f "$(DEPDIR)/xjpg_dct.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_dct.lo -MD -MP -MF $(DEPDIR)/xjpg_dct.Tpo -c -o xjpg_dct.lo `test -f 'ip/xjpg_dct.c' || echo '$(srcdir)/'`ip/xjpg_dct.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xjpg_dct.Tpo $(DEPDIR)/xjpg_dct.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xjpg_dct.c' object='xjpg_dct.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_dct.lo `test -f 'ip/xjpg_dct.c' || echo '$(srcdir)/'`ip/xjpg_dct.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_dct.lo `test -f 'ip/xjpg_dct.c' || echo '$(srcdir)/'`ip/xjpg_dct.c xjpg_fix.lo: ip/xjpg_fix.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_fix.lo -MD -MP -MF "$(DEPDIR)/xjpg_fix.Tpo" -c -o xjpg_fix.lo `test -f 'ip/xjpg_fix.c' || echo '$(srcdir)/'`ip/xjpg_fix.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xjpg_fix.Tpo" "$(DEPDIR)/xjpg_fix.Plo"; else rm -f "$(DEPDIR)/xjpg_fix.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_fix.lo -MD -MP -MF $(DEPDIR)/xjpg_fix.Tpo -c -o xjpg_fix.lo `test -f 'ip/xjpg_fix.c' || echo '$(srcdir)/'`ip/xjpg_fix.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xjpg_fix.Tpo $(DEPDIR)/xjpg_fix.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xjpg_fix.c' object='xjpg_fix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_fix.lo `test -f 'ip/xjpg_fix.c' || echo '$(srcdir)/'`ip/xjpg_fix.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_fix.lo `test -f 'ip/xjpg_fix.c' || echo '$(srcdir)/'`ip/xjpg_fix.c xpad.lo: ip/xpad.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xpad.lo -MD -MP -MF "$(DEPDIR)/xpad.Tpo" -c -o xpad.lo `test -f 'ip/xpad.c' || echo '$(srcdir)/'`ip/xpad.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xpad.Tpo" "$(DEPDIR)/xpad.Plo"; else rm -f "$(DEPDIR)/xpad.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xpad.lo -MD -MP -MF $(DEPDIR)/xpad.Tpo -c -o xpad.lo `test -f 'ip/xpad.c' || echo '$(srcdir)/'`ip/xpad.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xpad.Tpo $(DEPDIR)/xpad.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xpad.c' object='xpad.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xpad.lo `test -f 'ip/xpad.c' || echo '$(srcdir)/'`ip/xpad.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xpad.lo `test -f 'ip/xpad.c' || echo '$(srcdir)/'`ip/xpad.c xrotate.lo: ip/xrotate.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xrotate.lo -MD -MP -MF "$(DEPDIR)/xrotate.Tpo" -c -o xrotate.lo `test -f 'ip/xrotate.c' || echo '$(srcdir)/'`ip/xrotate.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xrotate.Tpo" "$(DEPDIR)/xrotate.Plo"; else rm -f "$(DEPDIR)/xrotate.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xrotate.lo -MD -MP -MF $(DEPDIR)/xrotate.Tpo -c -o xrotate.lo `test -f 'ip/xrotate.c' || echo '$(srcdir)/'`ip/xrotate.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xrotate.Tpo $(DEPDIR)/xrotate.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xrotate.c' object='xrotate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xrotate.lo `test -f 'ip/xrotate.c' || echo '$(srcdir)/'`ip/xrotate.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xrotate.lo `test -f 'ip/xrotate.c' || echo '$(srcdir)/'`ip/xrotate.c xskel.lo: ip/xskel.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xskel.lo -MD -MP -MF "$(DEPDIR)/xskel.Tpo" -c -o xskel.lo `test -f 'ip/xskel.c' || echo '$(srcdir)/'`ip/xskel.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xskel.Tpo" "$(DEPDIR)/xskel.Plo"; else rm -f "$(DEPDIR)/xskel.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xskel.lo -MD -MP -MF $(DEPDIR)/xskel.Tpo -c -o xskel.lo `test -f 'ip/xskel.c' || echo '$(srcdir)/'`ip/xskel.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xskel.Tpo $(DEPDIR)/xskel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xskel.c' object='xskel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xskel.lo `test -f 'ip/xskel.c' || echo '$(srcdir)/'`ip/xskel.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xskel.lo `test -f 'ip/xskel.c' || echo '$(srcdir)/'`ip/xskel.c xtiff.lo: ip/xtiff.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtiff.lo -MD -MP -MF "$(DEPDIR)/xtiff.Tpo" -c -o xtiff.lo `test -f 'ip/xtiff.c' || echo '$(srcdir)/'`ip/xtiff.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xtiff.Tpo" "$(DEPDIR)/xtiff.Plo"; else rm -f "$(DEPDIR)/xtiff.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtiff.lo -MD -MP -MF $(DEPDIR)/xtiff.Tpo -c -o xtiff.lo `test -f 'ip/xtiff.c' || echo '$(srcdir)/'`ip/xtiff.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xtiff.Tpo $(DEPDIR)/xtiff.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xtiff.c' object='xtiff.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtiff.lo `test -f 'ip/xtiff.c' || echo '$(srcdir)/'`ip/xtiff.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtiff.lo `test -f 'ip/xtiff.c' || echo '$(srcdir)/'`ip/xtiff.c ipmain.lo: ip/ipmain.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ipmain.lo -MD -MP -MF "$(DEPDIR)/ipmain.Tpo" -c -o ipmain.lo `test -f 'ip/ipmain.c' || echo '$(srcdir)/'`ip/ipmain.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/ipmain.Tpo" "$(DEPDIR)/ipmain.Plo"; else rm -f "$(DEPDIR)/ipmain.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ipmain.lo -MD -MP -MF $(DEPDIR)/ipmain.Tpo -c -o ipmain.lo `test -f 'ip/ipmain.c' || echo '$(srcdir)/'`ip/ipmain.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ipmain.Tpo $(DEPDIR)/ipmain.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/ipmain.c' object='ipmain.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ipmain.lo `test -f 'ip/ipmain.c' || echo '$(srcdir)/'`ip/ipmain.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ipmain.lo `test -f 'ip/ipmain.c' || echo '$(srcdir)/'`ip/ipmain.c xchgbpp.lo: ip/xchgbpp.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xchgbpp.lo -MD -MP -MF "$(DEPDIR)/xchgbpp.Tpo" -c -o xchgbpp.lo `test -f 'ip/xchgbpp.c' || echo '$(srcdir)/'`ip/xchgbpp.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xchgbpp.Tpo" "$(DEPDIR)/xchgbpp.Plo"; else rm -f "$(DEPDIR)/xchgbpp.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xchgbpp.lo -MD -MP -MF $(DEPDIR)/xchgbpp.Tpo -c -o xchgbpp.lo `test -f 'ip/xchgbpp.c' || echo '$(srcdir)/'`ip/xchgbpp.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xchgbpp.Tpo $(DEPDIR)/xchgbpp.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xchgbpp.c' object='xchgbpp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xchgbpp.lo `test -f 'ip/xchgbpp.c' || echo '$(srcdir)/'`ip/xchgbpp.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xchgbpp.lo `test -f 'ip/xchgbpp.c' || echo '$(srcdir)/'`ip/xchgbpp.c xcrop.lo: ip/xcrop.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xcrop.lo -MD -MP -MF "$(DEPDIR)/xcrop.Tpo" -c -o xcrop.lo `test -f 'ip/xcrop.c' || echo '$(srcdir)/'`ip/xcrop.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xcrop.Tpo" "$(DEPDIR)/xcrop.Plo"; else rm -f "$(DEPDIR)/xcrop.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xcrop.lo -MD -MP -MF $(DEPDIR)/xcrop.Tpo -c -o xcrop.lo `test -f 'ip/xcrop.c' || echo '$(srcdir)/'`ip/xcrop.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xcrop.Tpo $(DEPDIR)/xcrop.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xcrop.c' object='xcrop.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xcrop.lo `test -f 'ip/xcrop.c' || echo '$(srcdir)/'`ip/xcrop.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xcrop.lo `test -f 'ip/xcrop.c' || echo '$(srcdir)/'`ip/xcrop.c xgamma.lo: ip/xgamma.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xgamma.lo -MD -MP -MF "$(DEPDIR)/xgamma.Tpo" -c -o xgamma.lo `test -f 'ip/xgamma.c' || echo '$(srcdir)/'`ip/xgamma.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xgamma.Tpo" "$(DEPDIR)/xgamma.Plo"; else rm -f "$(DEPDIR)/xgamma.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xgamma.lo -MD -MP -MF $(DEPDIR)/xgamma.Tpo -c -o xgamma.lo `test -f 'ip/xgamma.c' || echo '$(srcdir)/'`ip/xgamma.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xgamma.Tpo $(DEPDIR)/xgamma.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xgamma.c' object='xgamma.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgamma.lo `test -f 'ip/xgamma.c' || echo '$(srcdir)/'`ip/xgamma.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgamma.lo `test -f 'ip/xgamma.c' || echo '$(srcdir)/'`ip/xgamma.c xjpg_dec.lo: ip/xjpg_dec.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_dec.lo -MD -MP -MF "$(DEPDIR)/xjpg_dec.Tpo" -c -o xjpg_dec.lo `test -f 'ip/xjpg_dec.c' || echo '$(srcdir)/'`ip/xjpg_dec.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xjpg_dec.Tpo" "$(DEPDIR)/xjpg_dec.Plo"; else rm -f "$(DEPDIR)/xjpg_dec.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_dec.lo -MD -MP -MF $(DEPDIR)/xjpg_dec.Tpo -c -o xjpg_dec.lo `test -f 'ip/xjpg_dec.c' || echo '$(srcdir)/'`ip/xjpg_dec.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xjpg_dec.Tpo $(DEPDIR)/xjpg_dec.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xjpg_dec.c' object='xjpg_dec.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_dec.lo `test -f 'ip/xjpg_dec.c' || echo '$(srcdir)/'`ip/xjpg_dec.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_dec.lo `test -f 'ip/xjpg_dec.c' || echo '$(srcdir)/'`ip/xjpg_dec.c xjpg_huf.lo: ip/xjpg_huf.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_huf.lo -MD -MP -MF "$(DEPDIR)/xjpg_huf.Tpo" -c -o xjpg_huf.lo `test -f 'ip/xjpg_huf.c' || echo '$(srcdir)/'`ip/xjpg_huf.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xjpg_huf.Tpo" "$(DEPDIR)/xjpg_huf.Plo"; else rm -f "$(DEPDIR)/xjpg_huf.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_huf.lo -MD -MP -MF $(DEPDIR)/xjpg_huf.Tpo -c -o xjpg_huf.lo `test -f 'ip/xjpg_huf.c' || echo '$(srcdir)/'`ip/xjpg_huf.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xjpg_huf.Tpo $(DEPDIR)/xjpg_huf.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xjpg_huf.c' object='xjpg_huf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_huf.lo `test -f 'ip/xjpg_huf.c' || echo '$(srcdir)/'`ip/xjpg_huf.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_huf.lo `test -f 'ip/xjpg_huf.c' || echo '$(srcdir)/'`ip/xjpg_huf.c xpcx.lo: ip/xpcx.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xpcx.lo -MD -MP -MF "$(DEPDIR)/xpcx.Tpo" -c -o xpcx.lo `test -f 'ip/xpcx.c' || echo '$(srcdir)/'`ip/xpcx.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xpcx.Tpo" "$(DEPDIR)/xpcx.Plo"; else rm -f "$(DEPDIR)/xpcx.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xpcx.lo -MD -MP -MF $(DEPDIR)/xpcx.Tpo -c -o xpcx.lo `test -f 'ip/xpcx.c' || echo '$(srcdir)/'`ip/xpcx.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xpcx.Tpo $(DEPDIR)/xpcx.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xpcx.c' object='xpcx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xpcx.lo `test -f 'ip/xpcx.c' || echo '$(srcdir)/'`ip/xpcx.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xpcx.lo `test -f 'ip/xpcx.c' || echo '$(srcdir)/'`ip/xpcx.c xsaturation.lo: ip/xsaturation.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsaturation.lo -MD -MP -MF "$(DEPDIR)/xsaturation.Tpo" -c -o xsaturation.lo `test -f 'ip/xsaturation.c' || echo '$(srcdir)/'`ip/xsaturation.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xsaturation.Tpo" "$(DEPDIR)/xsaturation.Plo"; else rm -f "$(DEPDIR)/xsaturation.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsaturation.lo -MD -MP -MF $(DEPDIR)/xsaturation.Tpo -c -o xsaturation.lo `test -f 'ip/xsaturation.c' || echo '$(srcdir)/'`ip/xsaturation.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xsaturation.Tpo $(DEPDIR)/xsaturation.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xsaturation.c' object='xsaturation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsaturation.lo `test -f 'ip/xsaturation.c' || echo '$(srcdir)/'`ip/xsaturation.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsaturation.lo `test -f 'ip/xsaturation.c' || echo '$(srcdir)/'`ip/xsaturation.c xtable.lo: ip/xtable.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtable.lo -MD -MP -MF "$(DEPDIR)/xtable.Tpo" -c -o xtable.lo `test -f 'ip/xtable.c' || echo '$(srcdir)/'`ip/xtable.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xtable.Tpo" "$(DEPDIR)/xtable.Plo"; else rm -f "$(DEPDIR)/xtable.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtable.lo -MD -MP -MF $(DEPDIR)/xtable.Tpo -c -o xtable.lo `test -f 'ip/xtable.c' || echo '$(srcdir)/'`ip/xtable.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xtable.Tpo $(DEPDIR)/xtable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xtable.c' object='xtable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtable.lo `test -f 'ip/xtable.c' || echo '$(srcdir)/'`ip/xtable.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtable.lo `test -f 'ip/xtable.c' || echo '$(srcdir)/'`ip/xtable.c xtonemap.lo: ip/xtonemap.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtonemap.lo -MD -MP -MF "$(DEPDIR)/xtonemap.Tpo" -c -o xtonemap.lo `test -f 'ip/xtonemap.c' || echo '$(srcdir)/'`ip/xtonemap.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xtonemap.Tpo" "$(DEPDIR)/xtonemap.Plo"; else rm -f "$(DEPDIR)/xtonemap.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtonemap.lo -MD -MP -MF $(DEPDIR)/xtonemap.Tpo -c -o xtonemap.lo `test -f 'ip/xtonemap.c' || echo '$(srcdir)/'`ip/xtonemap.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xtonemap.Tpo $(DEPDIR)/xtonemap.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xtonemap.c' object='xtonemap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtonemap.lo `test -f 'ip/xtonemap.c' || echo '$(srcdir)/'`ip/xtonemap.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtonemap.lo `test -f 'ip/xtonemap.c' || echo '$(srcdir)/'`ip/xtonemap.c xbi2gray.lo: ip/xbi2gray.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xbi2gray.lo -MD -MP -MF "$(DEPDIR)/xbi2gray.Tpo" -c -o xbi2gray.lo `test -f 'ip/xbi2gray.c' || echo '$(srcdir)/'`ip/xbi2gray.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xbi2gray.Tpo" "$(DEPDIR)/xbi2gray.Plo"; else rm -f "$(DEPDIR)/xbi2gray.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xbi2gray.lo -MD -MP -MF $(DEPDIR)/xbi2gray.Tpo -c -o xbi2gray.lo `test -f 'ip/xbi2gray.c' || echo '$(srcdir)/'`ip/xbi2gray.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xbi2gray.Tpo $(DEPDIR)/xbi2gray.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xbi2gray.c' object='xbi2gray.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xbi2gray.lo `test -f 'ip/xbi2gray.c' || echo '$(srcdir)/'`ip/xbi2gray.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xbi2gray.lo `test -f 'ip/xbi2gray.c' || echo '$(srcdir)/'`ip/xbi2gray.c xcolrspc.lo: ip/xcolrspc.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xcolrspc.lo -MD -MP -MF "$(DEPDIR)/xcolrspc.Tpo" -c -o xcolrspc.lo `test -f 'ip/xcolrspc.c' || echo '$(srcdir)/'`ip/xcolrspc.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xcolrspc.Tpo" "$(DEPDIR)/xcolrspc.Plo"; else rm -f "$(DEPDIR)/xcolrspc.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xcolrspc.lo -MD -MP -MF $(DEPDIR)/xcolrspc.Tpo -c -o xcolrspc.lo `test -f 'ip/xcolrspc.c' || echo '$(srcdir)/'`ip/xcolrspc.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xcolrspc.Tpo $(DEPDIR)/xcolrspc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xcolrspc.c' object='xcolrspc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xcolrspc.lo `test -f 'ip/xcolrspc.c' || echo '$(srcdir)/'`ip/xcolrspc.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xcolrspc.lo `test -f 'ip/xcolrspc.c' || echo '$(srcdir)/'`ip/xcolrspc.c xfakemono.lo: ip/xfakemono.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfakemono.lo -MD -MP -MF "$(DEPDIR)/xfakemono.Tpo" -c -o xfakemono.lo `test -f 'ip/xfakemono.c' || echo '$(srcdir)/'`ip/xfakemono.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xfakemono.Tpo" "$(DEPDIR)/xfakemono.Plo"; else rm -f "$(DEPDIR)/xfakemono.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfakemono.lo -MD -MP -MF $(DEPDIR)/xfakemono.Tpo -c -o xfakemono.lo `test -f 'ip/xfakemono.c' || echo '$(srcdir)/'`ip/xfakemono.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xfakemono.Tpo $(DEPDIR)/xfakemono.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xfakemono.c' object='xfakemono.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfakemono.lo `test -f 'ip/xfakemono.c' || echo '$(srcdir)/'`ip/xfakemono.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfakemono.lo `test -f 'ip/xfakemono.c' || echo '$(srcdir)/'`ip/xfakemono.c xgray2bi.lo: ip/xgray2bi.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xgray2bi.lo -MD -MP -MF "$(DEPDIR)/xgray2bi.Tpo" -c -o xgray2bi.lo `test -f 'ip/xgray2bi.c' || echo '$(srcdir)/'`ip/xgray2bi.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xgray2bi.Tpo" "$(DEPDIR)/xgray2bi.Plo"; else rm -f "$(DEPDIR)/xgray2bi.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xgray2bi.lo -MD -MP -MF $(DEPDIR)/xgray2bi.Tpo -c -o xgray2bi.lo `test -f 'ip/xgray2bi.c' || echo '$(srcdir)/'`ip/xgray2bi.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xgray2bi.Tpo $(DEPDIR)/xgray2bi.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xgray2bi.c' object='xgray2bi.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgray2bi.lo `test -f 'ip/xgray2bi.c' || echo '$(srcdir)/'`ip/xgray2bi.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgray2bi.lo `test -f 'ip/xgray2bi.c' || echo '$(srcdir)/'`ip/xgray2bi.c xinvert.lo: ip/xinvert.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xinvert.lo -MD -MP -MF "$(DEPDIR)/xinvert.Tpo" -c -o xinvert.lo `test -f 'ip/xinvert.c' || echo '$(srcdir)/'`ip/xinvert.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xinvert.Tpo" "$(DEPDIR)/xinvert.Plo"; else rm -f "$(DEPDIR)/xinvert.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xinvert.lo -MD -MP -MF $(DEPDIR)/xinvert.Tpo -c -o xinvert.lo `test -f 'ip/xinvert.c' || echo '$(srcdir)/'`ip/xinvert.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xinvert.Tpo $(DEPDIR)/xinvert.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xinvert.c' object='xinvert.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xinvert.lo `test -f 'ip/xinvert.c' || echo '$(srcdir)/'`ip/xinvert.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xinvert.lo `test -f 'ip/xinvert.c' || echo '$(srcdir)/'`ip/xinvert.c xjpg_enc.lo: ip/xjpg_enc.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_enc.lo -MD -MP -MF "$(DEPDIR)/xjpg_enc.Tpo" -c -o xjpg_enc.lo `test -f 'ip/xjpg_enc.c' || echo '$(srcdir)/'`ip/xjpg_enc.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xjpg_enc.Tpo" "$(DEPDIR)/xjpg_enc.Plo"; else rm -f "$(DEPDIR)/xjpg_enc.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xjpg_enc.lo -MD -MP -MF $(DEPDIR)/xjpg_enc.Tpo -c -o xjpg_enc.lo `test -f 'ip/xjpg_enc.c' || echo '$(srcdir)/'`ip/xjpg_enc.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xjpg_enc.Tpo $(DEPDIR)/xjpg_enc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xjpg_enc.c' object='xjpg_enc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_enc.lo `test -f 'ip/xjpg_enc.c' || echo '$(srcdir)/'`ip/xjpg_enc.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xjpg_enc.lo `test -f 'ip/xjpg_enc.c' || echo '$(srcdir)/'`ip/xjpg_enc.c xmatrix.lo: ip/xmatrix.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmatrix.lo -MD -MP -MF "$(DEPDIR)/xmatrix.Tpo" -c -o xmatrix.lo `test -f 'ip/xmatrix.c' || echo '$(srcdir)/'`ip/xmatrix.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xmatrix.Tpo" "$(DEPDIR)/xmatrix.Plo"; else rm -f "$(DEPDIR)/xmatrix.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmatrix.lo -MD -MP -MF $(DEPDIR)/xmatrix.Tpo -c -o xmatrix.lo `test -f 'ip/xmatrix.c' || echo '$(srcdir)/'`ip/xmatrix.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xmatrix.Tpo $(DEPDIR)/xmatrix.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xmatrix.c' object='xmatrix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmatrix.lo `test -f 'ip/xmatrix.c' || echo '$(srcdir)/'`ip/xmatrix.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmatrix.lo `test -f 'ip/xmatrix.c' || echo '$(srcdir)/'`ip/xmatrix.c xpnm.lo: ip/xpnm.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xpnm.lo -MD -MP -MF "$(DEPDIR)/xpnm.Tpo" -c -o xpnm.lo `test -f 'ip/xpnm.c' || echo '$(srcdir)/'`ip/xpnm.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xpnm.Tpo" "$(DEPDIR)/xpnm.Plo"; else rm -f "$(DEPDIR)/xpnm.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xpnm.lo -MD -MP -MF $(DEPDIR)/xpnm.Tpo -c -o xpnm.lo `test -f 'ip/xpnm.c' || echo '$(srcdir)/'`ip/xpnm.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xpnm.Tpo $(DEPDIR)/xpnm.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xpnm.c' object='xpnm.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xpnm.lo `test -f 'ip/xpnm.c' || echo '$(srcdir)/'`ip/xpnm.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xpnm.lo `test -f 'ip/xpnm.c' || echo '$(srcdir)/'`ip/xpnm.c xscale.lo: ip/xscale.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xscale.lo -MD -MP -MF "$(DEPDIR)/xscale.Tpo" -c -o xscale.lo `test -f 'ip/xscale.c' || echo '$(srcdir)/'`ip/xscale.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xscale.Tpo" "$(DEPDIR)/xscale.Plo"; else rm -f "$(DEPDIR)/xscale.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xscale.lo -MD -MP -MF $(DEPDIR)/xscale.Tpo -c -o xscale.lo `test -f 'ip/xscale.c' || echo '$(srcdir)/'`ip/xscale.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xscale.Tpo $(DEPDIR)/xscale.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xscale.c' object='xscale.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xscale.lo `test -f 'ip/xscale.c' || echo '$(srcdir)/'`ip/xscale.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xscale.lo `test -f 'ip/xscale.c' || echo '$(srcdir)/'`ip/xscale.c xthumb.lo: ip/xthumb.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xthumb.lo -MD -MP -MF "$(DEPDIR)/xthumb.Tpo" -c -o xthumb.lo `test -f 'ip/xthumb.c' || echo '$(srcdir)/'`ip/xthumb.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xthumb.Tpo" "$(DEPDIR)/xthumb.Plo"; else rm -f "$(DEPDIR)/xthumb.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xthumb.lo -MD -MP -MF $(DEPDIR)/xthumb.Tpo -c -o xthumb.lo `test -f 'ip/xthumb.c' || echo '$(srcdir)/'`ip/xthumb.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xthumb.Tpo $(DEPDIR)/xthumb.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xthumb.c' object='xthumb.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xthumb.lo `test -f 'ip/xthumb.c' || echo '$(srcdir)/'`ip/xthumb.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xthumb.lo `test -f 'ip/xthumb.c' || echo '$(srcdir)/'`ip/xthumb.c xyxtract.lo: ip/xyxtract.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xyxtract.lo -MD -MP -MF "$(DEPDIR)/xyxtract.Tpo" -c -o xyxtract.lo `test -f 'ip/xyxtract.c' || echo '$(srcdir)/'`ip/xyxtract.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/xyxtract.Tpo" "$(DEPDIR)/xyxtract.Plo"; else rm -f "$(DEPDIR)/xyxtract.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xyxtract.lo -MD -MP -MF $(DEPDIR)/xyxtract.Tpo -c -o xyxtract.lo `test -f 'ip/xyxtract.c' || echo '$(srcdir)/'`ip/xyxtract.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xyxtract.Tpo $(DEPDIR)/xyxtract.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ip/xyxtract.c' object='xyxtract.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xyxtract.lo `test -f 'ip/xyxtract.c' || echo '$(srcdir)/'`ip/xyxtract.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xyxtract.lo `test -f 'ip/xyxtract.c' || echo '$(srcdir)/'`ip/xyxtract.c libhpmud_la-hpmud.lo: io/hpmud/hpmud.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-hpmud.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-hpmud.Tpo" -c -o libhpmud_la-hpmud.lo `test -f 'io/hpmud/hpmud.c' || echo '$(srcdir)/'`io/hpmud/hpmud.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-hpmud.Tpo" "$(DEPDIR)/libhpmud_la-hpmud.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-hpmud.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-hpmud.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-hpmud.Tpo -c -o libhpmud_la-hpmud.lo `test -f 'io/hpmud/hpmud.c' || echo '$(srcdir)/'`io/hpmud/hpmud.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-hpmud.Tpo $(DEPDIR)/libhpmud_la-hpmud.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/hpmud.c' object='libhpmud_la-hpmud.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-hpmud.lo `test -f 'io/hpmud/hpmud.c' || echo '$(srcdir)/'`io/hpmud/hpmud.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-hpmud.lo `test -f 'io/hpmud/hpmud.c' || echo '$(srcdir)/'`io/hpmud/hpmud.c libhpmud_la-mlc.lo: io/hpmud/mlc.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-mlc.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-mlc.Tpo" -c -o libhpmud_la-mlc.lo `test -f 'io/hpmud/mlc.c' || echo '$(srcdir)/'`io/hpmud/mlc.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-mlc.Tpo" "$(DEPDIR)/libhpmud_la-mlc.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-mlc.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-mlc.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-mlc.Tpo -c -o libhpmud_la-mlc.lo `test -f 'io/hpmud/mlc.c' || echo '$(srcdir)/'`io/hpmud/mlc.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-mlc.Tpo $(DEPDIR)/libhpmud_la-mlc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/mlc.c' object='libhpmud_la-mlc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-mlc.lo `test -f 'io/hpmud/mlc.c' || echo '$(srcdir)/'`io/hpmud/mlc.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-mlc.lo `test -f 'io/hpmud/mlc.c' || echo '$(srcdir)/'`io/hpmud/mlc.c libhpmud_la-model.lo: io/hpmud/model.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-model.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-model.Tpo" -c -o libhpmud_la-model.lo `test -f 'io/hpmud/model.c' || echo '$(srcdir)/'`io/hpmud/model.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-model.Tpo" "$(DEPDIR)/libhpmud_la-model.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-model.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-model.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-model.Tpo -c -o libhpmud_la-model.lo `test -f 'io/hpmud/model.c' || echo '$(srcdir)/'`io/hpmud/model.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-model.Tpo $(DEPDIR)/libhpmud_la-model.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/model.c' object='libhpmud_la-model.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-model.lo `test -f 'io/hpmud/model.c' || echo '$(srcdir)/'`io/hpmud/model.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-model.lo `test -f 'io/hpmud/model.c' || echo '$(srcdir)/'`io/hpmud/model.c libhpmud_la-musb.lo: io/hpmud/musb.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-musb.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-musb.Tpo" -c -o libhpmud_la-musb.lo `test -f 'io/hpmud/musb.c' || echo '$(srcdir)/'`io/hpmud/musb.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-musb.Tpo" "$(DEPDIR)/libhpmud_la-musb.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-musb.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-musb.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-musb.Tpo -c -o libhpmud_la-musb.lo `test -f 'io/hpmud/musb.c' || echo '$(srcdir)/'`io/hpmud/musb.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-musb.Tpo $(DEPDIR)/libhpmud_la-musb.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/musb.c' object='libhpmud_la-musb.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-musb.lo `test -f 'io/hpmud/musb.c' || echo '$(srcdir)/'`io/hpmud/musb.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-musb.lo `test -f 'io/hpmud/musb.c' || echo '$(srcdir)/'`io/hpmud/musb.c libhpmud_la-pml.lo: io/hpmud/pml.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-pml.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-pml.Tpo" -c -o libhpmud_la-pml.lo `test -f 'io/hpmud/pml.c' || echo '$(srcdir)/'`io/hpmud/pml.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-pml.Tpo" "$(DEPDIR)/libhpmud_la-pml.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-pml.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-pml.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-pml.Tpo -c -o libhpmud_la-pml.lo `test -f 'io/hpmud/pml.c' || echo '$(srcdir)/'`io/hpmud/pml.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-pml.Tpo $(DEPDIR)/libhpmud_la-pml.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/pml.c' object='libhpmud_la-pml.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-pml.lo `test -f 'io/hpmud/pml.c' || echo '$(srcdir)/'`io/hpmud/pml.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-pml.lo `test -f 'io/hpmud/pml.c' || echo '$(srcdir)/'`io/hpmud/pml.c libhpmud_la-dot4.lo: io/hpmud/dot4.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-dot4.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-dot4.Tpo" -c -o libhpmud_la-dot4.lo `test -f 'io/hpmud/dot4.c' || echo '$(srcdir)/'`io/hpmud/dot4.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-dot4.Tpo" "$(DEPDIR)/libhpmud_la-dot4.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-dot4.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-dot4.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-dot4.Tpo -c -o libhpmud_la-dot4.lo `test -f 'io/hpmud/dot4.c' || echo '$(srcdir)/'`io/hpmud/dot4.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-dot4.Tpo $(DEPDIR)/libhpmud_la-dot4.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/dot4.c' object='libhpmud_la-dot4.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-dot4.lo `test -f 'io/hpmud/dot4.c' || echo '$(srcdir)/'`io/hpmud/dot4.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-dot4.lo `test -f 'io/hpmud/dot4.c' || echo '$(srcdir)/'`io/hpmud/dot4.c libhpmud_la-jd.lo: io/hpmud/jd.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-jd.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-jd.Tpo" -c -o libhpmud_la-jd.lo `test -f 'io/hpmud/jd.c' || echo '$(srcdir)/'`io/hpmud/jd.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-jd.Tpo" "$(DEPDIR)/libhpmud_la-jd.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-jd.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-jd.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-jd.Tpo -c -o libhpmud_la-jd.lo `test -f 'io/hpmud/jd.c' || echo '$(srcdir)/'`io/hpmud/jd.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-jd.Tpo $(DEPDIR)/libhpmud_la-jd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/jd.c' object='libhpmud_la-jd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-jd.lo `test -f 'io/hpmud/jd.c' || echo '$(srcdir)/'`io/hpmud/jd.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-jd.lo `test -f 'io/hpmud/jd.c' || echo '$(srcdir)/'`io/hpmud/jd.c libhpmud_la-pp.lo: io/hpmud/pp.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-pp.lo -MD -MP -MF "$(DEPDIR)/libhpmud_la-pp.Tpo" -c -o libhpmud_la-pp.lo `test -f 'io/hpmud/pp.c' || echo '$(srcdir)/'`io/hpmud/pp.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libhpmud_la-pp.Tpo" "$(DEPDIR)/libhpmud_la-pp.Plo"; else rm -f "$(DEPDIR)/libhpmud_la-pp.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -MT libhpmud_la-pp.lo -MD -MP -MF $(DEPDIR)/libhpmud_la-pp.Tpo -c -o libhpmud_la-pp.lo `test -f 'io/hpmud/pp.c' || echo '$(srcdir)/'`io/hpmud/pp.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libhpmud_la-pp.Tpo $(DEPDIR)/libhpmud_la-pp.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io/hpmud/pp.c' object='libhpmud_la-pp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-pp.lo `test -f 'io/hpmud/pp.c' || echo '$(srcdir)/'`io/hpmud/pp.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhpmud_la_CFLAGS) $(CFLAGS) -c -o libhpmud_la-pp.lo `test -f 'io/hpmud/pp.c' || echo '$(srcdir)/'`io/hpmud/pp.c libsane_hpaio_la-hpaio.lo: scan/sane/hpaio.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-hpaio.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-hpaio.Tpo" -c -o libsane_hpaio_la-hpaio.lo `test -f 'scan/sane/hpaio.c' || echo '$(srcdir)/'`scan/sane/hpaio.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-hpaio.Tpo" "$(DEPDIR)/libsane_hpaio_la-hpaio.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-hpaio.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-hpaio.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-hpaio.Tpo -c -o libsane_hpaio_la-hpaio.lo `test -f 'scan/sane/hpaio.c' || echo '$(srcdir)/'`scan/sane/hpaio.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-hpaio.Tpo $(DEPDIR)/libsane_hpaio_la-hpaio.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/hpaio.c' object='libsane_hpaio_la-hpaio.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-hpaio.lo `test -f 'scan/sane/hpaio.c' || echo '$(srcdir)/'`scan/sane/hpaio.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-hpaio.lo `test -f 'scan/sane/hpaio.c' || echo '$(srcdir)/'`scan/sane/hpaio.c libsane_hpaio_la-mfpdtf.lo: scan/sane/mfpdtf.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-mfpdtf.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-mfpdtf.Tpo" -c -o libsane_hpaio_la-mfpdtf.lo `test -f 'scan/sane/mfpdtf.c' || echo '$(srcdir)/'`scan/sane/mfpdtf.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-mfpdtf.Tpo" "$(DEPDIR)/libsane_hpaio_la-mfpdtf.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-mfpdtf.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-mfpdtf.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-mfpdtf.Tpo -c -o libsane_hpaio_la-mfpdtf.lo `test -f 'scan/sane/mfpdtf.c' || echo '$(srcdir)/'`scan/sane/mfpdtf.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-mfpdtf.Tpo $(DEPDIR)/libsane_hpaio_la-mfpdtf.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/mfpdtf.c' object='libsane_hpaio_la-mfpdtf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-mfpdtf.lo `test -f 'scan/sane/mfpdtf.c' || echo '$(srcdir)/'`scan/sane/mfpdtf.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-mfpdtf.lo `test -f 'scan/sane/mfpdtf.c' || echo '$(srcdir)/'`scan/sane/mfpdtf.c libsane_hpaio_la-pml.lo: scan/sane/pml.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-pml.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-pml.Tpo" -c -o libsane_hpaio_la-pml.lo `test -f 'scan/sane/pml.c' || echo '$(srcdir)/'`scan/sane/pml.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-pml.Tpo" "$(DEPDIR)/libsane_hpaio_la-pml.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-pml.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-pml.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-pml.Tpo -c -o libsane_hpaio_la-pml.lo `test -f 'scan/sane/pml.c' || echo '$(srcdir)/'`scan/sane/pml.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-pml.Tpo $(DEPDIR)/libsane_hpaio_la-pml.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/pml.c' object='libsane_hpaio_la-pml.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-pml.lo `test -f 'scan/sane/pml.c' || echo '$(srcdir)/'`scan/sane/pml.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-pml.lo `test -f 'scan/sane/pml.c' || echo '$(srcdir)/'`scan/sane/pml.c libsane_hpaio_la-scl.lo: scan/sane/scl.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-scl.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-scl.Tpo" -c -o libsane_hpaio_la-scl.lo `test -f 'scan/sane/scl.c' || echo '$(srcdir)/'`scan/sane/scl.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-scl.Tpo" "$(DEPDIR)/libsane_hpaio_la-scl.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-scl.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-scl.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-scl.Tpo -c -o libsane_hpaio_la-scl.lo `test -f 'scan/sane/scl.c' || echo '$(srcdir)/'`scan/sane/scl.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-scl.Tpo $(DEPDIR)/libsane_hpaio_la-scl.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/scl.c' object='libsane_hpaio_la-scl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-scl.lo `test -f 'scan/sane/scl.c' || echo '$(srcdir)/'`scan/sane/scl.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-scl.lo `test -f 'scan/sane/scl.c' || echo '$(srcdir)/'`scan/sane/scl.c libsane_hpaio_la-io.lo: scan/sane/io.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-io.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-io.Tpo" -c -o libsane_hpaio_la-io.lo `test -f 'scan/sane/io.c' || echo '$(srcdir)/'`scan/sane/io.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-io.Tpo" "$(DEPDIR)/libsane_hpaio_la-io.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-io.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-io.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-io.Tpo -c -o libsane_hpaio_la-io.lo `test -f 'scan/sane/io.c' || echo '$(srcdir)/'`scan/sane/io.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-io.Tpo $(DEPDIR)/libsane_hpaio_la-io.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/io.c' object='libsane_hpaio_la-io.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-io.lo `test -f 'scan/sane/io.c' || echo '$(srcdir)/'`scan/sane/io.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-io.lo `test -f 'scan/sane/io.c' || echo '$(srcdir)/'`scan/sane/io.c libsane_hpaio_la-common.lo: scan/sane/common.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-common.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-common.Tpo" -c -o libsane_hpaio_la-common.lo `test -f 'scan/sane/common.c' || echo '$(srcdir)/'`scan/sane/common.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-common.Tpo" "$(DEPDIR)/libsane_hpaio_la-common.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-common.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-common.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-common.Tpo -c -o libsane_hpaio_la-common.lo `test -f 'scan/sane/common.c' || echo '$(srcdir)/'`scan/sane/common.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-common.Tpo $(DEPDIR)/libsane_hpaio_la-common.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/common.c' object='libsane_hpaio_la-common.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-common.lo `test -f 'scan/sane/common.c' || echo '$(srcdir)/'`scan/sane/common.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-common.lo `test -f 'scan/sane/common.c' || echo '$(srcdir)/'`scan/sane/common.c libsane_hpaio_la-soap_stub.lo: scan/sane/soap_stub.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-soap_stub.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-soap_stub.Tpo" -c -o libsane_hpaio_la-soap_stub.lo `test -f 'scan/sane/soap_stub.c' || echo '$(srcdir)/'`scan/sane/soap_stub.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-soap_stub.Tpo" "$(DEPDIR)/libsane_hpaio_la-soap_stub.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-soap_stub.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-soap_stub.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-soap_stub.Tpo -c -o libsane_hpaio_la-soap_stub.lo `test -f 'scan/sane/soap_stub.c' || echo '$(srcdir)/'`scan/sane/soap_stub.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-soap_stub.Tpo $(DEPDIR)/libsane_hpaio_la-soap_stub.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/soap_stub.c' object='libsane_hpaio_la-soap_stub.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-soap_stub.lo `test -f 'scan/sane/soap_stub.c' || echo '$(srcdir)/'`scan/sane/soap_stub.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-soap_stub.lo `test -f 'scan/sane/soap_stub.c' || echo '$(srcdir)/'`scan/sane/soap_stub.c libsane_hpaio_la-sanei_init_debug.lo: scan/sane/sanei_init_debug.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-sanei_init_debug.lo -MD -MP -MF "$(DEPDIR)/libsane_hpaio_la-sanei_init_debug.Tpo" -c -o libsane_hpaio_la-sanei_init_debug.lo `test -f 'scan/sane/sanei_init_debug.c' || echo '$(srcdir)/'`scan/sane/sanei_init_debug.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsane_hpaio_la-sanei_init_debug.Tpo" "$(DEPDIR)/libsane_hpaio_la-sanei_init_debug.Plo"; else rm -f "$(DEPDIR)/libsane_hpaio_la-sanei_init_debug.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -MT libsane_hpaio_la-sanei_init_debug.lo -MD -MP -MF $(DEPDIR)/libsane_hpaio_la-sanei_init_debug.Tpo -c -o libsane_hpaio_la-sanei_init_debug.lo `test -f 'scan/sane/sanei_init_debug.c' || echo '$(srcdir)/'`scan/sane/sanei_init_debug.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsane_hpaio_la-sanei_init_debug.Tpo $(DEPDIR)/libsane_hpaio_la-sanei_init_debug.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/sane/sanei_init_debug.c' object='libsane_hpaio_la-sanei_init_debug.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-sanei_init_debug.lo `test -f 'scan/sane/sanei_init_debug.c' || echo '$(srcdir)/'`scan/sane/sanei_init_debug.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsane_hpaio_la_CFLAGS) $(CFLAGS) -c -o libsane_hpaio_la-sanei_init_debug.lo `test -f 'scan/sane/sanei_init_debug.c' || echo '$(srcdir)/'`scan/sane/sanei_init_debug.c pcardext_la-pcardext.lo: pcard/pcardext/pcardext.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -MT pcardext_la-pcardext.lo -MD -MP -MF "$(DEPDIR)/pcardext_la-pcardext.Tpo" -c -o pcardext_la-pcardext.lo `test -f 'pcard/pcardext/pcardext.c' || echo '$(srcdir)/'`pcard/pcardext/pcardext.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pcardext_la-pcardext.Tpo" "$(DEPDIR)/pcardext_la-pcardext.Plo"; else rm -f "$(DEPDIR)/pcardext_la-pcardext.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -MT pcardext_la-pcardext.lo -MD -MP -MF $(DEPDIR)/pcardext_la-pcardext.Tpo -c -o pcardext_la-pcardext.lo `test -f 'pcard/pcardext/pcardext.c' || echo '$(srcdir)/'`pcard/pcardext/pcardext.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pcardext_la-pcardext.Tpo $(DEPDIR)/pcardext_la-pcardext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcard/pcardext/pcardext.c' object='pcardext_la-pcardext.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -c -o pcardext_la-pcardext.lo `test -f 'pcard/pcardext/pcardext.c' || echo '$(srcdir)/'`pcard/pcardext/pcardext.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -c -o pcardext_la-pcardext.lo `test -f 'pcard/pcardext/pcardext.c' || echo '$(srcdir)/'`pcard/pcardext/pcardext.c pcardext_la-fat.lo: pcard/fat.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -MT pcardext_la-fat.lo -MD -MP -MF "$(DEPDIR)/pcardext_la-fat.Tpo" -c -o pcardext_la-fat.lo `test -f 'pcard/fat.c' || echo '$(srcdir)/'`pcard/fat.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pcardext_la-fat.Tpo" "$(DEPDIR)/pcardext_la-fat.Plo"; else rm -f "$(DEPDIR)/pcardext_la-fat.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -MT pcardext_la-fat.lo -MD -MP -MF $(DEPDIR)/pcardext_la-fat.Tpo -c -o pcardext_la-fat.lo `test -f 'pcard/fat.c' || echo '$(srcdir)/'`pcard/fat.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pcardext_la-fat.Tpo $(DEPDIR)/pcardext_la-fat.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcard/fat.c' object='pcardext_la-fat.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -c -o pcardext_la-fat.lo `test -f 'pcard/fat.c' || echo '$(srcdir)/'`pcard/fat.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcardext_la_CFLAGS) $(CFLAGS) -c -o pcardext_la-fat.lo `test -f 'pcard/fat.c' || echo '$(srcdir)/'`pcard/fat.c scanext_la-scanext.lo: scan/scanext/scanext.c -@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scanext_la_CFLAGS) $(CFLAGS) -MT scanext_la-scanext.lo -MD -MP -MF "$(DEPDIR)/scanext_la-scanext.Tpo" -c -o scanext_la-scanext.lo `test -f 'scan/scanext/scanext.c' || echo '$(srcdir)/'`scan/scanext/scanext.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/scanext_la-scanext.Tpo" "$(DEPDIR)/scanext_la-scanext.Plo"; else rm -f "$(DEPDIR)/scanext_la-scanext.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scanext_la_CFLAGS) $(CFLAGS) -MT scanext_la-scanext.lo -MD -MP -MF $(DEPDIR)/scanext_la-scanext.Tpo -c -o scanext_la-scanext.lo `test -f 'scan/scanext/scanext.c' || echo '$(srcdir)/'`scan/scanext/scanext.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scanext_la-scanext.Tpo $(DEPDIR)/scanext_la-scanext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan/scanext/scanext.c' object='scanext_la-scanext.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scanext_la_CFLAGS) $(CFLAGS) -c -o scanext_la-scanext.lo `test -f 'scan/scanext/scanext.c' || echo '$(srcdir)/'`scan/scanext/scanext.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scanext_la_CFLAGS) $(CFLAGS) -c -o scanext_la-scanext.lo `test -f 'scan/scanext/scanext.c' || echo '$(srcdir)/'`scan/scanext/scanext.c hp.o: prnt/backend/hp.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hp.o -MD -MP -MF "$(DEPDIR)/hp.Tpo" -c -o hp.o `test -f 'prnt/backend/hp.c' || echo '$(srcdir)/'`prnt/backend/hp.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hp.Tpo" "$(DEPDIR)/hp.Po"; else rm -f "$(DEPDIR)/hp.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hp.o -MD -MP -MF $(DEPDIR)/hp.Tpo -c -o hp.o `test -f 'prnt/backend/hp.c' || echo '$(srcdir)/'`prnt/backend/hp.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hp.Tpo $(DEPDIR)/hp.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/backend/hp.c' object='hp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hp.o `test -f 'prnt/backend/hp.c' || echo '$(srcdir)/'`prnt/backend/hp.c hp.obj: prnt/backend/hp.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hp.obj -MD -MP -MF "$(DEPDIR)/hp.Tpo" -c -o hp.obj `if test -f 'prnt/backend/hp.c'; then $(CYGPATH_W) 'prnt/backend/hp.c'; else $(CYGPATH_W) '$(srcdir)/prnt/backend/hp.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hp.Tpo" "$(DEPDIR)/hp.Po"; else rm -f "$(DEPDIR)/hp.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hp.obj -MD -MP -MF $(DEPDIR)/hp.Tpo -c -o hp.obj `if test -f 'prnt/backend/hp.c'; then $(CYGPATH_W) 'prnt/backend/hp.c'; else $(CYGPATH_W) '$(srcdir)/prnt/backend/hp.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hp.Tpo $(DEPDIR)/hp.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/backend/hp.c' object='hp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hp.obj `if test -f 'prnt/backend/hp.c'; then $(CYGPATH_W) 'prnt/backend/hp.c'; else $(CYGPATH_W) '$(srcdir)/prnt/backend/hp.c'; fi` hpijs-jdatadbf.o: prnt/hpijs/jdatadbf.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jdatadbf.o -MD -MP -MF "$(DEPDIR)/hpijs-jdatadbf.Tpo" -c -o hpijs-jdatadbf.o `test -f 'prnt/hpijs/jdatadbf.c' || echo '$(srcdir)/'`prnt/hpijs/jdatadbf.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-jdatadbf.Tpo" "$(DEPDIR)/hpijs-jdatadbf.Po"; else rm -f "$(DEPDIR)/hpijs-jdatadbf.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jdatadbf.o -MD -MP -MF $(DEPDIR)/hpijs-jdatadbf.Tpo -c -o hpijs-jdatadbf.o `test -f 'prnt/hpijs/jdatadbf.c' || echo '$(srcdir)/'`prnt/hpijs/jdatadbf.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-jdatadbf.Tpo $(DEPDIR)/hpijs-jdatadbf.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jdatadbf.c' object='hpijs-jdatadbf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-jdatadbf.o `test -f 'prnt/hpijs/jdatadbf.c' || echo '$(srcdir)/'`prnt/hpijs/jdatadbf.c hpijs-jdatadbf.obj: prnt/hpijs/jdatadbf.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jdatadbf.obj -MD -MP -MF "$(DEPDIR)/hpijs-jdatadbf.Tpo" -c -o hpijs-jdatadbf.obj `if test -f 'prnt/hpijs/jdatadbf.c'; then $(CYGPATH_W) 'prnt/hpijs/jdatadbf.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jdatadbf.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-jdatadbf.Tpo" "$(DEPDIR)/hpijs-jdatadbf.Po"; else rm -f "$(DEPDIR)/hpijs-jdatadbf.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jdatadbf.obj -MD -MP -MF $(DEPDIR)/hpijs-jdatadbf.Tpo -c -o hpijs-jdatadbf.obj `if test -f 'prnt/hpijs/jdatadbf.c'; then $(CYGPATH_W) 'prnt/hpijs/jdatadbf.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jdatadbf.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-jdatadbf.Tpo $(DEPDIR)/hpijs-jdatadbf.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jdatadbf.c' object='hpijs-jdatadbf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-jdatadbf.obj `if test -f 'prnt/hpijs/jdatadbf.c'; then $(CYGPATH_W) 'prnt/hpijs/jdatadbf.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jdatadbf.c'; fi` hpijs-jccolor.o: prnt/hpijs/jccolor.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jccolor.o -MD -MP -MF "$(DEPDIR)/hpijs-jccolor.Tpo" -c -o hpijs-jccolor.o `test -f 'prnt/hpijs/jccolor.c' || echo '$(srcdir)/'`prnt/hpijs/jccolor.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-jccolor.Tpo" "$(DEPDIR)/hpijs-jccolor.Po"; else rm -f "$(DEPDIR)/hpijs-jccolor.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jccolor.o -MD -MP -MF $(DEPDIR)/hpijs-jccolor.Tpo -c -o hpijs-jccolor.o `test -f 'prnt/hpijs/jccolor.c' || echo '$(srcdir)/'`prnt/hpijs/jccolor.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-jccolor.Tpo $(DEPDIR)/hpijs-jccolor.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jccolor.c' object='hpijs-jccolor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-jccolor.o `test -f 'prnt/hpijs/jccolor.c' || echo '$(srcdir)/'`prnt/hpijs/jccolor.c hpijs-jccolor.obj: prnt/hpijs/jccolor.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jccolor.obj -MD -MP -MF "$(DEPDIR)/hpijs-jccolor.Tpo" -c -o hpijs-jccolor.obj `if test -f 'prnt/hpijs/jccolor.c'; then $(CYGPATH_W) 'prnt/hpijs/jccolor.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jccolor.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-jccolor.Tpo" "$(DEPDIR)/hpijs-jccolor.Po"; else rm -f "$(DEPDIR)/hpijs-jccolor.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-jccolor.obj -MD -MP -MF $(DEPDIR)/hpijs-jccolor.Tpo -c -o hpijs-jccolor.obj `if test -f 'prnt/hpijs/jccolor.c'; then $(CYGPATH_W) 'prnt/hpijs/jccolor.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jccolor.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-jccolor.Tpo $(DEPDIR)/hpijs-jccolor.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jccolor.c' object='hpijs-jccolor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-jccolor.obj `if test -f 'prnt/hpijs/jccolor.c'; then $(CYGPATH_W) 'prnt/hpijs/jccolor.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jccolor.c'; fi` hpijs-ijs_server.o: prnt/hpijs/ijs_server.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs_server.o -MD -MP -MF "$(DEPDIR)/hpijs-ijs_server.Tpo" -c -o hpijs-ijs_server.o `test -f 'prnt/hpijs/ijs_server.c' || echo '$(srcdir)/'`prnt/hpijs/ijs_server.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-ijs_server.Tpo" "$(DEPDIR)/hpijs-ijs_server.Po"; else rm -f "$(DEPDIR)/hpijs-ijs_server.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs_server.o -MD -MP -MF $(DEPDIR)/hpijs-ijs_server.Tpo -c -o hpijs-ijs_server.o `test -f 'prnt/hpijs/ijs_server.c' || echo '$(srcdir)/'`prnt/hpijs/ijs_server.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-ijs_server.Tpo $(DEPDIR)/hpijs-ijs_server.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/ijs_server.c' object='hpijs-ijs_server.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-ijs_server.o `test -f 'prnt/hpijs/ijs_server.c' || echo '$(srcdir)/'`prnt/hpijs/ijs_server.c hpijs-ijs_server.obj: prnt/hpijs/ijs_server.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs_server.obj -MD -MP -MF "$(DEPDIR)/hpijs-ijs_server.Tpo" -c -o hpijs-ijs_server.obj `if test -f 'prnt/hpijs/ijs_server.c'; then $(CYGPATH_W) 'prnt/hpijs/ijs_server.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ijs_server.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-ijs_server.Tpo" "$(DEPDIR)/hpijs-ijs_server.Po"; else rm -f "$(DEPDIR)/hpijs-ijs_server.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs_server.obj -MD -MP -MF $(DEPDIR)/hpijs-ijs_server.Tpo -c -o hpijs-ijs_server.obj `if test -f 'prnt/hpijs/ijs_server.c'; then $(CYGPATH_W) 'prnt/hpijs/ijs_server.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ijs_server.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-ijs_server.Tpo $(DEPDIR)/hpijs-ijs_server.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/ijs_server.c' object='hpijs-ijs_server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-ijs_server.obj `if test -f 'prnt/hpijs/ijs_server.c'; then $(CYGPATH_W) 'prnt/hpijs/ijs_server.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ijs_server.c'; fi` hpijs-ijs.o: prnt/hpijs/ijs.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs.o -MD -MP -MF "$(DEPDIR)/hpijs-ijs.Tpo" -c -o hpijs-ijs.o `test -f 'prnt/hpijs/ijs.c' || echo '$(srcdir)/'`prnt/hpijs/ijs.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-ijs.Tpo" "$(DEPDIR)/hpijs-ijs.Po"; else rm -f "$(DEPDIR)/hpijs-ijs.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs.o -MD -MP -MF $(DEPDIR)/hpijs-ijs.Tpo -c -o hpijs-ijs.o `test -f 'prnt/hpijs/ijs.c' || echo '$(srcdir)/'`prnt/hpijs/ijs.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-ijs.Tpo $(DEPDIR)/hpijs-ijs.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/ijs.c' object='hpijs-ijs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-ijs.o `test -f 'prnt/hpijs/ijs.c' || echo '$(srcdir)/'`prnt/hpijs/ijs.c hpijs-ijs.obj: prnt/hpijs/ijs.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs.obj -MD -MP -MF "$(DEPDIR)/hpijs-ijs.Tpo" -c -o hpijs-ijs.obj `if test -f 'prnt/hpijs/ijs.c'; then $(CYGPATH_W) 'prnt/hpijs/ijs.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ijs.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-ijs.Tpo" "$(DEPDIR)/hpijs-ijs.Po"; else rm -f "$(DEPDIR)/hpijs-ijs.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-ijs.obj -MD -MP -MF $(DEPDIR)/hpijs-ijs.Tpo -c -o hpijs-ijs.obj `if test -f 'prnt/hpijs/ijs.c'; then $(CYGPATH_W) 'prnt/hpijs/ijs.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ijs.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-ijs.Tpo $(DEPDIR)/hpijs-ijs.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/ijs.c' object='hpijs-ijs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-ijs.obj `if test -f 'prnt/hpijs/ijs.c'; then $(CYGPATH_W) 'prnt/hpijs/ijs.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ijs.c'; fi` hpijs-hpiom.o: prnt/hpijs/hpiom.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-hpiom.o -MD -MP -MF "$(DEPDIR)/hpijs-hpiom.Tpo" -c -o hpijs-hpiom.o `test -f 'prnt/hpijs/hpiom.c' || echo '$(srcdir)/'`prnt/hpijs/hpiom.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-hpiom.Tpo" "$(DEPDIR)/hpijs-hpiom.Po"; else rm -f "$(DEPDIR)/hpijs-hpiom.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-hpiom.o -MD -MP -MF $(DEPDIR)/hpijs-hpiom.Tpo -c -o hpijs-hpiom.o `test -f 'prnt/hpijs/hpiom.c' || echo '$(srcdir)/'`prnt/hpijs/hpiom.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-hpiom.Tpo $(DEPDIR)/hpijs-hpiom.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/hpiom.c' object='hpijs-hpiom.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-hpiom.o `test -f 'prnt/hpijs/hpiom.c' || echo '$(srcdir)/'`prnt/hpijs/hpiom.c hpijs-hpiom.obj: prnt/hpijs/hpiom.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-hpiom.obj -MD -MP -MF "$(DEPDIR)/hpijs-hpiom.Tpo" -c -o hpijs-hpiom.obj `if test -f 'prnt/hpijs/hpiom.c'; then $(CYGPATH_W) 'prnt/hpijs/hpiom.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpiom.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hpijs-hpiom.Tpo" "$(DEPDIR)/hpijs-hpiom.Po"; else rm -f "$(DEPDIR)/hpijs-hpiom.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -MT hpijs-hpiom.obj -MD -MP -MF $(DEPDIR)/hpijs-hpiom.Tpo -c -o hpijs-hpiom.obj `if test -f 'prnt/hpijs/hpiom.c'; then $(CYGPATH_W) 'prnt/hpijs/hpiom.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpiom.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hpijs-hpiom.Tpo $(DEPDIR)/hpijs-hpiom.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/hpiom.c' object='hpijs-hpiom.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CFLAGS) $(CFLAGS) -c -o hpijs-hpiom.obj `if test -f 'prnt/hpijs/hpiom.c'; then $(CYGPATH_W) 'prnt/hpijs/hpiom.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpiom.c'; fi` hppgsz-jdatadbf.o: prnt/hpijs/jdatadbf.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jdatadbf.o -MD -MP -MF "$(DEPDIR)/hppgsz-jdatadbf.Tpo" -c -o hppgsz-jdatadbf.o `test -f 'prnt/hpijs/jdatadbf.c' || echo '$(srcdir)/'`prnt/hpijs/jdatadbf.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hppgsz-jdatadbf.Tpo" "$(DEPDIR)/hppgsz-jdatadbf.Po"; else rm -f "$(DEPDIR)/hppgsz-jdatadbf.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jdatadbf.o -MD -MP -MF $(DEPDIR)/hppgsz-jdatadbf.Tpo -c -o hppgsz-jdatadbf.o `test -f 'prnt/hpijs/jdatadbf.c' || echo '$(srcdir)/'`prnt/hpijs/jdatadbf.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hppgsz-jdatadbf.Tpo $(DEPDIR)/hppgsz-jdatadbf.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jdatadbf.c' object='hppgsz-jdatadbf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -c -o hppgsz-jdatadbf.o `test -f 'prnt/hpijs/jdatadbf.c' || echo '$(srcdir)/'`prnt/hpijs/jdatadbf.c hppgsz-jdatadbf.obj: prnt/hpijs/jdatadbf.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jdatadbf.obj -MD -MP -MF "$(DEPDIR)/hppgsz-jdatadbf.Tpo" -c -o hppgsz-jdatadbf.obj `if test -f 'prnt/hpijs/jdatadbf.c'; then $(CYGPATH_W) 'prnt/hpijs/jdatadbf.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jdatadbf.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hppgsz-jdatadbf.Tpo" "$(DEPDIR)/hppgsz-jdatadbf.Po"; else rm -f "$(DEPDIR)/hppgsz-jdatadbf.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jdatadbf.obj -MD -MP -MF $(DEPDIR)/hppgsz-jdatadbf.Tpo -c -o hppgsz-jdatadbf.obj `if test -f 'prnt/hpijs/jdatadbf.c'; then $(CYGPATH_W) 'prnt/hpijs/jdatadbf.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jdatadbf.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hppgsz-jdatadbf.Tpo $(DEPDIR)/hppgsz-jdatadbf.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jdatadbf.c' object='hppgsz-jdatadbf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -c -o hppgsz-jdatadbf.obj `if test -f 'prnt/hpijs/jdatadbf.c'; then $(CYGPATH_W) 'prnt/hpijs/jdatadbf.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jdatadbf.c'; fi` hppgsz-jccolor.o: prnt/hpijs/jccolor.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jccolor.o -MD -MP -MF "$(DEPDIR)/hppgsz-jccolor.Tpo" -c -o hppgsz-jccolor.o `test -f 'prnt/hpijs/jccolor.c' || echo '$(srcdir)/'`prnt/hpijs/jccolor.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hppgsz-jccolor.Tpo" "$(DEPDIR)/hppgsz-jccolor.Po"; else rm -f "$(DEPDIR)/hppgsz-jccolor.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jccolor.o -MD -MP -MF $(DEPDIR)/hppgsz-jccolor.Tpo -c -o hppgsz-jccolor.o `test -f 'prnt/hpijs/jccolor.c' || echo '$(srcdir)/'`prnt/hpijs/jccolor.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hppgsz-jccolor.Tpo $(DEPDIR)/hppgsz-jccolor.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jccolor.c' object='hppgsz-jccolor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -c -o hppgsz-jccolor.o `test -f 'prnt/hpijs/jccolor.c' || echo '$(srcdir)/'`prnt/hpijs/jccolor.c hppgsz-jccolor.obj: prnt/hpijs/jccolor.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jccolor.obj -MD -MP -MF "$(DEPDIR)/hppgsz-jccolor.Tpo" -c -o hppgsz-jccolor.obj `if test -f 'prnt/hpijs/jccolor.c'; then $(CYGPATH_W) 'prnt/hpijs/jccolor.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jccolor.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/hppgsz-jccolor.Tpo" "$(DEPDIR)/hppgsz-jccolor.Po"; else rm -f "$(DEPDIR)/hppgsz-jccolor.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -MT hppgsz-jccolor.obj -MD -MP -MF $(DEPDIR)/hppgsz-jccolor.Tpo -c -o hppgsz-jccolor.obj `if test -f 'prnt/hpijs/jccolor.c'; then $(CYGPATH_W) 'prnt/hpijs/jccolor.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jccolor.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hppgsz-jccolor.Tpo $(DEPDIR)/hppgsz-jccolor.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prnt/hpijs/jccolor.c' object='hppgsz-jccolor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CFLAGS) $(CFLAGS) -c -o hppgsz-jccolor.obj `if test -f 'prnt/hpijs/jccolor.c'; then $(CYGPATH_W) 'prnt/hpijs/jccolor.c'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/jccolor.c'; fi` ptest.o: pcard/ptest.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ptest.o -MD -MP -MF "$(DEPDIR)/ptest.Tpo" -c -o ptest.o `test -f 'pcard/ptest.c' || echo '$(srcdir)/'`pcard/ptest.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/ptest.Tpo" "$(DEPDIR)/ptest.Po"; else rm -f "$(DEPDIR)/ptest.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ptest.o -MD -MP -MF $(DEPDIR)/ptest.Tpo -c -o ptest.o `test -f 'pcard/ptest.c' || echo '$(srcdir)/'`pcard/ptest.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ptest.Tpo $(DEPDIR)/ptest.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcard/ptest.c' object='ptest.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ptest.o `test -f 'pcard/ptest.c' || echo '$(srcdir)/'`pcard/ptest.c ptest.obj: pcard/ptest.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ptest.obj -MD -MP -MF "$(DEPDIR)/ptest.Tpo" -c -o ptest.obj `if test -f 'pcard/ptest.c'; then $(CYGPATH_W) 'pcard/ptest.c'; else $(CYGPATH_W) '$(srcdir)/pcard/ptest.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/ptest.Tpo" "$(DEPDIR)/ptest.Po"; else rm -f "$(DEPDIR)/ptest.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ptest.obj -MD -MP -MF $(DEPDIR)/ptest.Tpo -c -o ptest.obj `if test -f 'pcard/ptest.c'; then $(CYGPATH_W) 'pcard/ptest.c'; else $(CYGPATH_W) '$(srcdir)/pcard/ptest.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ptest.Tpo $(DEPDIR)/ptest.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcard/ptest.c' object='ptest.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ptest.obj `if test -f 'pcard/ptest.c'; then $(CYGPATH_W) 'pcard/ptest.c'; else $(CYGPATH_W) '$(srcdir)/pcard/ptest.c'; fi` fat.o: pcard/fat.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fat.o -MD -MP -MF "$(DEPDIR)/fat.Tpo" -c -o fat.o `test -f 'pcard/fat.c' || echo '$(srcdir)/'`pcard/fat.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fat.Tpo" "$(DEPDIR)/fat.Po"; else rm -f "$(DEPDIR)/fat.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fat.o -MD -MP -MF $(DEPDIR)/fat.Tpo -c -o fat.o `test -f 'pcard/fat.c' || echo '$(srcdir)/'`pcard/fat.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/fat.Tpo $(DEPDIR)/fat.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcard/fat.c' object='fat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fat.o `test -f 'pcard/fat.c' || echo '$(srcdir)/'`pcard/fat.c fat.obj: pcard/fat.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fat.obj -MD -MP -MF "$(DEPDIR)/fat.Tpo" -c -o fat.obj `if test -f 'pcard/fat.c'; then $(CYGPATH_W) 'pcard/fat.c'; else $(CYGPATH_W) '$(srcdir)/pcard/fat.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fat.Tpo" "$(DEPDIR)/fat.Po"; else rm -f "$(DEPDIR)/fat.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fat.obj -MD -MP -MF $(DEPDIR)/fat.Tpo -c -o fat.obj `if test -f 'pcard/fat.c'; then $(CYGPATH_W) 'pcard/fat.c'; else $(CYGPATH_W) '$(srcdir)/pcard/fat.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/fat.Tpo $(DEPDIR)/fat.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcard/fat.c' object='fat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fat.obj `if test -f 'pcard/fat.c'; then $(CYGPATH_W) 'pcard/fat.c'; else $(CYGPATH_W) '$(srcdir)/pcard/fat.c'; fi` .cpp.o: -@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: -@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: -@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< hpijs-models.o: prnt/hpijs/models.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-models.o -MD -MP -MF "$(DEPDIR)/hpijs-models.Tpo" -c -o hpijs-models.o `test -f 'prnt/hpijs/models.cpp' || echo '$(srcdir)/'`prnt/hpijs/models.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-models.Tpo" "$(DEPDIR)/hpijs-models.Po"; else rm -f "$(DEPDIR)/hpijs-models.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-models.o -MD -MP -MF $(DEPDIR)/hpijs-models.Tpo -c -o hpijs-models.o `test -f 'prnt/hpijs/models.cpp' || echo '$(srcdir)/'`prnt/hpijs/models.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-models.Tpo $(DEPDIR)/hpijs-models.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/models.cpp' object='hpijs-models.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-models.o `test -f 'prnt/hpijs/models.cpp' || echo '$(srcdir)/'`prnt/hpijs/models.cpp hpijs-models.obj: prnt/hpijs/models.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-models.obj -MD -MP -MF "$(DEPDIR)/hpijs-models.Tpo" -c -o hpijs-models.obj `if test -f 'prnt/hpijs/models.cpp'; then $(CYGPATH_W) 'prnt/hpijs/models.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/models.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-models.Tpo" "$(DEPDIR)/hpijs-models.Po"; else rm -f "$(DEPDIR)/hpijs-models.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-models.obj -MD -MP -MF $(DEPDIR)/hpijs-models.Tpo -c -o hpijs-models.obj `if test -f 'prnt/hpijs/models.cpp'; then $(CYGPATH_W) 'prnt/hpijs/models.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/models.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-models.Tpo $(DEPDIR)/hpijs-models.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/models.cpp' object='hpijs-models.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-models.obj `if test -f 'prnt/hpijs/models.cpp'; then $(CYGPATH_W) 'prnt/hpijs/models.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/models.cpp'; fi` hpijs-breaks_open.o: prnt/hpijs/breaks_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-breaks_open.o -MD -MP -MF "$(DEPDIR)/hpijs-breaks_open.Tpo" -c -o hpijs-breaks_open.o `test -f 'prnt/hpijs/breaks_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/breaks_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-breaks_open.Tpo" "$(DEPDIR)/hpijs-breaks_open.Po"; else rm -f "$(DEPDIR)/hpijs-breaks_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-breaks_open.o -MD -MP -MF $(DEPDIR)/hpijs-breaks_open.Tpo -c -o hpijs-breaks_open.o `test -f 'prnt/hpijs/breaks_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/breaks_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-breaks_open.Tpo $(DEPDIR)/hpijs-breaks_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/breaks_open.cpp' object='hpijs-breaks_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-breaks_open.o `test -f 'prnt/hpijs/breaks_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/breaks_open.cpp hpijs-breaks_open.obj: prnt/hpijs/breaks_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-breaks_open.obj -MD -MP -MF "$(DEPDIR)/hpijs-breaks_open.Tpo" -c -o hpijs-breaks_open.obj `if test -f 'prnt/hpijs/breaks_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/breaks_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/breaks_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-breaks_open.Tpo" "$(DEPDIR)/hpijs-breaks_open.Po"; else rm -f "$(DEPDIR)/hpijs-breaks_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-breaks_open.obj -MD -MP -MF $(DEPDIR)/hpijs-breaks_open.Tpo -c -o hpijs-breaks_open.obj `if test -f 'prnt/hpijs/breaks_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/breaks_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/breaks_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-breaks_open.Tpo $(DEPDIR)/hpijs-breaks_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/breaks_open.cpp' object='hpijs-breaks_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-breaks_open.obj `if test -f 'prnt/hpijs/breaks_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/breaks_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/breaks_open.cpp'; fi` hpijs-dj9xxvip.o: prnt/hpijs/dj9xxvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xxvip.o -MD -MP -MF "$(DEPDIR)/hpijs-dj9xxvip.Tpo" -c -o hpijs-dj9xxvip.o `test -f 'prnt/hpijs/dj9xxvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xxvip.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj9xxvip.Tpo" "$(DEPDIR)/hpijs-dj9xxvip.Po"; else rm -f "$(DEPDIR)/hpijs-dj9xxvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xxvip.o -MD -MP -MF $(DEPDIR)/hpijs-dj9xxvip.Tpo -c -o hpijs-dj9xxvip.o `test -f 'prnt/hpijs/dj9xxvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xxvip.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj9xxvip.Tpo $(DEPDIR)/hpijs-dj9xxvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xxvip.cpp' object='hpijs-dj9xxvip.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj9xxvip.o `test -f 'prnt/hpijs/dj9xxvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xxvip.cpp hpijs-dj9xxvip.obj: prnt/hpijs/dj9xxvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xxvip.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj9xxvip.Tpo" -c -o hpijs-dj9xxvip.obj `if test -f 'prnt/hpijs/dj9xxvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xxvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xxvip.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj9xxvip.Tpo" "$(DEPDIR)/hpijs-dj9xxvip.Po"; else rm -f "$(DEPDIR)/hpijs-dj9xxvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xxvip.obj -MD -MP -MF $(DEPDIR)/hpijs-dj9xxvip.Tpo -c -o hpijs-dj9xxvip.obj `if test -f 'prnt/hpijs/dj9xxvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xxvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xxvip.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj9xxvip.Tpo $(DEPDIR)/hpijs-dj9xxvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xxvip.cpp' object='hpijs-dj9xxvip.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj9xxvip.obj `if test -f 'prnt/hpijs/dj9xxvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xxvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xxvip.cpp'; fi` hpijs-dj9xx.o: prnt/hpijs/dj9xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xx.o -MD -MP -MF "$(DEPDIR)/hpijs-dj9xx.Tpo" -c -o hpijs-dj9xx.o `test -f 'prnt/hpijs/dj9xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj9xx.Tpo" "$(DEPDIR)/hpijs-dj9xx.Po"; else rm -f "$(DEPDIR)/hpijs-dj9xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xx.o -MD -MP -MF $(DEPDIR)/hpijs-dj9xx.Tpo -c -o hpijs-dj9xx.o `test -f 'prnt/hpijs/dj9xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj9xx.Tpo $(DEPDIR)/hpijs-dj9xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xx.cpp' object='hpijs-dj9xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj9xx.o `test -f 'prnt/hpijs/dj9xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xx.cpp hpijs-dj9xx.obj: prnt/hpijs/dj9xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xx.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj9xx.Tpo" -c -o hpijs-dj9xx.obj `if test -f 'prnt/hpijs/dj9xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj9xx.Tpo" "$(DEPDIR)/hpijs-dj9xx.Po"; else rm -f "$(DEPDIR)/hpijs-dj9xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj9xx.obj -MD -MP -MF $(DEPDIR)/hpijs-dj9xx.Tpo -c -o hpijs-dj9xx.obj `if test -f 'prnt/hpijs/dj9xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj9xx.Tpo $(DEPDIR)/hpijs-dj9xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xx.cpp' object='hpijs-dj9xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj9xx.obj `if test -f 'prnt/hpijs/dj9xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xx.cpp'; fi` hpijs-capture.o: prnt/hpijs/capture.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-capture.o -MD -MP -MF "$(DEPDIR)/hpijs-capture.Tpo" -c -o hpijs-capture.o `test -f 'prnt/hpijs/capture.cpp' || echo '$(srcdir)/'`prnt/hpijs/capture.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-capture.Tpo" "$(DEPDIR)/hpijs-capture.Po"; else rm -f "$(DEPDIR)/hpijs-capture.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-capture.o -MD -MP -MF $(DEPDIR)/hpijs-capture.Tpo -c -o hpijs-capture.o `test -f 'prnt/hpijs/capture.cpp' || echo '$(srcdir)/'`prnt/hpijs/capture.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-capture.Tpo $(DEPDIR)/hpijs-capture.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/capture.cpp' object='hpijs-capture.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-capture.o `test -f 'prnt/hpijs/capture.cpp' || echo '$(srcdir)/'`prnt/hpijs/capture.cpp hpijs-capture.obj: prnt/hpijs/capture.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-capture.obj -MD -MP -MF "$(DEPDIR)/hpijs-capture.Tpo" -c -o hpijs-capture.obj `if test -f 'prnt/hpijs/capture.cpp'; then $(CYGPATH_W) 'prnt/hpijs/capture.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/capture.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-capture.Tpo" "$(DEPDIR)/hpijs-capture.Po"; else rm -f "$(DEPDIR)/hpijs-capture.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-capture.obj -MD -MP -MF $(DEPDIR)/hpijs-capture.Tpo -c -o hpijs-capture.obj `if test -f 'prnt/hpijs/capture.cpp'; then $(CYGPATH_W) 'prnt/hpijs/capture.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/capture.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-capture.Tpo $(DEPDIR)/hpijs-capture.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/capture.cpp' object='hpijs-capture.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-capture.obj `if test -f 'prnt/hpijs/capture.cpp'; then $(CYGPATH_W) 'prnt/hpijs/capture.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/capture.cpp'; fi` hpijs-colormatch.o: prnt/hpijs/colormatch.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatch.o -MD -MP -MF "$(DEPDIR)/hpijs-colormatch.Tpo" -c -o hpijs-colormatch.o `test -f 'prnt/hpijs/colormatch.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatch.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-colormatch.Tpo" "$(DEPDIR)/hpijs-colormatch.Po"; else rm -f "$(DEPDIR)/hpijs-colormatch.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatch.o -MD -MP -MF $(DEPDIR)/hpijs-colormatch.Tpo -c -o hpijs-colormatch.o `test -f 'prnt/hpijs/colormatch.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatch.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-colormatch.Tpo $(DEPDIR)/hpijs-colormatch.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatch.cpp' object='hpijs-colormatch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-colormatch.o `test -f 'prnt/hpijs/colormatch.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatch.cpp hpijs-colormatch.obj: prnt/hpijs/colormatch.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatch.obj -MD -MP -MF "$(DEPDIR)/hpijs-colormatch.Tpo" -c -o hpijs-colormatch.obj `if test -f 'prnt/hpijs/colormatch.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatch.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatch.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-colormatch.Tpo" "$(DEPDIR)/hpijs-colormatch.Po"; else rm -f "$(DEPDIR)/hpijs-colormatch.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatch.obj -MD -MP -MF $(DEPDIR)/hpijs-colormatch.Tpo -c -o hpijs-colormatch.obj `if test -f 'prnt/hpijs/colormatch.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatch.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatch.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-colormatch.Tpo $(DEPDIR)/hpijs-colormatch.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatch.cpp' object='hpijs-colormatch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-colormatch.obj `if test -f 'prnt/hpijs/colormatch.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatch.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatch.cpp'; fi` hpijs-colormatcher_open.o: prnt/hpijs/colormatcher_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatcher_open.o -MD -MP -MF "$(DEPDIR)/hpijs-colormatcher_open.Tpo" -c -o hpijs-colormatcher_open.o `test -f 'prnt/hpijs/colormatcher_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatcher_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-colormatcher_open.Tpo" "$(DEPDIR)/hpijs-colormatcher_open.Po"; else rm -f "$(DEPDIR)/hpijs-colormatcher_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatcher_open.o -MD -MP -MF $(DEPDIR)/hpijs-colormatcher_open.Tpo -c -o hpijs-colormatcher_open.o `test -f 'prnt/hpijs/colormatcher_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatcher_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-colormatcher_open.Tpo $(DEPDIR)/hpijs-colormatcher_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatcher_open.cpp' object='hpijs-colormatcher_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-colormatcher_open.o `test -f 'prnt/hpijs/colormatcher_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatcher_open.cpp hpijs-colormatcher_open.obj: prnt/hpijs/colormatcher_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatcher_open.obj -MD -MP -MF "$(DEPDIR)/hpijs-colormatcher_open.Tpo" -c -o hpijs-colormatcher_open.obj `if test -f 'prnt/hpijs/colormatcher_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatcher_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatcher_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-colormatcher_open.Tpo" "$(DEPDIR)/hpijs-colormatcher_open.Po"; else rm -f "$(DEPDIR)/hpijs-colormatcher_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-colormatcher_open.obj -MD -MP -MF $(DEPDIR)/hpijs-colormatcher_open.Tpo -c -o hpijs-colormatcher_open.obj `if test -f 'prnt/hpijs/colormatcher_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatcher_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatcher_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-colormatcher_open.Tpo $(DEPDIR)/hpijs-colormatcher_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatcher_open.cpp' object='hpijs-colormatcher_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-colormatcher_open.obj `if test -f 'prnt/hpijs/colormatcher_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatcher_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatcher_open.cpp'; fi` hpijs-compression.o: prnt/hpijs/compression.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-compression.o -MD -MP -MF "$(DEPDIR)/hpijs-compression.Tpo" -c -o hpijs-compression.o `test -f 'prnt/hpijs/compression.cpp' || echo '$(srcdir)/'`prnt/hpijs/compression.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-compression.Tpo" "$(DEPDIR)/hpijs-compression.Po"; else rm -f "$(DEPDIR)/hpijs-compression.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-compression.o -MD -MP -MF $(DEPDIR)/hpijs-compression.Tpo -c -o hpijs-compression.o `test -f 'prnt/hpijs/compression.cpp' || echo '$(srcdir)/'`prnt/hpijs/compression.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-compression.Tpo $(DEPDIR)/hpijs-compression.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/compression.cpp' object='hpijs-compression.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-compression.o `test -f 'prnt/hpijs/compression.cpp' || echo '$(srcdir)/'`prnt/hpijs/compression.cpp hpijs-compression.obj: prnt/hpijs/compression.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-compression.obj -MD -MP -MF "$(DEPDIR)/hpijs-compression.Tpo" -c -o hpijs-compression.obj `if test -f 'prnt/hpijs/compression.cpp'; then $(CYGPATH_W) 'prnt/hpijs/compression.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/compression.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-compression.Tpo" "$(DEPDIR)/hpijs-compression.Po"; else rm -f "$(DEPDIR)/hpijs-compression.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-compression.obj -MD -MP -MF $(DEPDIR)/hpijs-compression.Tpo -c -o hpijs-compression.obj `if test -f 'prnt/hpijs/compression.cpp'; then $(CYGPATH_W) 'prnt/hpijs/compression.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/compression.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-compression.Tpo $(DEPDIR)/hpijs-compression.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/compression.cpp' object='hpijs-compression.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-compression.obj `if test -f 'prnt/hpijs/compression.cpp'; then $(CYGPATH_W) 'prnt/hpijs/compression.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/compression.cpp'; fi` hpijs-context.o: prnt/hpijs/context.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-context.o -MD -MP -MF "$(DEPDIR)/hpijs-context.Tpo" -c -o hpijs-context.o `test -f 'prnt/hpijs/context.cpp' || echo '$(srcdir)/'`prnt/hpijs/context.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-context.Tpo" "$(DEPDIR)/hpijs-context.Po"; else rm -f "$(DEPDIR)/hpijs-context.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-context.o -MD -MP -MF $(DEPDIR)/hpijs-context.Tpo -c -o hpijs-context.o `test -f 'prnt/hpijs/context.cpp' || echo '$(srcdir)/'`prnt/hpijs/context.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-context.Tpo $(DEPDIR)/hpijs-context.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/context.cpp' object='hpijs-context.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-context.o `test -f 'prnt/hpijs/context.cpp' || echo '$(srcdir)/'`prnt/hpijs/context.cpp hpijs-context.obj: prnt/hpijs/context.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-context.obj -MD -MP -MF "$(DEPDIR)/hpijs-context.Tpo" -c -o hpijs-context.obj `if test -f 'prnt/hpijs/context.cpp'; then $(CYGPATH_W) 'prnt/hpijs/context.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/context.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-context.Tpo" "$(DEPDIR)/hpijs-context.Po"; else rm -f "$(DEPDIR)/hpijs-context.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-context.obj -MD -MP -MF $(DEPDIR)/hpijs-context.Tpo -c -o hpijs-context.obj `if test -f 'prnt/hpijs/context.cpp'; then $(CYGPATH_W) 'prnt/hpijs/context.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/context.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-context.Tpo $(DEPDIR)/hpijs-context.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/context.cpp' object='hpijs-context.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-context.obj `if test -f 'prnt/hpijs/context.cpp'; then $(CYGPATH_W) 'prnt/hpijs/context.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/context.cpp'; fi` hpijs-create_so.o: prnt/hpijs/create_so.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-create_so.o -MD -MP -MF "$(DEPDIR)/hpijs-create_so.Tpo" -c -o hpijs-create_so.o `test -f 'prnt/hpijs/create_so.cpp' || echo '$(srcdir)/'`prnt/hpijs/create_so.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-create_so.Tpo" "$(DEPDIR)/hpijs-create_so.Po"; else rm -f "$(DEPDIR)/hpijs-create_so.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-create_so.o -MD -MP -MF $(DEPDIR)/hpijs-create_so.Tpo -c -o hpijs-create_so.o `test -f 'prnt/hpijs/create_so.cpp' || echo '$(srcdir)/'`prnt/hpijs/create_so.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-create_so.Tpo $(DEPDIR)/hpijs-create_so.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/create_so.cpp' object='hpijs-create_so.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-create_so.o `test -f 'prnt/hpijs/create_so.cpp' || echo '$(srcdir)/'`prnt/hpijs/create_so.cpp hpijs-create_so.obj: prnt/hpijs/create_so.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-create_so.obj -MD -MP -MF "$(DEPDIR)/hpijs-create_so.Tpo" -c -o hpijs-create_so.obj `if test -f 'prnt/hpijs/create_so.cpp'; then $(CYGPATH_W) 'prnt/hpijs/create_so.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/create_so.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-create_so.Tpo" "$(DEPDIR)/hpijs-create_so.Po"; else rm -f "$(DEPDIR)/hpijs-create_so.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-create_so.obj -MD -MP -MF $(DEPDIR)/hpijs-create_so.Tpo -c -o hpijs-create_so.obj `if test -f 'prnt/hpijs/create_so.cpp'; then $(CYGPATH_W) 'prnt/hpijs/create_so.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/create_so.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-create_so.Tpo $(DEPDIR)/hpijs-create_so.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/create_so.cpp' object='hpijs-create_so.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-create_so.obj `if test -f 'prnt/hpijs/create_so.cpp'; then $(CYGPATH_W) 'prnt/hpijs/create_so.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/create_so.cpp'; fi` hpijs-creator.o: prnt/hpijs/creator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-creator.o -MD -MP -MF "$(DEPDIR)/hpijs-creator.Tpo" -c -o hpijs-creator.o `test -f 'prnt/hpijs/creator.cpp' || echo '$(srcdir)/'`prnt/hpijs/creator.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-creator.Tpo" "$(DEPDIR)/hpijs-creator.Po"; else rm -f "$(DEPDIR)/hpijs-creator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-creator.o -MD -MP -MF $(DEPDIR)/hpijs-creator.Tpo -c -o hpijs-creator.o `test -f 'prnt/hpijs/creator.cpp' || echo '$(srcdir)/'`prnt/hpijs/creator.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-creator.Tpo $(DEPDIR)/hpijs-creator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/creator.cpp' object='hpijs-creator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-creator.o `test -f 'prnt/hpijs/creator.cpp' || echo '$(srcdir)/'`prnt/hpijs/creator.cpp hpijs-creator.obj: prnt/hpijs/creator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-creator.obj -MD -MP -MF "$(DEPDIR)/hpijs-creator.Tpo" -c -o hpijs-creator.obj `if test -f 'prnt/hpijs/creator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/creator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/creator.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-creator.Tpo" "$(DEPDIR)/hpijs-creator.Po"; else rm -f "$(DEPDIR)/hpijs-creator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-creator.obj -MD -MP -MF $(DEPDIR)/hpijs-creator.Tpo -c -o hpijs-creator.obj `if test -f 'prnt/hpijs/creator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/creator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/creator.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-creator.Tpo $(DEPDIR)/hpijs-creator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/creator.cpp' object='hpijs-creator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-creator.obj `if test -f 'prnt/hpijs/creator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/creator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/creator.cpp'; fi` hpijs-dj600.o: prnt/hpijs/dj600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600.o -MD -MP -MF "$(DEPDIR)/hpijs-dj600.Tpo" -c -o hpijs-dj600.o `test -f 'prnt/hpijs/dj600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj600.Tpo" "$(DEPDIR)/hpijs-dj600.Po"; else rm -f "$(DEPDIR)/hpijs-dj600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600.o -MD -MP -MF $(DEPDIR)/hpijs-dj600.Tpo -c -o hpijs-dj600.o `test -f 'prnt/hpijs/dj600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj600.Tpo $(DEPDIR)/hpijs-dj600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600.cpp' object='hpijs-dj600.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj600.o `test -f 'prnt/hpijs/dj600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600.cpp hpijs-dj600.obj: prnt/hpijs/dj600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj600.Tpo" -c -o hpijs-dj600.obj `if test -f 'prnt/hpijs/dj600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj600.Tpo" "$(DEPDIR)/hpijs-dj600.Po"; else rm -f "$(DEPDIR)/hpijs-dj600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600.obj -MD -MP -MF $(DEPDIR)/hpijs-dj600.Tpo -c -o hpijs-dj600.obj `if test -f 'prnt/hpijs/dj600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj600.Tpo $(DEPDIR)/hpijs-dj600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600.cpp' object='hpijs-dj600.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj600.obj `if test -f 'prnt/hpijs/dj600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600.cpp'; fi` hpijs-dj630.o: prnt/hpijs/dj630.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj630.o -MD -MP -MF "$(DEPDIR)/hpijs-dj630.Tpo" -c -o hpijs-dj630.o `test -f 'prnt/hpijs/dj630.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj630.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj630.Tpo" "$(DEPDIR)/hpijs-dj630.Po"; else rm -f "$(DEPDIR)/hpijs-dj630.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj630.o -MD -MP -MF $(DEPDIR)/hpijs-dj630.Tpo -c -o hpijs-dj630.o `test -f 'prnt/hpijs/dj630.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj630.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj630.Tpo $(DEPDIR)/hpijs-dj630.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj630.cpp' object='hpijs-dj630.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj630.o `test -f 'prnt/hpijs/dj630.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj630.cpp hpijs-dj630.obj: prnt/hpijs/dj630.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj630.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj630.Tpo" -c -o hpijs-dj630.obj `if test -f 'prnt/hpijs/dj630.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj630.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj630.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj630.Tpo" "$(DEPDIR)/hpijs-dj630.Po"; else rm -f "$(DEPDIR)/hpijs-dj630.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj630.obj -MD -MP -MF $(DEPDIR)/hpijs-dj630.Tpo -c -o hpijs-dj630.obj `if test -f 'prnt/hpijs/dj630.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj630.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj630.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj630.Tpo $(DEPDIR)/hpijs-dj630.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj630.cpp' object='hpijs-dj630.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj630.obj `if test -f 'prnt/hpijs/dj630.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj630.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj630.cpp'; fi` hpijs-dj660.o: prnt/hpijs/dj660.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660.o -MD -MP -MF "$(DEPDIR)/hpijs-dj660.Tpo" -c -o hpijs-dj660.o `test -f 'prnt/hpijs/dj660.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj660.Tpo" "$(DEPDIR)/hpijs-dj660.Po"; else rm -f "$(DEPDIR)/hpijs-dj660.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660.o -MD -MP -MF $(DEPDIR)/hpijs-dj660.Tpo -c -o hpijs-dj660.o `test -f 'prnt/hpijs/dj660.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj660.Tpo $(DEPDIR)/hpijs-dj660.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660.cpp' object='hpijs-dj660.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj660.o `test -f 'prnt/hpijs/dj660.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660.cpp hpijs-dj660.obj: prnt/hpijs/dj660.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj660.Tpo" -c -o hpijs-dj660.obj `if test -f 'prnt/hpijs/dj660.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj660.Tpo" "$(DEPDIR)/hpijs-dj660.Po"; else rm -f "$(DEPDIR)/hpijs-dj660.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660.obj -MD -MP -MF $(DEPDIR)/hpijs-dj660.Tpo -c -o hpijs-dj660.obj `if test -f 'prnt/hpijs/dj660.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj660.Tpo $(DEPDIR)/hpijs-dj660.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660.cpp' object='hpijs-dj660.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj660.obj `if test -f 'prnt/hpijs/dj660.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660.cpp'; fi` hpijs-dj690.o: prnt/hpijs/dj690.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690.o -MD -MP -MF "$(DEPDIR)/hpijs-dj690.Tpo" -c -o hpijs-dj690.o `test -f 'prnt/hpijs/dj690.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj690.Tpo" "$(DEPDIR)/hpijs-dj690.Po"; else rm -f "$(DEPDIR)/hpijs-dj690.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690.o -MD -MP -MF $(DEPDIR)/hpijs-dj690.Tpo -c -o hpijs-dj690.o `test -f 'prnt/hpijs/dj690.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj690.Tpo $(DEPDIR)/hpijs-dj690.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690.cpp' object='hpijs-dj690.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj690.o `test -f 'prnt/hpijs/dj690.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690.cpp hpijs-dj690.obj: prnt/hpijs/dj690.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj690.Tpo" -c -o hpijs-dj690.obj `if test -f 'prnt/hpijs/dj690.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj690.Tpo" "$(DEPDIR)/hpijs-dj690.Po"; else rm -f "$(DEPDIR)/hpijs-dj690.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690.obj -MD -MP -MF $(DEPDIR)/hpijs-dj690.Tpo -c -o hpijs-dj690.obj `if test -f 'prnt/hpijs/dj690.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj690.Tpo $(DEPDIR)/hpijs-dj690.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690.cpp' object='hpijs-dj690.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj690.obj `if test -f 'prnt/hpijs/dj690.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690.cpp'; fi` hpijs-dj6xx.o: prnt/hpijs/dj6xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj6xx.o -MD -MP -MF "$(DEPDIR)/hpijs-dj6xx.Tpo" -c -o hpijs-dj6xx.o `test -f 'prnt/hpijs/dj6xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj6xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj6xx.Tpo" "$(DEPDIR)/hpijs-dj6xx.Po"; else rm -f "$(DEPDIR)/hpijs-dj6xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj6xx.o -MD -MP -MF $(DEPDIR)/hpijs-dj6xx.Tpo -c -o hpijs-dj6xx.o `test -f 'prnt/hpijs/dj6xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj6xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj6xx.Tpo $(DEPDIR)/hpijs-dj6xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj6xx.cpp' object='hpijs-dj6xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj6xx.o `test -f 'prnt/hpijs/dj6xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj6xx.cpp hpijs-dj6xx.obj: prnt/hpijs/dj6xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj6xx.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj6xx.Tpo" -c -o hpijs-dj6xx.obj `if test -f 'prnt/hpijs/dj6xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj6xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj6xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj6xx.Tpo" "$(DEPDIR)/hpijs-dj6xx.Po"; else rm -f "$(DEPDIR)/hpijs-dj6xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj6xx.obj -MD -MP -MF $(DEPDIR)/hpijs-dj6xx.Tpo -c -o hpijs-dj6xx.obj `if test -f 'prnt/hpijs/dj6xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj6xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj6xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj6xx.Tpo $(DEPDIR)/hpijs-dj6xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj6xx.cpp' object='hpijs-dj6xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj6xx.obj `if test -f 'prnt/hpijs/dj6xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj6xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj6xx.cpp'; fi` hpijs-dj8xx.o: prnt/hpijs/dj8xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8xx.o -MD -MP -MF "$(DEPDIR)/hpijs-dj8xx.Tpo" -c -o hpijs-dj8xx.o `test -f 'prnt/hpijs/dj8xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj8xx.Tpo" "$(DEPDIR)/hpijs-dj8xx.Po"; else rm -f "$(DEPDIR)/hpijs-dj8xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8xx.o -MD -MP -MF $(DEPDIR)/hpijs-dj8xx.Tpo -c -o hpijs-dj8xx.o `test -f 'prnt/hpijs/dj8xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj8xx.Tpo $(DEPDIR)/hpijs-dj8xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8xx.cpp' object='hpijs-dj8xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj8xx.o `test -f 'prnt/hpijs/dj8xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8xx.cpp hpijs-dj8xx.obj: prnt/hpijs/dj8xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8xx.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj8xx.Tpo" -c -o hpijs-dj8xx.obj `if test -f 'prnt/hpijs/dj8xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj8xx.Tpo" "$(DEPDIR)/hpijs-dj8xx.Po"; else rm -f "$(DEPDIR)/hpijs-dj8xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8xx.obj -MD -MP -MF $(DEPDIR)/hpijs-dj8xx.Tpo -c -o hpijs-dj8xx.obj `if test -f 'prnt/hpijs/dj8xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj8xx.Tpo $(DEPDIR)/hpijs-dj8xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8xx.cpp' object='hpijs-dj8xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj8xx.obj `if test -f 'prnt/hpijs/dj8xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8xx.cpp'; fi` hpijs-dj600_maps.o: prnt/hpijs/dj600_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600_maps.o -MD -MP -MF "$(DEPDIR)/hpijs-dj600_maps.Tpo" -c -o hpijs-dj600_maps.o `test -f 'prnt/hpijs/dj600_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj600_maps.Tpo" "$(DEPDIR)/hpijs-dj600_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj600_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600_maps.o -MD -MP -MF $(DEPDIR)/hpijs-dj600_maps.Tpo -c -o hpijs-dj600_maps.o `test -f 'prnt/hpijs/dj600_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj600_maps.Tpo $(DEPDIR)/hpijs-dj600_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600_maps.cpp' object='hpijs-dj600_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj600_maps.o `test -f 'prnt/hpijs/dj600_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600_maps.cpp hpijs-dj600_maps.obj: prnt/hpijs/dj600_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600_maps.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj600_maps.Tpo" -c -o hpijs-dj600_maps.obj `if test -f 'prnt/hpijs/dj600_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj600_maps.Tpo" "$(DEPDIR)/hpijs-dj600_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj600_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj600_maps.obj -MD -MP -MF $(DEPDIR)/hpijs-dj600_maps.Tpo -c -o hpijs-dj600_maps.obj `if test -f 'prnt/hpijs/dj600_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj600_maps.Tpo $(DEPDIR)/hpijs-dj600_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600_maps.cpp' object='hpijs-dj600_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj600_maps.obj `if test -f 'prnt/hpijs/dj600_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600_maps.cpp'; fi` hpijs-dj660_maps.o: prnt/hpijs/dj660_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660_maps.o -MD -MP -MF "$(DEPDIR)/hpijs-dj660_maps.Tpo" -c -o hpijs-dj660_maps.o `test -f 'prnt/hpijs/dj660_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj660_maps.Tpo" "$(DEPDIR)/hpijs-dj660_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj660_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660_maps.o -MD -MP -MF $(DEPDIR)/hpijs-dj660_maps.Tpo -c -o hpijs-dj660_maps.o `test -f 'prnt/hpijs/dj660_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj660_maps.Tpo $(DEPDIR)/hpijs-dj660_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660_maps.cpp' object='hpijs-dj660_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj660_maps.o `test -f 'prnt/hpijs/dj660_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660_maps.cpp hpijs-dj660_maps.obj: prnt/hpijs/dj660_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660_maps.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj660_maps.Tpo" -c -o hpijs-dj660_maps.obj `if test -f 'prnt/hpijs/dj660_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj660_maps.Tpo" "$(DEPDIR)/hpijs-dj660_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj660_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj660_maps.obj -MD -MP -MF $(DEPDIR)/hpijs-dj660_maps.Tpo -c -o hpijs-dj660_maps.obj `if test -f 'prnt/hpijs/dj660_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj660_maps.Tpo $(DEPDIR)/hpijs-dj660_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660_maps.cpp' object='hpijs-dj660_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj660_maps.obj `if test -f 'prnt/hpijs/dj660_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660_maps.cpp'; fi` hpijs-dj690_maps.o: prnt/hpijs/dj690_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690_maps.o -MD -MP -MF "$(DEPDIR)/hpijs-dj690_maps.Tpo" -c -o hpijs-dj690_maps.o `test -f 'prnt/hpijs/dj690_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj690_maps.Tpo" "$(DEPDIR)/hpijs-dj690_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj690_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690_maps.o -MD -MP -MF $(DEPDIR)/hpijs-dj690_maps.Tpo -c -o hpijs-dj690_maps.o `test -f 'prnt/hpijs/dj690_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj690_maps.Tpo $(DEPDIR)/hpijs-dj690_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690_maps.cpp' object='hpijs-dj690_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj690_maps.o `test -f 'prnt/hpijs/dj690_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690_maps.cpp hpijs-dj690_maps.obj: prnt/hpijs/dj690_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690_maps.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj690_maps.Tpo" -c -o hpijs-dj690_maps.obj `if test -f 'prnt/hpijs/dj690_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj690_maps.Tpo" "$(DEPDIR)/hpijs-dj690_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj690_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj690_maps.obj -MD -MP -MF $(DEPDIR)/hpijs-dj690_maps.Tpo -c -o hpijs-dj690_maps.obj `if test -f 'prnt/hpijs/dj690_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj690_maps.Tpo $(DEPDIR)/hpijs-dj690_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690_maps.cpp' object='hpijs-dj690_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj690_maps.obj `if test -f 'prnt/hpijs/dj690_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690_maps.cpp'; fi` hpijs-dj895_maps.o: prnt/hpijs/dj895_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps.o -MD -MP -MF "$(DEPDIR)/hpijs-dj895_maps.Tpo" -c -o hpijs-dj895_maps.o `test -f 'prnt/hpijs/dj895_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj895_maps.Tpo" "$(DEPDIR)/hpijs-dj895_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj895_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps.o -MD -MP -MF $(DEPDIR)/hpijs-dj895_maps.Tpo -c -o hpijs-dj895_maps.o `test -f 'prnt/hpijs/dj895_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj895_maps.Tpo $(DEPDIR)/hpijs-dj895_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps.cpp' object='hpijs-dj895_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj895_maps.o `test -f 'prnt/hpijs/dj895_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps.cpp hpijs-dj895_maps.obj: prnt/hpijs/dj895_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj895_maps.Tpo" -c -o hpijs-dj895_maps.obj `if test -f 'prnt/hpijs/dj895_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj895_maps.Tpo" "$(DEPDIR)/hpijs-dj895_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj895_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps.obj -MD -MP -MF $(DEPDIR)/hpijs-dj895_maps.Tpo -c -o hpijs-dj895_maps.obj `if test -f 'prnt/hpijs/dj895_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj895_maps.Tpo $(DEPDIR)/hpijs-dj895_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps.cpp' object='hpijs-dj895_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj895_maps.obj `if test -f 'prnt/hpijs/dj895_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps.cpp'; fi` hpijs-dj895_maps2.o: prnt/hpijs/dj895_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps2.o -MD -MP -MF "$(DEPDIR)/hpijs-dj895_maps2.Tpo" -c -o hpijs-dj895_maps2.o `test -f 'prnt/hpijs/dj895_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps2.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj895_maps2.Tpo" "$(DEPDIR)/hpijs-dj895_maps2.Po"; else rm -f "$(DEPDIR)/hpijs-dj895_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps2.o -MD -MP -MF $(DEPDIR)/hpijs-dj895_maps2.Tpo -c -o hpijs-dj895_maps2.o `test -f 'prnt/hpijs/dj895_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps2.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj895_maps2.Tpo $(DEPDIR)/hpijs-dj895_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps2.cpp' object='hpijs-dj895_maps2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj895_maps2.o `test -f 'prnt/hpijs/dj895_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps2.cpp hpijs-dj895_maps2.obj: prnt/hpijs/dj895_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps2.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj895_maps2.Tpo" -c -o hpijs-dj895_maps2.obj `if test -f 'prnt/hpijs/dj895_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps2.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj895_maps2.Tpo" "$(DEPDIR)/hpijs-dj895_maps2.Po"; else rm -f "$(DEPDIR)/hpijs-dj895_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj895_maps2.obj -MD -MP -MF $(DEPDIR)/hpijs-dj895_maps2.Tpo -c -o hpijs-dj895_maps2.obj `if test -f 'prnt/hpijs/dj895_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps2.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj895_maps2.Tpo $(DEPDIR)/hpijs-dj895_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps2.cpp' object='hpijs-dj895_maps2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj895_maps2.obj `if test -f 'prnt/hpijs/dj895_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps2.cpp'; fi` hpijs-dj970_maps.o: prnt/hpijs/dj970_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps.o -MD -MP -MF "$(DEPDIR)/hpijs-dj970_maps.Tpo" -c -o hpijs-dj970_maps.o `test -f 'prnt/hpijs/dj970_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj970_maps.Tpo" "$(DEPDIR)/hpijs-dj970_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj970_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps.o -MD -MP -MF $(DEPDIR)/hpijs-dj970_maps.Tpo -c -o hpijs-dj970_maps.o `test -f 'prnt/hpijs/dj970_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj970_maps.Tpo $(DEPDIR)/hpijs-dj970_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps.cpp' object='hpijs-dj970_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj970_maps.o `test -f 'prnt/hpijs/dj970_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps.cpp hpijs-dj970_maps.obj: prnt/hpijs/dj970_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj970_maps.Tpo" -c -o hpijs-dj970_maps.obj `if test -f 'prnt/hpijs/dj970_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj970_maps.Tpo" "$(DEPDIR)/hpijs-dj970_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj970_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps.obj -MD -MP -MF $(DEPDIR)/hpijs-dj970_maps.Tpo -c -o hpijs-dj970_maps.obj `if test -f 'prnt/hpijs/dj970_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj970_maps.Tpo $(DEPDIR)/hpijs-dj970_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps.cpp' object='hpijs-dj970_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj970_maps.obj `if test -f 'prnt/hpijs/dj970_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps.cpp'; fi` hpijs-dj970_maps2.o: prnt/hpijs/dj970_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps2.o -MD -MP -MF "$(DEPDIR)/hpijs-dj970_maps2.Tpo" -c -o hpijs-dj970_maps2.o `test -f 'prnt/hpijs/dj970_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps2.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj970_maps2.Tpo" "$(DEPDIR)/hpijs-dj970_maps2.Po"; else rm -f "$(DEPDIR)/hpijs-dj970_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps2.o -MD -MP -MF $(DEPDIR)/hpijs-dj970_maps2.Tpo -c -o hpijs-dj970_maps2.o `test -f 'prnt/hpijs/dj970_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps2.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj970_maps2.Tpo $(DEPDIR)/hpijs-dj970_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps2.cpp' object='hpijs-dj970_maps2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj970_maps2.o `test -f 'prnt/hpijs/dj970_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps2.cpp hpijs-dj970_maps2.obj: prnt/hpijs/dj970_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps2.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj970_maps2.Tpo" -c -o hpijs-dj970_maps2.obj `if test -f 'prnt/hpijs/dj970_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps2.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj970_maps2.Tpo" "$(DEPDIR)/hpijs-dj970_maps2.Po"; else rm -f "$(DEPDIR)/hpijs-dj970_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps2.obj -MD -MP -MF $(DEPDIR)/hpijs-dj970_maps2.Tpo -c -o hpijs-dj970_maps2.obj `if test -f 'prnt/hpijs/dj970_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps2.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj970_maps2.Tpo $(DEPDIR)/hpijs-dj970_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps2.cpp' object='hpijs-dj970_maps2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj970_maps2.obj `if test -f 'prnt/hpijs/dj970_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps2.cpp'; fi` hpijs-dj970_maps3.o: prnt/hpijs/dj970_maps3.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps3.o -MD -MP -MF "$(DEPDIR)/hpijs-dj970_maps3.Tpo" -c -o hpijs-dj970_maps3.o `test -f 'prnt/hpijs/dj970_maps3.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps3.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj970_maps3.Tpo" "$(DEPDIR)/hpijs-dj970_maps3.Po"; else rm -f "$(DEPDIR)/hpijs-dj970_maps3.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps3.o -MD -MP -MF $(DEPDIR)/hpijs-dj970_maps3.Tpo -c -o hpijs-dj970_maps3.o `test -f 'prnt/hpijs/dj970_maps3.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps3.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj970_maps3.Tpo $(DEPDIR)/hpijs-dj970_maps3.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps3.cpp' object='hpijs-dj970_maps3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj970_maps3.o `test -f 'prnt/hpijs/dj970_maps3.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps3.cpp hpijs-dj970_maps3.obj: prnt/hpijs/dj970_maps3.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps3.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj970_maps3.Tpo" -c -o hpijs-dj970_maps3.obj `if test -f 'prnt/hpijs/dj970_maps3.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps3.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps3.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj970_maps3.Tpo" "$(DEPDIR)/hpijs-dj970_maps3.Po"; else rm -f "$(DEPDIR)/hpijs-dj970_maps3.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj970_maps3.obj -MD -MP -MF $(DEPDIR)/hpijs-dj970_maps3.Tpo -c -o hpijs-dj970_maps3.obj `if test -f 'prnt/hpijs/dj970_maps3.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps3.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps3.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj970_maps3.Tpo $(DEPDIR)/hpijs-dj970_maps3.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps3.cpp' object='hpijs-dj970_maps3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj970_maps3.obj `if test -f 'prnt/hpijs/dj970_maps3.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps3.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps3.cpp'; fi` hpijs-filterhpa.o: prnt/hpijs/filterhpa.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-filterhpa.o -MD -MP -MF "$(DEPDIR)/hpijs-filterhpa.Tpo" -c -o hpijs-filterhpa.o `test -f 'prnt/hpijs/filterhpa.cpp' || echo '$(srcdir)/'`prnt/hpijs/filterhpa.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-filterhpa.Tpo" "$(DEPDIR)/hpijs-filterhpa.Po"; else rm -f "$(DEPDIR)/hpijs-filterhpa.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-filterhpa.o -MD -MP -MF $(DEPDIR)/hpijs-filterhpa.Tpo -c -o hpijs-filterhpa.o `test -f 'prnt/hpijs/filterhpa.cpp' || echo '$(srcdir)/'`prnt/hpijs/filterhpa.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-filterhpa.Tpo $(DEPDIR)/hpijs-filterhpa.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/filterhpa.cpp' object='hpijs-filterhpa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-filterhpa.o `test -f 'prnt/hpijs/filterhpa.cpp' || echo '$(srcdir)/'`prnt/hpijs/filterhpa.cpp hpijs-filterhpa.obj: prnt/hpijs/filterhpa.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-filterhpa.obj -MD -MP -MF "$(DEPDIR)/hpijs-filterhpa.Tpo" -c -o hpijs-filterhpa.obj `if test -f 'prnt/hpijs/filterhpa.cpp'; then $(CYGPATH_W) 'prnt/hpijs/filterhpa.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/filterhpa.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-filterhpa.Tpo" "$(DEPDIR)/hpijs-filterhpa.Po"; else rm -f "$(DEPDIR)/hpijs-filterhpa.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-filterhpa.obj -MD -MP -MF $(DEPDIR)/hpijs-filterhpa.Tpo -c -o hpijs-filterhpa.obj `if test -f 'prnt/hpijs/filterhpa.cpp'; then $(CYGPATH_W) 'prnt/hpijs/filterhpa.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/filterhpa.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-filterhpa.Tpo $(DEPDIR)/hpijs-filterhpa.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/filterhpa.cpp' object='hpijs-filterhpa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-filterhpa.obj `if test -f 'prnt/hpijs/filterhpa.cpp'; then $(CYGPATH_W) 'prnt/hpijs/filterhpa.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/filterhpa.cpp'; fi` hpijs-apollo21xx.o: prnt/hpijs/apollo21xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo21xx.o -MD -MP -MF "$(DEPDIR)/hpijs-apollo21xx.Tpo" -c -o hpijs-apollo21xx.o `test -f 'prnt/hpijs/apollo21xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo21xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-apollo21xx.Tpo" "$(DEPDIR)/hpijs-apollo21xx.Po"; else rm -f "$(DEPDIR)/hpijs-apollo21xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo21xx.o -MD -MP -MF $(DEPDIR)/hpijs-apollo21xx.Tpo -c -o hpijs-apollo21xx.o `test -f 'prnt/hpijs/apollo21xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo21xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-apollo21xx.Tpo $(DEPDIR)/hpijs-apollo21xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo21xx.cpp' object='hpijs-apollo21xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-apollo21xx.o `test -f 'prnt/hpijs/apollo21xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo21xx.cpp hpijs-apollo21xx.obj: prnt/hpijs/apollo21xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo21xx.obj -MD -MP -MF "$(DEPDIR)/hpijs-apollo21xx.Tpo" -c -o hpijs-apollo21xx.obj `if test -f 'prnt/hpijs/apollo21xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo21xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo21xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-apollo21xx.Tpo" "$(DEPDIR)/hpijs-apollo21xx.Po"; else rm -f "$(DEPDIR)/hpijs-apollo21xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo21xx.obj -MD -MP -MF $(DEPDIR)/hpijs-apollo21xx.Tpo -c -o hpijs-apollo21xx.obj `if test -f 'prnt/hpijs/apollo21xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo21xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo21xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-apollo21xx.Tpo $(DEPDIR)/hpijs-apollo21xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo21xx.cpp' object='hpijs-apollo21xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-apollo21xx.obj `if test -f 'prnt/hpijs/apollo21xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo21xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo21xx.cpp'; fi` hpijs-apollo2560.o: prnt/hpijs/apollo2560.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2560.o -MD -MP -MF "$(DEPDIR)/hpijs-apollo2560.Tpo" -c -o hpijs-apollo2560.o `test -f 'prnt/hpijs/apollo2560.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2560.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-apollo2560.Tpo" "$(DEPDIR)/hpijs-apollo2560.Po"; else rm -f "$(DEPDIR)/hpijs-apollo2560.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2560.o -MD -MP -MF $(DEPDIR)/hpijs-apollo2560.Tpo -c -o hpijs-apollo2560.o `test -f 'prnt/hpijs/apollo2560.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2560.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-apollo2560.Tpo $(DEPDIR)/hpijs-apollo2560.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2560.cpp' object='hpijs-apollo2560.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-apollo2560.o `test -f 'prnt/hpijs/apollo2560.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2560.cpp hpijs-apollo2560.obj: prnt/hpijs/apollo2560.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2560.obj -MD -MP -MF "$(DEPDIR)/hpijs-apollo2560.Tpo" -c -o hpijs-apollo2560.obj `if test -f 'prnt/hpijs/apollo2560.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2560.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2560.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-apollo2560.Tpo" "$(DEPDIR)/hpijs-apollo2560.Po"; else rm -f "$(DEPDIR)/hpijs-apollo2560.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2560.obj -MD -MP -MF $(DEPDIR)/hpijs-apollo2560.Tpo -c -o hpijs-apollo2560.obj `if test -f 'prnt/hpijs/apollo2560.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2560.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2560.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-apollo2560.Tpo $(DEPDIR)/hpijs-apollo2560.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2560.cpp' object='hpijs-apollo2560.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-apollo2560.obj `if test -f 'prnt/hpijs/apollo2560.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2560.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2560.cpp'; fi` hpijs-apollo2xxx.o: prnt/hpijs/apollo2xxx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2xxx.o -MD -MP -MF "$(DEPDIR)/hpijs-apollo2xxx.Tpo" -c -o hpijs-apollo2xxx.o `test -f 'prnt/hpijs/apollo2xxx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2xxx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-apollo2xxx.Tpo" "$(DEPDIR)/hpijs-apollo2xxx.Po"; else rm -f "$(DEPDIR)/hpijs-apollo2xxx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2xxx.o -MD -MP -MF $(DEPDIR)/hpijs-apollo2xxx.Tpo -c -o hpijs-apollo2xxx.o `test -f 'prnt/hpijs/apollo2xxx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2xxx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-apollo2xxx.Tpo $(DEPDIR)/hpijs-apollo2xxx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2xxx.cpp' object='hpijs-apollo2xxx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-apollo2xxx.o `test -f 'prnt/hpijs/apollo2xxx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2xxx.cpp hpijs-apollo2xxx.obj: prnt/hpijs/apollo2xxx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2xxx.obj -MD -MP -MF "$(DEPDIR)/hpijs-apollo2xxx.Tpo" -c -o hpijs-apollo2xxx.obj `if test -f 'prnt/hpijs/apollo2xxx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2xxx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2xxx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-apollo2xxx.Tpo" "$(DEPDIR)/hpijs-apollo2xxx.Po"; else rm -f "$(DEPDIR)/hpijs-apollo2xxx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-apollo2xxx.obj -MD -MP -MF $(DEPDIR)/hpijs-apollo2xxx.Tpo -c -o hpijs-apollo2xxx.obj `if test -f 'prnt/hpijs/apollo2xxx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2xxx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2xxx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-apollo2xxx.Tpo $(DEPDIR)/hpijs-apollo2xxx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2xxx.cpp' object='hpijs-apollo2xxx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-apollo2xxx.obj `if test -f 'prnt/hpijs/apollo2xxx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2xxx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2xxx.cpp'; fi` hpijs-dj8x5.o: prnt/hpijs/dj8x5.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8x5.o -MD -MP -MF "$(DEPDIR)/hpijs-dj8x5.Tpo" -c -o hpijs-dj8x5.o `test -f 'prnt/hpijs/dj8x5.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8x5.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj8x5.Tpo" "$(DEPDIR)/hpijs-dj8x5.Po"; else rm -f "$(DEPDIR)/hpijs-dj8x5.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8x5.o -MD -MP -MF $(DEPDIR)/hpijs-dj8x5.Tpo -c -o hpijs-dj8x5.o `test -f 'prnt/hpijs/dj8x5.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8x5.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj8x5.Tpo $(DEPDIR)/hpijs-dj8x5.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8x5.cpp' object='hpijs-dj8x5.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj8x5.o `test -f 'prnt/hpijs/dj8x5.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8x5.cpp hpijs-dj8x5.obj: prnt/hpijs/dj8x5.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8x5.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj8x5.Tpo" -c -o hpijs-dj8x5.obj `if test -f 'prnt/hpijs/dj8x5.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8x5.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8x5.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj8x5.Tpo" "$(DEPDIR)/hpijs-dj8x5.Po"; else rm -f "$(DEPDIR)/hpijs-dj8x5.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj8x5.obj -MD -MP -MF $(DEPDIR)/hpijs-dj8x5.Tpo -c -o hpijs-dj8x5.obj `if test -f 'prnt/hpijs/dj8x5.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8x5.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8x5.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj8x5.Tpo $(DEPDIR)/hpijs-dj8x5.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8x5.cpp' object='hpijs-dj8x5.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj8x5.obj `if test -f 'prnt/hpijs/dj8x5.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8x5.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8x5.cpp'; fi` hpijs-psp100.o: prnt/hpijs/psp100.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-psp100.o -MD -MP -MF "$(DEPDIR)/hpijs-psp100.Tpo" -c -o hpijs-psp100.o `test -f 'prnt/hpijs/psp100.cpp' || echo '$(srcdir)/'`prnt/hpijs/psp100.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-psp100.Tpo" "$(DEPDIR)/hpijs-psp100.Po"; else rm -f "$(DEPDIR)/hpijs-psp100.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-psp100.o -MD -MP -MF $(DEPDIR)/hpijs-psp100.Tpo -c -o hpijs-psp100.o `test -f 'prnt/hpijs/psp100.cpp' || echo '$(srcdir)/'`prnt/hpijs/psp100.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-psp100.Tpo $(DEPDIR)/hpijs-psp100.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/psp100.cpp' object='hpijs-psp100.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-psp100.o `test -f 'prnt/hpijs/psp100.cpp' || echo '$(srcdir)/'`prnt/hpijs/psp100.cpp hpijs-psp100.obj: prnt/hpijs/psp100.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-psp100.obj -MD -MP -MF "$(DEPDIR)/hpijs-psp100.Tpo" -c -o hpijs-psp100.obj `if test -f 'prnt/hpijs/psp100.cpp'; then $(CYGPATH_W) 'prnt/hpijs/psp100.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/psp100.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-psp100.Tpo" "$(DEPDIR)/hpijs-psp100.Po"; else rm -f "$(DEPDIR)/hpijs-psp100.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-psp100.obj -MD -MP -MF $(DEPDIR)/hpijs-psp100.Tpo -c -o hpijs-psp100.obj `if test -f 'prnt/hpijs/psp100.cpp'; then $(CYGPATH_W) 'prnt/hpijs/psp100.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/psp100.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-psp100.Tpo $(DEPDIR)/hpijs-psp100.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/psp100.cpp' object='hpijs-psp100.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-psp100.obj `if test -f 'prnt/hpijs/psp100.cpp'; then $(CYGPATH_W) 'prnt/hpijs/psp100.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/psp100.cpp'; fi` hpijs-phobos_cmaps.o: prnt/hpijs/phobos_cmaps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-phobos_cmaps.o -MD -MP -MF "$(DEPDIR)/hpijs-phobos_cmaps.Tpo" -c -o hpijs-phobos_cmaps.o `test -f 'prnt/hpijs/phobos_cmaps.cpp' || echo '$(srcdir)/'`prnt/hpijs/phobos_cmaps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-phobos_cmaps.Tpo" "$(DEPDIR)/hpijs-phobos_cmaps.Po"; else rm -f "$(DEPDIR)/hpijs-phobos_cmaps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-phobos_cmaps.o -MD -MP -MF $(DEPDIR)/hpijs-phobos_cmaps.Tpo -c -o hpijs-phobos_cmaps.o `test -f 'prnt/hpijs/phobos_cmaps.cpp' || echo '$(srcdir)/'`prnt/hpijs/phobos_cmaps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-phobos_cmaps.Tpo $(DEPDIR)/hpijs-phobos_cmaps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/phobos_cmaps.cpp' object='hpijs-phobos_cmaps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-phobos_cmaps.o `test -f 'prnt/hpijs/phobos_cmaps.cpp' || echo '$(srcdir)/'`prnt/hpijs/phobos_cmaps.cpp hpijs-phobos_cmaps.obj: prnt/hpijs/phobos_cmaps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-phobos_cmaps.obj -MD -MP -MF "$(DEPDIR)/hpijs-phobos_cmaps.Tpo" -c -o hpijs-phobos_cmaps.obj `if test -f 'prnt/hpijs/phobos_cmaps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/phobos_cmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/phobos_cmaps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-phobos_cmaps.Tpo" "$(DEPDIR)/hpijs-phobos_cmaps.Po"; else rm -f "$(DEPDIR)/hpijs-phobos_cmaps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-phobos_cmaps.obj -MD -MP -MF $(DEPDIR)/hpijs-phobos_cmaps.Tpo -c -o hpijs-phobos_cmaps.obj `if test -f 'prnt/hpijs/phobos_cmaps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/phobos_cmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/phobos_cmaps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-phobos_cmaps.Tpo $(DEPDIR)/hpijs-phobos_cmaps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/phobos_cmaps.cpp' object='hpijs-phobos_cmaps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-phobos_cmaps.obj `if test -f 'prnt/hpijs/phobos_cmaps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/phobos_cmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/phobos_cmaps.cpp'; fi` hpijs-dj350.o: prnt/hpijs/dj350.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj350.o -MD -MP -MF "$(DEPDIR)/hpijs-dj350.Tpo" -c -o hpijs-dj350.o `test -f 'prnt/hpijs/dj350.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj350.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj350.Tpo" "$(DEPDIR)/hpijs-dj350.Po"; else rm -f "$(DEPDIR)/hpijs-dj350.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj350.o -MD -MP -MF $(DEPDIR)/hpijs-dj350.Tpo -c -o hpijs-dj350.o `test -f 'prnt/hpijs/dj350.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj350.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj350.Tpo $(DEPDIR)/hpijs-dj350.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj350.cpp' object='hpijs-dj350.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj350.o `test -f 'prnt/hpijs/dj350.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj350.cpp hpijs-dj350.obj: prnt/hpijs/dj350.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj350.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj350.Tpo" -c -o hpijs-dj350.obj `if test -f 'prnt/hpijs/dj350.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj350.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj350.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj350.Tpo" "$(DEPDIR)/hpijs-dj350.Po"; else rm -f "$(DEPDIR)/hpijs-dj350.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj350.obj -MD -MP -MF $(DEPDIR)/hpijs-dj350.Tpo -c -o hpijs-dj350.obj `if test -f 'prnt/hpijs/dj350.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj350.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj350.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj350.Tpo $(DEPDIR)/hpijs-dj350.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj350.cpp' object='hpijs-dj350.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj350.obj `if test -f 'prnt/hpijs/dj350.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj350.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj350.cpp'; fi` hpijs-halftoner.o: prnt/hpijs/halftoner.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner.o -MD -MP -MF "$(DEPDIR)/hpijs-halftoner.Tpo" -c -o hpijs-halftoner.o `test -f 'prnt/hpijs/halftoner.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-halftoner.Tpo" "$(DEPDIR)/hpijs-halftoner.Po"; else rm -f "$(DEPDIR)/hpijs-halftoner.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner.o -MD -MP -MF $(DEPDIR)/hpijs-halftoner.Tpo -c -o hpijs-halftoner.o `test -f 'prnt/hpijs/halftoner.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-halftoner.Tpo $(DEPDIR)/hpijs-halftoner.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner.cpp' object='hpijs-halftoner.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-halftoner.o `test -f 'prnt/hpijs/halftoner.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner.cpp hpijs-halftoner.obj: prnt/hpijs/halftoner.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner.obj -MD -MP -MF "$(DEPDIR)/hpijs-halftoner.Tpo" -c -o hpijs-halftoner.obj `if test -f 'prnt/hpijs/halftoner.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-halftoner.Tpo" "$(DEPDIR)/hpijs-halftoner.Po"; else rm -f "$(DEPDIR)/hpijs-halftoner.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner.obj -MD -MP -MF $(DEPDIR)/hpijs-halftoner.Tpo -c -o hpijs-halftoner.obj `if test -f 'prnt/hpijs/halftoner.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-halftoner.Tpo $(DEPDIR)/hpijs-halftoner.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner.cpp' object='hpijs-halftoner.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-halftoner.obj `if test -f 'prnt/hpijs/halftoner.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner.cpp'; fi` hpijs-halftoner_open.o: prnt/hpijs/halftoner_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner_open.o -MD -MP -MF "$(DEPDIR)/hpijs-halftoner_open.Tpo" -c -o hpijs-halftoner_open.o `test -f 'prnt/hpijs/halftoner_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-halftoner_open.Tpo" "$(DEPDIR)/hpijs-halftoner_open.Po"; else rm -f "$(DEPDIR)/hpijs-halftoner_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner_open.o -MD -MP -MF $(DEPDIR)/hpijs-halftoner_open.Tpo -c -o hpijs-halftoner_open.o `test -f 'prnt/hpijs/halftoner_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-halftoner_open.Tpo $(DEPDIR)/hpijs-halftoner_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner_open.cpp' object='hpijs-halftoner_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-halftoner_open.o `test -f 'prnt/hpijs/halftoner_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner_open.cpp hpijs-halftoner_open.obj: prnt/hpijs/halftoner_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner_open.obj -MD -MP -MF "$(DEPDIR)/hpijs-halftoner_open.Tpo" -c -o hpijs-halftoner_open.obj `if test -f 'prnt/hpijs/halftoner_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-halftoner_open.Tpo" "$(DEPDIR)/hpijs-halftoner_open.Po"; else rm -f "$(DEPDIR)/hpijs-halftoner_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-halftoner_open.obj -MD -MP -MF $(DEPDIR)/hpijs-halftoner_open.Tpo -c -o hpijs-halftoner_open.obj `if test -f 'prnt/hpijs/halftoner_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-halftoner_open.Tpo $(DEPDIR)/hpijs-halftoner_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner_open.cpp' object='hpijs-halftoner_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-halftoner_open.obj `if test -f 'prnt/hpijs/halftoner_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner_open.cpp'; fi` hpijs-globals.o: prnt/hpijs/globals.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-globals.o -MD -MP -MF "$(DEPDIR)/hpijs-globals.Tpo" -c -o hpijs-globals.o `test -f 'prnt/hpijs/globals.cpp' || echo '$(srcdir)/'`prnt/hpijs/globals.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-globals.Tpo" "$(DEPDIR)/hpijs-globals.Po"; else rm -f "$(DEPDIR)/hpijs-globals.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-globals.o -MD -MP -MF $(DEPDIR)/hpijs-globals.Tpo -c -o hpijs-globals.o `test -f 'prnt/hpijs/globals.cpp' || echo '$(srcdir)/'`prnt/hpijs/globals.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-globals.Tpo $(DEPDIR)/hpijs-globals.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/globals.cpp' object='hpijs-globals.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-globals.o `test -f 'prnt/hpijs/globals.cpp' || echo '$(srcdir)/'`prnt/hpijs/globals.cpp hpijs-globals.obj: prnt/hpijs/globals.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-globals.obj -MD -MP -MF "$(DEPDIR)/hpijs-globals.Tpo" -c -o hpijs-globals.obj `if test -f 'prnt/hpijs/globals.cpp'; then $(CYGPATH_W) 'prnt/hpijs/globals.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/globals.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-globals.Tpo" "$(DEPDIR)/hpijs-globals.Po"; else rm -f "$(DEPDIR)/hpijs-globals.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-globals.obj -MD -MP -MF $(DEPDIR)/hpijs-globals.Tpo -c -o hpijs-globals.obj `if test -f 'prnt/hpijs/globals.cpp'; then $(CYGPATH_W) 'prnt/hpijs/globals.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/globals.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-globals.Tpo $(DEPDIR)/hpijs-globals.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/globals.cpp' object='hpijs-globals.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-globals.obj `if test -f 'prnt/hpijs/globals.cpp'; then $(CYGPATH_W) 'prnt/hpijs/globals.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/globals.cpp'; fi` hpijs-header.o: prnt/hpijs/header.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-header.o -MD -MP -MF "$(DEPDIR)/hpijs-header.Tpo" -c -o hpijs-header.o `test -f 'prnt/hpijs/header.cpp' || echo '$(srcdir)/'`prnt/hpijs/header.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-header.Tpo" "$(DEPDIR)/hpijs-header.Po"; else rm -f "$(DEPDIR)/hpijs-header.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-header.o -MD -MP -MF $(DEPDIR)/hpijs-header.Tpo -c -o hpijs-header.o `test -f 'prnt/hpijs/header.cpp' || echo '$(srcdir)/'`prnt/hpijs/header.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-header.Tpo $(DEPDIR)/hpijs-header.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/header.cpp' object='hpijs-header.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-header.o `test -f 'prnt/hpijs/header.cpp' || echo '$(srcdir)/'`prnt/hpijs/header.cpp hpijs-header.obj: prnt/hpijs/header.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-header.obj -MD -MP -MF "$(DEPDIR)/hpijs-header.Tpo" -c -o hpijs-header.obj `if test -f 'prnt/hpijs/header.cpp'; then $(CYGPATH_W) 'prnt/hpijs/header.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/header.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-header.Tpo" "$(DEPDIR)/hpijs-header.Po"; else rm -f "$(DEPDIR)/hpijs-header.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-header.obj -MD -MP -MF $(DEPDIR)/hpijs-header.Tpo -c -o hpijs-header.obj `if test -f 'prnt/hpijs/header.cpp'; then $(CYGPATH_W) 'prnt/hpijs/header.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/header.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-header.Tpo $(DEPDIR)/hpijs-header.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/header.cpp' object='hpijs-header.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-header.obj `if test -f 'prnt/hpijs/header.cpp'; then $(CYGPATH_W) 'prnt/hpijs/header.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/header.cpp'; fi` hpijs-htmtxhi.o: prnt/hpijs/htmtxhi.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-htmtxhi.o -MD -MP -MF "$(DEPDIR)/hpijs-htmtxhi.Tpo" -c -o hpijs-htmtxhi.o `test -f 'prnt/hpijs/htmtxhi.cpp' || echo '$(srcdir)/'`prnt/hpijs/htmtxhi.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-htmtxhi.Tpo" "$(DEPDIR)/hpijs-htmtxhi.Po"; else rm -f "$(DEPDIR)/hpijs-htmtxhi.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-htmtxhi.o -MD -MP -MF $(DEPDIR)/hpijs-htmtxhi.Tpo -c -o hpijs-htmtxhi.o `test -f 'prnt/hpijs/htmtxhi.cpp' || echo '$(srcdir)/'`prnt/hpijs/htmtxhi.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-htmtxhi.Tpo $(DEPDIR)/hpijs-htmtxhi.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/htmtxhi.cpp' object='hpijs-htmtxhi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-htmtxhi.o `test -f 'prnt/hpijs/htmtxhi.cpp' || echo '$(srcdir)/'`prnt/hpijs/htmtxhi.cpp hpijs-htmtxhi.obj: prnt/hpijs/htmtxhi.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-htmtxhi.obj -MD -MP -MF "$(DEPDIR)/hpijs-htmtxhi.Tpo" -c -o hpijs-htmtxhi.obj `if test -f 'prnt/hpijs/htmtxhi.cpp'; then $(CYGPATH_W) 'prnt/hpijs/htmtxhi.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/htmtxhi.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-htmtxhi.Tpo" "$(DEPDIR)/hpijs-htmtxhi.Po"; else rm -f "$(DEPDIR)/hpijs-htmtxhi.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-htmtxhi.obj -MD -MP -MF $(DEPDIR)/hpijs-htmtxhi.Tpo -c -o hpijs-htmtxhi.obj `if test -f 'prnt/hpijs/htmtxhi.cpp'; then $(CYGPATH_W) 'prnt/hpijs/htmtxhi.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/htmtxhi.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-htmtxhi.Tpo $(DEPDIR)/hpijs-htmtxhi.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/htmtxhi.cpp' object='hpijs-htmtxhi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-htmtxhi.obj `if test -f 'prnt/hpijs/htmtxhi.cpp'; then $(CYGPATH_W) 'prnt/hpijs/htmtxhi.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/htmtxhi.cpp'; fi` hpijs-pmselect.o: prnt/hpijs/pmselect.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-pmselect.o -MD -MP -MF "$(DEPDIR)/hpijs-pmselect.Tpo" -c -o hpijs-pmselect.o `test -f 'prnt/hpijs/pmselect.cpp' || echo '$(srcdir)/'`prnt/hpijs/pmselect.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-pmselect.Tpo" "$(DEPDIR)/hpijs-pmselect.Po"; else rm -f "$(DEPDIR)/hpijs-pmselect.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-pmselect.o -MD -MP -MF $(DEPDIR)/hpijs-pmselect.Tpo -c -o hpijs-pmselect.o `test -f 'prnt/hpijs/pmselect.cpp' || echo '$(srcdir)/'`prnt/hpijs/pmselect.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-pmselect.Tpo $(DEPDIR)/hpijs-pmselect.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/pmselect.cpp' object='hpijs-pmselect.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-pmselect.o `test -f 'prnt/hpijs/pmselect.cpp' || echo '$(srcdir)/'`prnt/hpijs/pmselect.cpp hpijs-pmselect.obj: prnt/hpijs/pmselect.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-pmselect.obj -MD -MP -MF "$(DEPDIR)/hpijs-pmselect.Tpo" -c -o hpijs-pmselect.obj `if test -f 'prnt/hpijs/pmselect.cpp'; then $(CYGPATH_W) 'prnt/hpijs/pmselect.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/pmselect.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-pmselect.Tpo" "$(DEPDIR)/hpijs-pmselect.Po"; else rm -f "$(DEPDIR)/hpijs-pmselect.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-pmselect.obj -MD -MP -MF $(DEPDIR)/hpijs-pmselect.Tpo -c -o hpijs-pmselect.obj `if test -f 'prnt/hpijs/pmselect.cpp'; then $(CYGPATH_W) 'prnt/hpijs/pmselect.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/pmselect.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-pmselect.Tpo $(DEPDIR)/hpijs-pmselect.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/pmselect.cpp' object='hpijs-pmselect.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-pmselect.obj `if test -f 'prnt/hpijs/pmselect.cpp'; then $(CYGPATH_W) 'prnt/hpijs/pmselect.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/pmselect.cpp'; fi` hpijs-job.o: prnt/hpijs/job.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-job.o -MD -MP -MF "$(DEPDIR)/hpijs-job.Tpo" -c -o hpijs-job.o `test -f 'prnt/hpijs/job.cpp' || echo '$(srcdir)/'`prnt/hpijs/job.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-job.Tpo" "$(DEPDIR)/hpijs-job.Po"; else rm -f "$(DEPDIR)/hpijs-job.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-job.o -MD -MP -MF $(DEPDIR)/hpijs-job.Tpo -c -o hpijs-job.o `test -f 'prnt/hpijs/job.cpp' || echo '$(srcdir)/'`prnt/hpijs/job.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-job.Tpo $(DEPDIR)/hpijs-job.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/job.cpp' object='hpijs-job.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-job.o `test -f 'prnt/hpijs/job.cpp' || echo '$(srcdir)/'`prnt/hpijs/job.cpp hpijs-job.obj: prnt/hpijs/job.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-job.obj -MD -MP -MF "$(DEPDIR)/hpijs-job.Tpo" -c -o hpijs-job.obj `if test -f 'prnt/hpijs/job.cpp'; then $(CYGPATH_W) 'prnt/hpijs/job.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/job.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-job.Tpo" "$(DEPDIR)/hpijs-job.Po"; else rm -f "$(DEPDIR)/hpijs-job.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-job.obj -MD -MP -MF $(DEPDIR)/hpijs-job.Tpo -c -o hpijs-job.obj `if test -f 'prnt/hpijs/job.cpp'; then $(CYGPATH_W) 'prnt/hpijs/job.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/job.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-job.Tpo $(DEPDIR)/hpijs-job.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/job.cpp' object='hpijs-job.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-job.obj `if test -f 'prnt/hpijs/job.cpp'; then $(CYGPATH_W) 'prnt/hpijs/job.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/job.cpp'; fi` hpijs-printer.o: prnt/hpijs/printer.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printer.o -MD -MP -MF "$(DEPDIR)/hpijs-printer.Tpo" -c -o hpijs-printer.o `test -f 'prnt/hpijs/printer.cpp' || echo '$(srcdir)/'`prnt/hpijs/printer.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-printer.Tpo" "$(DEPDIR)/hpijs-printer.Po"; else rm -f "$(DEPDIR)/hpijs-printer.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printer.o -MD -MP -MF $(DEPDIR)/hpijs-printer.Tpo -c -o hpijs-printer.o `test -f 'prnt/hpijs/printer.cpp' || echo '$(srcdir)/'`prnt/hpijs/printer.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-printer.Tpo $(DEPDIR)/hpijs-printer.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printer.cpp' object='hpijs-printer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-printer.o `test -f 'prnt/hpijs/printer.cpp' || echo '$(srcdir)/'`prnt/hpijs/printer.cpp hpijs-printer.obj: prnt/hpijs/printer.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printer.obj -MD -MP -MF "$(DEPDIR)/hpijs-printer.Tpo" -c -o hpijs-printer.obj `if test -f 'prnt/hpijs/printer.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printer.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printer.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-printer.Tpo" "$(DEPDIR)/hpijs-printer.Po"; else rm -f "$(DEPDIR)/hpijs-printer.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printer.obj -MD -MP -MF $(DEPDIR)/hpijs-printer.Tpo -c -o hpijs-printer.obj `if test -f 'prnt/hpijs/printer.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printer.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printer.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-printer.Tpo $(DEPDIR)/hpijs-printer.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printer.cpp' object='hpijs-printer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-printer.obj `if test -f 'prnt/hpijs/printer.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printer.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printer.cpp'; fi` hpijs-registry.o: prnt/hpijs/registry.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-registry.o -MD -MP -MF "$(DEPDIR)/hpijs-registry.Tpo" -c -o hpijs-registry.o `test -f 'prnt/hpijs/registry.cpp' || echo '$(srcdir)/'`prnt/hpijs/registry.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-registry.Tpo" "$(DEPDIR)/hpijs-registry.Po"; else rm -f "$(DEPDIR)/hpijs-registry.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-registry.o -MD -MP -MF $(DEPDIR)/hpijs-registry.Tpo -c -o hpijs-registry.o `test -f 'prnt/hpijs/registry.cpp' || echo '$(srcdir)/'`prnt/hpijs/registry.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-registry.Tpo $(DEPDIR)/hpijs-registry.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/registry.cpp' object='hpijs-registry.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-registry.o `test -f 'prnt/hpijs/registry.cpp' || echo '$(srcdir)/'`prnt/hpijs/registry.cpp hpijs-registry.obj: prnt/hpijs/registry.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-registry.obj -MD -MP -MF "$(DEPDIR)/hpijs-registry.Tpo" -c -o hpijs-registry.obj `if test -f 'prnt/hpijs/registry.cpp'; then $(CYGPATH_W) 'prnt/hpijs/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/registry.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-registry.Tpo" "$(DEPDIR)/hpijs-registry.Po"; else rm -f "$(DEPDIR)/hpijs-registry.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-registry.obj -MD -MP -MF $(DEPDIR)/hpijs-registry.Tpo -c -o hpijs-registry.obj `if test -f 'prnt/hpijs/registry.cpp'; then $(CYGPATH_W) 'prnt/hpijs/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/registry.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-registry.Tpo $(DEPDIR)/hpijs-registry.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/registry.cpp' object='hpijs-registry.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-registry.obj `if test -f 'prnt/hpijs/registry.cpp'; then $(CYGPATH_W) 'prnt/hpijs/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/registry.cpp'; fi` hpijs-scaler.o: prnt/hpijs/scaler.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler.o -MD -MP -MF "$(DEPDIR)/hpijs-scaler.Tpo" -c -o hpijs-scaler.o `test -f 'prnt/hpijs/scaler.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-scaler.Tpo" "$(DEPDIR)/hpijs-scaler.Po"; else rm -f "$(DEPDIR)/hpijs-scaler.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler.o -MD -MP -MF $(DEPDIR)/hpijs-scaler.Tpo -c -o hpijs-scaler.o `test -f 'prnt/hpijs/scaler.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-scaler.Tpo $(DEPDIR)/hpijs-scaler.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler.cpp' object='hpijs-scaler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-scaler.o `test -f 'prnt/hpijs/scaler.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler.cpp hpijs-scaler.obj: prnt/hpijs/scaler.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler.obj -MD -MP -MF "$(DEPDIR)/hpijs-scaler.Tpo" -c -o hpijs-scaler.obj `if test -f 'prnt/hpijs/scaler.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-scaler.Tpo" "$(DEPDIR)/hpijs-scaler.Po"; else rm -f "$(DEPDIR)/hpijs-scaler.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler.obj -MD -MP -MF $(DEPDIR)/hpijs-scaler.Tpo -c -o hpijs-scaler.obj `if test -f 'prnt/hpijs/scaler.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-scaler.Tpo $(DEPDIR)/hpijs-scaler.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler.cpp' object='hpijs-scaler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-scaler.obj `if test -f 'prnt/hpijs/scaler.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler.cpp'; fi` hpijs-scaler_open.o: prnt/hpijs/scaler_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler_open.o -MD -MP -MF "$(DEPDIR)/hpijs-scaler_open.Tpo" -c -o hpijs-scaler_open.o `test -f 'prnt/hpijs/scaler_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-scaler_open.Tpo" "$(DEPDIR)/hpijs-scaler_open.Po"; else rm -f "$(DEPDIR)/hpijs-scaler_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler_open.o -MD -MP -MF $(DEPDIR)/hpijs-scaler_open.Tpo -c -o hpijs-scaler_open.o `test -f 'prnt/hpijs/scaler_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-scaler_open.Tpo $(DEPDIR)/hpijs-scaler_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler_open.cpp' object='hpijs-scaler_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-scaler_open.o `test -f 'prnt/hpijs/scaler_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler_open.cpp hpijs-scaler_open.obj: prnt/hpijs/scaler_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler_open.obj -MD -MP -MF "$(DEPDIR)/hpijs-scaler_open.Tpo" -c -o hpijs-scaler_open.obj `if test -f 'prnt/hpijs/scaler_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-scaler_open.Tpo" "$(DEPDIR)/hpijs-scaler_open.Po"; else rm -f "$(DEPDIR)/hpijs-scaler_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-scaler_open.obj -MD -MP -MF $(DEPDIR)/hpijs-scaler_open.Tpo -c -o hpijs-scaler_open.obj `if test -f 'prnt/hpijs/scaler_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-scaler_open.Tpo $(DEPDIR)/hpijs-scaler_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler_open.cpp' object='hpijs-scaler_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-scaler_open.obj `if test -f 'prnt/hpijs/scaler_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler_open.cpp'; fi` hpijs-script.o: prnt/hpijs/script.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-script.o -MD -MP -MF "$(DEPDIR)/hpijs-script.Tpo" -c -o hpijs-script.o `test -f 'prnt/hpijs/script.cpp' || echo '$(srcdir)/'`prnt/hpijs/script.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-script.Tpo" "$(DEPDIR)/hpijs-script.Po"; else rm -f "$(DEPDIR)/hpijs-script.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-script.o -MD -MP -MF $(DEPDIR)/hpijs-script.Tpo -c -o hpijs-script.o `test -f 'prnt/hpijs/script.cpp' || echo '$(srcdir)/'`prnt/hpijs/script.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-script.Tpo $(DEPDIR)/hpijs-script.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/script.cpp' object='hpijs-script.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-script.o `test -f 'prnt/hpijs/script.cpp' || echo '$(srcdir)/'`prnt/hpijs/script.cpp hpijs-script.obj: prnt/hpijs/script.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-script.obj -MD -MP -MF "$(DEPDIR)/hpijs-script.Tpo" -c -o hpijs-script.obj `if test -f 'prnt/hpijs/script.cpp'; then $(CYGPATH_W) 'prnt/hpijs/script.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/script.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-script.Tpo" "$(DEPDIR)/hpijs-script.Po"; else rm -f "$(DEPDIR)/hpijs-script.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-script.obj -MD -MP -MF $(DEPDIR)/hpijs-script.Tpo -c -o hpijs-script.obj `if test -f 'prnt/hpijs/script.cpp'; then $(CYGPATH_W) 'prnt/hpijs/script.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/script.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-script.Tpo $(DEPDIR)/hpijs-script.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/script.cpp' object='hpijs-script.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-script.obj `if test -f 'prnt/hpijs/script.cpp'; then $(CYGPATH_W) 'prnt/hpijs/script.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/script.cpp'; fi` hpijs-systemservices.o: prnt/hpijs/systemservices.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-systemservices.o -MD -MP -MF "$(DEPDIR)/hpijs-systemservices.Tpo" -c -o hpijs-systemservices.o `test -f 'prnt/hpijs/systemservices.cpp' || echo '$(srcdir)/'`prnt/hpijs/systemservices.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-systemservices.Tpo" "$(DEPDIR)/hpijs-systemservices.Po"; else rm -f "$(DEPDIR)/hpijs-systemservices.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-systemservices.o -MD -MP -MF $(DEPDIR)/hpijs-systemservices.Tpo -c -o hpijs-systemservices.o `test -f 'prnt/hpijs/systemservices.cpp' || echo '$(srcdir)/'`prnt/hpijs/systemservices.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-systemservices.Tpo $(DEPDIR)/hpijs-systemservices.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/systemservices.cpp' object='hpijs-systemservices.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-systemservices.o `test -f 'prnt/hpijs/systemservices.cpp' || echo '$(srcdir)/'`prnt/hpijs/systemservices.cpp hpijs-systemservices.obj: prnt/hpijs/systemservices.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-systemservices.obj -MD -MP -MF "$(DEPDIR)/hpijs-systemservices.Tpo" -c -o hpijs-systemservices.obj `if test -f 'prnt/hpijs/systemservices.cpp'; then $(CYGPATH_W) 'prnt/hpijs/systemservices.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/systemservices.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-systemservices.Tpo" "$(DEPDIR)/hpijs-systemservices.Po"; else rm -f "$(DEPDIR)/hpijs-systemservices.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-systemservices.obj -MD -MP -MF $(DEPDIR)/hpijs-systemservices.Tpo -c -o hpijs-systemservices.obj `if test -f 'prnt/hpijs/systemservices.cpp'; then $(CYGPATH_W) 'prnt/hpijs/systemservices.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/systemservices.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-systemservices.Tpo $(DEPDIR)/hpijs-systemservices.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/systemservices.cpp' object='hpijs-systemservices.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-systemservices.obj `if test -f 'prnt/hpijs/systemservices.cpp'; then $(CYGPATH_W) 'prnt/hpijs/systemservices.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/systemservices.cpp'; fi` hpijs-translator.o: prnt/hpijs/translator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-translator.o -MD -MP -MF "$(DEPDIR)/hpijs-translator.Tpo" -c -o hpijs-translator.o `test -f 'prnt/hpijs/translator.cpp' || echo '$(srcdir)/'`prnt/hpijs/translator.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-translator.Tpo" "$(DEPDIR)/hpijs-translator.Po"; else rm -f "$(DEPDIR)/hpijs-translator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-translator.o -MD -MP -MF $(DEPDIR)/hpijs-translator.Tpo -c -o hpijs-translator.o `test -f 'prnt/hpijs/translator.cpp' || echo '$(srcdir)/'`prnt/hpijs/translator.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-translator.Tpo $(DEPDIR)/hpijs-translator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/translator.cpp' object='hpijs-translator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-translator.o `test -f 'prnt/hpijs/translator.cpp' || echo '$(srcdir)/'`prnt/hpijs/translator.cpp hpijs-translator.obj: prnt/hpijs/translator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-translator.obj -MD -MP -MF "$(DEPDIR)/hpijs-translator.Tpo" -c -o hpijs-translator.obj `if test -f 'prnt/hpijs/translator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/translator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/translator.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-translator.Tpo" "$(DEPDIR)/hpijs-translator.Po"; else rm -f "$(DEPDIR)/hpijs-translator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-translator.obj -MD -MP -MF $(DEPDIR)/hpijs-translator.Tpo -c -o hpijs-translator.obj `if test -f 'prnt/hpijs/translator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/translator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/translator.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-translator.Tpo $(DEPDIR)/hpijs-translator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/translator.cpp' object='hpijs-translator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-translator.obj `if test -f 'prnt/hpijs/translator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/translator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/translator.cpp'; fi` hpijs-version.o: prnt/hpijs/version.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-version.o -MD -MP -MF "$(DEPDIR)/hpijs-version.Tpo" -c -o hpijs-version.o `test -f 'prnt/hpijs/version.cpp' || echo '$(srcdir)/'`prnt/hpijs/version.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-version.Tpo" "$(DEPDIR)/hpijs-version.Po"; else rm -f "$(DEPDIR)/hpijs-version.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-version.o -MD -MP -MF $(DEPDIR)/hpijs-version.Tpo -c -o hpijs-version.o `test -f 'prnt/hpijs/version.cpp' || echo '$(srcdir)/'`prnt/hpijs/version.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-version.Tpo $(DEPDIR)/hpijs-version.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/version.cpp' object='hpijs-version.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-version.o `test -f 'prnt/hpijs/version.cpp' || echo '$(srcdir)/'`prnt/hpijs/version.cpp hpijs-version.obj: prnt/hpijs/version.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-version.obj -MD -MP -MF "$(DEPDIR)/hpijs-version.Tpo" -c -o hpijs-version.obj `if test -f 'prnt/hpijs/version.cpp'; then $(CYGPATH_W) 'prnt/hpijs/version.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/version.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-version.Tpo" "$(DEPDIR)/hpijs-version.Po"; else rm -f "$(DEPDIR)/hpijs-version.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-version.obj -MD -MP -MF $(DEPDIR)/hpijs-version.Tpo -c -o hpijs-version.obj `if test -f 'prnt/hpijs/version.cpp'; then $(CYGPATH_W) 'prnt/hpijs/version.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/version.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-version.Tpo $(DEPDIR)/hpijs-version.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/version.cpp' object='hpijs-version.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-version.obj `if test -f 'prnt/hpijs/version.cpp'; then $(CYGPATH_W) 'prnt/hpijs/version.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/version.cpp'; fi` hpijs-versioncode.o: prnt/hpijs/versioncode.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-versioncode.o -MD -MP -MF "$(DEPDIR)/hpijs-versioncode.Tpo" -c -o hpijs-versioncode.o `test -f 'prnt/hpijs/versioncode.cpp' || echo '$(srcdir)/'`prnt/hpijs/versioncode.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-versioncode.Tpo" "$(DEPDIR)/hpijs-versioncode.Po"; else rm -f "$(DEPDIR)/hpijs-versioncode.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-versioncode.o -MD -MP -MF $(DEPDIR)/hpijs-versioncode.Tpo -c -o hpijs-versioncode.o `test -f 'prnt/hpijs/versioncode.cpp' || echo '$(srcdir)/'`prnt/hpijs/versioncode.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-versioncode.Tpo $(DEPDIR)/hpijs-versioncode.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/versioncode.cpp' object='hpijs-versioncode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-versioncode.o `test -f 'prnt/hpijs/versioncode.cpp' || echo '$(srcdir)/'`prnt/hpijs/versioncode.cpp hpijs-versioncode.obj: prnt/hpijs/versioncode.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-versioncode.obj -MD -MP -MF "$(DEPDIR)/hpijs-versioncode.Tpo" -c -o hpijs-versioncode.obj `if test -f 'prnt/hpijs/versioncode.cpp'; then $(CYGPATH_W) 'prnt/hpijs/versioncode.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/versioncode.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-versioncode.Tpo" "$(DEPDIR)/hpijs-versioncode.Po"; else rm -f "$(DEPDIR)/hpijs-versioncode.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-versioncode.obj -MD -MP -MF $(DEPDIR)/hpijs-versioncode.Tpo -c -o hpijs-versioncode.obj `if test -f 'prnt/hpijs/versioncode.cpp'; then $(CYGPATH_W) 'prnt/hpijs/versioncode.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/versioncode.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-versioncode.Tpo $(DEPDIR)/hpijs-versioncode.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/versioncode.cpp' object='hpijs-versioncode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-versioncode.obj `if test -f 'prnt/hpijs/versioncode.cpp'; then $(CYGPATH_W) 'prnt/hpijs/versioncode.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/versioncode.cpp'; fi` hpijs-djgenericvip.o: prnt/hpijs/djgenericvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-djgenericvip.o -MD -MP -MF "$(DEPDIR)/hpijs-djgenericvip.Tpo" -c -o hpijs-djgenericvip.o `test -f 'prnt/hpijs/djgenericvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/djgenericvip.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-djgenericvip.Tpo" "$(DEPDIR)/hpijs-djgenericvip.Po"; else rm -f "$(DEPDIR)/hpijs-djgenericvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-djgenericvip.o -MD -MP -MF $(DEPDIR)/hpijs-djgenericvip.Tpo -c -o hpijs-djgenericvip.o `test -f 'prnt/hpijs/djgenericvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/djgenericvip.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-djgenericvip.Tpo $(DEPDIR)/hpijs-djgenericvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/djgenericvip.cpp' object='hpijs-djgenericvip.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-djgenericvip.o `test -f 'prnt/hpijs/djgenericvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/djgenericvip.cpp hpijs-djgenericvip.obj: prnt/hpijs/djgenericvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-djgenericvip.obj -MD -MP -MF "$(DEPDIR)/hpijs-djgenericvip.Tpo" -c -o hpijs-djgenericvip.obj `if test -f 'prnt/hpijs/djgenericvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/djgenericvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/djgenericvip.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-djgenericvip.Tpo" "$(DEPDIR)/hpijs-djgenericvip.Po"; else rm -f "$(DEPDIR)/hpijs-djgenericvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-djgenericvip.obj -MD -MP -MF $(DEPDIR)/hpijs-djgenericvip.Tpo -c -o hpijs-djgenericvip.obj `if test -f 'prnt/hpijs/djgenericvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/djgenericvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/djgenericvip.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-djgenericvip.Tpo $(DEPDIR)/hpijs-djgenericvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/djgenericvip.cpp' object='hpijs-djgenericvip.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-djgenericvip.obj `if test -f 'prnt/hpijs/djgenericvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/djgenericvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/djgenericvip.cpp'; fi` hpijs-dj540.o: prnt/hpijs/dj540.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj540.o -MD -MP -MF "$(DEPDIR)/hpijs-dj540.Tpo" -c -o hpijs-dj540.o `test -f 'prnt/hpijs/dj540.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj540.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj540.Tpo" "$(DEPDIR)/hpijs-dj540.Po"; else rm -f "$(DEPDIR)/hpijs-dj540.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj540.o -MD -MP -MF $(DEPDIR)/hpijs-dj540.Tpo -c -o hpijs-dj540.o `test -f 'prnt/hpijs/dj540.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj540.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj540.Tpo $(DEPDIR)/hpijs-dj540.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj540.cpp' object='hpijs-dj540.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj540.o `test -f 'prnt/hpijs/dj540.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj540.cpp hpijs-dj540.obj: prnt/hpijs/dj540.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj540.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj540.Tpo" -c -o hpijs-dj540.obj `if test -f 'prnt/hpijs/dj540.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj540.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj540.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj540.Tpo" "$(DEPDIR)/hpijs-dj540.Po"; else rm -f "$(DEPDIR)/hpijs-dj540.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj540.obj -MD -MP -MF $(DEPDIR)/hpijs-dj540.Tpo -c -o hpijs-dj540.obj `if test -f 'prnt/hpijs/dj540.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj540.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj540.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj540.Tpo $(DEPDIR)/hpijs-dj540.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj540.cpp' object='hpijs-dj540.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj540.obj `if test -f 'prnt/hpijs/dj540.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj540.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj540.cpp'; fi` hpijs-dj850.o: prnt/hpijs/dj850.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850.o -MD -MP -MF "$(DEPDIR)/hpijs-dj850.Tpo" -c -o hpijs-dj850.o `test -f 'prnt/hpijs/dj850.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj850.Tpo" "$(DEPDIR)/hpijs-dj850.Po"; else rm -f "$(DEPDIR)/hpijs-dj850.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850.o -MD -MP -MF $(DEPDIR)/hpijs-dj850.Tpo -c -o hpijs-dj850.o `test -f 'prnt/hpijs/dj850.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj850.Tpo $(DEPDIR)/hpijs-dj850.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850.cpp' object='hpijs-dj850.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj850.o `test -f 'prnt/hpijs/dj850.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850.cpp hpijs-dj850.obj: prnt/hpijs/dj850.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj850.Tpo" -c -o hpijs-dj850.obj `if test -f 'prnt/hpijs/dj850.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj850.Tpo" "$(DEPDIR)/hpijs-dj850.Po"; else rm -f "$(DEPDIR)/hpijs-dj850.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850.obj -MD -MP -MF $(DEPDIR)/hpijs-dj850.Tpo -c -o hpijs-dj850.obj `if test -f 'prnt/hpijs/dj850.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj850.Tpo $(DEPDIR)/hpijs-dj850.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850.cpp' object='hpijs-dj850.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj850.obj `if test -f 'prnt/hpijs/dj850.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850.cpp'; fi` hpijs-dj850_maps.o: prnt/hpijs/dj850_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850_maps.o -MD -MP -MF "$(DEPDIR)/hpijs-dj850_maps.Tpo" -c -o hpijs-dj850_maps.o `test -f 'prnt/hpijs/dj850_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj850_maps.Tpo" "$(DEPDIR)/hpijs-dj850_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj850_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850_maps.o -MD -MP -MF $(DEPDIR)/hpijs-dj850_maps.Tpo -c -o hpijs-dj850_maps.o `test -f 'prnt/hpijs/dj850_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj850_maps.Tpo $(DEPDIR)/hpijs-dj850_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850_maps.cpp' object='hpijs-dj850_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj850_maps.o `test -f 'prnt/hpijs/dj850_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850_maps.cpp hpijs-dj850_maps.obj: prnt/hpijs/dj850_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850_maps.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj850_maps.Tpo" -c -o hpijs-dj850_maps.obj `if test -f 'prnt/hpijs/dj850_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj850_maps.Tpo" "$(DEPDIR)/hpijs-dj850_maps.Po"; else rm -f "$(DEPDIR)/hpijs-dj850_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj850_maps.obj -MD -MP -MF $(DEPDIR)/hpijs-dj850_maps.Tpo -c -o hpijs-dj850_maps.obj `if test -f 'prnt/hpijs/dj850_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj850_maps.Tpo $(DEPDIR)/hpijs-dj850_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850_maps.cpp' object='hpijs-dj850_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj850_maps.obj `if test -f 'prnt/hpijs/dj850_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850_maps.cpp'; fi` hpijs-dj890.o: prnt/hpijs/dj890.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj890.o -MD -MP -MF "$(DEPDIR)/hpijs-dj890.Tpo" -c -o hpijs-dj890.o `test -f 'prnt/hpijs/dj890.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj890.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj890.Tpo" "$(DEPDIR)/hpijs-dj890.Po"; else rm -f "$(DEPDIR)/hpijs-dj890.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj890.o -MD -MP -MF $(DEPDIR)/hpijs-dj890.Tpo -c -o hpijs-dj890.o `test -f 'prnt/hpijs/dj890.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj890.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj890.Tpo $(DEPDIR)/hpijs-dj890.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj890.cpp' object='hpijs-dj890.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj890.o `test -f 'prnt/hpijs/dj890.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj890.cpp hpijs-dj890.obj: prnt/hpijs/dj890.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj890.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj890.Tpo" -c -o hpijs-dj890.obj `if test -f 'prnt/hpijs/dj890.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj890.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj890.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj890.Tpo" "$(DEPDIR)/hpijs-dj890.Po"; else rm -f "$(DEPDIR)/hpijs-dj890.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj890.obj -MD -MP -MF $(DEPDIR)/hpijs-dj890.Tpo -c -o hpijs-dj890.obj `if test -f 'prnt/hpijs/dj890.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj890.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj890.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj890.Tpo $(DEPDIR)/hpijs-dj890.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj890.cpp' object='hpijs-dj890.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj890.obj `if test -f 'prnt/hpijs/dj890.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj890.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj890.cpp'; fi` hpijs-ljmono.o: prnt/hpijs/ljmono.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljmono.o -MD -MP -MF "$(DEPDIR)/hpijs-ljmono.Tpo" -c -o hpijs-ljmono.o `test -f 'prnt/hpijs/ljmono.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljmono.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljmono.Tpo" "$(DEPDIR)/hpijs-ljmono.Po"; else rm -f "$(DEPDIR)/hpijs-ljmono.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljmono.o -MD -MP -MF $(DEPDIR)/hpijs-ljmono.Tpo -c -o hpijs-ljmono.o `test -f 'prnt/hpijs/ljmono.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljmono.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljmono.Tpo $(DEPDIR)/hpijs-ljmono.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljmono.cpp' object='hpijs-ljmono.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljmono.o `test -f 'prnt/hpijs/ljmono.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljmono.cpp hpijs-ljmono.obj: prnt/hpijs/ljmono.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljmono.obj -MD -MP -MF "$(DEPDIR)/hpijs-ljmono.Tpo" -c -o hpijs-ljmono.obj `if test -f 'prnt/hpijs/ljmono.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljmono.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljmono.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljmono.Tpo" "$(DEPDIR)/hpijs-ljmono.Po"; else rm -f "$(DEPDIR)/hpijs-ljmono.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljmono.obj -MD -MP -MF $(DEPDIR)/hpijs-ljmono.Tpo -c -o hpijs-ljmono.obj `if test -f 'prnt/hpijs/ljmono.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljmono.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljmono.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljmono.Tpo $(DEPDIR)/hpijs-ljmono.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljmono.cpp' object='hpijs-ljmono.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljmono.obj `if test -f 'prnt/hpijs/ljmono.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljmono.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljmono.cpp'; fi` hpijs-dj3320.o: prnt/hpijs/dj3320.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320.o -MD -MP -MF "$(DEPDIR)/hpijs-dj3320.Tpo" -c -o hpijs-dj3320.o `test -f 'prnt/hpijs/dj3320.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3320.Tpo" "$(DEPDIR)/hpijs-dj3320.Po"; else rm -f "$(DEPDIR)/hpijs-dj3320.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320.o -MD -MP -MF $(DEPDIR)/hpijs-dj3320.Tpo -c -o hpijs-dj3320.o `test -f 'prnt/hpijs/dj3320.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3320.Tpo $(DEPDIR)/hpijs-dj3320.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320.cpp' object='hpijs-dj3320.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3320.o `test -f 'prnt/hpijs/dj3320.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320.cpp hpijs-dj3320.obj: prnt/hpijs/dj3320.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj3320.Tpo" -c -o hpijs-dj3320.obj `if test -f 'prnt/hpijs/dj3320.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3320.Tpo" "$(DEPDIR)/hpijs-dj3320.Po"; else rm -f "$(DEPDIR)/hpijs-dj3320.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320.obj -MD -MP -MF $(DEPDIR)/hpijs-dj3320.Tpo -c -o hpijs-dj3320.obj `if test -f 'prnt/hpijs/dj3320.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3320.Tpo $(DEPDIR)/hpijs-dj3320.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320.cpp' object='hpijs-dj3320.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3320.obj `if test -f 'prnt/hpijs/dj3320.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320.cpp'; fi` hpijs-dj3320_cmap.o: prnt/hpijs/dj3320_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320_cmap.o -MD -MP -MF "$(DEPDIR)/hpijs-dj3320_cmap.Tpo" -c -o hpijs-dj3320_cmap.o `test -f 'prnt/hpijs/dj3320_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320_cmap.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3320_cmap.Tpo" "$(DEPDIR)/hpijs-dj3320_cmap.Po"; else rm -f "$(DEPDIR)/hpijs-dj3320_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320_cmap.o -MD -MP -MF $(DEPDIR)/hpijs-dj3320_cmap.Tpo -c -o hpijs-dj3320_cmap.o `test -f 'prnt/hpijs/dj3320_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320_cmap.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3320_cmap.Tpo $(DEPDIR)/hpijs-dj3320_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320_cmap.cpp' object='hpijs-dj3320_cmap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3320_cmap.o `test -f 'prnt/hpijs/dj3320_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320_cmap.cpp hpijs-dj3320_cmap.obj: prnt/hpijs/dj3320_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320_cmap.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj3320_cmap.Tpo" -c -o hpijs-dj3320_cmap.obj `if test -f 'prnt/hpijs/dj3320_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320_cmap.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3320_cmap.Tpo" "$(DEPDIR)/hpijs-dj3320_cmap.Po"; else rm -f "$(DEPDIR)/hpijs-dj3320_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3320_cmap.obj -MD -MP -MF $(DEPDIR)/hpijs-dj3320_cmap.Tpo -c -o hpijs-dj3320_cmap.obj `if test -f 'prnt/hpijs/dj3320_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320_cmap.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3320_cmap.Tpo $(DEPDIR)/hpijs-dj3320_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320_cmap.cpp' object='hpijs-dj3320_cmap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3320_cmap.obj `if test -f 'prnt/hpijs/dj3320_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320_cmap.cpp'; fi` hpijs-dj3600.o: prnt/hpijs/dj3600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600.o -MD -MP -MF "$(DEPDIR)/hpijs-dj3600.Tpo" -c -o hpijs-dj3600.o `test -f 'prnt/hpijs/dj3600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3600.Tpo" "$(DEPDIR)/hpijs-dj3600.Po"; else rm -f "$(DEPDIR)/hpijs-dj3600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600.o -MD -MP -MF $(DEPDIR)/hpijs-dj3600.Tpo -c -o hpijs-dj3600.o `test -f 'prnt/hpijs/dj3600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3600.Tpo $(DEPDIR)/hpijs-dj3600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600.cpp' object='hpijs-dj3600.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3600.o `test -f 'prnt/hpijs/dj3600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600.cpp hpijs-dj3600.obj: prnt/hpijs/dj3600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj3600.Tpo" -c -o hpijs-dj3600.obj `if test -f 'prnt/hpijs/dj3600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3600.Tpo" "$(DEPDIR)/hpijs-dj3600.Po"; else rm -f "$(DEPDIR)/hpijs-dj3600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600.obj -MD -MP -MF $(DEPDIR)/hpijs-dj3600.Tpo -c -o hpijs-dj3600.obj `if test -f 'prnt/hpijs/dj3600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3600.Tpo $(DEPDIR)/hpijs-dj3600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600.cpp' object='hpijs-dj3600.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3600.obj `if test -f 'prnt/hpijs/dj3600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600.cpp'; fi` hpijs-dj3600_cmap.o: prnt/hpijs/dj3600_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600_cmap.o -MD -MP -MF "$(DEPDIR)/hpijs-dj3600_cmap.Tpo" -c -o hpijs-dj3600_cmap.o `test -f 'prnt/hpijs/dj3600_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600_cmap.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3600_cmap.Tpo" "$(DEPDIR)/hpijs-dj3600_cmap.Po"; else rm -f "$(DEPDIR)/hpijs-dj3600_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600_cmap.o -MD -MP -MF $(DEPDIR)/hpijs-dj3600_cmap.Tpo -c -o hpijs-dj3600_cmap.o `test -f 'prnt/hpijs/dj3600_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600_cmap.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3600_cmap.Tpo $(DEPDIR)/hpijs-dj3600_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600_cmap.cpp' object='hpijs-dj3600_cmap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3600_cmap.o `test -f 'prnt/hpijs/dj3600_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600_cmap.cpp hpijs-dj3600_cmap.obj: prnt/hpijs/dj3600_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600_cmap.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj3600_cmap.Tpo" -c -o hpijs-dj3600_cmap.obj `if test -f 'prnt/hpijs/dj3600_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600_cmap.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj3600_cmap.Tpo" "$(DEPDIR)/hpijs-dj3600_cmap.Po"; else rm -f "$(DEPDIR)/hpijs-dj3600_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj3600_cmap.obj -MD -MP -MF $(DEPDIR)/hpijs-dj3600_cmap.Tpo -c -o hpijs-dj3600_cmap.obj `if test -f 'prnt/hpijs/dj3600_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600_cmap.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj3600_cmap.Tpo $(DEPDIR)/hpijs-dj3600_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600_cmap.cpp' object='hpijs-dj3600_cmap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj3600_cmap.obj `if test -f 'prnt/hpijs/dj3600_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600_cmap.cpp'; fi` hpijs-dj4100_cmap.o: prnt/hpijs/dj4100_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj4100_cmap.o -MD -MP -MF "$(DEPDIR)/hpijs-dj4100_cmap.Tpo" -c -o hpijs-dj4100_cmap.o `test -f 'prnt/hpijs/dj4100_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj4100_cmap.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj4100_cmap.Tpo" "$(DEPDIR)/hpijs-dj4100_cmap.Po"; else rm -f "$(DEPDIR)/hpijs-dj4100_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj4100_cmap.o -MD -MP -MF $(DEPDIR)/hpijs-dj4100_cmap.Tpo -c -o hpijs-dj4100_cmap.o `test -f 'prnt/hpijs/dj4100_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj4100_cmap.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj4100_cmap.Tpo $(DEPDIR)/hpijs-dj4100_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj4100_cmap.cpp' object='hpijs-dj4100_cmap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj4100_cmap.o `test -f 'prnt/hpijs/dj4100_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj4100_cmap.cpp hpijs-dj4100_cmap.obj: prnt/hpijs/dj4100_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj4100_cmap.obj -MD -MP -MF "$(DEPDIR)/hpijs-dj4100_cmap.Tpo" -c -o hpijs-dj4100_cmap.obj `if test -f 'prnt/hpijs/dj4100_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj4100_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj4100_cmap.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-dj4100_cmap.Tpo" "$(DEPDIR)/hpijs-dj4100_cmap.Po"; else rm -f "$(DEPDIR)/hpijs-dj4100_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-dj4100_cmap.obj -MD -MP -MF $(DEPDIR)/hpijs-dj4100_cmap.Tpo -c -o hpijs-dj4100_cmap.obj `if test -f 'prnt/hpijs/dj4100_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj4100_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj4100_cmap.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-dj4100_cmap.Tpo $(DEPDIR)/hpijs-dj4100_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj4100_cmap.cpp' object='hpijs-dj4100_cmap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-dj4100_cmap.obj `if test -f 'prnt/hpijs/dj4100_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj4100_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj4100_cmap.cpp'; fi` hpijs-ljcolor.o: prnt/hpijs/ljcolor.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljcolor.o -MD -MP -MF "$(DEPDIR)/hpijs-ljcolor.Tpo" -c -o hpijs-ljcolor.o `test -f 'prnt/hpijs/ljcolor.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljcolor.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljcolor.Tpo" "$(DEPDIR)/hpijs-ljcolor.Po"; else rm -f "$(DEPDIR)/hpijs-ljcolor.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljcolor.o -MD -MP -MF $(DEPDIR)/hpijs-ljcolor.Tpo -c -o hpijs-ljcolor.o `test -f 'prnt/hpijs/ljcolor.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljcolor.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljcolor.Tpo $(DEPDIR)/hpijs-ljcolor.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljcolor.cpp' object='hpijs-ljcolor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljcolor.o `test -f 'prnt/hpijs/ljcolor.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljcolor.cpp hpijs-ljcolor.obj: prnt/hpijs/ljcolor.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljcolor.obj -MD -MP -MF "$(DEPDIR)/hpijs-ljcolor.Tpo" -c -o hpijs-ljcolor.obj `if test -f 'prnt/hpijs/ljcolor.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljcolor.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljcolor.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljcolor.Tpo" "$(DEPDIR)/hpijs-ljcolor.Po"; else rm -f "$(DEPDIR)/hpijs-ljcolor.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljcolor.obj -MD -MP -MF $(DEPDIR)/hpijs-ljcolor.Tpo -c -o hpijs-ljcolor.obj `if test -f 'prnt/hpijs/ljcolor.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljcolor.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljcolor.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljcolor.Tpo $(DEPDIR)/hpijs-ljcolor.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljcolor.cpp' object='hpijs-ljcolor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljcolor.obj `if test -f 'prnt/hpijs/ljcolor.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljcolor.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljcolor.cpp'; fi` hpijs-printerproxy.o: prnt/hpijs/printerproxy.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerproxy.o -MD -MP -MF "$(DEPDIR)/hpijs-printerproxy.Tpo" -c -o hpijs-printerproxy.o `test -f 'prnt/hpijs/printerproxy.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerproxy.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-printerproxy.Tpo" "$(DEPDIR)/hpijs-printerproxy.Po"; else rm -f "$(DEPDIR)/hpijs-printerproxy.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerproxy.o -MD -MP -MF $(DEPDIR)/hpijs-printerproxy.Tpo -c -o hpijs-printerproxy.o `test -f 'prnt/hpijs/printerproxy.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerproxy.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-printerproxy.Tpo $(DEPDIR)/hpijs-printerproxy.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerproxy.cpp' object='hpijs-printerproxy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-printerproxy.o `test -f 'prnt/hpijs/printerproxy.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerproxy.cpp hpijs-printerproxy.obj: prnt/hpijs/printerproxy.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerproxy.obj -MD -MP -MF "$(DEPDIR)/hpijs-printerproxy.Tpo" -c -o hpijs-printerproxy.obj `if test -f 'prnt/hpijs/printerproxy.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerproxy.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerproxy.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-printerproxy.Tpo" "$(DEPDIR)/hpijs-printerproxy.Po"; else rm -f "$(DEPDIR)/hpijs-printerproxy.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerproxy.obj -MD -MP -MF $(DEPDIR)/hpijs-printerproxy.Tpo -c -o hpijs-printerproxy.obj `if test -f 'prnt/hpijs/printerproxy.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerproxy.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerproxy.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-printerproxy.Tpo $(DEPDIR)/hpijs-printerproxy.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerproxy.cpp' object='hpijs-printerproxy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-printerproxy.obj `if test -f 'prnt/hpijs/printerproxy.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerproxy.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerproxy.cpp'; fi` hpijs-printerfactory.o: prnt/hpijs/printerfactory.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerfactory.o -MD -MP -MF "$(DEPDIR)/hpijs-printerfactory.Tpo" -c -o hpijs-printerfactory.o `test -f 'prnt/hpijs/printerfactory.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerfactory.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-printerfactory.Tpo" "$(DEPDIR)/hpijs-printerfactory.Po"; else rm -f "$(DEPDIR)/hpijs-printerfactory.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerfactory.o -MD -MP -MF $(DEPDIR)/hpijs-printerfactory.Tpo -c -o hpijs-printerfactory.o `test -f 'prnt/hpijs/printerfactory.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerfactory.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-printerfactory.Tpo $(DEPDIR)/hpijs-printerfactory.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerfactory.cpp' object='hpijs-printerfactory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-printerfactory.o `test -f 'prnt/hpijs/printerfactory.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerfactory.cpp hpijs-printerfactory.obj: prnt/hpijs/printerfactory.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerfactory.obj -MD -MP -MF "$(DEPDIR)/hpijs-printerfactory.Tpo" -c -o hpijs-printerfactory.obj `if test -f 'prnt/hpijs/printerfactory.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerfactory.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerfactory.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-printerfactory.Tpo" "$(DEPDIR)/hpijs-printerfactory.Po"; else rm -f "$(DEPDIR)/hpijs-printerfactory.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-printerfactory.obj -MD -MP -MF $(DEPDIR)/hpijs-printerfactory.Tpo -c -o hpijs-printerfactory.obj `if test -f 'prnt/hpijs/printerfactory.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerfactory.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerfactory.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-printerfactory.Tpo $(DEPDIR)/hpijs-printerfactory.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerfactory.cpp' object='hpijs-printerfactory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-printerfactory.obj `if test -f 'prnt/hpijs/printerfactory.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerfactory.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerfactory.cpp'; fi` hpijs-ljjetready.o: prnt/hpijs/ljjetready.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljjetready.o -MD -MP -MF "$(DEPDIR)/hpijs-ljjetready.Tpo" -c -o hpijs-ljjetready.o `test -f 'prnt/hpijs/ljjetready.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljjetready.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljjetready.Tpo" "$(DEPDIR)/hpijs-ljjetready.Po"; else rm -f "$(DEPDIR)/hpijs-ljjetready.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljjetready.o -MD -MP -MF $(DEPDIR)/hpijs-ljjetready.Tpo -c -o hpijs-ljjetready.o `test -f 'prnt/hpijs/ljjetready.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljjetready.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljjetready.Tpo $(DEPDIR)/hpijs-ljjetready.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljjetready.cpp' object='hpijs-ljjetready.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljjetready.o `test -f 'prnt/hpijs/ljjetready.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljjetready.cpp hpijs-ljjetready.obj: prnt/hpijs/ljjetready.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljjetready.obj -MD -MP -MF "$(DEPDIR)/hpijs-ljjetready.Tpo" -c -o hpijs-ljjetready.obj `if test -f 'prnt/hpijs/ljjetready.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljjetready.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljjetready.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljjetready.Tpo" "$(DEPDIR)/hpijs-ljjetready.Po"; else rm -f "$(DEPDIR)/hpijs-ljjetready.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljjetready.obj -MD -MP -MF $(DEPDIR)/hpijs-ljjetready.Tpo -c -o hpijs-ljjetready.obj `if test -f 'prnt/hpijs/ljjetready.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljjetready.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljjetready.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljjetready.Tpo $(DEPDIR)/hpijs-ljjetready.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljjetready.cpp' object='hpijs-ljjetready.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljjetready.obj `if test -f 'prnt/hpijs/ljjetready.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljjetready.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljjetready.cpp'; fi` hpijs-ljfastraster.o: prnt/hpijs/ljfastraster.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljfastraster.o -MD -MP -MF "$(DEPDIR)/hpijs-ljfastraster.Tpo" -c -o hpijs-ljfastraster.o `test -f 'prnt/hpijs/ljfastraster.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljfastraster.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljfastraster.Tpo" "$(DEPDIR)/hpijs-ljfastraster.Po"; else rm -f "$(DEPDIR)/hpijs-ljfastraster.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljfastraster.o -MD -MP -MF $(DEPDIR)/hpijs-ljfastraster.Tpo -c -o hpijs-ljfastraster.o `test -f 'prnt/hpijs/ljfastraster.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljfastraster.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljfastraster.Tpo $(DEPDIR)/hpijs-ljfastraster.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljfastraster.cpp' object='hpijs-ljfastraster.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljfastraster.o `test -f 'prnt/hpijs/ljfastraster.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljfastraster.cpp hpijs-ljfastraster.obj: prnt/hpijs/ljfastraster.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljfastraster.obj -MD -MP -MF "$(DEPDIR)/hpijs-ljfastraster.Tpo" -c -o hpijs-ljfastraster.obj `if test -f 'prnt/hpijs/ljfastraster.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljfastraster.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljfastraster.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-ljfastraster.Tpo" "$(DEPDIR)/hpijs-ljfastraster.Po"; else rm -f "$(DEPDIR)/hpijs-ljfastraster.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-ljfastraster.obj -MD -MP -MF $(DEPDIR)/hpijs-ljfastraster.Tpo -c -o hpijs-ljfastraster.obj `if test -f 'prnt/hpijs/ljfastraster.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljfastraster.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljfastraster.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-ljfastraster.Tpo $(DEPDIR)/hpijs-ljfastraster.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljfastraster.cpp' object='hpijs-ljfastraster.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-ljfastraster.obj `if test -f 'prnt/hpijs/ljfastraster.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljfastraster.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljfastraster.cpp'; fi` hpijs-hpijs.o: prnt/hpijs/hpijs.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijs.o -MD -MP -MF "$(DEPDIR)/hpijs-hpijs.Tpo" -c -o hpijs-hpijs.o `test -f 'prnt/hpijs/hpijs.cpp' || echo '$(srcdir)/'`prnt/hpijs/hpijs.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-hpijs.Tpo" "$(DEPDIR)/hpijs-hpijs.Po"; else rm -f "$(DEPDIR)/hpijs-hpijs.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijs.o -MD -MP -MF $(DEPDIR)/hpijs-hpijs.Tpo -c -o hpijs-hpijs.o `test -f 'prnt/hpijs/hpijs.cpp' || echo '$(srcdir)/'`prnt/hpijs/hpijs.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-hpijs.Tpo $(DEPDIR)/hpijs-hpijs.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/hpijs.cpp' object='hpijs-hpijs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-hpijs.o `test -f 'prnt/hpijs/hpijs.cpp' || echo '$(srcdir)/'`prnt/hpijs/hpijs.cpp hpijs-hpijs.obj: prnt/hpijs/hpijs.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijs.obj -MD -MP -MF "$(DEPDIR)/hpijs-hpijs.Tpo" -c -o hpijs-hpijs.obj `if test -f 'prnt/hpijs/hpijs.cpp'; then $(CYGPATH_W) 'prnt/hpijs/hpijs.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpijs.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-hpijs.Tpo" "$(DEPDIR)/hpijs-hpijs.Po"; else rm -f "$(DEPDIR)/hpijs-hpijs.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijs.obj -MD -MP -MF $(DEPDIR)/hpijs-hpijs.Tpo -c -o hpijs-hpijs.obj `if test -f 'prnt/hpijs/hpijs.cpp'; then $(CYGPATH_W) 'prnt/hpijs/hpijs.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpijs.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-hpijs.Tpo $(DEPDIR)/hpijs-hpijs.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/hpijs.cpp' object='hpijs-hpijs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-hpijs.obj `if test -f 'prnt/hpijs/hpijs.cpp'; then $(CYGPATH_W) 'prnt/hpijs/hpijs.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpijs.cpp'; fi` hpijs-hpijsfax.o: prnt/hpijs/hpijsfax.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijsfax.o -MD -MP -MF "$(DEPDIR)/hpijs-hpijsfax.Tpo" -c -o hpijs-hpijsfax.o `test -f 'prnt/hpijs/hpijsfax.cpp' || echo '$(srcdir)/'`prnt/hpijs/hpijsfax.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-hpijsfax.Tpo" "$(DEPDIR)/hpijs-hpijsfax.Po"; else rm -f "$(DEPDIR)/hpijs-hpijsfax.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijsfax.o -MD -MP -MF $(DEPDIR)/hpijs-hpijsfax.Tpo -c -o hpijs-hpijsfax.o `test -f 'prnt/hpijs/hpijsfax.cpp' || echo '$(srcdir)/'`prnt/hpijs/hpijsfax.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-hpijsfax.Tpo $(DEPDIR)/hpijs-hpijsfax.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/hpijsfax.cpp' object='hpijs-hpijsfax.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-hpijsfax.o `test -f 'prnt/hpijs/hpijsfax.cpp' || echo '$(srcdir)/'`prnt/hpijs/hpijsfax.cpp hpijs-hpijsfax.obj: prnt/hpijs/hpijsfax.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijsfax.obj -MD -MP -MF "$(DEPDIR)/hpijs-hpijsfax.Tpo" -c -o hpijs-hpijsfax.obj `if test -f 'prnt/hpijs/hpijsfax.cpp'; then $(CYGPATH_W) 'prnt/hpijs/hpijsfax.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpijsfax.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-hpijsfax.Tpo" "$(DEPDIR)/hpijs-hpijsfax.Po"; else rm -f "$(DEPDIR)/hpijs-hpijsfax.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-hpijsfax.obj -MD -MP -MF $(DEPDIR)/hpijs-hpijsfax.Tpo -c -o hpijs-hpijsfax.obj `if test -f 'prnt/hpijs/hpijsfax.cpp'; then $(CYGPATH_W) 'prnt/hpijs/hpijsfax.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpijsfax.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-hpijsfax.Tpo $(DEPDIR)/hpijs-hpijsfax.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/hpijsfax.cpp' object='hpijs-hpijsfax.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-hpijsfax.obj `if test -f 'prnt/hpijs/hpijsfax.cpp'; then $(CYGPATH_W) 'prnt/hpijs/hpijsfax.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/hpijsfax.cpp'; fi` hpijs-services.o: prnt/hpijs/services.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-services.o -MD -MP -MF "$(DEPDIR)/hpijs-services.Tpo" -c -o hpijs-services.o `test -f 'prnt/hpijs/services.cpp' || echo '$(srcdir)/'`prnt/hpijs/services.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-services.Tpo" "$(DEPDIR)/hpijs-services.Po"; else rm -f "$(DEPDIR)/hpijs-services.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-services.o -MD -MP -MF $(DEPDIR)/hpijs-services.Tpo -c -o hpijs-services.o `test -f 'prnt/hpijs/services.cpp' || echo '$(srcdir)/'`prnt/hpijs/services.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-services.Tpo $(DEPDIR)/hpijs-services.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/services.cpp' object='hpijs-services.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-services.o `test -f 'prnt/hpijs/services.cpp' || echo '$(srcdir)/'`prnt/hpijs/services.cpp hpijs-services.obj: prnt/hpijs/services.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-services.obj -MD -MP -MF "$(DEPDIR)/hpijs-services.Tpo" -c -o hpijs-services.obj `if test -f 'prnt/hpijs/services.cpp'; then $(CYGPATH_W) 'prnt/hpijs/services.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/services.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hpijs-services.Tpo" "$(DEPDIR)/hpijs-services.Po"; else rm -f "$(DEPDIR)/hpijs-services.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -MT hpijs-services.obj -MD -MP -MF $(DEPDIR)/hpijs-services.Tpo -c -o hpijs-services.obj `if test -f 'prnt/hpijs/services.cpp'; then $(CYGPATH_W) 'prnt/hpijs/services.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/services.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hpijs-services.Tpo $(DEPDIR)/hpijs-services.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/services.cpp' object='hpijs-services.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hpijs_CXXFLAGS) $(CXXFLAGS) -c -o hpijs-services.obj `if test -f 'prnt/hpijs/services.cpp'; then $(CYGPATH_W) 'prnt/hpijs/services.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/services.cpp'; fi` hppgsz-models.o: prnt/hpijs/models.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-models.o -MD -MP -MF "$(DEPDIR)/hppgsz-models.Tpo" -c -o hppgsz-models.o `test -f 'prnt/hpijs/models.cpp' || echo '$(srcdir)/'`prnt/hpijs/models.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-models.Tpo" "$(DEPDIR)/hppgsz-models.Po"; else rm -f "$(DEPDIR)/hppgsz-models.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-models.o -MD -MP -MF $(DEPDIR)/hppgsz-models.Tpo -c -o hppgsz-models.o `test -f 'prnt/hpijs/models.cpp' || echo '$(srcdir)/'`prnt/hpijs/models.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-models.Tpo $(DEPDIR)/hppgsz-models.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/models.cpp' object='hppgsz-models.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-models.o `test -f 'prnt/hpijs/models.cpp' || echo '$(srcdir)/'`prnt/hpijs/models.cpp hppgsz-models.obj: prnt/hpijs/models.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-models.obj -MD -MP -MF "$(DEPDIR)/hppgsz-models.Tpo" -c -o hppgsz-models.obj `if test -f 'prnt/hpijs/models.cpp'; then $(CYGPATH_W) 'prnt/hpijs/models.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/models.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-models.Tpo" "$(DEPDIR)/hppgsz-models.Po"; else rm -f "$(DEPDIR)/hppgsz-models.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-models.obj -MD -MP -MF $(DEPDIR)/hppgsz-models.Tpo -c -o hppgsz-models.obj `if test -f 'prnt/hpijs/models.cpp'; then $(CYGPATH_W) 'prnt/hpijs/models.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/models.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-models.Tpo $(DEPDIR)/hppgsz-models.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/models.cpp' object='hppgsz-models.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-models.obj `if test -f 'prnt/hpijs/models.cpp'; then $(CYGPATH_W) 'prnt/hpijs/models.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/models.cpp'; fi` hppgsz-breaks_open.o: prnt/hpijs/breaks_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-breaks_open.o -MD -MP -MF "$(DEPDIR)/hppgsz-breaks_open.Tpo" -c -o hppgsz-breaks_open.o `test -f 'prnt/hpijs/breaks_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/breaks_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-breaks_open.Tpo" "$(DEPDIR)/hppgsz-breaks_open.Po"; else rm -f "$(DEPDIR)/hppgsz-breaks_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-breaks_open.o -MD -MP -MF $(DEPDIR)/hppgsz-breaks_open.Tpo -c -o hppgsz-breaks_open.o `test -f 'prnt/hpijs/breaks_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/breaks_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-breaks_open.Tpo $(DEPDIR)/hppgsz-breaks_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/breaks_open.cpp' object='hppgsz-breaks_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-breaks_open.o `test -f 'prnt/hpijs/breaks_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/breaks_open.cpp hppgsz-breaks_open.obj: prnt/hpijs/breaks_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-breaks_open.obj -MD -MP -MF "$(DEPDIR)/hppgsz-breaks_open.Tpo" -c -o hppgsz-breaks_open.obj `if test -f 'prnt/hpijs/breaks_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/breaks_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/breaks_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-breaks_open.Tpo" "$(DEPDIR)/hppgsz-breaks_open.Po"; else rm -f "$(DEPDIR)/hppgsz-breaks_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-breaks_open.obj -MD -MP -MF $(DEPDIR)/hppgsz-breaks_open.Tpo -c -o hppgsz-breaks_open.obj `if test -f 'prnt/hpijs/breaks_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/breaks_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/breaks_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-breaks_open.Tpo $(DEPDIR)/hppgsz-breaks_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/breaks_open.cpp' object='hppgsz-breaks_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-breaks_open.obj `if test -f 'prnt/hpijs/breaks_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/breaks_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/breaks_open.cpp'; fi` hppgsz-dj9xxvip.o: prnt/hpijs/dj9xxvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xxvip.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj9xxvip.Tpo" -c -o hppgsz-dj9xxvip.o `test -f 'prnt/hpijs/dj9xxvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xxvip.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj9xxvip.Tpo" "$(DEPDIR)/hppgsz-dj9xxvip.Po"; else rm -f "$(DEPDIR)/hppgsz-dj9xxvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xxvip.o -MD -MP -MF $(DEPDIR)/hppgsz-dj9xxvip.Tpo -c -o hppgsz-dj9xxvip.o `test -f 'prnt/hpijs/dj9xxvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xxvip.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj9xxvip.Tpo $(DEPDIR)/hppgsz-dj9xxvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xxvip.cpp' object='hppgsz-dj9xxvip.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj9xxvip.o `test -f 'prnt/hpijs/dj9xxvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xxvip.cpp hppgsz-dj9xxvip.obj: prnt/hpijs/dj9xxvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xxvip.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj9xxvip.Tpo" -c -o hppgsz-dj9xxvip.obj `if test -f 'prnt/hpijs/dj9xxvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xxvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xxvip.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj9xxvip.Tpo" "$(DEPDIR)/hppgsz-dj9xxvip.Po"; else rm -f "$(DEPDIR)/hppgsz-dj9xxvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xxvip.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj9xxvip.Tpo -c -o hppgsz-dj9xxvip.obj `if test -f 'prnt/hpijs/dj9xxvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xxvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xxvip.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj9xxvip.Tpo $(DEPDIR)/hppgsz-dj9xxvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xxvip.cpp' object='hppgsz-dj9xxvip.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj9xxvip.obj `if test -f 'prnt/hpijs/dj9xxvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xxvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xxvip.cpp'; fi` hppgsz-dj9xx.o: prnt/hpijs/dj9xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xx.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj9xx.Tpo" -c -o hppgsz-dj9xx.o `test -f 'prnt/hpijs/dj9xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj9xx.Tpo" "$(DEPDIR)/hppgsz-dj9xx.Po"; else rm -f "$(DEPDIR)/hppgsz-dj9xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xx.o -MD -MP -MF $(DEPDIR)/hppgsz-dj9xx.Tpo -c -o hppgsz-dj9xx.o `test -f 'prnt/hpijs/dj9xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj9xx.Tpo $(DEPDIR)/hppgsz-dj9xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xx.cpp' object='hppgsz-dj9xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj9xx.o `test -f 'prnt/hpijs/dj9xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj9xx.cpp hppgsz-dj9xx.obj: prnt/hpijs/dj9xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xx.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj9xx.Tpo" -c -o hppgsz-dj9xx.obj `if test -f 'prnt/hpijs/dj9xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj9xx.Tpo" "$(DEPDIR)/hppgsz-dj9xx.Po"; else rm -f "$(DEPDIR)/hppgsz-dj9xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj9xx.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj9xx.Tpo -c -o hppgsz-dj9xx.obj `if test -f 'prnt/hpijs/dj9xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj9xx.Tpo $(DEPDIR)/hppgsz-dj9xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj9xx.cpp' object='hppgsz-dj9xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj9xx.obj `if test -f 'prnt/hpijs/dj9xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj9xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj9xx.cpp'; fi` hppgsz-capture.o: prnt/hpijs/capture.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-capture.o -MD -MP -MF "$(DEPDIR)/hppgsz-capture.Tpo" -c -o hppgsz-capture.o `test -f 'prnt/hpijs/capture.cpp' || echo '$(srcdir)/'`prnt/hpijs/capture.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-capture.Tpo" "$(DEPDIR)/hppgsz-capture.Po"; else rm -f "$(DEPDIR)/hppgsz-capture.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-capture.o -MD -MP -MF $(DEPDIR)/hppgsz-capture.Tpo -c -o hppgsz-capture.o `test -f 'prnt/hpijs/capture.cpp' || echo '$(srcdir)/'`prnt/hpijs/capture.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-capture.Tpo $(DEPDIR)/hppgsz-capture.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/capture.cpp' object='hppgsz-capture.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-capture.o `test -f 'prnt/hpijs/capture.cpp' || echo '$(srcdir)/'`prnt/hpijs/capture.cpp hppgsz-capture.obj: prnt/hpijs/capture.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-capture.obj -MD -MP -MF "$(DEPDIR)/hppgsz-capture.Tpo" -c -o hppgsz-capture.obj `if test -f 'prnt/hpijs/capture.cpp'; then $(CYGPATH_W) 'prnt/hpijs/capture.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/capture.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-capture.Tpo" "$(DEPDIR)/hppgsz-capture.Po"; else rm -f "$(DEPDIR)/hppgsz-capture.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-capture.obj -MD -MP -MF $(DEPDIR)/hppgsz-capture.Tpo -c -o hppgsz-capture.obj `if test -f 'prnt/hpijs/capture.cpp'; then $(CYGPATH_W) 'prnt/hpijs/capture.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/capture.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-capture.Tpo $(DEPDIR)/hppgsz-capture.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/capture.cpp' object='hppgsz-capture.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-capture.obj `if test -f 'prnt/hpijs/capture.cpp'; then $(CYGPATH_W) 'prnt/hpijs/capture.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/capture.cpp'; fi` hppgsz-colormatch.o: prnt/hpijs/colormatch.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatch.o -MD -MP -MF "$(DEPDIR)/hppgsz-colormatch.Tpo" -c -o hppgsz-colormatch.o `test -f 'prnt/hpijs/colormatch.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatch.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-colormatch.Tpo" "$(DEPDIR)/hppgsz-colormatch.Po"; else rm -f "$(DEPDIR)/hppgsz-colormatch.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatch.o -MD -MP -MF $(DEPDIR)/hppgsz-colormatch.Tpo -c -o hppgsz-colormatch.o `test -f 'prnt/hpijs/colormatch.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatch.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-colormatch.Tpo $(DEPDIR)/hppgsz-colormatch.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatch.cpp' object='hppgsz-colormatch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-colormatch.o `test -f 'prnt/hpijs/colormatch.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatch.cpp hppgsz-colormatch.obj: prnt/hpijs/colormatch.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatch.obj -MD -MP -MF "$(DEPDIR)/hppgsz-colormatch.Tpo" -c -o hppgsz-colormatch.obj `if test -f 'prnt/hpijs/colormatch.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatch.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatch.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-colormatch.Tpo" "$(DEPDIR)/hppgsz-colormatch.Po"; else rm -f "$(DEPDIR)/hppgsz-colormatch.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatch.obj -MD -MP -MF $(DEPDIR)/hppgsz-colormatch.Tpo -c -o hppgsz-colormatch.obj `if test -f 'prnt/hpijs/colormatch.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatch.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatch.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-colormatch.Tpo $(DEPDIR)/hppgsz-colormatch.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatch.cpp' object='hppgsz-colormatch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-colormatch.obj `if test -f 'prnt/hpijs/colormatch.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatch.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatch.cpp'; fi` hppgsz-colormatcher_open.o: prnt/hpijs/colormatcher_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatcher_open.o -MD -MP -MF "$(DEPDIR)/hppgsz-colormatcher_open.Tpo" -c -o hppgsz-colormatcher_open.o `test -f 'prnt/hpijs/colormatcher_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatcher_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-colormatcher_open.Tpo" "$(DEPDIR)/hppgsz-colormatcher_open.Po"; else rm -f "$(DEPDIR)/hppgsz-colormatcher_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatcher_open.o -MD -MP -MF $(DEPDIR)/hppgsz-colormatcher_open.Tpo -c -o hppgsz-colormatcher_open.o `test -f 'prnt/hpijs/colormatcher_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatcher_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-colormatcher_open.Tpo $(DEPDIR)/hppgsz-colormatcher_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatcher_open.cpp' object='hppgsz-colormatcher_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-colormatcher_open.o `test -f 'prnt/hpijs/colormatcher_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/colormatcher_open.cpp hppgsz-colormatcher_open.obj: prnt/hpijs/colormatcher_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatcher_open.obj -MD -MP -MF "$(DEPDIR)/hppgsz-colormatcher_open.Tpo" -c -o hppgsz-colormatcher_open.obj `if test -f 'prnt/hpijs/colormatcher_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatcher_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatcher_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-colormatcher_open.Tpo" "$(DEPDIR)/hppgsz-colormatcher_open.Po"; else rm -f "$(DEPDIR)/hppgsz-colormatcher_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-colormatcher_open.obj -MD -MP -MF $(DEPDIR)/hppgsz-colormatcher_open.Tpo -c -o hppgsz-colormatcher_open.obj `if test -f 'prnt/hpijs/colormatcher_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatcher_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatcher_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-colormatcher_open.Tpo $(DEPDIR)/hppgsz-colormatcher_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/colormatcher_open.cpp' object='hppgsz-colormatcher_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-colormatcher_open.obj `if test -f 'prnt/hpijs/colormatcher_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/colormatcher_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/colormatcher_open.cpp'; fi` hppgsz-compression.o: prnt/hpijs/compression.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-compression.o -MD -MP -MF "$(DEPDIR)/hppgsz-compression.Tpo" -c -o hppgsz-compression.o `test -f 'prnt/hpijs/compression.cpp' || echo '$(srcdir)/'`prnt/hpijs/compression.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-compression.Tpo" "$(DEPDIR)/hppgsz-compression.Po"; else rm -f "$(DEPDIR)/hppgsz-compression.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-compression.o -MD -MP -MF $(DEPDIR)/hppgsz-compression.Tpo -c -o hppgsz-compression.o `test -f 'prnt/hpijs/compression.cpp' || echo '$(srcdir)/'`prnt/hpijs/compression.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-compression.Tpo $(DEPDIR)/hppgsz-compression.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/compression.cpp' object='hppgsz-compression.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-compression.o `test -f 'prnt/hpijs/compression.cpp' || echo '$(srcdir)/'`prnt/hpijs/compression.cpp hppgsz-compression.obj: prnt/hpijs/compression.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-compression.obj -MD -MP -MF "$(DEPDIR)/hppgsz-compression.Tpo" -c -o hppgsz-compression.obj `if test -f 'prnt/hpijs/compression.cpp'; then $(CYGPATH_W) 'prnt/hpijs/compression.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/compression.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-compression.Tpo" "$(DEPDIR)/hppgsz-compression.Po"; else rm -f "$(DEPDIR)/hppgsz-compression.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-compression.obj -MD -MP -MF $(DEPDIR)/hppgsz-compression.Tpo -c -o hppgsz-compression.obj `if test -f 'prnt/hpijs/compression.cpp'; then $(CYGPATH_W) 'prnt/hpijs/compression.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/compression.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-compression.Tpo $(DEPDIR)/hppgsz-compression.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/compression.cpp' object='hppgsz-compression.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-compression.obj `if test -f 'prnt/hpijs/compression.cpp'; then $(CYGPATH_W) 'prnt/hpijs/compression.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/compression.cpp'; fi` hppgsz-context.o: prnt/hpijs/context.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-context.o -MD -MP -MF "$(DEPDIR)/hppgsz-context.Tpo" -c -o hppgsz-context.o `test -f 'prnt/hpijs/context.cpp' || echo '$(srcdir)/'`prnt/hpijs/context.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-context.Tpo" "$(DEPDIR)/hppgsz-context.Po"; else rm -f "$(DEPDIR)/hppgsz-context.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-context.o -MD -MP -MF $(DEPDIR)/hppgsz-context.Tpo -c -o hppgsz-context.o `test -f 'prnt/hpijs/context.cpp' || echo '$(srcdir)/'`prnt/hpijs/context.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-context.Tpo $(DEPDIR)/hppgsz-context.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/context.cpp' object='hppgsz-context.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-context.o `test -f 'prnt/hpijs/context.cpp' || echo '$(srcdir)/'`prnt/hpijs/context.cpp hppgsz-context.obj: prnt/hpijs/context.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-context.obj -MD -MP -MF "$(DEPDIR)/hppgsz-context.Tpo" -c -o hppgsz-context.obj `if test -f 'prnt/hpijs/context.cpp'; then $(CYGPATH_W) 'prnt/hpijs/context.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/context.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-context.Tpo" "$(DEPDIR)/hppgsz-context.Po"; else rm -f "$(DEPDIR)/hppgsz-context.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-context.obj -MD -MP -MF $(DEPDIR)/hppgsz-context.Tpo -c -o hppgsz-context.obj `if test -f 'prnt/hpijs/context.cpp'; then $(CYGPATH_W) 'prnt/hpijs/context.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/context.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-context.Tpo $(DEPDIR)/hppgsz-context.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/context.cpp' object='hppgsz-context.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-context.obj `if test -f 'prnt/hpijs/context.cpp'; then $(CYGPATH_W) 'prnt/hpijs/context.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/context.cpp'; fi` hppgsz-create_so.o: prnt/hpijs/create_so.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-create_so.o -MD -MP -MF "$(DEPDIR)/hppgsz-create_so.Tpo" -c -o hppgsz-create_so.o `test -f 'prnt/hpijs/create_so.cpp' || echo '$(srcdir)/'`prnt/hpijs/create_so.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-create_so.Tpo" "$(DEPDIR)/hppgsz-create_so.Po"; else rm -f "$(DEPDIR)/hppgsz-create_so.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-create_so.o -MD -MP -MF $(DEPDIR)/hppgsz-create_so.Tpo -c -o hppgsz-create_so.o `test -f 'prnt/hpijs/create_so.cpp' || echo '$(srcdir)/'`prnt/hpijs/create_so.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-create_so.Tpo $(DEPDIR)/hppgsz-create_so.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/create_so.cpp' object='hppgsz-create_so.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-create_so.o `test -f 'prnt/hpijs/create_so.cpp' || echo '$(srcdir)/'`prnt/hpijs/create_so.cpp hppgsz-create_so.obj: prnt/hpijs/create_so.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-create_so.obj -MD -MP -MF "$(DEPDIR)/hppgsz-create_so.Tpo" -c -o hppgsz-create_so.obj `if test -f 'prnt/hpijs/create_so.cpp'; then $(CYGPATH_W) 'prnt/hpijs/create_so.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/create_so.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-create_so.Tpo" "$(DEPDIR)/hppgsz-create_so.Po"; else rm -f "$(DEPDIR)/hppgsz-create_so.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-create_so.obj -MD -MP -MF $(DEPDIR)/hppgsz-create_so.Tpo -c -o hppgsz-create_so.obj `if test -f 'prnt/hpijs/create_so.cpp'; then $(CYGPATH_W) 'prnt/hpijs/create_so.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/create_so.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-create_so.Tpo $(DEPDIR)/hppgsz-create_so.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/create_so.cpp' object='hppgsz-create_so.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-create_so.obj `if test -f 'prnt/hpijs/create_so.cpp'; then $(CYGPATH_W) 'prnt/hpijs/create_so.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/create_so.cpp'; fi` hppgsz-creator.o: prnt/hpijs/creator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-creator.o -MD -MP -MF "$(DEPDIR)/hppgsz-creator.Tpo" -c -o hppgsz-creator.o `test -f 'prnt/hpijs/creator.cpp' || echo '$(srcdir)/'`prnt/hpijs/creator.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-creator.Tpo" "$(DEPDIR)/hppgsz-creator.Po"; else rm -f "$(DEPDIR)/hppgsz-creator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-creator.o -MD -MP -MF $(DEPDIR)/hppgsz-creator.Tpo -c -o hppgsz-creator.o `test -f 'prnt/hpijs/creator.cpp' || echo '$(srcdir)/'`prnt/hpijs/creator.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-creator.Tpo $(DEPDIR)/hppgsz-creator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/creator.cpp' object='hppgsz-creator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-creator.o `test -f 'prnt/hpijs/creator.cpp' || echo '$(srcdir)/'`prnt/hpijs/creator.cpp hppgsz-creator.obj: prnt/hpijs/creator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-creator.obj -MD -MP -MF "$(DEPDIR)/hppgsz-creator.Tpo" -c -o hppgsz-creator.obj `if test -f 'prnt/hpijs/creator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/creator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/creator.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-creator.Tpo" "$(DEPDIR)/hppgsz-creator.Po"; else rm -f "$(DEPDIR)/hppgsz-creator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-creator.obj -MD -MP -MF $(DEPDIR)/hppgsz-creator.Tpo -c -o hppgsz-creator.obj `if test -f 'prnt/hpijs/creator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/creator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/creator.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-creator.Tpo $(DEPDIR)/hppgsz-creator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/creator.cpp' object='hppgsz-creator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-creator.obj `if test -f 'prnt/hpijs/creator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/creator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/creator.cpp'; fi` hppgsz-dj600.o: prnt/hpijs/dj600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj600.Tpo" -c -o hppgsz-dj600.o `test -f 'prnt/hpijs/dj600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj600.Tpo" "$(DEPDIR)/hppgsz-dj600.Po"; else rm -f "$(DEPDIR)/hppgsz-dj600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600.o -MD -MP -MF $(DEPDIR)/hppgsz-dj600.Tpo -c -o hppgsz-dj600.o `test -f 'prnt/hpijs/dj600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj600.Tpo $(DEPDIR)/hppgsz-dj600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600.cpp' object='hppgsz-dj600.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj600.o `test -f 'prnt/hpijs/dj600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600.cpp hppgsz-dj600.obj: prnt/hpijs/dj600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj600.Tpo" -c -o hppgsz-dj600.obj `if test -f 'prnt/hpijs/dj600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj600.Tpo" "$(DEPDIR)/hppgsz-dj600.Po"; else rm -f "$(DEPDIR)/hppgsz-dj600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj600.Tpo -c -o hppgsz-dj600.obj `if test -f 'prnt/hpijs/dj600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj600.Tpo $(DEPDIR)/hppgsz-dj600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600.cpp' object='hppgsz-dj600.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj600.obj `if test -f 'prnt/hpijs/dj600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600.cpp'; fi` hppgsz-dj630.o: prnt/hpijs/dj630.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj630.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj630.Tpo" -c -o hppgsz-dj630.o `test -f 'prnt/hpijs/dj630.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj630.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj630.Tpo" "$(DEPDIR)/hppgsz-dj630.Po"; else rm -f "$(DEPDIR)/hppgsz-dj630.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj630.o -MD -MP -MF $(DEPDIR)/hppgsz-dj630.Tpo -c -o hppgsz-dj630.o `test -f 'prnt/hpijs/dj630.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj630.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj630.Tpo $(DEPDIR)/hppgsz-dj630.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj630.cpp' object='hppgsz-dj630.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj630.o `test -f 'prnt/hpijs/dj630.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj630.cpp hppgsz-dj630.obj: prnt/hpijs/dj630.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj630.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj630.Tpo" -c -o hppgsz-dj630.obj `if test -f 'prnt/hpijs/dj630.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj630.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj630.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj630.Tpo" "$(DEPDIR)/hppgsz-dj630.Po"; else rm -f "$(DEPDIR)/hppgsz-dj630.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj630.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj630.Tpo -c -o hppgsz-dj630.obj `if test -f 'prnt/hpijs/dj630.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj630.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj630.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj630.Tpo $(DEPDIR)/hppgsz-dj630.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj630.cpp' object='hppgsz-dj630.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj630.obj `if test -f 'prnt/hpijs/dj630.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj630.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj630.cpp'; fi` hppgsz-dj660.o: prnt/hpijs/dj660.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj660.Tpo" -c -o hppgsz-dj660.o `test -f 'prnt/hpijs/dj660.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj660.Tpo" "$(DEPDIR)/hppgsz-dj660.Po"; else rm -f "$(DEPDIR)/hppgsz-dj660.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660.o -MD -MP -MF $(DEPDIR)/hppgsz-dj660.Tpo -c -o hppgsz-dj660.o `test -f 'prnt/hpijs/dj660.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj660.Tpo $(DEPDIR)/hppgsz-dj660.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660.cpp' object='hppgsz-dj660.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj660.o `test -f 'prnt/hpijs/dj660.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660.cpp hppgsz-dj660.obj: prnt/hpijs/dj660.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj660.Tpo" -c -o hppgsz-dj660.obj `if test -f 'prnt/hpijs/dj660.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj660.Tpo" "$(DEPDIR)/hppgsz-dj660.Po"; else rm -f "$(DEPDIR)/hppgsz-dj660.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj660.Tpo -c -o hppgsz-dj660.obj `if test -f 'prnt/hpijs/dj660.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj660.Tpo $(DEPDIR)/hppgsz-dj660.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660.cpp' object='hppgsz-dj660.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj660.obj `if test -f 'prnt/hpijs/dj660.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660.cpp'; fi` hppgsz-dj690.o: prnt/hpijs/dj690.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj690.Tpo" -c -o hppgsz-dj690.o `test -f 'prnt/hpijs/dj690.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj690.Tpo" "$(DEPDIR)/hppgsz-dj690.Po"; else rm -f "$(DEPDIR)/hppgsz-dj690.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690.o -MD -MP -MF $(DEPDIR)/hppgsz-dj690.Tpo -c -o hppgsz-dj690.o `test -f 'prnt/hpijs/dj690.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj690.Tpo $(DEPDIR)/hppgsz-dj690.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690.cpp' object='hppgsz-dj690.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj690.o `test -f 'prnt/hpijs/dj690.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690.cpp hppgsz-dj690.obj: prnt/hpijs/dj690.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj690.Tpo" -c -o hppgsz-dj690.obj `if test -f 'prnt/hpijs/dj690.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj690.Tpo" "$(DEPDIR)/hppgsz-dj690.Po"; else rm -f "$(DEPDIR)/hppgsz-dj690.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj690.Tpo -c -o hppgsz-dj690.obj `if test -f 'prnt/hpijs/dj690.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj690.Tpo $(DEPDIR)/hppgsz-dj690.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690.cpp' object='hppgsz-dj690.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj690.obj `if test -f 'prnt/hpijs/dj690.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690.cpp'; fi` hppgsz-dj6xx.o: prnt/hpijs/dj6xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj6xx.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj6xx.Tpo" -c -o hppgsz-dj6xx.o `test -f 'prnt/hpijs/dj6xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj6xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj6xx.Tpo" "$(DEPDIR)/hppgsz-dj6xx.Po"; else rm -f "$(DEPDIR)/hppgsz-dj6xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj6xx.o -MD -MP -MF $(DEPDIR)/hppgsz-dj6xx.Tpo -c -o hppgsz-dj6xx.o `test -f 'prnt/hpijs/dj6xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj6xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj6xx.Tpo $(DEPDIR)/hppgsz-dj6xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj6xx.cpp' object='hppgsz-dj6xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj6xx.o `test -f 'prnt/hpijs/dj6xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj6xx.cpp hppgsz-dj6xx.obj: prnt/hpijs/dj6xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj6xx.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj6xx.Tpo" -c -o hppgsz-dj6xx.obj `if test -f 'prnt/hpijs/dj6xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj6xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj6xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj6xx.Tpo" "$(DEPDIR)/hppgsz-dj6xx.Po"; else rm -f "$(DEPDIR)/hppgsz-dj6xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj6xx.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj6xx.Tpo -c -o hppgsz-dj6xx.obj `if test -f 'prnt/hpijs/dj6xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj6xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj6xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj6xx.Tpo $(DEPDIR)/hppgsz-dj6xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj6xx.cpp' object='hppgsz-dj6xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj6xx.obj `if test -f 'prnt/hpijs/dj6xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj6xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj6xx.cpp'; fi` hppgsz-dj8xx.o: prnt/hpijs/dj8xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8xx.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj8xx.Tpo" -c -o hppgsz-dj8xx.o `test -f 'prnt/hpijs/dj8xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj8xx.Tpo" "$(DEPDIR)/hppgsz-dj8xx.Po"; else rm -f "$(DEPDIR)/hppgsz-dj8xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8xx.o -MD -MP -MF $(DEPDIR)/hppgsz-dj8xx.Tpo -c -o hppgsz-dj8xx.o `test -f 'prnt/hpijs/dj8xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj8xx.Tpo $(DEPDIR)/hppgsz-dj8xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8xx.cpp' object='hppgsz-dj8xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj8xx.o `test -f 'prnt/hpijs/dj8xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8xx.cpp hppgsz-dj8xx.obj: prnt/hpijs/dj8xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8xx.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj8xx.Tpo" -c -o hppgsz-dj8xx.obj `if test -f 'prnt/hpijs/dj8xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj8xx.Tpo" "$(DEPDIR)/hppgsz-dj8xx.Po"; else rm -f "$(DEPDIR)/hppgsz-dj8xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8xx.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj8xx.Tpo -c -o hppgsz-dj8xx.obj `if test -f 'prnt/hpijs/dj8xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj8xx.Tpo $(DEPDIR)/hppgsz-dj8xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8xx.cpp' object='hppgsz-dj8xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj8xx.obj `if test -f 'prnt/hpijs/dj8xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8xx.cpp'; fi` hppgsz-dj600_maps.o: prnt/hpijs/dj600_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600_maps.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj600_maps.Tpo" -c -o hppgsz-dj600_maps.o `test -f 'prnt/hpijs/dj600_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj600_maps.Tpo" "$(DEPDIR)/hppgsz-dj600_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj600_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600_maps.o -MD -MP -MF $(DEPDIR)/hppgsz-dj600_maps.Tpo -c -o hppgsz-dj600_maps.o `test -f 'prnt/hpijs/dj600_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj600_maps.Tpo $(DEPDIR)/hppgsz-dj600_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600_maps.cpp' object='hppgsz-dj600_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj600_maps.o `test -f 'prnt/hpijs/dj600_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj600_maps.cpp hppgsz-dj600_maps.obj: prnt/hpijs/dj600_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600_maps.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj600_maps.Tpo" -c -o hppgsz-dj600_maps.obj `if test -f 'prnt/hpijs/dj600_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj600_maps.Tpo" "$(DEPDIR)/hppgsz-dj600_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj600_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj600_maps.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj600_maps.Tpo -c -o hppgsz-dj600_maps.obj `if test -f 'prnt/hpijs/dj600_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj600_maps.Tpo $(DEPDIR)/hppgsz-dj600_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj600_maps.cpp' object='hppgsz-dj600_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj600_maps.obj `if test -f 'prnt/hpijs/dj600_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj600_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj600_maps.cpp'; fi` hppgsz-dj660_maps.o: prnt/hpijs/dj660_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660_maps.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj660_maps.Tpo" -c -o hppgsz-dj660_maps.o `test -f 'prnt/hpijs/dj660_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj660_maps.Tpo" "$(DEPDIR)/hppgsz-dj660_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj660_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660_maps.o -MD -MP -MF $(DEPDIR)/hppgsz-dj660_maps.Tpo -c -o hppgsz-dj660_maps.o `test -f 'prnt/hpijs/dj660_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj660_maps.Tpo $(DEPDIR)/hppgsz-dj660_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660_maps.cpp' object='hppgsz-dj660_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj660_maps.o `test -f 'prnt/hpijs/dj660_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj660_maps.cpp hppgsz-dj660_maps.obj: prnt/hpijs/dj660_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660_maps.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj660_maps.Tpo" -c -o hppgsz-dj660_maps.obj `if test -f 'prnt/hpijs/dj660_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj660_maps.Tpo" "$(DEPDIR)/hppgsz-dj660_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj660_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj660_maps.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj660_maps.Tpo -c -o hppgsz-dj660_maps.obj `if test -f 'prnt/hpijs/dj660_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj660_maps.Tpo $(DEPDIR)/hppgsz-dj660_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj660_maps.cpp' object='hppgsz-dj660_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj660_maps.obj `if test -f 'prnt/hpijs/dj660_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj660_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj660_maps.cpp'; fi` hppgsz-dj690_maps.o: prnt/hpijs/dj690_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690_maps.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj690_maps.Tpo" -c -o hppgsz-dj690_maps.o `test -f 'prnt/hpijs/dj690_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj690_maps.Tpo" "$(DEPDIR)/hppgsz-dj690_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj690_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690_maps.o -MD -MP -MF $(DEPDIR)/hppgsz-dj690_maps.Tpo -c -o hppgsz-dj690_maps.o `test -f 'prnt/hpijs/dj690_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj690_maps.Tpo $(DEPDIR)/hppgsz-dj690_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690_maps.cpp' object='hppgsz-dj690_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj690_maps.o `test -f 'prnt/hpijs/dj690_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj690_maps.cpp hppgsz-dj690_maps.obj: prnt/hpijs/dj690_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690_maps.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj690_maps.Tpo" -c -o hppgsz-dj690_maps.obj `if test -f 'prnt/hpijs/dj690_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj690_maps.Tpo" "$(DEPDIR)/hppgsz-dj690_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj690_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj690_maps.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj690_maps.Tpo -c -o hppgsz-dj690_maps.obj `if test -f 'prnt/hpijs/dj690_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj690_maps.Tpo $(DEPDIR)/hppgsz-dj690_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj690_maps.cpp' object='hppgsz-dj690_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj690_maps.obj `if test -f 'prnt/hpijs/dj690_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj690_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj690_maps.cpp'; fi` hppgsz-dj895_maps.o: prnt/hpijs/dj895_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj895_maps.Tpo" -c -o hppgsz-dj895_maps.o `test -f 'prnt/hpijs/dj895_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj895_maps.Tpo" "$(DEPDIR)/hppgsz-dj895_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj895_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps.o -MD -MP -MF $(DEPDIR)/hppgsz-dj895_maps.Tpo -c -o hppgsz-dj895_maps.o `test -f 'prnt/hpijs/dj895_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj895_maps.Tpo $(DEPDIR)/hppgsz-dj895_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps.cpp' object='hppgsz-dj895_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj895_maps.o `test -f 'prnt/hpijs/dj895_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps.cpp hppgsz-dj895_maps.obj: prnt/hpijs/dj895_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj895_maps.Tpo" -c -o hppgsz-dj895_maps.obj `if test -f 'prnt/hpijs/dj895_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj895_maps.Tpo" "$(DEPDIR)/hppgsz-dj895_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj895_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj895_maps.Tpo -c -o hppgsz-dj895_maps.obj `if test -f 'prnt/hpijs/dj895_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj895_maps.Tpo $(DEPDIR)/hppgsz-dj895_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps.cpp' object='hppgsz-dj895_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj895_maps.obj `if test -f 'prnt/hpijs/dj895_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps.cpp'; fi` hppgsz-dj895_maps2.o: prnt/hpijs/dj895_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps2.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj895_maps2.Tpo" -c -o hppgsz-dj895_maps2.o `test -f 'prnt/hpijs/dj895_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps2.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj895_maps2.Tpo" "$(DEPDIR)/hppgsz-dj895_maps2.Po"; else rm -f "$(DEPDIR)/hppgsz-dj895_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps2.o -MD -MP -MF $(DEPDIR)/hppgsz-dj895_maps2.Tpo -c -o hppgsz-dj895_maps2.o `test -f 'prnt/hpijs/dj895_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps2.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj895_maps2.Tpo $(DEPDIR)/hppgsz-dj895_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps2.cpp' object='hppgsz-dj895_maps2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj895_maps2.o `test -f 'prnt/hpijs/dj895_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj895_maps2.cpp hppgsz-dj895_maps2.obj: prnt/hpijs/dj895_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps2.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj895_maps2.Tpo" -c -o hppgsz-dj895_maps2.obj `if test -f 'prnt/hpijs/dj895_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps2.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj895_maps2.Tpo" "$(DEPDIR)/hppgsz-dj895_maps2.Po"; else rm -f "$(DEPDIR)/hppgsz-dj895_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj895_maps2.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj895_maps2.Tpo -c -o hppgsz-dj895_maps2.obj `if test -f 'prnt/hpijs/dj895_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps2.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj895_maps2.Tpo $(DEPDIR)/hppgsz-dj895_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj895_maps2.cpp' object='hppgsz-dj895_maps2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj895_maps2.obj `if test -f 'prnt/hpijs/dj895_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj895_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj895_maps2.cpp'; fi` hppgsz-dj970_maps.o: prnt/hpijs/dj970_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj970_maps.Tpo" -c -o hppgsz-dj970_maps.o `test -f 'prnt/hpijs/dj970_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj970_maps.Tpo" "$(DEPDIR)/hppgsz-dj970_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj970_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps.o -MD -MP -MF $(DEPDIR)/hppgsz-dj970_maps.Tpo -c -o hppgsz-dj970_maps.o `test -f 'prnt/hpijs/dj970_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj970_maps.Tpo $(DEPDIR)/hppgsz-dj970_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps.cpp' object='hppgsz-dj970_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj970_maps.o `test -f 'prnt/hpijs/dj970_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps.cpp hppgsz-dj970_maps.obj: prnt/hpijs/dj970_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj970_maps.Tpo" -c -o hppgsz-dj970_maps.obj `if test -f 'prnt/hpijs/dj970_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj970_maps.Tpo" "$(DEPDIR)/hppgsz-dj970_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj970_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj970_maps.Tpo -c -o hppgsz-dj970_maps.obj `if test -f 'prnt/hpijs/dj970_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj970_maps.Tpo $(DEPDIR)/hppgsz-dj970_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps.cpp' object='hppgsz-dj970_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj970_maps.obj `if test -f 'prnt/hpijs/dj970_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps.cpp'; fi` hppgsz-dj970_maps2.o: prnt/hpijs/dj970_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps2.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj970_maps2.Tpo" -c -o hppgsz-dj970_maps2.o `test -f 'prnt/hpijs/dj970_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps2.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj970_maps2.Tpo" "$(DEPDIR)/hppgsz-dj970_maps2.Po"; else rm -f "$(DEPDIR)/hppgsz-dj970_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps2.o -MD -MP -MF $(DEPDIR)/hppgsz-dj970_maps2.Tpo -c -o hppgsz-dj970_maps2.o `test -f 'prnt/hpijs/dj970_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps2.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj970_maps2.Tpo $(DEPDIR)/hppgsz-dj970_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps2.cpp' object='hppgsz-dj970_maps2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj970_maps2.o `test -f 'prnt/hpijs/dj970_maps2.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps2.cpp hppgsz-dj970_maps2.obj: prnt/hpijs/dj970_maps2.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps2.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj970_maps2.Tpo" -c -o hppgsz-dj970_maps2.obj `if test -f 'prnt/hpijs/dj970_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps2.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj970_maps2.Tpo" "$(DEPDIR)/hppgsz-dj970_maps2.Po"; else rm -f "$(DEPDIR)/hppgsz-dj970_maps2.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps2.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj970_maps2.Tpo -c -o hppgsz-dj970_maps2.obj `if test -f 'prnt/hpijs/dj970_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps2.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj970_maps2.Tpo $(DEPDIR)/hppgsz-dj970_maps2.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps2.cpp' object='hppgsz-dj970_maps2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj970_maps2.obj `if test -f 'prnt/hpijs/dj970_maps2.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps2.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps2.cpp'; fi` hppgsz-dj970_maps3.o: prnt/hpijs/dj970_maps3.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps3.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj970_maps3.Tpo" -c -o hppgsz-dj970_maps3.o `test -f 'prnt/hpijs/dj970_maps3.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps3.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj970_maps3.Tpo" "$(DEPDIR)/hppgsz-dj970_maps3.Po"; else rm -f "$(DEPDIR)/hppgsz-dj970_maps3.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps3.o -MD -MP -MF $(DEPDIR)/hppgsz-dj970_maps3.Tpo -c -o hppgsz-dj970_maps3.o `test -f 'prnt/hpijs/dj970_maps3.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps3.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj970_maps3.Tpo $(DEPDIR)/hppgsz-dj970_maps3.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps3.cpp' object='hppgsz-dj970_maps3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj970_maps3.o `test -f 'prnt/hpijs/dj970_maps3.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj970_maps3.cpp hppgsz-dj970_maps3.obj: prnt/hpijs/dj970_maps3.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps3.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj970_maps3.Tpo" -c -o hppgsz-dj970_maps3.obj `if test -f 'prnt/hpijs/dj970_maps3.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps3.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps3.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj970_maps3.Tpo" "$(DEPDIR)/hppgsz-dj970_maps3.Po"; else rm -f "$(DEPDIR)/hppgsz-dj970_maps3.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj970_maps3.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj970_maps3.Tpo -c -o hppgsz-dj970_maps3.obj `if test -f 'prnt/hpijs/dj970_maps3.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps3.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps3.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj970_maps3.Tpo $(DEPDIR)/hppgsz-dj970_maps3.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj970_maps3.cpp' object='hppgsz-dj970_maps3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj970_maps3.obj `if test -f 'prnt/hpijs/dj970_maps3.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj970_maps3.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj970_maps3.cpp'; fi` hppgsz-filterhpa.o: prnt/hpijs/filterhpa.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-filterhpa.o -MD -MP -MF "$(DEPDIR)/hppgsz-filterhpa.Tpo" -c -o hppgsz-filterhpa.o `test -f 'prnt/hpijs/filterhpa.cpp' || echo '$(srcdir)/'`prnt/hpijs/filterhpa.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-filterhpa.Tpo" "$(DEPDIR)/hppgsz-filterhpa.Po"; else rm -f "$(DEPDIR)/hppgsz-filterhpa.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-filterhpa.o -MD -MP -MF $(DEPDIR)/hppgsz-filterhpa.Tpo -c -o hppgsz-filterhpa.o `test -f 'prnt/hpijs/filterhpa.cpp' || echo '$(srcdir)/'`prnt/hpijs/filterhpa.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-filterhpa.Tpo $(DEPDIR)/hppgsz-filterhpa.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/filterhpa.cpp' object='hppgsz-filterhpa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-filterhpa.o `test -f 'prnt/hpijs/filterhpa.cpp' || echo '$(srcdir)/'`prnt/hpijs/filterhpa.cpp hppgsz-filterhpa.obj: prnt/hpijs/filterhpa.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-filterhpa.obj -MD -MP -MF "$(DEPDIR)/hppgsz-filterhpa.Tpo" -c -o hppgsz-filterhpa.obj `if test -f 'prnt/hpijs/filterhpa.cpp'; then $(CYGPATH_W) 'prnt/hpijs/filterhpa.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/filterhpa.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-filterhpa.Tpo" "$(DEPDIR)/hppgsz-filterhpa.Po"; else rm -f "$(DEPDIR)/hppgsz-filterhpa.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-filterhpa.obj -MD -MP -MF $(DEPDIR)/hppgsz-filterhpa.Tpo -c -o hppgsz-filterhpa.obj `if test -f 'prnt/hpijs/filterhpa.cpp'; then $(CYGPATH_W) 'prnt/hpijs/filterhpa.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/filterhpa.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-filterhpa.Tpo $(DEPDIR)/hppgsz-filterhpa.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/filterhpa.cpp' object='hppgsz-filterhpa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-filterhpa.obj `if test -f 'prnt/hpijs/filterhpa.cpp'; then $(CYGPATH_W) 'prnt/hpijs/filterhpa.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/filterhpa.cpp'; fi` hppgsz-apollo21xx.o: prnt/hpijs/apollo21xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo21xx.o -MD -MP -MF "$(DEPDIR)/hppgsz-apollo21xx.Tpo" -c -o hppgsz-apollo21xx.o `test -f 'prnt/hpijs/apollo21xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo21xx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-apollo21xx.Tpo" "$(DEPDIR)/hppgsz-apollo21xx.Po"; else rm -f "$(DEPDIR)/hppgsz-apollo21xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo21xx.o -MD -MP -MF $(DEPDIR)/hppgsz-apollo21xx.Tpo -c -o hppgsz-apollo21xx.o `test -f 'prnt/hpijs/apollo21xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo21xx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-apollo21xx.Tpo $(DEPDIR)/hppgsz-apollo21xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo21xx.cpp' object='hppgsz-apollo21xx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-apollo21xx.o `test -f 'prnt/hpijs/apollo21xx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo21xx.cpp hppgsz-apollo21xx.obj: prnt/hpijs/apollo21xx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo21xx.obj -MD -MP -MF "$(DEPDIR)/hppgsz-apollo21xx.Tpo" -c -o hppgsz-apollo21xx.obj `if test -f 'prnt/hpijs/apollo21xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo21xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo21xx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-apollo21xx.Tpo" "$(DEPDIR)/hppgsz-apollo21xx.Po"; else rm -f "$(DEPDIR)/hppgsz-apollo21xx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo21xx.obj -MD -MP -MF $(DEPDIR)/hppgsz-apollo21xx.Tpo -c -o hppgsz-apollo21xx.obj `if test -f 'prnt/hpijs/apollo21xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo21xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo21xx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-apollo21xx.Tpo $(DEPDIR)/hppgsz-apollo21xx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo21xx.cpp' object='hppgsz-apollo21xx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-apollo21xx.obj `if test -f 'prnt/hpijs/apollo21xx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo21xx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo21xx.cpp'; fi` hppgsz-apollo2560.o: prnt/hpijs/apollo2560.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2560.o -MD -MP -MF "$(DEPDIR)/hppgsz-apollo2560.Tpo" -c -o hppgsz-apollo2560.o `test -f 'prnt/hpijs/apollo2560.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2560.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-apollo2560.Tpo" "$(DEPDIR)/hppgsz-apollo2560.Po"; else rm -f "$(DEPDIR)/hppgsz-apollo2560.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2560.o -MD -MP -MF $(DEPDIR)/hppgsz-apollo2560.Tpo -c -o hppgsz-apollo2560.o `test -f 'prnt/hpijs/apollo2560.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2560.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-apollo2560.Tpo $(DEPDIR)/hppgsz-apollo2560.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2560.cpp' object='hppgsz-apollo2560.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-apollo2560.o `test -f 'prnt/hpijs/apollo2560.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2560.cpp hppgsz-apollo2560.obj: prnt/hpijs/apollo2560.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2560.obj -MD -MP -MF "$(DEPDIR)/hppgsz-apollo2560.Tpo" -c -o hppgsz-apollo2560.obj `if test -f 'prnt/hpijs/apollo2560.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2560.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2560.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-apollo2560.Tpo" "$(DEPDIR)/hppgsz-apollo2560.Po"; else rm -f "$(DEPDIR)/hppgsz-apollo2560.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2560.obj -MD -MP -MF $(DEPDIR)/hppgsz-apollo2560.Tpo -c -o hppgsz-apollo2560.obj `if test -f 'prnt/hpijs/apollo2560.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2560.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2560.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-apollo2560.Tpo $(DEPDIR)/hppgsz-apollo2560.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2560.cpp' object='hppgsz-apollo2560.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-apollo2560.obj `if test -f 'prnt/hpijs/apollo2560.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2560.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2560.cpp'; fi` hppgsz-apollo2xxx.o: prnt/hpijs/apollo2xxx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2xxx.o -MD -MP -MF "$(DEPDIR)/hppgsz-apollo2xxx.Tpo" -c -o hppgsz-apollo2xxx.o `test -f 'prnt/hpijs/apollo2xxx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2xxx.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-apollo2xxx.Tpo" "$(DEPDIR)/hppgsz-apollo2xxx.Po"; else rm -f "$(DEPDIR)/hppgsz-apollo2xxx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2xxx.o -MD -MP -MF $(DEPDIR)/hppgsz-apollo2xxx.Tpo -c -o hppgsz-apollo2xxx.o `test -f 'prnt/hpijs/apollo2xxx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2xxx.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-apollo2xxx.Tpo $(DEPDIR)/hppgsz-apollo2xxx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2xxx.cpp' object='hppgsz-apollo2xxx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-apollo2xxx.o `test -f 'prnt/hpijs/apollo2xxx.cpp' || echo '$(srcdir)/'`prnt/hpijs/apollo2xxx.cpp hppgsz-apollo2xxx.obj: prnt/hpijs/apollo2xxx.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2xxx.obj -MD -MP -MF "$(DEPDIR)/hppgsz-apollo2xxx.Tpo" -c -o hppgsz-apollo2xxx.obj `if test -f 'prnt/hpijs/apollo2xxx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2xxx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2xxx.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-apollo2xxx.Tpo" "$(DEPDIR)/hppgsz-apollo2xxx.Po"; else rm -f "$(DEPDIR)/hppgsz-apollo2xxx.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-apollo2xxx.obj -MD -MP -MF $(DEPDIR)/hppgsz-apollo2xxx.Tpo -c -o hppgsz-apollo2xxx.obj `if test -f 'prnt/hpijs/apollo2xxx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2xxx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2xxx.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-apollo2xxx.Tpo $(DEPDIR)/hppgsz-apollo2xxx.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/apollo2xxx.cpp' object='hppgsz-apollo2xxx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-apollo2xxx.obj `if test -f 'prnt/hpijs/apollo2xxx.cpp'; then $(CYGPATH_W) 'prnt/hpijs/apollo2xxx.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/apollo2xxx.cpp'; fi` hppgsz-dj8x5.o: prnt/hpijs/dj8x5.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8x5.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj8x5.Tpo" -c -o hppgsz-dj8x5.o `test -f 'prnt/hpijs/dj8x5.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8x5.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj8x5.Tpo" "$(DEPDIR)/hppgsz-dj8x5.Po"; else rm -f "$(DEPDIR)/hppgsz-dj8x5.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8x5.o -MD -MP -MF $(DEPDIR)/hppgsz-dj8x5.Tpo -c -o hppgsz-dj8x5.o `test -f 'prnt/hpijs/dj8x5.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8x5.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj8x5.Tpo $(DEPDIR)/hppgsz-dj8x5.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8x5.cpp' object='hppgsz-dj8x5.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj8x5.o `test -f 'prnt/hpijs/dj8x5.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj8x5.cpp hppgsz-dj8x5.obj: prnt/hpijs/dj8x5.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8x5.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj8x5.Tpo" -c -o hppgsz-dj8x5.obj `if test -f 'prnt/hpijs/dj8x5.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8x5.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8x5.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj8x5.Tpo" "$(DEPDIR)/hppgsz-dj8x5.Po"; else rm -f "$(DEPDIR)/hppgsz-dj8x5.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj8x5.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj8x5.Tpo -c -o hppgsz-dj8x5.obj `if test -f 'prnt/hpijs/dj8x5.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8x5.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8x5.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj8x5.Tpo $(DEPDIR)/hppgsz-dj8x5.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj8x5.cpp' object='hppgsz-dj8x5.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj8x5.obj `if test -f 'prnt/hpijs/dj8x5.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj8x5.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj8x5.cpp'; fi` hppgsz-psp100.o: prnt/hpijs/psp100.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-psp100.o -MD -MP -MF "$(DEPDIR)/hppgsz-psp100.Tpo" -c -o hppgsz-psp100.o `test -f 'prnt/hpijs/psp100.cpp' || echo '$(srcdir)/'`prnt/hpijs/psp100.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-psp100.Tpo" "$(DEPDIR)/hppgsz-psp100.Po"; else rm -f "$(DEPDIR)/hppgsz-psp100.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-psp100.o -MD -MP -MF $(DEPDIR)/hppgsz-psp100.Tpo -c -o hppgsz-psp100.o `test -f 'prnt/hpijs/psp100.cpp' || echo '$(srcdir)/'`prnt/hpijs/psp100.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-psp100.Tpo $(DEPDIR)/hppgsz-psp100.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/psp100.cpp' object='hppgsz-psp100.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-psp100.o `test -f 'prnt/hpijs/psp100.cpp' || echo '$(srcdir)/'`prnt/hpijs/psp100.cpp hppgsz-psp100.obj: prnt/hpijs/psp100.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-psp100.obj -MD -MP -MF "$(DEPDIR)/hppgsz-psp100.Tpo" -c -o hppgsz-psp100.obj `if test -f 'prnt/hpijs/psp100.cpp'; then $(CYGPATH_W) 'prnt/hpijs/psp100.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/psp100.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-psp100.Tpo" "$(DEPDIR)/hppgsz-psp100.Po"; else rm -f "$(DEPDIR)/hppgsz-psp100.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-psp100.obj -MD -MP -MF $(DEPDIR)/hppgsz-psp100.Tpo -c -o hppgsz-psp100.obj `if test -f 'prnt/hpijs/psp100.cpp'; then $(CYGPATH_W) 'prnt/hpijs/psp100.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/psp100.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-psp100.Tpo $(DEPDIR)/hppgsz-psp100.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/psp100.cpp' object='hppgsz-psp100.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-psp100.obj `if test -f 'prnt/hpijs/psp100.cpp'; then $(CYGPATH_W) 'prnt/hpijs/psp100.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/psp100.cpp'; fi` hppgsz-phobos_cmaps.o: prnt/hpijs/phobos_cmaps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-phobos_cmaps.o -MD -MP -MF "$(DEPDIR)/hppgsz-phobos_cmaps.Tpo" -c -o hppgsz-phobos_cmaps.o `test -f 'prnt/hpijs/phobos_cmaps.cpp' || echo '$(srcdir)/'`prnt/hpijs/phobos_cmaps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-phobos_cmaps.Tpo" "$(DEPDIR)/hppgsz-phobos_cmaps.Po"; else rm -f "$(DEPDIR)/hppgsz-phobos_cmaps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-phobos_cmaps.o -MD -MP -MF $(DEPDIR)/hppgsz-phobos_cmaps.Tpo -c -o hppgsz-phobos_cmaps.o `test -f 'prnt/hpijs/phobos_cmaps.cpp' || echo '$(srcdir)/'`prnt/hpijs/phobos_cmaps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-phobos_cmaps.Tpo $(DEPDIR)/hppgsz-phobos_cmaps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/phobos_cmaps.cpp' object='hppgsz-phobos_cmaps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-phobos_cmaps.o `test -f 'prnt/hpijs/phobos_cmaps.cpp' || echo '$(srcdir)/'`prnt/hpijs/phobos_cmaps.cpp hppgsz-phobos_cmaps.obj: prnt/hpijs/phobos_cmaps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-phobos_cmaps.obj -MD -MP -MF "$(DEPDIR)/hppgsz-phobos_cmaps.Tpo" -c -o hppgsz-phobos_cmaps.obj `if test -f 'prnt/hpijs/phobos_cmaps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/phobos_cmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/phobos_cmaps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-phobos_cmaps.Tpo" "$(DEPDIR)/hppgsz-phobos_cmaps.Po"; else rm -f "$(DEPDIR)/hppgsz-phobos_cmaps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-phobos_cmaps.obj -MD -MP -MF $(DEPDIR)/hppgsz-phobos_cmaps.Tpo -c -o hppgsz-phobos_cmaps.obj `if test -f 'prnt/hpijs/phobos_cmaps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/phobos_cmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/phobos_cmaps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-phobos_cmaps.Tpo $(DEPDIR)/hppgsz-phobos_cmaps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/phobos_cmaps.cpp' object='hppgsz-phobos_cmaps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-phobos_cmaps.obj `if test -f 'prnt/hpijs/phobos_cmaps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/phobos_cmaps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/phobos_cmaps.cpp'; fi` hppgsz-dj350.o: prnt/hpijs/dj350.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj350.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj350.Tpo" -c -o hppgsz-dj350.o `test -f 'prnt/hpijs/dj350.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj350.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj350.Tpo" "$(DEPDIR)/hppgsz-dj350.Po"; else rm -f "$(DEPDIR)/hppgsz-dj350.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj350.o -MD -MP -MF $(DEPDIR)/hppgsz-dj350.Tpo -c -o hppgsz-dj350.o `test -f 'prnt/hpijs/dj350.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj350.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj350.Tpo $(DEPDIR)/hppgsz-dj350.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj350.cpp' object='hppgsz-dj350.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj350.o `test -f 'prnt/hpijs/dj350.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj350.cpp hppgsz-dj350.obj: prnt/hpijs/dj350.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj350.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj350.Tpo" -c -o hppgsz-dj350.obj `if test -f 'prnt/hpijs/dj350.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj350.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj350.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj350.Tpo" "$(DEPDIR)/hppgsz-dj350.Po"; else rm -f "$(DEPDIR)/hppgsz-dj350.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj350.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj350.Tpo -c -o hppgsz-dj350.obj `if test -f 'prnt/hpijs/dj350.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj350.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj350.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj350.Tpo $(DEPDIR)/hppgsz-dj350.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj350.cpp' object='hppgsz-dj350.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj350.obj `if test -f 'prnt/hpijs/dj350.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj350.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj350.cpp'; fi` hppgsz-halftoner.o: prnt/hpijs/halftoner.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner.o -MD -MP -MF "$(DEPDIR)/hppgsz-halftoner.Tpo" -c -o hppgsz-halftoner.o `test -f 'prnt/hpijs/halftoner.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-halftoner.Tpo" "$(DEPDIR)/hppgsz-halftoner.Po"; else rm -f "$(DEPDIR)/hppgsz-halftoner.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner.o -MD -MP -MF $(DEPDIR)/hppgsz-halftoner.Tpo -c -o hppgsz-halftoner.o `test -f 'prnt/hpijs/halftoner.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-halftoner.Tpo $(DEPDIR)/hppgsz-halftoner.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner.cpp' object='hppgsz-halftoner.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-halftoner.o `test -f 'prnt/hpijs/halftoner.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner.cpp hppgsz-halftoner.obj: prnt/hpijs/halftoner.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner.obj -MD -MP -MF "$(DEPDIR)/hppgsz-halftoner.Tpo" -c -o hppgsz-halftoner.obj `if test -f 'prnt/hpijs/halftoner.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-halftoner.Tpo" "$(DEPDIR)/hppgsz-halftoner.Po"; else rm -f "$(DEPDIR)/hppgsz-halftoner.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner.obj -MD -MP -MF $(DEPDIR)/hppgsz-halftoner.Tpo -c -o hppgsz-halftoner.obj `if test -f 'prnt/hpijs/halftoner.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-halftoner.Tpo $(DEPDIR)/hppgsz-halftoner.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner.cpp' object='hppgsz-halftoner.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-halftoner.obj `if test -f 'prnt/hpijs/halftoner.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner.cpp'; fi` hppgsz-halftoner_open.o: prnt/hpijs/halftoner_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner_open.o -MD -MP -MF "$(DEPDIR)/hppgsz-halftoner_open.Tpo" -c -o hppgsz-halftoner_open.o `test -f 'prnt/hpijs/halftoner_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-halftoner_open.Tpo" "$(DEPDIR)/hppgsz-halftoner_open.Po"; else rm -f "$(DEPDIR)/hppgsz-halftoner_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner_open.o -MD -MP -MF $(DEPDIR)/hppgsz-halftoner_open.Tpo -c -o hppgsz-halftoner_open.o `test -f 'prnt/hpijs/halftoner_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-halftoner_open.Tpo $(DEPDIR)/hppgsz-halftoner_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner_open.cpp' object='hppgsz-halftoner_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-halftoner_open.o `test -f 'prnt/hpijs/halftoner_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/halftoner_open.cpp hppgsz-halftoner_open.obj: prnt/hpijs/halftoner_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner_open.obj -MD -MP -MF "$(DEPDIR)/hppgsz-halftoner_open.Tpo" -c -o hppgsz-halftoner_open.obj `if test -f 'prnt/hpijs/halftoner_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-halftoner_open.Tpo" "$(DEPDIR)/hppgsz-halftoner_open.Po"; else rm -f "$(DEPDIR)/hppgsz-halftoner_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-halftoner_open.obj -MD -MP -MF $(DEPDIR)/hppgsz-halftoner_open.Tpo -c -o hppgsz-halftoner_open.obj `if test -f 'prnt/hpijs/halftoner_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-halftoner_open.Tpo $(DEPDIR)/hppgsz-halftoner_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/halftoner_open.cpp' object='hppgsz-halftoner_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-halftoner_open.obj `if test -f 'prnt/hpijs/halftoner_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/halftoner_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/halftoner_open.cpp'; fi` hppgsz-globals.o: prnt/hpijs/globals.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-globals.o -MD -MP -MF "$(DEPDIR)/hppgsz-globals.Tpo" -c -o hppgsz-globals.o `test -f 'prnt/hpijs/globals.cpp' || echo '$(srcdir)/'`prnt/hpijs/globals.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-globals.Tpo" "$(DEPDIR)/hppgsz-globals.Po"; else rm -f "$(DEPDIR)/hppgsz-globals.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-globals.o -MD -MP -MF $(DEPDIR)/hppgsz-globals.Tpo -c -o hppgsz-globals.o `test -f 'prnt/hpijs/globals.cpp' || echo '$(srcdir)/'`prnt/hpijs/globals.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-globals.Tpo $(DEPDIR)/hppgsz-globals.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/globals.cpp' object='hppgsz-globals.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-globals.o `test -f 'prnt/hpijs/globals.cpp' || echo '$(srcdir)/'`prnt/hpijs/globals.cpp hppgsz-globals.obj: prnt/hpijs/globals.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-globals.obj -MD -MP -MF "$(DEPDIR)/hppgsz-globals.Tpo" -c -o hppgsz-globals.obj `if test -f 'prnt/hpijs/globals.cpp'; then $(CYGPATH_W) 'prnt/hpijs/globals.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/globals.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-globals.Tpo" "$(DEPDIR)/hppgsz-globals.Po"; else rm -f "$(DEPDIR)/hppgsz-globals.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-globals.obj -MD -MP -MF $(DEPDIR)/hppgsz-globals.Tpo -c -o hppgsz-globals.obj `if test -f 'prnt/hpijs/globals.cpp'; then $(CYGPATH_W) 'prnt/hpijs/globals.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/globals.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-globals.Tpo $(DEPDIR)/hppgsz-globals.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/globals.cpp' object='hppgsz-globals.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-globals.obj `if test -f 'prnt/hpijs/globals.cpp'; then $(CYGPATH_W) 'prnt/hpijs/globals.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/globals.cpp'; fi` hppgsz-header.o: prnt/hpijs/header.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-header.o -MD -MP -MF "$(DEPDIR)/hppgsz-header.Tpo" -c -o hppgsz-header.o `test -f 'prnt/hpijs/header.cpp' || echo '$(srcdir)/'`prnt/hpijs/header.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-header.Tpo" "$(DEPDIR)/hppgsz-header.Po"; else rm -f "$(DEPDIR)/hppgsz-header.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-header.o -MD -MP -MF $(DEPDIR)/hppgsz-header.Tpo -c -o hppgsz-header.o `test -f 'prnt/hpijs/header.cpp' || echo '$(srcdir)/'`prnt/hpijs/header.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-header.Tpo $(DEPDIR)/hppgsz-header.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/header.cpp' object='hppgsz-header.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-header.o `test -f 'prnt/hpijs/header.cpp' || echo '$(srcdir)/'`prnt/hpijs/header.cpp hppgsz-header.obj: prnt/hpijs/header.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-header.obj -MD -MP -MF "$(DEPDIR)/hppgsz-header.Tpo" -c -o hppgsz-header.obj `if test -f 'prnt/hpijs/header.cpp'; then $(CYGPATH_W) 'prnt/hpijs/header.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/header.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-header.Tpo" "$(DEPDIR)/hppgsz-header.Po"; else rm -f "$(DEPDIR)/hppgsz-header.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-header.obj -MD -MP -MF $(DEPDIR)/hppgsz-header.Tpo -c -o hppgsz-header.obj `if test -f 'prnt/hpijs/header.cpp'; then $(CYGPATH_W) 'prnt/hpijs/header.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/header.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-header.Tpo $(DEPDIR)/hppgsz-header.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/header.cpp' object='hppgsz-header.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-header.obj `if test -f 'prnt/hpijs/header.cpp'; then $(CYGPATH_W) 'prnt/hpijs/header.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/header.cpp'; fi` hppgsz-htmtxhi.o: prnt/hpijs/htmtxhi.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-htmtxhi.o -MD -MP -MF "$(DEPDIR)/hppgsz-htmtxhi.Tpo" -c -o hppgsz-htmtxhi.o `test -f 'prnt/hpijs/htmtxhi.cpp' || echo '$(srcdir)/'`prnt/hpijs/htmtxhi.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-htmtxhi.Tpo" "$(DEPDIR)/hppgsz-htmtxhi.Po"; else rm -f "$(DEPDIR)/hppgsz-htmtxhi.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-htmtxhi.o -MD -MP -MF $(DEPDIR)/hppgsz-htmtxhi.Tpo -c -o hppgsz-htmtxhi.o `test -f 'prnt/hpijs/htmtxhi.cpp' || echo '$(srcdir)/'`prnt/hpijs/htmtxhi.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-htmtxhi.Tpo $(DEPDIR)/hppgsz-htmtxhi.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/htmtxhi.cpp' object='hppgsz-htmtxhi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-htmtxhi.o `test -f 'prnt/hpijs/htmtxhi.cpp' || echo '$(srcdir)/'`prnt/hpijs/htmtxhi.cpp hppgsz-htmtxhi.obj: prnt/hpijs/htmtxhi.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-htmtxhi.obj -MD -MP -MF "$(DEPDIR)/hppgsz-htmtxhi.Tpo" -c -o hppgsz-htmtxhi.obj `if test -f 'prnt/hpijs/htmtxhi.cpp'; then $(CYGPATH_W) 'prnt/hpijs/htmtxhi.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/htmtxhi.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-htmtxhi.Tpo" "$(DEPDIR)/hppgsz-htmtxhi.Po"; else rm -f "$(DEPDIR)/hppgsz-htmtxhi.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-htmtxhi.obj -MD -MP -MF $(DEPDIR)/hppgsz-htmtxhi.Tpo -c -o hppgsz-htmtxhi.obj `if test -f 'prnt/hpijs/htmtxhi.cpp'; then $(CYGPATH_W) 'prnt/hpijs/htmtxhi.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/htmtxhi.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-htmtxhi.Tpo $(DEPDIR)/hppgsz-htmtxhi.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/htmtxhi.cpp' object='hppgsz-htmtxhi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-htmtxhi.obj `if test -f 'prnt/hpijs/htmtxhi.cpp'; then $(CYGPATH_W) 'prnt/hpijs/htmtxhi.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/htmtxhi.cpp'; fi` hppgsz-pmselect.o: prnt/hpijs/pmselect.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-pmselect.o -MD -MP -MF "$(DEPDIR)/hppgsz-pmselect.Tpo" -c -o hppgsz-pmselect.o `test -f 'prnt/hpijs/pmselect.cpp' || echo '$(srcdir)/'`prnt/hpijs/pmselect.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-pmselect.Tpo" "$(DEPDIR)/hppgsz-pmselect.Po"; else rm -f "$(DEPDIR)/hppgsz-pmselect.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-pmselect.o -MD -MP -MF $(DEPDIR)/hppgsz-pmselect.Tpo -c -o hppgsz-pmselect.o `test -f 'prnt/hpijs/pmselect.cpp' || echo '$(srcdir)/'`prnt/hpijs/pmselect.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-pmselect.Tpo $(DEPDIR)/hppgsz-pmselect.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/pmselect.cpp' object='hppgsz-pmselect.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-pmselect.o `test -f 'prnt/hpijs/pmselect.cpp' || echo '$(srcdir)/'`prnt/hpijs/pmselect.cpp hppgsz-pmselect.obj: prnt/hpijs/pmselect.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-pmselect.obj -MD -MP -MF "$(DEPDIR)/hppgsz-pmselect.Tpo" -c -o hppgsz-pmselect.obj `if test -f 'prnt/hpijs/pmselect.cpp'; then $(CYGPATH_W) 'prnt/hpijs/pmselect.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/pmselect.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-pmselect.Tpo" "$(DEPDIR)/hppgsz-pmselect.Po"; else rm -f "$(DEPDIR)/hppgsz-pmselect.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-pmselect.obj -MD -MP -MF $(DEPDIR)/hppgsz-pmselect.Tpo -c -o hppgsz-pmselect.obj `if test -f 'prnt/hpijs/pmselect.cpp'; then $(CYGPATH_W) 'prnt/hpijs/pmselect.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/pmselect.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-pmselect.Tpo $(DEPDIR)/hppgsz-pmselect.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/pmselect.cpp' object='hppgsz-pmselect.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-pmselect.obj `if test -f 'prnt/hpijs/pmselect.cpp'; then $(CYGPATH_W) 'prnt/hpijs/pmselect.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/pmselect.cpp'; fi` hppgsz-job.o: prnt/hpijs/job.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-job.o -MD -MP -MF "$(DEPDIR)/hppgsz-job.Tpo" -c -o hppgsz-job.o `test -f 'prnt/hpijs/job.cpp' || echo '$(srcdir)/'`prnt/hpijs/job.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-job.Tpo" "$(DEPDIR)/hppgsz-job.Po"; else rm -f "$(DEPDIR)/hppgsz-job.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-job.o -MD -MP -MF $(DEPDIR)/hppgsz-job.Tpo -c -o hppgsz-job.o `test -f 'prnt/hpijs/job.cpp' || echo '$(srcdir)/'`prnt/hpijs/job.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-job.Tpo $(DEPDIR)/hppgsz-job.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/job.cpp' object='hppgsz-job.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-job.o `test -f 'prnt/hpijs/job.cpp' || echo '$(srcdir)/'`prnt/hpijs/job.cpp hppgsz-job.obj: prnt/hpijs/job.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-job.obj -MD -MP -MF "$(DEPDIR)/hppgsz-job.Tpo" -c -o hppgsz-job.obj `if test -f 'prnt/hpijs/job.cpp'; then $(CYGPATH_W) 'prnt/hpijs/job.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/job.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-job.Tpo" "$(DEPDIR)/hppgsz-job.Po"; else rm -f "$(DEPDIR)/hppgsz-job.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-job.obj -MD -MP -MF $(DEPDIR)/hppgsz-job.Tpo -c -o hppgsz-job.obj `if test -f 'prnt/hpijs/job.cpp'; then $(CYGPATH_W) 'prnt/hpijs/job.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/job.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-job.Tpo $(DEPDIR)/hppgsz-job.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/job.cpp' object='hppgsz-job.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-job.obj `if test -f 'prnt/hpijs/job.cpp'; then $(CYGPATH_W) 'prnt/hpijs/job.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/job.cpp'; fi` hppgsz-printer.o: prnt/hpijs/printer.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printer.o -MD -MP -MF "$(DEPDIR)/hppgsz-printer.Tpo" -c -o hppgsz-printer.o `test -f 'prnt/hpijs/printer.cpp' || echo '$(srcdir)/'`prnt/hpijs/printer.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-printer.Tpo" "$(DEPDIR)/hppgsz-printer.Po"; else rm -f "$(DEPDIR)/hppgsz-printer.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printer.o -MD -MP -MF $(DEPDIR)/hppgsz-printer.Tpo -c -o hppgsz-printer.o `test -f 'prnt/hpijs/printer.cpp' || echo '$(srcdir)/'`prnt/hpijs/printer.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-printer.Tpo $(DEPDIR)/hppgsz-printer.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printer.cpp' object='hppgsz-printer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-printer.o `test -f 'prnt/hpijs/printer.cpp' || echo '$(srcdir)/'`prnt/hpijs/printer.cpp hppgsz-printer.obj: prnt/hpijs/printer.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printer.obj -MD -MP -MF "$(DEPDIR)/hppgsz-printer.Tpo" -c -o hppgsz-printer.obj `if test -f 'prnt/hpijs/printer.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printer.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printer.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-printer.Tpo" "$(DEPDIR)/hppgsz-printer.Po"; else rm -f "$(DEPDIR)/hppgsz-printer.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printer.obj -MD -MP -MF $(DEPDIR)/hppgsz-printer.Tpo -c -o hppgsz-printer.obj `if test -f 'prnt/hpijs/printer.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printer.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printer.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-printer.Tpo $(DEPDIR)/hppgsz-printer.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printer.cpp' object='hppgsz-printer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-printer.obj `if test -f 'prnt/hpijs/printer.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printer.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printer.cpp'; fi` hppgsz-registry.o: prnt/hpijs/registry.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-registry.o -MD -MP -MF "$(DEPDIR)/hppgsz-registry.Tpo" -c -o hppgsz-registry.o `test -f 'prnt/hpijs/registry.cpp' || echo '$(srcdir)/'`prnt/hpijs/registry.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-registry.Tpo" "$(DEPDIR)/hppgsz-registry.Po"; else rm -f "$(DEPDIR)/hppgsz-registry.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-registry.o -MD -MP -MF $(DEPDIR)/hppgsz-registry.Tpo -c -o hppgsz-registry.o `test -f 'prnt/hpijs/registry.cpp' || echo '$(srcdir)/'`prnt/hpijs/registry.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-registry.Tpo $(DEPDIR)/hppgsz-registry.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/registry.cpp' object='hppgsz-registry.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-registry.o `test -f 'prnt/hpijs/registry.cpp' || echo '$(srcdir)/'`prnt/hpijs/registry.cpp hppgsz-registry.obj: prnt/hpijs/registry.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-registry.obj -MD -MP -MF "$(DEPDIR)/hppgsz-registry.Tpo" -c -o hppgsz-registry.obj `if test -f 'prnt/hpijs/registry.cpp'; then $(CYGPATH_W) 'prnt/hpijs/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/registry.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-registry.Tpo" "$(DEPDIR)/hppgsz-registry.Po"; else rm -f "$(DEPDIR)/hppgsz-registry.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-registry.obj -MD -MP -MF $(DEPDIR)/hppgsz-registry.Tpo -c -o hppgsz-registry.obj `if test -f 'prnt/hpijs/registry.cpp'; then $(CYGPATH_W) 'prnt/hpijs/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/registry.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-registry.Tpo $(DEPDIR)/hppgsz-registry.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/registry.cpp' object='hppgsz-registry.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-registry.obj `if test -f 'prnt/hpijs/registry.cpp'; then $(CYGPATH_W) 'prnt/hpijs/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/registry.cpp'; fi` hppgsz-scaler.o: prnt/hpijs/scaler.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler.o -MD -MP -MF "$(DEPDIR)/hppgsz-scaler.Tpo" -c -o hppgsz-scaler.o `test -f 'prnt/hpijs/scaler.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-scaler.Tpo" "$(DEPDIR)/hppgsz-scaler.Po"; else rm -f "$(DEPDIR)/hppgsz-scaler.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler.o -MD -MP -MF $(DEPDIR)/hppgsz-scaler.Tpo -c -o hppgsz-scaler.o `test -f 'prnt/hpijs/scaler.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-scaler.Tpo $(DEPDIR)/hppgsz-scaler.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler.cpp' object='hppgsz-scaler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-scaler.o `test -f 'prnt/hpijs/scaler.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler.cpp hppgsz-scaler.obj: prnt/hpijs/scaler.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler.obj -MD -MP -MF "$(DEPDIR)/hppgsz-scaler.Tpo" -c -o hppgsz-scaler.obj `if test -f 'prnt/hpijs/scaler.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-scaler.Tpo" "$(DEPDIR)/hppgsz-scaler.Po"; else rm -f "$(DEPDIR)/hppgsz-scaler.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler.obj -MD -MP -MF $(DEPDIR)/hppgsz-scaler.Tpo -c -o hppgsz-scaler.obj `if test -f 'prnt/hpijs/scaler.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-scaler.Tpo $(DEPDIR)/hppgsz-scaler.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler.cpp' object='hppgsz-scaler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-scaler.obj `if test -f 'prnt/hpijs/scaler.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler.cpp'; fi` hppgsz-scaler_open.o: prnt/hpijs/scaler_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler_open.o -MD -MP -MF "$(DEPDIR)/hppgsz-scaler_open.Tpo" -c -o hppgsz-scaler_open.o `test -f 'prnt/hpijs/scaler_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler_open.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-scaler_open.Tpo" "$(DEPDIR)/hppgsz-scaler_open.Po"; else rm -f "$(DEPDIR)/hppgsz-scaler_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler_open.o -MD -MP -MF $(DEPDIR)/hppgsz-scaler_open.Tpo -c -o hppgsz-scaler_open.o `test -f 'prnt/hpijs/scaler_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler_open.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-scaler_open.Tpo $(DEPDIR)/hppgsz-scaler_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler_open.cpp' object='hppgsz-scaler_open.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-scaler_open.o `test -f 'prnt/hpijs/scaler_open.cpp' || echo '$(srcdir)/'`prnt/hpijs/scaler_open.cpp hppgsz-scaler_open.obj: prnt/hpijs/scaler_open.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler_open.obj -MD -MP -MF "$(DEPDIR)/hppgsz-scaler_open.Tpo" -c -o hppgsz-scaler_open.obj `if test -f 'prnt/hpijs/scaler_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler_open.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-scaler_open.Tpo" "$(DEPDIR)/hppgsz-scaler_open.Po"; else rm -f "$(DEPDIR)/hppgsz-scaler_open.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-scaler_open.obj -MD -MP -MF $(DEPDIR)/hppgsz-scaler_open.Tpo -c -o hppgsz-scaler_open.obj `if test -f 'prnt/hpijs/scaler_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler_open.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-scaler_open.Tpo $(DEPDIR)/hppgsz-scaler_open.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/scaler_open.cpp' object='hppgsz-scaler_open.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-scaler_open.obj `if test -f 'prnt/hpijs/scaler_open.cpp'; then $(CYGPATH_W) 'prnt/hpijs/scaler_open.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/scaler_open.cpp'; fi` hppgsz-script.o: prnt/hpijs/script.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-script.o -MD -MP -MF "$(DEPDIR)/hppgsz-script.Tpo" -c -o hppgsz-script.o `test -f 'prnt/hpijs/script.cpp' || echo '$(srcdir)/'`prnt/hpijs/script.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-script.Tpo" "$(DEPDIR)/hppgsz-script.Po"; else rm -f "$(DEPDIR)/hppgsz-script.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-script.o -MD -MP -MF $(DEPDIR)/hppgsz-script.Tpo -c -o hppgsz-script.o `test -f 'prnt/hpijs/script.cpp' || echo '$(srcdir)/'`prnt/hpijs/script.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-script.Tpo $(DEPDIR)/hppgsz-script.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/script.cpp' object='hppgsz-script.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-script.o `test -f 'prnt/hpijs/script.cpp' || echo '$(srcdir)/'`prnt/hpijs/script.cpp hppgsz-script.obj: prnt/hpijs/script.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-script.obj -MD -MP -MF "$(DEPDIR)/hppgsz-script.Tpo" -c -o hppgsz-script.obj `if test -f 'prnt/hpijs/script.cpp'; then $(CYGPATH_W) 'prnt/hpijs/script.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/script.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-script.Tpo" "$(DEPDIR)/hppgsz-script.Po"; else rm -f "$(DEPDIR)/hppgsz-script.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-script.obj -MD -MP -MF $(DEPDIR)/hppgsz-script.Tpo -c -o hppgsz-script.obj `if test -f 'prnt/hpijs/script.cpp'; then $(CYGPATH_W) 'prnt/hpijs/script.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/script.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-script.Tpo $(DEPDIR)/hppgsz-script.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/script.cpp' object='hppgsz-script.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-script.obj `if test -f 'prnt/hpijs/script.cpp'; then $(CYGPATH_W) 'prnt/hpijs/script.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/script.cpp'; fi` hppgsz-systemservices.o: prnt/hpijs/systemservices.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-systemservices.o -MD -MP -MF "$(DEPDIR)/hppgsz-systemservices.Tpo" -c -o hppgsz-systemservices.o `test -f 'prnt/hpijs/systemservices.cpp' || echo '$(srcdir)/'`prnt/hpijs/systemservices.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-systemservices.Tpo" "$(DEPDIR)/hppgsz-systemservices.Po"; else rm -f "$(DEPDIR)/hppgsz-systemservices.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-systemservices.o -MD -MP -MF $(DEPDIR)/hppgsz-systemservices.Tpo -c -o hppgsz-systemservices.o `test -f 'prnt/hpijs/systemservices.cpp' || echo '$(srcdir)/'`prnt/hpijs/systemservices.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-systemservices.Tpo $(DEPDIR)/hppgsz-systemservices.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/systemservices.cpp' object='hppgsz-systemservices.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-systemservices.o `test -f 'prnt/hpijs/systemservices.cpp' || echo '$(srcdir)/'`prnt/hpijs/systemservices.cpp hppgsz-systemservices.obj: prnt/hpijs/systemservices.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-systemservices.obj -MD -MP -MF "$(DEPDIR)/hppgsz-systemservices.Tpo" -c -o hppgsz-systemservices.obj `if test -f 'prnt/hpijs/systemservices.cpp'; then $(CYGPATH_W) 'prnt/hpijs/systemservices.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/systemservices.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-systemservices.Tpo" "$(DEPDIR)/hppgsz-systemservices.Po"; else rm -f "$(DEPDIR)/hppgsz-systemservices.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-systemservices.obj -MD -MP -MF $(DEPDIR)/hppgsz-systemservices.Tpo -c -o hppgsz-systemservices.obj `if test -f 'prnt/hpijs/systemservices.cpp'; then $(CYGPATH_W) 'prnt/hpijs/systemservices.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/systemservices.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-systemservices.Tpo $(DEPDIR)/hppgsz-systemservices.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/systemservices.cpp' object='hppgsz-systemservices.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-systemservices.obj `if test -f 'prnt/hpijs/systemservices.cpp'; then $(CYGPATH_W) 'prnt/hpijs/systemservices.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/systemservices.cpp'; fi` hppgsz-translator.o: prnt/hpijs/translator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-translator.o -MD -MP -MF "$(DEPDIR)/hppgsz-translator.Tpo" -c -o hppgsz-translator.o `test -f 'prnt/hpijs/translator.cpp' || echo '$(srcdir)/'`prnt/hpijs/translator.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-translator.Tpo" "$(DEPDIR)/hppgsz-translator.Po"; else rm -f "$(DEPDIR)/hppgsz-translator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-translator.o -MD -MP -MF $(DEPDIR)/hppgsz-translator.Tpo -c -o hppgsz-translator.o `test -f 'prnt/hpijs/translator.cpp' || echo '$(srcdir)/'`prnt/hpijs/translator.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-translator.Tpo $(DEPDIR)/hppgsz-translator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/translator.cpp' object='hppgsz-translator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-translator.o `test -f 'prnt/hpijs/translator.cpp' || echo '$(srcdir)/'`prnt/hpijs/translator.cpp hppgsz-translator.obj: prnt/hpijs/translator.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-translator.obj -MD -MP -MF "$(DEPDIR)/hppgsz-translator.Tpo" -c -o hppgsz-translator.obj `if test -f 'prnt/hpijs/translator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/translator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/translator.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-translator.Tpo" "$(DEPDIR)/hppgsz-translator.Po"; else rm -f "$(DEPDIR)/hppgsz-translator.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-translator.obj -MD -MP -MF $(DEPDIR)/hppgsz-translator.Tpo -c -o hppgsz-translator.obj `if test -f 'prnt/hpijs/translator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/translator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/translator.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-translator.Tpo $(DEPDIR)/hppgsz-translator.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/translator.cpp' object='hppgsz-translator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-translator.obj `if test -f 'prnt/hpijs/translator.cpp'; then $(CYGPATH_W) 'prnt/hpijs/translator.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/translator.cpp'; fi` hppgsz-version.o: prnt/hpijs/version.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-version.o -MD -MP -MF "$(DEPDIR)/hppgsz-version.Tpo" -c -o hppgsz-version.o `test -f 'prnt/hpijs/version.cpp' || echo '$(srcdir)/'`prnt/hpijs/version.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-version.Tpo" "$(DEPDIR)/hppgsz-version.Po"; else rm -f "$(DEPDIR)/hppgsz-version.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-version.o -MD -MP -MF $(DEPDIR)/hppgsz-version.Tpo -c -o hppgsz-version.o `test -f 'prnt/hpijs/version.cpp' || echo '$(srcdir)/'`prnt/hpijs/version.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-version.Tpo $(DEPDIR)/hppgsz-version.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/version.cpp' object='hppgsz-version.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-version.o `test -f 'prnt/hpijs/version.cpp' || echo '$(srcdir)/'`prnt/hpijs/version.cpp hppgsz-version.obj: prnt/hpijs/version.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-version.obj -MD -MP -MF "$(DEPDIR)/hppgsz-version.Tpo" -c -o hppgsz-version.obj `if test -f 'prnt/hpijs/version.cpp'; then $(CYGPATH_W) 'prnt/hpijs/version.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/version.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-version.Tpo" "$(DEPDIR)/hppgsz-version.Po"; else rm -f "$(DEPDIR)/hppgsz-version.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-version.obj -MD -MP -MF $(DEPDIR)/hppgsz-version.Tpo -c -o hppgsz-version.obj `if test -f 'prnt/hpijs/version.cpp'; then $(CYGPATH_W) 'prnt/hpijs/version.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/version.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-version.Tpo $(DEPDIR)/hppgsz-version.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/version.cpp' object='hppgsz-version.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-version.obj `if test -f 'prnt/hpijs/version.cpp'; then $(CYGPATH_W) 'prnt/hpijs/version.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/version.cpp'; fi` hppgsz-versioncode.o: prnt/hpijs/versioncode.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-versioncode.o -MD -MP -MF "$(DEPDIR)/hppgsz-versioncode.Tpo" -c -o hppgsz-versioncode.o `test -f 'prnt/hpijs/versioncode.cpp' || echo '$(srcdir)/'`prnt/hpijs/versioncode.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-versioncode.Tpo" "$(DEPDIR)/hppgsz-versioncode.Po"; else rm -f "$(DEPDIR)/hppgsz-versioncode.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-versioncode.o -MD -MP -MF $(DEPDIR)/hppgsz-versioncode.Tpo -c -o hppgsz-versioncode.o `test -f 'prnt/hpijs/versioncode.cpp' || echo '$(srcdir)/'`prnt/hpijs/versioncode.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-versioncode.Tpo $(DEPDIR)/hppgsz-versioncode.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/versioncode.cpp' object='hppgsz-versioncode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-versioncode.o `test -f 'prnt/hpijs/versioncode.cpp' || echo '$(srcdir)/'`prnt/hpijs/versioncode.cpp hppgsz-versioncode.obj: prnt/hpijs/versioncode.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-versioncode.obj -MD -MP -MF "$(DEPDIR)/hppgsz-versioncode.Tpo" -c -o hppgsz-versioncode.obj `if test -f 'prnt/hpijs/versioncode.cpp'; then $(CYGPATH_W) 'prnt/hpijs/versioncode.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/versioncode.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-versioncode.Tpo" "$(DEPDIR)/hppgsz-versioncode.Po"; else rm -f "$(DEPDIR)/hppgsz-versioncode.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-versioncode.obj -MD -MP -MF $(DEPDIR)/hppgsz-versioncode.Tpo -c -o hppgsz-versioncode.obj `if test -f 'prnt/hpijs/versioncode.cpp'; then $(CYGPATH_W) 'prnt/hpijs/versioncode.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/versioncode.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-versioncode.Tpo $(DEPDIR)/hppgsz-versioncode.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/versioncode.cpp' object='hppgsz-versioncode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-versioncode.obj `if test -f 'prnt/hpijs/versioncode.cpp'; then $(CYGPATH_W) 'prnt/hpijs/versioncode.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/versioncode.cpp'; fi` hppgsz-djgenericvip.o: prnt/hpijs/djgenericvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-djgenericvip.o -MD -MP -MF "$(DEPDIR)/hppgsz-djgenericvip.Tpo" -c -o hppgsz-djgenericvip.o `test -f 'prnt/hpijs/djgenericvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/djgenericvip.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-djgenericvip.Tpo" "$(DEPDIR)/hppgsz-djgenericvip.Po"; else rm -f "$(DEPDIR)/hppgsz-djgenericvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-djgenericvip.o -MD -MP -MF $(DEPDIR)/hppgsz-djgenericvip.Tpo -c -o hppgsz-djgenericvip.o `test -f 'prnt/hpijs/djgenericvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/djgenericvip.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-djgenericvip.Tpo $(DEPDIR)/hppgsz-djgenericvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/djgenericvip.cpp' object='hppgsz-djgenericvip.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-djgenericvip.o `test -f 'prnt/hpijs/djgenericvip.cpp' || echo '$(srcdir)/'`prnt/hpijs/djgenericvip.cpp hppgsz-djgenericvip.obj: prnt/hpijs/djgenericvip.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-djgenericvip.obj -MD -MP -MF "$(DEPDIR)/hppgsz-djgenericvip.Tpo" -c -o hppgsz-djgenericvip.obj `if test -f 'prnt/hpijs/djgenericvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/djgenericvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/djgenericvip.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-djgenericvip.Tpo" "$(DEPDIR)/hppgsz-djgenericvip.Po"; else rm -f "$(DEPDIR)/hppgsz-djgenericvip.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-djgenericvip.obj -MD -MP -MF $(DEPDIR)/hppgsz-djgenericvip.Tpo -c -o hppgsz-djgenericvip.obj `if test -f 'prnt/hpijs/djgenericvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/djgenericvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/djgenericvip.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-djgenericvip.Tpo $(DEPDIR)/hppgsz-djgenericvip.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/djgenericvip.cpp' object='hppgsz-djgenericvip.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-djgenericvip.obj `if test -f 'prnt/hpijs/djgenericvip.cpp'; then $(CYGPATH_W) 'prnt/hpijs/djgenericvip.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/djgenericvip.cpp'; fi` hppgsz-dj540.o: prnt/hpijs/dj540.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj540.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj540.Tpo" -c -o hppgsz-dj540.o `test -f 'prnt/hpijs/dj540.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj540.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj540.Tpo" "$(DEPDIR)/hppgsz-dj540.Po"; else rm -f "$(DEPDIR)/hppgsz-dj540.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj540.o -MD -MP -MF $(DEPDIR)/hppgsz-dj540.Tpo -c -o hppgsz-dj540.o `test -f 'prnt/hpijs/dj540.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj540.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj540.Tpo $(DEPDIR)/hppgsz-dj540.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj540.cpp' object='hppgsz-dj540.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj540.o `test -f 'prnt/hpijs/dj540.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj540.cpp hppgsz-dj540.obj: prnt/hpijs/dj540.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj540.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj540.Tpo" -c -o hppgsz-dj540.obj `if test -f 'prnt/hpijs/dj540.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj540.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj540.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj540.Tpo" "$(DEPDIR)/hppgsz-dj540.Po"; else rm -f "$(DEPDIR)/hppgsz-dj540.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj540.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj540.Tpo -c -o hppgsz-dj540.obj `if test -f 'prnt/hpijs/dj540.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj540.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj540.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj540.Tpo $(DEPDIR)/hppgsz-dj540.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj540.cpp' object='hppgsz-dj540.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj540.obj `if test -f 'prnt/hpijs/dj540.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj540.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj540.cpp'; fi` hppgsz-dj850.o: prnt/hpijs/dj850.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj850.Tpo" -c -o hppgsz-dj850.o `test -f 'prnt/hpijs/dj850.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj850.Tpo" "$(DEPDIR)/hppgsz-dj850.Po"; else rm -f "$(DEPDIR)/hppgsz-dj850.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850.o -MD -MP -MF $(DEPDIR)/hppgsz-dj850.Tpo -c -o hppgsz-dj850.o `test -f 'prnt/hpijs/dj850.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj850.Tpo $(DEPDIR)/hppgsz-dj850.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850.cpp' object='hppgsz-dj850.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj850.o `test -f 'prnt/hpijs/dj850.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850.cpp hppgsz-dj850.obj: prnt/hpijs/dj850.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj850.Tpo" -c -o hppgsz-dj850.obj `if test -f 'prnt/hpijs/dj850.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj850.Tpo" "$(DEPDIR)/hppgsz-dj850.Po"; else rm -f "$(DEPDIR)/hppgsz-dj850.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj850.Tpo -c -o hppgsz-dj850.obj `if test -f 'prnt/hpijs/dj850.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj850.Tpo $(DEPDIR)/hppgsz-dj850.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850.cpp' object='hppgsz-dj850.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj850.obj `if test -f 'prnt/hpijs/dj850.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850.cpp'; fi` hppgsz-dj850_maps.o: prnt/hpijs/dj850_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850_maps.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj850_maps.Tpo" -c -o hppgsz-dj850_maps.o `test -f 'prnt/hpijs/dj850_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850_maps.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj850_maps.Tpo" "$(DEPDIR)/hppgsz-dj850_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj850_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850_maps.o -MD -MP -MF $(DEPDIR)/hppgsz-dj850_maps.Tpo -c -o hppgsz-dj850_maps.o `test -f 'prnt/hpijs/dj850_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850_maps.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj850_maps.Tpo $(DEPDIR)/hppgsz-dj850_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850_maps.cpp' object='hppgsz-dj850_maps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj850_maps.o `test -f 'prnt/hpijs/dj850_maps.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj850_maps.cpp hppgsz-dj850_maps.obj: prnt/hpijs/dj850_maps.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850_maps.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj850_maps.Tpo" -c -o hppgsz-dj850_maps.obj `if test -f 'prnt/hpijs/dj850_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850_maps.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj850_maps.Tpo" "$(DEPDIR)/hppgsz-dj850_maps.Po"; else rm -f "$(DEPDIR)/hppgsz-dj850_maps.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj850_maps.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj850_maps.Tpo -c -o hppgsz-dj850_maps.obj `if test -f 'prnt/hpijs/dj850_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850_maps.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj850_maps.Tpo $(DEPDIR)/hppgsz-dj850_maps.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj850_maps.cpp' object='hppgsz-dj850_maps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj850_maps.obj `if test -f 'prnt/hpijs/dj850_maps.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj850_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj850_maps.cpp'; fi` hppgsz-dj890.o: prnt/hpijs/dj890.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj890.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj890.Tpo" -c -o hppgsz-dj890.o `test -f 'prnt/hpijs/dj890.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj890.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj890.Tpo" "$(DEPDIR)/hppgsz-dj890.Po"; else rm -f "$(DEPDIR)/hppgsz-dj890.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj890.o -MD -MP -MF $(DEPDIR)/hppgsz-dj890.Tpo -c -o hppgsz-dj890.o `test -f 'prnt/hpijs/dj890.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj890.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj890.Tpo $(DEPDIR)/hppgsz-dj890.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj890.cpp' object='hppgsz-dj890.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj890.o `test -f 'prnt/hpijs/dj890.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj890.cpp hppgsz-dj890.obj: prnt/hpijs/dj890.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj890.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj890.Tpo" -c -o hppgsz-dj890.obj `if test -f 'prnt/hpijs/dj890.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj890.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj890.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj890.Tpo" "$(DEPDIR)/hppgsz-dj890.Po"; else rm -f "$(DEPDIR)/hppgsz-dj890.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj890.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj890.Tpo -c -o hppgsz-dj890.obj `if test -f 'prnt/hpijs/dj890.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj890.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj890.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj890.Tpo $(DEPDIR)/hppgsz-dj890.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj890.cpp' object='hppgsz-dj890.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj890.obj `if test -f 'prnt/hpijs/dj890.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj890.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj890.cpp'; fi` hppgsz-ljmono.o: prnt/hpijs/ljmono.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljmono.o -MD -MP -MF "$(DEPDIR)/hppgsz-ljmono.Tpo" -c -o hppgsz-ljmono.o `test -f 'prnt/hpijs/ljmono.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljmono.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljmono.Tpo" "$(DEPDIR)/hppgsz-ljmono.Po"; else rm -f "$(DEPDIR)/hppgsz-ljmono.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljmono.o -MD -MP -MF $(DEPDIR)/hppgsz-ljmono.Tpo -c -o hppgsz-ljmono.o `test -f 'prnt/hpijs/ljmono.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljmono.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljmono.Tpo $(DEPDIR)/hppgsz-ljmono.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljmono.cpp' object='hppgsz-ljmono.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljmono.o `test -f 'prnt/hpijs/ljmono.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljmono.cpp hppgsz-ljmono.obj: prnt/hpijs/ljmono.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljmono.obj -MD -MP -MF "$(DEPDIR)/hppgsz-ljmono.Tpo" -c -o hppgsz-ljmono.obj `if test -f 'prnt/hpijs/ljmono.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljmono.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljmono.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljmono.Tpo" "$(DEPDIR)/hppgsz-ljmono.Po"; else rm -f "$(DEPDIR)/hppgsz-ljmono.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljmono.obj -MD -MP -MF $(DEPDIR)/hppgsz-ljmono.Tpo -c -o hppgsz-ljmono.obj `if test -f 'prnt/hpijs/ljmono.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljmono.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljmono.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljmono.Tpo $(DEPDIR)/hppgsz-ljmono.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljmono.cpp' object='hppgsz-ljmono.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljmono.obj `if test -f 'prnt/hpijs/ljmono.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljmono.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljmono.cpp'; fi` hppgsz-dj3320.o: prnt/hpijs/dj3320.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj3320.Tpo" -c -o hppgsz-dj3320.o `test -f 'prnt/hpijs/dj3320.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3320.Tpo" "$(DEPDIR)/hppgsz-dj3320.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3320.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320.o -MD -MP -MF $(DEPDIR)/hppgsz-dj3320.Tpo -c -o hppgsz-dj3320.o `test -f 'prnt/hpijs/dj3320.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3320.Tpo $(DEPDIR)/hppgsz-dj3320.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320.cpp' object='hppgsz-dj3320.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3320.o `test -f 'prnt/hpijs/dj3320.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320.cpp hppgsz-dj3320.obj: prnt/hpijs/dj3320.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj3320.Tpo" -c -o hppgsz-dj3320.obj `if test -f 'prnt/hpijs/dj3320.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3320.Tpo" "$(DEPDIR)/hppgsz-dj3320.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3320.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj3320.Tpo -c -o hppgsz-dj3320.obj `if test -f 'prnt/hpijs/dj3320.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3320.Tpo $(DEPDIR)/hppgsz-dj3320.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320.cpp' object='hppgsz-dj3320.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3320.obj `if test -f 'prnt/hpijs/dj3320.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320.cpp'; fi` hppgsz-dj3320_cmap.o: prnt/hpijs/dj3320_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320_cmap.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj3320_cmap.Tpo" -c -o hppgsz-dj3320_cmap.o `test -f 'prnt/hpijs/dj3320_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320_cmap.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3320_cmap.Tpo" "$(DEPDIR)/hppgsz-dj3320_cmap.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3320_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320_cmap.o -MD -MP -MF $(DEPDIR)/hppgsz-dj3320_cmap.Tpo -c -o hppgsz-dj3320_cmap.o `test -f 'prnt/hpijs/dj3320_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320_cmap.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3320_cmap.Tpo $(DEPDIR)/hppgsz-dj3320_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320_cmap.cpp' object='hppgsz-dj3320_cmap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3320_cmap.o `test -f 'prnt/hpijs/dj3320_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3320_cmap.cpp hppgsz-dj3320_cmap.obj: prnt/hpijs/dj3320_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320_cmap.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj3320_cmap.Tpo" -c -o hppgsz-dj3320_cmap.obj `if test -f 'prnt/hpijs/dj3320_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320_cmap.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3320_cmap.Tpo" "$(DEPDIR)/hppgsz-dj3320_cmap.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3320_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3320_cmap.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj3320_cmap.Tpo -c -o hppgsz-dj3320_cmap.obj `if test -f 'prnt/hpijs/dj3320_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320_cmap.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3320_cmap.Tpo $(DEPDIR)/hppgsz-dj3320_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3320_cmap.cpp' object='hppgsz-dj3320_cmap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3320_cmap.obj `if test -f 'prnt/hpijs/dj3320_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3320_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3320_cmap.cpp'; fi` hppgsz-dj3600.o: prnt/hpijs/dj3600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj3600.Tpo" -c -o hppgsz-dj3600.o `test -f 'prnt/hpijs/dj3600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3600.Tpo" "$(DEPDIR)/hppgsz-dj3600.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600.o -MD -MP -MF $(DEPDIR)/hppgsz-dj3600.Tpo -c -o hppgsz-dj3600.o `test -f 'prnt/hpijs/dj3600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3600.Tpo $(DEPDIR)/hppgsz-dj3600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600.cpp' object='hppgsz-dj3600.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3600.o `test -f 'prnt/hpijs/dj3600.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600.cpp hppgsz-dj3600.obj: prnt/hpijs/dj3600.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj3600.Tpo" -c -o hppgsz-dj3600.obj `if test -f 'prnt/hpijs/dj3600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3600.Tpo" "$(DEPDIR)/hppgsz-dj3600.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3600.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj3600.Tpo -c -o hppgsz-dj3600.obj `if test -f 'prnt/hpijs/dj3600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3600.Tpo $(DEPDIR)/hppgsz-dj3600.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600.cpp' object='hppgsz-dj3600.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3600.obj `if test -f 'prnt/hpijs/dj3600.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600.cpp'; fi` hppgsz-dj3600_cmap.o: prnt/hpijs/dj3600_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600_cmap.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj3600_cmap.Tpo" -c -o hppgsz-dj3600_cmap.o `test -f 'prnt/hpijs/dj3600_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600_cmap.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3600_cmap.Tpo" "$(DEPDIR)/hppgsz-dj3600_cmap.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3600_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600_cmap.o -MD -MP -MF $(DEPDIR)/hppgsz-dj3600_cmap.Tpo -c -o hppgsz-dj3600_cmap.o `test -f 'prnt/hpijs/dj3600_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600_cmap.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3600_cmap.Tpo $(DEPDIR)/hppgsz-dj3600_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600_cmap.cpp' object='hppgsz-dj3600_cmap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3600_cmap.o `test -f 'prnt/hpijs/dj3600_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj3600_cmap.cpp hppgsz-dj3600_cmap.obj: prnt/hpijs/dj3600_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600_cmap.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj3600_cmap.Tpo" -c -o hppgsz-dj3600_cmap.obj `if test -f 'prnt/hpijs/dj3600_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600_cmap.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj3600_cmap.Tpo" "$(DEPDIR)/hppgsz-dj3600_cmap.Po"; else rm -f "$(DEPDIR)/hppgsz-dj3600_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj3600_cmap.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj3600_cmap.Tpo -c -o hppgsz-dj3600_cmap.obj `if test -f 'prnt/hpijs/dj3600_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600_cmap.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj3600_cmap.Tpo $(DEPDIR)/hppgsz-dj3600_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj3600_cmap.cpp' object='hppgsz-dj3600_cmap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj3600_cmap.obj `if test -f 'prnt/hpijs/dj3600_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj3600_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj3600_cmap.cpp'; fi` hppgsz-dj4100_cmap.o: prnt/hpijs/dj4100_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj4100_cmap.o -MD -MP -MF "$(DEPDIR)/hppgsz-dj4100_cmap.Tpo" -c -o hppgsz-dj4100_cmap.o `test -f 'prnt/hpijs/dj4100_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj4100_cmap.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj4100_cmap.Tpo" "$(DEPDIR)/hppgsz-dj4100_cmap.Po"; else rm -f "$(DEPDIR)/hppgsz-dj4100_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj4100_cmap.o -MD -MP -MF $(DEPDIR)/hppgsz-dj4100_cmap.Tpo -c -o hppgsz-dj4100_cmap.o `test -f 'prnt/hpijs/dj4100_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj4100_cmap.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj4100_cmap.Tpo $(DEPDIR)/hppgsz-dj4100_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj4100_cmap.cpp' object='hppgsz-dj4100_cmap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj4100_cmap.o `test -f 'prnt/hpijs/dj4100_cmap.cpp' || echo '$(srcdir)/'`prnt/hpijs/dj4100_cmap.cpp hppgsz-dj4100_cmap.obj: prnt/hpijs/dj4100_cmap.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj4100_cmap.obj -MD -MP -MF "$(DEPDIR)/hppgsz-dj4100_cmap.Tpo" -c -o hppgsz-dj4100_cmap.obj `if test -f 'prnt/hpijs/dj4100_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj4100_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj4100_cmap.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-dj4100_cmap.Tpo" "$(DEPDIR)/hppgsz-dj4100_cmap.Po"; else rm -f "$(DEPDIR)/hppgsz-dj4100_cmap.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-dj4100_cmap.obj -MD -MP -MF $(DEPDIR)/hppgsz-dj4100_cmap.Tpo -c -o hppgsz-dj4100_cmap.obj `if test -f 'prnt/hpijs/dj4100_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj4100_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj4100_cmap.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-dj4100_cmap.Tpo $(DEPDIR)/hppgsz-dj4100_cmap.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/dj4100_cmap.cpp' object='hppgsz-dj4100_cmap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-dj4100_cmap.obj `if test -f 'prnt/hpijs/dj4100_cmap.cpp'; then $(CYGPATH_W) 'prnt/hpijs/dj4100_cmap.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/dj4100_cmap.cpp'; fi` hppgsz-ljcolor.o: prnt/hpijs/ljcolor.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljcolor.o -MD -MP -MF "$(DEPDIR)/hppgsz-ljcolor.Tpo" -c -o hppgsz-ljcolor.o `test -f 'prnt/hpijs/ljcolor.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljcolor.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljcolor.Tpo" "$(DEPDIR)/hppgsz-ljcolor.Po"; else rm -f "$(DEPDIR)/hppgsz-ljcolor.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljcolor.o -MD -MP -MF $(DEPDIR)/hppgsz-ljcolor.Tpo -c -o hppgsz-ljcolor.o `test -f 'prnt/hpijs/ljcolor.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljcolor.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljcolor.Tpo $(DEPDIR)/hppgsz-ljcolor.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljcolor.cpp' object='hppgsz-ljcolor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljcolor.o `test -f 'prnt/hpijs/ljcolor.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljcolor.cpp hppgsz-ljcolor.obj: prnt/hpijs/ljcolor.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljcolor.obj -MD -MP -MF "$(DEPDIR)/hppgsz-ljcolor.Tpo" -c -o hppgsz-ljcolor.obj `if test -f 'prnt/hpijs/ljcolor.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljcolor.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljcolor.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljcolor.Tpo" "$(DEPDIR)/hppgsz-ljcolor.Po"; else rm -f "$(DEPDIR)/hppgsz-ljcolor.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljcolor.obj -MD -MP -MF $(DEPDIR)/hppgsz-ljcolor.Tpo -c -o hppgsz-ljcolor.obj `if test -f 'prnt/hpijs/ljcolor.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljcolor.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljcolor.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljcolor.Tpo $(DEPDIR)/hppgsz-ljcolor.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljcolor.cpp' object='hppgsz-ljcolor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljcolor.obj `if test -f 'prnt/hpijs/ljcolor.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljcolor.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljcolor.cpp'; fi` hppgsz-printerproxy.o: prnt/hpijs/printerproxy.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerproxy.o -MD -MP -MF "$(DEPDIR)/hppgsz-printerproxy.Tpo" -c -o hppgsz-printerproxy.o `test -f 'prnt/hpijs/printerproxy.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerproxy.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-printerproxy.Tpo" "$(DEPDIR)/hppgsz-printerproxy.Po"; else rm -f "$(DEPDIR)/hppgsz-printerproxy.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerproxy.o -MD -MP -MF $(DEPDIR)/hppgsz-printerproxy.Tpo -c -o hppgsz-printerproxy.o `test -f 'prnt/hpijs/printerproxy.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerproxy.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-printerproxy.Tpo $(DEPDIR)/hppgsz-printerproxy.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerproxy.cpp' object='hppgsz-printerproxy.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-printerproxy.o `test -f 'prnt/hpijs/printerproxy.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerproxy.cpp hppgsz-printerproxy.obj: prnt/hpijs/printerproxy.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerproxy.obj -MD -MP -MF "$(DEPDIR)/hppgsz-printerproxy.Tpo" -c -o hppgsz-printerproxy.obj `if test -f 'prnt/hpijs/printerproxy.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerproxy.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerproxy.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-printerproxy.Tpo" "$(DEPDIR)/hppgsz-printerproxy.Po"; else rm -f "$(DEPDIR)/hppgsz-printerproxy.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerproxy.obj -MD -MP -MF $(DEPDIR)/hppgsz-printerproxy.Tpo -c -o hppgsz-printerproxy.obj `if test -f 'prnt/hpijs/printerproxy.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerproxy.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerproxy.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-printerproxy.Tpo $(DEPDIR)/hppgsz-printerproxy.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerproxy.cpp' object='hppgsz-printerproxy.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-printerproxy.obj `if test -f 'prnt/hpijs/printerproxy.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerproxy.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerproxy.cpp'; fi` hppgsz-printerfactory.o: prnt/hpijs/printerfactory.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerfactory.o -MD -MP -MF "$(DEPDIR)/hppgsz-printerfactory.Tpo" -c -o hppgsz-printerfactory.o `test -f 'prnt/hpijs/printerfactory.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerfactory.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-printerfactory.Tpo" "$(DEPDIR)/hppgsz-printerfactory.Po"; else rm -f "$(DEPDIR)/hppgsz-printerfactory.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerfactory.o -MD -MP -MF $(DEPDIR)/hppgsz-printerfactory.Tpo -c -o hppgsz-printerfactory.o `test -f 'prnt/hpijs/printerfactory.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerfactory.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-printerfactory.Tpo $(DEPDIR)/hppgsz-printerfactory.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerfactory.cpp' object='hppgsz-printerfactory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-printerfactory.o `test -f 'prnt/hpijs/printerfactory.cpp' || echo '$(srcdir)/'`prnt/hpijs/printerfactory.cpp hppgsz-printerfactory.obj: prnt/hpijs/printerfactory.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerfactory.obj -MD -MP -MF "$(DEPDIR)/hppgsz-printerfactory.Tpo" -c -o hppgsz-printerfactory.obj `if test -f 'prnt/hpijs/printerfactory.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerfactory.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerfactory.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-printerfactory.Tpo" "$(DEPDIR)/hppgsz-printerfactory.Po"; else rm -f "$(DEPDIR)/hppgsz-printerfactory.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-printerfactory.obj -MD -MP -MF $(DEPDIR)/hppgsz-printerfactory.Tpo -c -o hppgsz-printerfactory.obj `if test -f 'prnt/hpijs/printerfactory.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerfactory.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerfactory.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-printerfactory.Tpo $(DEPDIR)/hppgsz-printerfactory.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/printerfactory.cpp' object='hppgsz-printerfactory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-printerfactory.obj `if test -f 'prnt/hpijs/printerfactory.cpp'; then $(CYGPATH_W) 'prnt/hpijs/printerfactory.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/printerfactory.cpp'; fi` hppgsz-ljjetready.o: prnt/hpijs/ljjetready.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljjetready.o -MD -MP -MF "$(DEPDIR)/hppgsz-ljjetready.Tpo" -c -o hppgsz-ljjetready.o `test -f 'prnt/hpijs/ljjetready.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljjetready.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljjetready.Tpo" "$(DEPDIR)/hppgsz-ljjetready.Po"; else rm -f "$(DEPDIR)/hppgsz-ljjetready.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljjetready.o -MD -MP -MF $(DEPDIR)/hppgsz-ljjetready.Tpo -c -o hppgsz-ljjetready.o `test -f 'prnt/hpijs/ljjetready.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljjetready.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljjetready.Tpo $(DEPDIR)/hppgsz-ljjetready.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljjetready.cpp' object='hppgsz-ljjetready.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljjetready.o `test -f 'prnt/hpijs/ljjetready.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljjetready.cpp hppgsz-ljjetready.obj: prnt/hpijs/ljjetready.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljjetready.obj -MD -MP -MF "$(DEPDIR)/hppgsz-ljjetready.Tpo" -c -o hppgsz-ljjetready.obj `if test -f 'prnt/hpijs/ljjetready.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljjetready.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljjetready.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljjetready.Tpo" "$(DEPDIR)/hppgsz-ljjetready.Po"; else rm -f "$(DEPDIR)/hppgsz-ljjetready.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljjetready.obj -MD -MP -MF $(DEPDIR)/hppgsz-ljjetready.Tpo -c -o hppgsz-ljjetready.obj `if test -f 'prnt/hpijs/ljjetready.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljjetready.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljjetready.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljjetready.Tpo $(DEPDIR)/hppgsz-ljjetready.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljjetready.cpp' object='hppgsz-ljjetready.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljjetready.obj `if test -f 'prnt/hpijs/ljjetready.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljjetready.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljjetready.cpp'; fi` hppgsz-ljfastraster.o: prnt/hpijs/ljfastraster.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljfastraster.o -MD -MP -MF "$(DEPDIR)/hppgsz-ljfastraster.Tpo" -c -o hppgsz-ljfastraster.o `test -f 'prnt/hpijs/ljfastraster.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljfastraster.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljfastraster.Tpo" "$(DEPDIR)/hppgsz-ljfastraster.Po"; else rm -f "$(DEPDIR)/hppgsz-ljfastraster.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljfastraster.o -MD -MP -MF $(DEPDIR)/hppgsz-ljfastraster.Tpo -c -o hppgsz-ljfastraster.o `test -f 'prnt/hpijs/ljfastraster.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljfastraster.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljfastraster.Tpo $(DEPDIR)/hppgsz-ljfastraster.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljfastraster.cpp' object='hppgsz-ljfastraster.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljfastraster.o `test -f 'prnt/hpijs/ljfastraster.cpp' || echo '$(srcdir)/'`prnt/hpijs/ljfastraster.cpp hppgsz-ljfastraster.obj: prnt/hpijs/ljfastraster.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljfastraster.obj -MD -MP -MF "$(DEPDIR)/hppgsz-ljfastraster.Tpo" -c -o hppgsz-ljfastraster.obj `if test -f 'prnt/hpijs/ljfastraster.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljfastraster.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljfastraster.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-ljfastraster.Tpo" "$(DEPDIR)/hppgsz-ljfastraster.Po"; else rm -f "$(DEPDIR)/hppgsz-ljfastraster.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-ljfastraster.obj -MD -MP -MF $(DEPDIR)/hppgsz-ljfastraster.Tpo -c -o hppgsz-ljfastraster.obj `if test -f 'prnt/hpijs/ljfastraster.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljfastraster.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljfastraster.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-ljfastraster.Tpo $(DEPDIR)/hppgsz-ljfastraster.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/ljfastraster.cpp' object='hppgsz-ljfastraster.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-ljfastraster.obj `if test -f 'prnt/hpijs/ljfastraster.cpp'; then $(CYGPATH_W) 'prnt/hpijs/ljfastraster.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/ljfastraster.cpp'; fi` hppgsz-PrinterProperties.o: prnt/hpijs/PrinterProperties.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-PrinterProperties.o -MD -MP -MF "$(DEPDIR)/hppgsz-PrinterProperties.Tpo" -c -o hppgsz-PrinterProperties.o `test -f 'prnt/hpijs/PrinterProperties.cpp' || echo '$(srcdir)/'`prnt/hpijs/PrinterProperties.cpp; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-PrinterProperties.Tpo" "$(DEPDIR)/hppgsz-PrinterProperties.Po"; else rm -f "$(DEPDIR)/hppgsz-PrinterProperties.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-PrinterProperties.o -MD -MP -MF $(DEPDIR)/hppgsz-PrinterProperties.Tpo -c -o hppgsz-PrinterProperties.o `test -f 'prnt/hpijs/PrinterProperties.cpp' || echo '$(srcdir)/'`prnt/hpijs/PrinterProperties.cpp +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-PrinterProperties.Tpo $(DEPDIR)/hppgsz-PrinterProperties.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/PrinterProperties.cpp' object='hppgsz-PrinterProperties.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-PrinterProperties.o `test -f 'prnt/hpijs/PrinterProperties.cpp' || echo '$(srcdir)/'`prnt/hpijs/PrinterProperties.cpp hppgsz-PrinterProperties.obj: prnt/hpijs/PrinterProperties.cpp -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-PrinterProperties.obj -MD -MP -MF "$(DEPDIR)/hppgsz-PrinterProperties.Tpo" -c -o hppgsz-PrinterProperties.obj `if test -f 'prnt/hpijs/PrinterProperties.cpp'; then $(CYGPATH_W) 'prnt/hpijs/PrinterProperties.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/PrinterProperties.cpp'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/hppgsz-PrinterProperties.Tpo" "$(DEPDIR)/hppgsz-PrinterProperties.Po"; else rm -f "$(DEPDIR)/hppgsz-PrinterProperties.Tpo"; exit 1; fi +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -MT hppgsz-PrinterProperties.obj -MD -MP -MF $(DEPDIR)/hppgsz-PrinterProperties.Tpo -c -o hppgsz-PrinterProperties.obj `if test -f 'prnt/hpijs/PrinterProperties.cpp'; then $(CYGPATH_W) 'prnt/hpijs/PrinterProperties.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/PrinterProperties.cpp'; fi` +@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/hppgsz-PrinterProperties.Tpo $(DEPDIR)/hppgsz-PrinterProperties.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prnt/hpijs/PrinterProperties.cpp' object='hppgsz-PrinterProperties.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hppgsz_CXXFLAGS) $(CXXFLAGS) -c -o hppgsz-PrinterProperties.obj `if test -f 'prnt/hpijs/PrinterProperties.cpp'; then $(CYGPATH_W) 'prnt/hpijs/PrinterProperties.cpp'; else $(CYGPATH_W) '$(srcdir)/prnt/hpijs/PrinterProperties.cpp'; fi` @@ -6208,10 +6226,9 @@ distclean-libtool: -rm -f libtool -uninstall-info-am: install-dist_faxppdDATA: $(dist_faxppd_DATA) @$(NORMAL_INSTALL) - test -z "$(faxppddir)" || $(mkdir_p) "$(DESTDIR)$(faxppddir)" + test -z "$(faxppddir)" || $(MKDIR_P) "$(DESTDIR)$(faxppddir)" @list='$(dist_faxppd_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6228,7 +6245,7 @@ done install-dist_firmDATA: $(dist_firm_DATA) @$(NORMAL_INSTALL) - test -z "$(firmdir)" || $(mkdir_p) "$(DESTDIR)$(firmdir)" + test -z "$(firmdir)" || $(MKDIR_P) "$(DESTDIR)$(firmdir)" @list='$(dist_firm_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6245,7 +6262,7 @@ done install-dist_hplipDATA: $(dist_hplip_DATA) @$(NORMAL_INSTALL) - test -z "$(hplipdir)" || $(mkdir_p) "$(DESTDIR)$(hplipdir)" + test -z "$(hplipdir)" || $(MKDIR_P) "$(DESTDIR)$(hplipdir)" @list='$(dist_hplip_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6262,7 +6279,7 @@ done install-dist_imagesDATA: $(dist_images_DATA) @$(NORMAL_INSTALL) - test -z "$(imagesdir)" || $(mkdir_p) "$(DESTDIR)$(imagesdir)" + test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)" @list='$(dist_images_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6279,7 +6296,7 @@ done install-dist_ldlDATA: $(dist_ldl_DATA) @$(NORMAL_INSTALL) - test -z "$(ldldir)" || $(mkdir_p) "$(DESTDIR)$(ldldir)" + test -z "$(ldldir)" || $(MKDIR_P) "$(DESTDIR)$(ldldir)" @list='$(dist_ldl_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6296,7 +6313,7 @@ done install-dist_localzDATA: $(dist_localz_DATA) @$(NORMAL_INSTALL) - test -z "$(localzdir)" || $(mkdir_p) "$(DESTDIR)$(localzdir)" + test -z "$(localzdir)" || $(MKDIR_P) "$(DESTDIR)$(localzdir)" @list='$(dist_localz_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6313,7 +6330,7 @@ done install-dist_modelsDATA: $(dist_models_DATA) @$(NORMAL_INSTALL) - test -z "$(modelsdir)" || $(mkdir_p) "$(DESTDIR)$(modelsdir)" + test -z "$(modelsdir)" || $(MKDIR_P) "$(DESTDIR)$(modelsdir)" @list='$(dist_models_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6330,7 +6347,7 @@ done install-dist_pclDATA: $(dist_pcl_DATA) @$(NORMAL_INSTALL) - test -z "$(pcldir)" || $(mkdir_p) "$(DESTDIR)$(pcldir)" + test -z "$(pcldir)" || $(MKDIR_P) "$(DESTDIR)$(pcldir)" @list='$(dist_pcl_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6347,7 +6364,7 @@ done install-dist_postscriptDATA: $(dist_postscript_DATA) @$(NORMAL_INSTALL) - test -z "$(postscriptdir)" || $(mkdir_p) "$(DESTDIR)$(postscriptdir)" + test -z "$(postscriptdir)" || $(MKDIR_P) "$(DESTDIR)$(postscriptdir)" @list='$(dist_postscript_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6364,7 +6381,7 @@ done install-dist_rulesDATA: $(dist_rules_DATA) @$(NORMAL_INSTALL) - test -z "$(rulesdir)" || $(mkdir_p) "$(DESTDIR)$(rulesdir)" + test -z "$(rulesdir)" || $(MKDIR_P) "$(DESTDIR)$(rulesdir)" @list='$(dist_rules_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6381,7 +6398,7 @@ done install-dist_unrelDATA: $(dist_unrel_DATA) @$(NORMAL_INSTALL) - test -z "$(unreldir)" || $(mkdir_p) "$(DESTDIR)$(unreldir)" + test -z "$(unreldir)" || $(MKDIR_P) "$(DESTDIR)$(unreldir)" @list='$(dist_unrel_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6398,7 +6415,7 @@ done install-dist_www0DATA: $(dist_www0_DATA) @$(NORMAL_INSTALL) - test -z "$(www0dir)" || $(mkdir_p) "$(DESTDIR)$(www0dir)" + test -z "$(www0dir)" || $(MKDIR_P) "$(DESTDIR)$(www0dir)" @list='$(dist_www0_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6415,7 +6432,7 @@ done install-dist_www1DATA: $(dist_www1_DATA) @$(NORMAL_INSTALL) - test -z "$(www1dir)" || $(mkdir_p) "$(DESTDIR)$(www1dir)" + test -z "$(www1dir)" || $(MKDIR_P) "$(DESTDIR)$(www1dir)" @list='$(dist_www1_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6432,7 +6449,7 @@ done install-dist_www2DATA: $(dist_www2_DATA) @$(NORMAL_INSTALL) - test -z "$(www2dir)" || $(mkdir_p) "$(DESTDIR)$(www2dir)" + test -z "$(www2dir)" || $(MKDIR_P) "$(DESTDIR)$(www2dir)" @list='$(dist_www2_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6449,7 +6466,7 @@ done install-dist_www21DATA: $(dist_www21_DATA) @$(NORMAL_INSTALL) - test -z "$(www21dir)" || $(mkdir_p) "$(DESTDIR)$(www21dir)" + test -z "$(www21dir)" || $(MKDIR_P) "$(DESTDIR)$(www21dir)" @list='$(dist_www21_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6466,7 +6483,7 @@ done install-dist_www22DATA: $(dist_www22_DATA) @$(NORMAL_INSTALL) - test -z "$(www22dir)" || $(mkdir_p) "$(DESTDIR)$(www22dir)" + test -z "$(www22dir)" || $(MKDIR_P) "$(DESTDIR)$(www22dir)" @list='$(dist_www22_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6483,7 +6500,7 @@ done install-dist_www23DATA: $(dist_www23_DATA) @$(NORMAL_INSTALL) - test -z "$(www23dir)" || $(mkdir_p) "$(DESTDIR)$(www23dir)" + test -z "$(www23dir)" || $(MKDIR_P) "$(DESTDIR)$(www23dir)" @list='$(dist_www23_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6500,7 +6517,7 @@ done install-dist_www24DATA: $(dist_www24_DATA) @$(NORMAL_INSTALL) - test -z "$(www24dir)" || $(mkdir_p) "$(DESTDIR)$(www24dir)" + test -z "$(www24dir)" || $(MKDIR_P) "$(DESTDIR)$(www24dir)" @list='$(dist_www24_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6517,7 +6534,7 @@ done install-dist_www241DATA: $(dist_www241_DATA) @$(NORMAL_INSTALL) - test -z "$(www241dir)" || $(mkdir_p) "$(DESTDIR)$(www241dir)" + test -z "$(www241dir)" || $(MKDIR_P) "$(DESTDIR)$(www241dir)" @list='$(dist_www241_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6534,7 +6551,7 @@ done install-dist_www242DATA: $(dist_www242_DATA) @$(NORMAL_INSTALL) - test -z "$(www242dir)" || $(mkdir_p) "$(DESTDIR)$(www242dir)" + test -z "$(www242dir)" || $(MKDIR_P) "$(DESTDIR)$(www242dir)" @list='$(dist_www242_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6551,7 +6568,7 @@ done install-dist_www243DATA: $(dist_www243_DATA) @$(NORMAL_INSTALL) - test -z "$(www243dir)" || $(mkdir_p) "$(DESTDIR)$(www243dir)" + test -z "$(www243dir)" || $(MKDIR_P) "$(DESTDIR)$(www243dir)" @list='$(dist_www243_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6568,7 +6585,7 @@ done install-dist_www251DATA: $(dist_www251_DATA) @$(NORMAL_INSTALL) - test -z "$(www251dir)" || $(mkdir_p) "$(DESTDIR)$(www251dir)" + test -z "$(www251dir)" || $(MKDIR_P) "$(DESTDIR)$(www251dir)" @list='$(dist_www251_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6585,7 +6602,7 @@ done install-dist_www252DATA: $(dist_www252_DATA) @$(NORMAL_INSTALL) - test -z "$(www252dir)" || $(mkdir_p) "$(DESTDIR)$(www252dir)" + test -z "$(www252dir)" || $(MKDIR_P) "$(DESTDIR)$(www252dir)" @list='$(dist_www252_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6602,7 +6619,7 @@ done install-dist_www261DATA: $(dist_www261_DATA) @$(NORMAL_INSTALL) - test -z "$(www261dir)" || $(mkdir_p) "$(DESTDIR)$(www261dir)" + test -z "$(www261dir)" || $(MKDIR_P) "$(DESTDIR)$(www261dir)" @list='$(dist_www261_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6619,7 +6636,7 @@ done install-dist_www3DATA: $(dist_www3_DATA) @$(NORMAL_INSTALL) - test -z "$(www3dir)" || $(mkdir_p) "$(DESTDIR)$(www3dir)" + test -z "$(www3dir)" || $(MKDIR_P) "$(DESTDIR)$(www3dir)" @list='$(dist_www3_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6636,7 +6653,7 @@ done install-dist_www4DATA: $(dist_www4_DATA) @$(NORMAL_INSTALL) - test -z "$(www4dir)" || $(mkdir_p) "$(DESTDIR)$(www4dir)" + test -z "$(www4dir)" || $(MKDIR_P) "$(DESTDIR)$(www4dir)" @list='$(dist_www4_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6653,7 +6670,7 @@ done install-dist_www5DATA: $(dist_www5_DATA) @$(NORMAL_INSTALL) - test -z "$(www5dir)" || $(mkdir_p) "$(DESTDIR)$(www5dir)" + test -z "$(www5dir)" || $(MKDIR_P) "$(DESTDIR)$(www5dir)" @list='$(dist_www5_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6670,7 +6687,7 @@ done install-dist_www6DATA: $(dist_www6_DATA) @$(NORMAL_INSTALL) - test -z "$(www6dir)" || $(mkdir_p) "$(DESTDIR)$(www6dir)" + test -z "$(www6dir)" || $(MKDIR_P) "$(DESTDIR)$(www6dir)" @list='$(dist_www6_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6687,7 +6704,7 @@ done install-dist_www61DATA: $(dist_www61_DATA) @$(NORMAL_INSTALL) - test -z "$(www61dir)" || $(mkdir_p) "$(DESTDIR)$(www61dir)" + test -z "$(www61dir)" || $(MKDIR_P) "$(DESTDIR)$(www61dir)" @list='$(dist_www61_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6704,7 +6721,7 @@ done install-dist_www7DATA: $(dist_www7_DATA) @$(NORMAL_INSTALL) - test -z "$(www7dir)" || $(mkdir_p) "$(DESTDIR)$(www7dir)" + test -z "$(www7dir)" || $(MKDIR_P) "$(DESTDIR)$(www7dir)" @list='$(dist_www7_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6721,7 +6738,7 @@ done install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) - test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)" + test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" @list='$(doc_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6738,7 +6755,7 @@ done install-hplip_confDATA: $(hplip_conf_DATA) @$(NORMAL_INSTALL) - test -z "$(hplip_confdir)" || $(mkdir_p) "$(DESTDIR)$(hplip_confdir)" + test -z "$(hplip_confdir)" || $(MKDIR_P) "$(DESTDIR)$(hplip_confdir)" @list='$(hplip_conf_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6755,7 +6772,7 @@ done install-hplip_desktopDATA: $(hplip_desktop_DATA) @$(NORMAL_INSTALL) - test -z "$(hplip_desktopdir)" || $(mkdir_p) "$(DESTDIR)$(hplip_desktopdir)" + test -z "$(hplip_desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(hplip_desktopdir)" @list='$(hplip_desktop_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -6821,24 +6838,22 @@ distdir: $(DISTFILES) $(am__remove_distdir) - mkdir $(distdir) - $(mkdir_p) $(distdir)/$(src_dbdir)/PPD/HP $(distdir)/$(src_dbdir)/driver $(distdir)/$(src_dbdir)/opt $(distdir)/$(src_dbdir)/printer $(distdir)/$(src_hpijsdir) $(distdir)/$(src_hpijsdir)/data-generators/hpijs $(distdir)/$(wwwsrc) $(distdir)/$(wwwsrc)/howtos $(distdir)/$(wwwsrc)/images $(distdir)/$(wwwsrc)/install $(distdir)/$(wwwsrc)/install/install $(distdir)/$(wwwsrc)/install/manual $(distdir)/$(wwwsrc)/install/manual/distros $(distdir)/$(wwwsrc)/install/step1 $(distdir)/$(wwwsrc)/install/step2 $(distdir)/$(wwwsrc)/install/step3 $(distdir)/$(wwwsrc)/install/step4 $(distdir)/$(wwwsrc)/install/step4/cups $(distdir)/$(wwwsrc)/install/step4/setup $(distdir)/$(wwwsrc)/install/step4/suse $(distdir)/$(wwwsrc)/styles $(distdir)/$(wwwsrc)/supported_devices $(distdir)/$(wwwsrc)/tech_docs $(distdir)/$(wwwsrc)/tech_docs/man_pages $(distdir)/$(wwwsrc)/troubleshooting $(distdir)/. $(distdir)/Cheetah $(distdir)/Cheetah/Utils $(distdir)/Cheetah/Utils/optik $(distdir)/base $(distdir)/cherrypy $(distdir)/cherrypy/filters $(distdir)/cherrypy/lib $(distdir)/copier $(distdir)/data/firmware $(distdir)/data/images $(distdir)/data/ldl $(distdir)/data/localization $(distdir)/data/models $(distdir)/data/models/unreleased $(distdir)/data/pcl $(distdir)/data/ps $(distdir)/fax $(distdir)/fax/backend $(distdir)/fax/ppd $(distdir)/installer $(distdir)/installer/images $(distdir)/installer/pages $(distdir)/installer/scripts $(distdir)/installer/styles $(distdir)/pcard $(distdir)/plugins $(distdir)/ppd $(distdir)/prnt $(distdir)/prnt/hpijs $(distdir)/scan $(distdir)/scan/sane $(distdir)/ui - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + test -d $(distdir) || mkdir $(distdir) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -6852,7 +6867,7 @@ -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz @@ -6927,7 +6942,7 @@ $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ @@ -6953,7 +6968,7 @@ installdirs: for dir in "$(DESTDIR)$(cupsextdir)" "$(DESTDIR)$(hpmudextdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libsane_hpaiodir)" "$(DESTDIR)$(pcardextdir)" "$(DESTDIR)$(scanextdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(hpdir)" "$(DESTDIR)$(basedir)" "$(DESTDIR)$(cmddir)" "$(DESTDIR)$(copierdir)" "$(DESTDIR)$(faxdir)" "$(DESTDIR)$(hpfaxdir)" "$(DESTDIR)$(hplipdir)" "$(DESTDIR)$(installdir)" "$(DESTDIR)$(pcarddir)" "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(prntdir)" "$(DESTDIR)$(scandir)" "$(DESTDIR)$(uidir)" "$(DESTDIR)$(faxppddir)" "$(DESTDIR)$(firmdir)" "$(DESTDIR)$(hplipdir)" "$(DESTDIR)$(imagesdir)" "$(DESTDIR)$(ldldir)" "$(DESTDIR)$(localzdir)" "$(DESTDIR)$(modelsdir)" "$(DESTDIR)$(pcldir)" "$(DESTDIR)$(postscriptdir)" "$(DESTDIR)$(rulesdir)" "$(DESTDIR)$(unreldir)" "$(DESTDIR)$(www0dir)" "$(DESTDIR)$(www1dir)" "$(DESTDIR)$(www2dir)" "$(DESTDIR)$(www21dir)" "$(DESTDIR)$(www22dir)" "$(DESTDIR)$(www23dir)" "$(DESTDIR)$(www24dir)" "$(DESTDIR)$(www241dir)" "$(DESTDIR)$(www242dir)" "$(DESTDIR)$(www243dir)" "$(DESTDIR)$(www251dir)" "$(DESTDIR)$(www252dir)" "$(DESTDIR)$(www261dir)" "$(DESTDIR)$(www3dir)" "$(DESTDIR)$(www4dir)" "$(DESTDIR)$(www5dir)" "$(DESTDIR)$(www6dir)" "$(DESTDIR)$(www61dir)" "$(DESTDIR)$(www7dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(hplip_confdir)" "$(DESTDIR)$(hplip_desktopdir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am @@ -7032,12 +7047,20 @@ @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-dvi: install-dvi-am + install-exec-am: install-binPROGRAMS install-libLTLIBRARIES +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -7084,12 +7107,14 @@ uninstall-dist_www6DATA uninstall-dist_www7DATA \ uninstall-docDATA uninstall-hpPROGRAMS \ uninstall-hplip_confDATA uninstall-hplip_desktopDATA \ - uninstall-hpmudextLTLIBRARIES uninstall-info-am \ - uninstall-libLTLIBRARIES uninstall-libsane_hpaioLTLIBRARIES \ + uninstall-hpmudextLTLIBRARIES uninstall-libLTLIBRARIES \ + uninstall-libsane_hpaioLTLIBRARIES \ uninstall-pcardextLTLIBRARIES uninstall-scanextLTLIBRARIES @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook +.MAKE: install-am install-data-am install-strip uninstall-am + .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ clean-binPROGRAMS clean-cupsextLTLIBRARIES clean-generic \ clean-hpPROGRAMS clean-hpmudextLTLIBRARIES \ @@ -7122,12 +7147,14 @@ install-dist_www2DATA install-dist_www3DATA \ install-dist_www4DATA install-dist_www5DATA \ install-dist_www61DATA install-dist_www6DATA \ - install-dist_www7DATA install-docDATA install-exec \ - install-exec-am install-hpPROGRAMS install-hplip_confDATA \ - install-hplip_desktopDATA install-hpmudextLTLIBRARIES \ + install-dist_www7DATA install-docDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-hpPROGRAMS \ + install-hplip_confDATA install-hplip_desktopDATA \ + install-hpmudextLTLIBRARIES install-html install-html-am \ install-info install-info-am install-libLTLIBRARIES \ install-libsane_hpaioLTLIBRARIES install-man \ - install-pcardextLTLIBRARIES install-scanextLTLIBRARIES \ + install-pcardextLTLIBRARIES install-pdf install-pdf-am \ + install-ps install-ps-am install-scanextLTLIBRARIES \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ @@ -7156,11 +7183,15 @@ uninstall-dist_www6DATA uninstall-dist_www7DATA \ uninstall-docDATA uninstall-hook uninstall-hpPROGRAMS \ uninstall-hplip_confDATA uninstall-hplip_desktopDATA \ - uninstall-hpmudextLTLIBRARIES uninstall-info-am \ - uninstall-libLTLIBRARIES uninstall-libsane_hpaioLTLIBRARIES \ + uninstall-hpmudextLTLIBRARIES uninstall-libLTLIBRARIES \ + uninstall-libsane_hpaioLTLIBRARIES \ uninstall-pcardextLTLIBRARIES uninstall-scanextLTLIBRARIES +# Generic rules +%.py: %.ui + $(PYUIC) -x -o $@ $< + install-data-hook: install-foo # If scanner build, add hpaio entry to sane dll.conf. @HPLIP_BUILD_TRUE@ if [ "$(scan_build)" = "yes" ]; then \ --- hplip-2.7.7.orig/install-sh +++ hplip-2.7.7/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2005-05-14.22 +scriptversion=2006-10-14.15 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -39,15 +39,24 @@ # when there is no Makefile. # # This script is compatible with the BSD install script, but was written -# from scratch. It can only install one file at a time, a restriction -# shared with many OS's install programs. +# from scratch. + +nl=' +' +IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi -# put in absolute paths if you don't have them in your path; or use env. vars. +# Put in absolute file names if you don't have them in your path; +# or use environment vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" @@ -58,7 +67,13 @@ rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" -chmodcmd="$chmodprog 0755" +posix_glob= +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chmodcmd=$chmodprog chowncmd= chgrpcmd= stripcmd= @@ -95,7 +110,7 @@ CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " -while test -n "$1"; do +while test $# -ne 0; do case $1 in -c) shift continue;; @@ -111,9 +126,15 @@ --help) echo "$usage"; exit $?;; - -m) chmodcmd="$chmodprog $2" + -m) mode=$2 shift shift + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac continue;; -o) chowncmd="$chownprog $2" @@ -136,25 +157,33 @@ --version) echo "$0 $scriptversion"; exit $?;; - *) # When -d is used, all remaining arguments are directories to create. - # When -t is used, the destination is already specified. - test -n "$dir_arg$dstarg" && break - # Otherwise, the last argument is the destination. Remove it from $@. - for arg - do - if test -n "$dstarg"; then - # $@ is not empty: it contains at least $arg. - set fnord "$@" "$dstarg" - shift # fnord - fi - shift # arg - dstarg=$arg - done + --) shift break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; esac done -if test -z "$1"; then +if test $# -ne 0 && test -z "$dir_arg$dstarg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dstarg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dstarg" + shift # fnord + fi + shift # arg + dstarg=$arg + done +fi + +if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 @@ -164,6 +193,33 @@ exit 0 fi +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + for src do # Protect names starting with `-'. @@ -173,15 +229,11 @@ if test -n "$dir_arg"; then dst=$src - src= - - if test -d "$dst"; then - mkdircmd=: - chmodcmd= - else - mkdircmd=$mkdirprog - fi + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? else + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. @@ -208,53 +260,188 @@ echo "$0: $dstarg: Is a directory" >&2 exit 1 fi - dst=$dst/`basename "$src"` + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? fi fi - # This sed command emulates the dirname command. - dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` - - # Make sure that the destination directory exists. + obsolete_mkdir_used=false - # Skip lots of stat calls in the usual case. - if test ! -d "$dstdir"; then - defaultIFS=' - ' - IFS="${IFS-$defaultIFS}" - - oIFS=$IFS - # Some sh's can't handle IFS=/ for some reason. - IFS='%' - set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` - shift - IFS=$oIFS + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac - pathcomp= + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else - while test $# -ne 0 ; do - pathcomp=$pathcomp$1 + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix=/ ;; + -*) prefix=./ ;; + *) prefix= ;; + esac + + case $posix_glob in + '') + if (set -f) 2>/dev/null; then + posix_glob=true + else + posix_glob=false + fi ;; + esac + + oIFS=$IFS + IFS=/ + $posix_glob && set -f + set fnord $dstdir shift - if test ! -d "$pathcomp"; then - $mkdirprog "$pathcomp" - # mkdir can fail with a `File exist' error in case several - # install-sh are creating the directory concurrently. This - # is OK. - test -d "$pathcomp" || exit + $posix_glob && set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi - pathcomp=$pathcomp/ - done + fi fi if test -n "$dir_arg"; then - $doit $mkdircmd "$dst" \ - && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ - && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ - && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ - && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } - + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else - dstfile=`basename "$dst"` # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ @@ -262,10 +449,9 @@ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 - trap '(exit $?); exit' 1 2 13 15 # Copy the file name to the temp name. - $doit $cpprog "$src" "$dsttmp" && + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # @@ -276,10 +462,10 @@ { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ - && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } && + && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # Now rename the file to the real destination. - { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \ + { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \ || { # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not @@ -291,11 +477,12 @@ # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { - if test -f "$dstdir/$dstfile"; then - $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \ - || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ + if test -f "$dst"; then + $doit $rmcmd -f "$dst" 2>/dev/null \ + || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \ + && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\ || { - echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 + echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } else @@ -304,16 +491,13 @@ } && # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" + $doit $mvcmd "$dsttmp" "$dst" } - } - fi || { (exit 1); exit 1; } -done + } || exit 1 -# The final little trick to "correctly" pass the exit status to the exit trap. -{ - (exit 0); exit 0 -} + trap '' 0 + fi +done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) --- hplip-2.7.7.orig/missing +++ hplip-2.7.7/missing @@ -1,9 +1,9 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2005-06-08.21 +scriptversion=2006-05-10.23 -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. @@ -33,6 +33,8 @@ fi run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. @@ -44,7 +46,7 @@ msg="missing on your system" -case "$1" in +case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= @@ -77,6 +79,7 @@ aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c @@ -106,7 +109,7 @@ # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). -case "$1" in +case $1 in lex|yacc) # Not GNU programs, they don't have --version. ;; @@ -135,7 +138,7 @@ # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. -case "$1" in +case $1 in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if @@ -164,7 +167,7 @@ test -z "$files" && files="config.h" touch_files= for f in $files; do - case "$f" in + case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; @@ -192,8 +195,8 @@ You can get \`$1' as part of \`Autoconf' from any GNU archive site." - file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` - test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else @@ -214,25 +217,25 @@ in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h - if [ $# -ne 1 ]; then + if test $# -ne 1; then eval LASTARG="\${$#}" - case "$LASTARG" in + case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if [ -f "$SRCFILE" ]; then + if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if [ -f "$SRCFILE" ]; then + if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi - if [ ! -f y.tab.h ]; then + if test ! -f y.tab.h; then echo >y.tab.h fi - if [ ! -f y.tab.c ]; then + if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; @@ -244,18 +247,18 @@ in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c - if [ $# -ne 1 ]; then + if test $# -ne 1; then eval LASTARG="\${$#}" - case "$LASTARG" in + case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if [ -f "$SRCFILE" ]; then + if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi - if [ ! -f lex.yy.c ]; then + if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; @@ -267,11 +270,9 @@ \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." - file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` - if test -z "$file"; then - file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` - fi - if [ -f "$file" ]; then + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then touch $file else test -z "$file" || exec >$file @@ -289,11 +290,17 @@ DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi @@ -317,13 +324,13 @@ fi firstarg="$1" if shift; then - case "$firstarg" in + case $firstarg in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac - case "$firstarg" in + case $firstarg in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 --- hplip-2.7.7.orig/ltmain.sh +++ hplip-2.7.7/ltmain.sh @@ -1,8 +1,8 @@ # ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007 Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify @@ -43,14 +43,22 @@ PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="1.5.22 Debian 1.5.22-4" -TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" +VERSION="1.5.24 Debian 1.5.24-1" +TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)" -# See if we are running on zsh, and set the options which allow our -# commands through without removal of \ escapes. -if test -n "${ZSH_VERSION+set}" ; then +# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh # Check that we have a working $echo. if test "X$1" = X--no-reexec; then @@ -105,12 +113,14 @@ # These must not be set unconditionally because not all systems understand # e.g. LANG=C (notably SCO). # We save the old values to restore during execute mode. -if test "${LC_ALL+set}" = set; then - save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL -fi -if test "${LANG+set}" = set; then - save_LANG="$LANG"; LANG=C; export LANG -fi +for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test \"\${$lt_var+set}\" = set; then + save_$lt_var=\$$lt_var + $lt_var=C + export $lt_var + fi" +done # Make sure IFS has a sensible default lt_nl=' @@ -136,6 +146,8 @@ preserve_args= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 ##################################### # Shell function definitions: @@ -196,7 +208,13 @@ if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | \ - $SED -n -e '1,100{/ I /{s,.*,import,;p;q;};}'` + $SED -n -e '1,100{ + / I /{ + s,.*,import, + p + q + } + }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; @@ -327,7 +345,17 @@ *) my_xabs=`pwd`"/$my_xlib" ;; esac my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` - my_xdir="$my_gentop/$my_xlib" + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + extracted_serial=`expr $extracted_serial + 1` + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" $show "${rm}r $my_xdir" $run ${rm}r "$my_xdir" @@ -454,11 +482,12 @@ ;; --version) - $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" - $echo - $echo "Copyright (C) 2005 Free Software Foundation, Inc." - $echo "This is free software; see the source for copying conditions. There is NO" - $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + echo "\ +$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP + +Copyright (C) 2007 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." exit $? ;; @@ -755,9 +784,10 @@ *.class) xform=class ;; *.cpp) xform=cpp ;; *.cxx) xform=cxx ;; - *.f90) xform=f90 ;; + *.[fF][09]?) xform=[fF][09]. ;; *.for) xform=for ;; *.java) xform=java ;; + *.obj) xform=obj ;; esac libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` @@ -1138,8 +1168,9 @@ for arg do case $arg in - -all-static | -static) - if test "X$arg" = "X-all-static"; then + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2 fi @@ -1147,12 +1178,20 @@ dlopen_self=$dlopen_self_static fi prefer_static_libs=yes - else + ;; + -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built - fi + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac build_libtool_libs=no build_old_libs=yes break @@ -1600,7 +1639,7 @@ continue ;; - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" @@ -1620,10 +1659,11 @@ # -m* pass through architecture-specific compiler args for GCC # -m*, -t[45]*, -txscale* pass through architecture-specific # compiler args for GCC - # -pg pass through profiling flag for GCC + # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC + # -F/path gives path to uninstalled frameworks, gcc on darwin # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \ - -t[45]*|-txscale*|@*) + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. @@ -1651,9 +1691,9 @@ -no-install) case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*) # The PATH hackery in wrapper scripts is required on Windows - # in order for the loader to find any dlls it needs. + # and Darwin in order for the loader to find any dlls it needs. $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 fast_install=no @@ -1712,7 +1752,7 @@ continue ;; - -static) + -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects @@ -2097,7 +2137,7 @@ lib= found=no case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" @@ -2493,7 +2533,9 @@ if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && - { test "$prefer_static_libs" = no || test -z "$old_library"; }; then + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. @@ -3189,7 +3231,7 @@ # which has an extra 1 added just for fun # case $version_type in - darwin|linux|osf|windows) + darwin|linux|osf|windows|none) current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_revision" @@ -3200,9 +3242,10 @@ age="0" ;; irix|nonstopux) - current=`expr $number_major + $number_minor - 1` + current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_minor" + lt_irix_increment=no ;; *) $echo "$modename: unknown library version type \`$version_type'" 1>&2 @@ -3266,7 +3309,8 @@ versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... minor_current=`expr $current + 1` - verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) @@ -3280,8 +3324,11 @@ ;; irix | nonstopux) - major=`expr $current - $age + 1` - + if test "X$lt_irix_increment" = "Xno"; then + major=`expr $current - $age` + else + major=`expr $current - $age + 1` + fi case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; @@ -3418,11 +3465,11 @@ fi # Eliminate all temporary directories. - for path in $notinst_path; do - lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` - deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` - dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"` - done + #for path in $notinst_path; do + # lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` + # deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` + # dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"` + #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. @@ -3523,13 +3570,12 @@ int main() { return 0; } EOF $rm conftest - $LTCC $LTCFLAGS -o conftest conftest.c $deplibs - if test "$?" -eq 0 ; then + if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then ldd_output=`ldd conftest` for i in $deplibs; do name=`expr $i : '-l\(.*\)'` # If $name is empty we are operating on a -L argument. - if test "$name" != "" && test "$name" -ne "0"; then + if test "$name" != "" && test "$name" != "0"; then if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $i "*) @@ -3568,9 +3614,7 @@ # If $name is empty we are operating on a -L argument. if test "$name" != "" && test "$name" != "0"; then $rm conftest - $LTCC $LTCFLAGS -o conftest conftest.c $i - # Did it work? - if test "$?" -eq 0 ; then + if $LTCC $LTCFLAGS -o conftest conftest.c $i; then ldd_output=`ldd conftest` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in @@ -3602,7 +3646,7 @@ droppeddeps=yes $echo $echo "*** Warning! Library $i is needed by this library but I was not able to" - $echo "*** make it link in! You will probably need to install it or some" + $echo "*** make it link in! You will probably need to install it or some" $echo "*** library that it depends on before this library will be fully" $echo "*** functional. Installing it before continuing would be even better." fi @@ -3888,7 +3932,10 @@ test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" if test -n "$hardcode_libdir_flag_spec_ld"; then - eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" + case $archive_cmds in + *\$LD*) eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" ;; + *) eval dep_rpath=\"$hardcode_libdir_flag_spec\" ;; + esac else eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi @@ -4247,12 +4294,14 @@ reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of - # -Wl from whole_archive_flag_spec + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then - eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` else gentop="$output_objdir/${obj}x" generated="$generated $gentop" @@ -4700,16 +4749,16 @@ case $host in *cygwin* | *mingw* ) if test -f "$output_objdir/${outputname}.def" ; then - compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"` - finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"` + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` else - compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` - finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` fi ;; * ) - compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` - finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` ;; esac ;; @@ -4724,13 +4773,13 @@ # really was required. # Nullify the symbol file. - compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` - finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` fi if test "$need_relink" = no || test "$build_libtool_libs" != yes; then # Replace the output file specification. - compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. @@ -4817,7 +4866,7 @@ if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then - relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` + relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP` else # fast_install is set to needless relink_command= @@ -4854,7 +4903,7 @@ fi done relink_command="(cd `pwd`; $relink_command)" - relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` + relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` fi # Quote $echo for shipping. @@ -5261,6 +5310,20 @@ Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' +# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH @@ -5403,7 +5466,7 @@ ;; esac $echo >> $output "\ - \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\" + \$echo \"\$0: cannot exec \$program \$*\" exit $EXIT_FAILURE fi else @@ -5589,7 +5652,7 @@ done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` + relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` if test "$hardcode_automatic" = yes ; then relink_command= fi @@ -5934,9 +5997,9 @@ if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. - relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP` else - relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP` fi $echo "$modename: warning: relinking \`$file'" 1>&2 @@ -6145,7 +6208,7 @@ file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` outputname="$tmpdir/$file" # Replace the output file specification. - relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` + relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP` $show "$relink_command" if $run eval "$relink_command"; then : @@ -6356,8 +6419,10 @@ if test -f "$dir/$objdir/$dlname"; then dir="$dir/$objdir" else - $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 - exit $EXIT_FAILURE + if test ! -f "$dir/$dlname"; then + $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 + exit $EXIT_FAILURE + fi fi ;; @@ -6421,12 +6486,12 @@ fi # Restore saved environment variables - if test "${save_LC_ALL+set}" = set; then - LC_ALL="$save_LC_ALL"; export LC_ALL - fi - if test "${save_LANG+set}" = set; then - LANG="$save_LANG"; export LANG - fi + for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + fi" + done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" @@ -6783,9 +6848,9 @@ -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE - try to export only the symbols listed in SYMFILE + try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX - try to export only the symbols matching REGEX + try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened @@ -6799,9 +6864,11 @@ -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries - -static do not do any dynamic linking of libtool libraries + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] - specify library version info [each variable defaults to 0] + specify library version info [each variable defaults to 0] All other options (arguments beginning with \`-') are ignored. --- hplip-2.7.7.orig/aclocal.m4 +++ hplip-2.7.7/aclocal.m4 @@ -1,7 +1,7 @@ -# generated automatically by aclocal 1.9.6 -*- Autoconf -*- +# generated automatically by aclocal 1.10 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -11,9 +11,14 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_if(m4_PACKAGE_VERSION, [2.61],, +[m4_fatal([this file was generated for autoconf 2.61. +You have another version of autoconf. If you want to use that, +you should regenerate the build system entirely.], [63])]) + # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL +# serial 51 Debian 1.5.24-1 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) @@ -176,7 +181,7 @@ test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= @@ -263,8 +268,9 @@ # Check for compiler boilerplate output or warnings with # the simple compiler test code. AC_DEFUN([_LT_COMPILER_BOILERPLATE], -[ac_outfile=conftest.$ac_objext -printf "$lt_simple_compile_test_code" >conftest.$ac_ext +[AC_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* @@ -276,8 +282,9 @@ # Check for linker boilerplate output or warnings with # the simple link test code. AC_DEFUN([_LT_LINKER_BOILERPLATE], -[ac_outfile=conftest.$ac_objext -printf "$lt_simple_link_test_code" >conftest.$ac_ext +[AC_REQUIRE([LT_AC_PROG_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* @@ -293,12 +300,20 @@ # If we don't find anything, use the default library path according # to the aix ld manual. AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], -[AC_LINK_IFELSE(AC_LANG_PROGRAM,[ -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'` +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\(.*\)$/\1/ + p + } + }' +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } -}'`; fi],[]) +if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` +fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_AC_SYS_LIBPATH_AIX @@ -529,13 +544,17 @@ rm -rf conftest* ;; -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; @@ -552,6 +571,9 @@ ;; *64-bit*) case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; @@ -623,7 +645,7 @@ AC_CACHE_CHECK([$1], [$2], [$2=no ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. @@ -664,11 +686,12 @@ # ------------------------------------------------------------ # Check whether the given compiler option works AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], -[AC_CACHE_CHECK([$1], [$2], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" - printf "$lt_simple_link_test_code" > conftest.$ac_ext + echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings @@ -782,24 +805,27 @@ fi ;; *) - # If test is not a shell built-in, we'll probably end up computing a - # maximum length that is only half of the actual maximum length, but - # we can't tell. - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && - new_result=`expr "X$teststring" : ".*" 2>&1` && - lt_cv_sys_max_cmd_len=$new_result && - test $i != 17 # 1/2 MB should be enough - do - i=`expr $i + 1` - teststring=$teststring$teststring - done - teststring= - # Add a significant safety factor because C++ compilers can tack on massive - # amounts of additional arguments before passing them to the linker. - # It appears as though 1/2 is a usable value. - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + teststring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi ;; esac ]) @@ -1026,7 +1052,8 @@ # --------------------------------- # Check to see if options -c and -o are simultaneously supported by compiler AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], -[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no @@ -1034,7 +1061,7 @@ mkdir conftest cd conftest mkdir out - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or @@ -1174,6 +1201,7 @@ darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" + old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) @@ -1191,7 +1219,8 @@ # ----------------------------- # PORTME Fill in your ld.so characteristics AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], -[AC_MSG_CHECKING([dynamic linker characteristics]) +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) library_names_spec= libname_spec='lib$name' soname_spec= @@ -1205,20 +1234,58 @@ version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" +m4_if($1,[],[ if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` else - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + sys_lib_search_path_spec=`echo $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi +fi]) need_lib_prefix=unknown hardcode_into_libs=no @@ -1375,12 +1442,8 @@ shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. - if test "$GCC" = yes; then - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` - else - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' - fi + m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; @@ -1434,7 +1497,7 @@ shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; - freebsd*) # from 4.6 on + *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -1497,7 +1560,7 @@ postinstall_cmds='chmod 555 $lib' ;; -interix3*) +interix[[3-9]]*) version_type=linux need_lib_prefix=no need_version=no @@ -1568,7 +1631,7 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + 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;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -1674,6 +1737,10 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; +rdos*) + dynamic_linker=no + ;; + solaris*) version_type=linux need_lib_prefix=no @@ -1779,7 +1846,8 @@ # _LT_AC_TAGCONFIG # ---------------- AC_DEFUN([_LT_AC_TAGCONFIG], -[AC_ARG_WITH([tags], +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_ARG_WITH([tags], [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], [include additional configurations @<:@automatic@:>@])], [tagnames="$withval"]) @@ -2040,7 +2108,7 @@ # AC_PATH_TOOL_PREFIX # ------------------- -# find a file program which can recognise shared library +# find a file program which can recognize shared library AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_MSG_CHECKING([for $1]) @@ -2103,7 +2171,7 @@ # AC_PATH_MAGIC # ------------- -# find a file program which can recognise a shared library +# find a file program which can recognize a shared library AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then @@ -2250,7 +2318,7 @@ # how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], -[AC_CACHE_CHECK([how to recognise dependent libraries], +[AC_CACHE_CHECK([how to recognize dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= @@ -2289,9 +2357,15 @@ mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by - # func_win32_libid shell function, so use a weaker test based on 'objdump'. - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi ;; darwin* | rhapsody*) @@ -2336,7 +2410,7 @@ esac ;; -interix3*) +interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; @@ -2386,6 +2460,10 @@ lt_cv_deplibs_check_method=pass_all ;; +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + solaris*) lt_cv_deplibs_check_method=pass_all ;; @@ -2438,7 +2516,7 @@ lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" - if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do @@ -2654,10 +2732,10 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}\n' +lt_simple_link_test_code='int main(){return(0);}' _LT_AC_SYS_COMPILER @@ -2759,10 +2837,10 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;\n" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n' +lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER @@ -2908,7 +2986,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes + : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported @@ -3067,10 +3145,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -3153,9 +3231,7 @@ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in - hppa*64*|ia64*) - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' - ;; + hppa*64*|ia64*) ;; *) _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; @@ -3223,7 +3299,7 @@ ;; esac ;; - interix3*) + interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' @@ -3343,6 +3419,29 @@ # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_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; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='echo' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; esac ;; lynxos*) @@ -3381,16 +3480,20 @@ _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) - _LT_AC_TAGVAR(hardcode_direct, $1)=yes - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_AC_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' - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + if test -f /usr/libexec/ld.so; then + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_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' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd='echo' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no fi - output_verbose_link_cmd='echo' ;; osf3*) case $cc_basename in @@ -3552,15 +3655,10 @@ case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) - # The C++ compiler is used as linker so we must use $wl - # flag to pass the commands to the underlying system - # linker. We must also pass each convience library through - # to the system linker between allextract/defaultextract. - # The C++ compiler will combine linker options so we - # cannot just pass the convience library names through - # without $wl. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes @@ -3607,6 +3705,12 @@ fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac fi ;; esac @@ -3850,7 +3954,7 @@ # PORTME: override above test on systems where it is broken ifelse([$1],[CXX], [case $host_os in -interix3*) +interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_AC_TAGVAR(predep_objects,$1)= @@ -3858,13 +3962,46 @@ _LT_AC_TAGVAR(postdeps,$1)= ;; +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + # + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + solaris*) case $cc_basename in CC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. - _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun' + if test "$solaris_use_stlport4" != yes; then + _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi ;; esac ;; @@ -3913,10 +4050,17 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code=" subroutine t\n return\n end\n" +lt_simple_compile_test_code="\ + subroutine t + return + end +" # Code to be used in simple link tests -lt_simple_link_test_code=" program t\n end\n" +lt_simple_link_test_code="\ + program t + end +" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER @@ -3995,10 +4139,10 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}\n" +lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n' +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER @@ -4051,7 +4195,7 @@ _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" @@ -4140,6 +4284,7 @@ _LT_AC_TAGVAR(module_cmds, $1) \ _LT_AC_TAGVAR(module_expsym_cmds, $1) \ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ + _LT_AC_TAGVAR(fix_srcfile_path, $1) \ _LT_AC_TAGVAR(exclude_expsyms, $1) \ _LT_AC_TAGVAR(include_expsyms, $1); do @@ -4186,7 +4331,7 @@ # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: @@ -4511,7 +4656,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" +fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) @@ -4594,6 +4739,7 @@ # --------------------------------- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([LT_AC_PROG_SED]) AC_REQUIRE([AC_PROG_NM]) AC_REQUIRE([AC_OBJEXT]) # Check for command to grab the raw symbol name followed by C symbol from nm. @@ -4820,12 +4966,14 @@ # like `-m68040'. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | os2* | pw32*) + mingw* | cygwin* | os2* | pw32*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; darwin* | rhapsody*) @@ -4837,7 +4985,7 @@ # DJGPP does not support shared libraries at all _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; - interix3*) + interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -4973,6 +5121,14 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac ;; esac ;; @@ -5093,13 +5249,15 @@ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; @@ -5109,7 +5267,7 @@ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; - interix3*) + interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; @@ -5167,7 +5325,7 @@ esac ;; - mingw* | pw32* | os2*) + mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' @@ -5219,6 +5377,22 @@ # All Alpha code is PIC. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C 5.9 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Sun\ F*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + esac + ;; esac ;; @@ -5228,6 +5402,10 @@ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; + rdos*) + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + solaris*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' @@ -5322,7 +5500,8 @@ # ------------------------------------ # See if the linker supports building shared libraries. AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], -[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +[AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ifelse([$1],[CXX],[ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in @@ -5339,7 +5518,7 @@ _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw*) - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' ;; linux* | k*bsd*-gnu) _LT_AC_TAGVAR(link_all_deplibs, $1)=no @@ -5481,7 +5660,7 @@ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -5499,7 +5678,7 @@ fi ;; - interix3*) + interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' @@ -5514,7 +5693,7 @@ _LT_AC_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' ;; - linux* | k*bsd*-gnu) + gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -5532,13 +5711,22 @@ ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_AC_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; $echo \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + *) + tmp_sharedflag='-shared' ;; + esac + _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi _LT_AC_TAGVAR(link_all_deplibs, $1)=no else @@ -5579,7 +5767,7 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 @@ -5698,7 +5886,7 @@ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes + : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported @@ -5791,7 +5979,7 @@ # The linker will automatically build a .lib file if we build a DLL. _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. - _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' + _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; @@ -5833,10 +6021,10 @@ case $cc_basename in xlc*) output_verbose_link_cmd='echo' - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) @@ -5998,24 +6186,28 @@ ;; openbsd*) - _LT_AC_TAGVAR(hardcode_direct, $1)=yes - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + if test -f /usr/libexec/ld.so; then + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi else - case $host_os in - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - ;; - *) - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - ;; - esac + _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; @@ -6074,17 +6266,16 @@ case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) - # The compiler driver will combine linker options so we - # cannot just pass the convience library names through - # without $wl, iff we do not link with $LD. - # Luckily, gcc supports the same syntax we need for Sun Studio. + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - case $wlarc in - '') - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; - *) - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; - esac ;; + if test "$GCC" = yes; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; @@ -6141,7 +6332,7 @@ fi ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*) + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no @@ -6216,7 +6407,7 @@ # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $rm conftest* - printf "$lt_simple_compile_test_code" > conftest.$ac_ext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest @@ -6319,6 +6510,30 @@ [AC_CHECK_TOOL(RC, windres, no) ]) + +# Cheap backport of AS_EXECUTABLE_P and required macros +# from Autoconf 2.59; we should not use $as_executable_p directly. + +# _AS_TEST_PREPARE +# ---------------- +m4_ifndef([_AS_TEST_PREPARE], +[m4_defun([_AS_TEST_PREPARE], +[if test -x / >/dev/null 2>&1; then + as_executable_p='test -x' +else + as_executable_p='test -f' +fi +])])# _AS_TEST_PREPARE + +# AS_EXECUTABLE_P +# --------------- +# Check whether a file is executable. +m4_ifndef([AS_EXECUTABLE_P], +[m4_defun([AS_EXECUTABLE_P], +[AS_REQUIRE([_AS_TEST_PREPARE])dnl +$as_executable_p $1[]dnl +])])# AS_EXECUTABLE_P + # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # @@ -6339,12 +6554,13 @@ test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done +IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris @@ -6377,10 +6593,11 @@ done ]) SED=$lt_cv_path_SED +AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ]) -# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6390,14 +6607,29 @@ # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. -AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.10' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.10], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- -# Call AM_AUTOMAKE_VERSION so it can be traced. +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.6])]) +[AM_AUTOMAKE_VERSION([1.10])dnl +_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- @@ -6454,14 +6686,14 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 7 +# serial 8 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- @@ -6470,8 +6702,10 @@ [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE]) -AC_SUBST([$1_FALSE]) +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl if $2; then $1_TRUE= $1_FALSE='#' @@ -6485,15 +6719,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 8 +# serial 9 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -6521,6 +6754,7 @@ ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) @@ -6586,6 +6820,7 @@ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -6638,7 +6873,8 @@ AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -6663,8 +6899,9 @@ # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue @@ -6711,8 +6948,8 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6735,16 +6972,20 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.58])dnl +[AC_PREREQ([2.60])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi fi # test whether we have cygpath @@ -6764,6 +7005,9 @@ AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl @@ -6799,6 +7043,10 @@ [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) ]) @@ -6834,7 +7082,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"$am_aux_dir/install-sh"} +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. @@ -6912,14 +7160,14 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -6935,6 +7183,7 @@ # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then @@ -6945,7 +7194,7 @@ fi ]) -# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6953,60 +7202,23 @@ # AM_PROG_MKDIR_P # --------------- -# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. -# -# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories -# created by `make install' are always world readable, even if the -# installer happens to have an overly restrictive umask (e.g. 077). -# This was a mistake. There are at least two reasons why we must not -# use `-m 0755': -# - it causes special bits like SGID to be ignored, -# - it may be too restrictive (some setups expect 775 directories). -# -# Do not use -m 0755 and let people choose whatever they expect by -# setting umask. -# -# We cannot accept any implementation of `mkdir' that recognizes `-p'. -# Some implementations (such as Solaris 8's) are not thread-safe: if a -# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' -# concurrently, both version can detect that a/ is missing, but only -# one can create it and the other will error out. Consequently we -# restrict ourselves to GNU make (using the --version option ensures -# this.) +# Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], -[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - # We used to keeping the `.' as first argument, in order to - # allow $(mkdir_p) to be used without argument. As in - # $(mkdir_p) $(somedir) - # where $(somedir) is conditionally defined. However this is wrong - # for two reasons: - # 1. if the package is installed by a user who cannot write `.' - # make install will fail, - # 2. the above comment should most certainly read - # $(mkdir_p) $(DESTDIR)$(somedir) - # so it does not work when $(somedir) is undefined and - # $(DESTDIR) is not. - # To support the latter case, we have to write - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), - # so the `.' trick is pointless. - mkdir_p='mkdir -p --' -else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - for d in ./-p ./--version; - do - test -d $d && rmdir $d - done - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. - if test -f "$ac_aux_dir/mkinstalldirs"; then - mkdir_p='$(mkinstalldirs)' - else - mkdir_p='$(install_sh) -d' - fi -fi -AC_SUBST([mkdir_p])]) +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) # Helper functions for option handling. -*- Autoconf -*- @@ -7299,9 +7511,21 @@ if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. --- hplip-2.7.7.orig/debian/patches/00list +++ hplip-2.7.7/debian/patches/00list @@ -0,0 +1,7 @@ +01_rss +10_shebang_fixes +14_charsign_fixes +61_noqt_message.dpatch +70_no_fail_on_bad_locales +85_rebuild_python_ui.dpatch +87_move_documentation.dpatch --- hplip-2.7.7.orig/debian/patches/87_move_documentation.dpatch +++ hplip-2.7.7/debian/patches/87_move_documentation.dpatch @@ -0,0 +1,75 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 87_move_documentation.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-2.7.7~/Makefile.am hplip-2.7.7/Makefile.am +--- hplip-2.7.7~/Makefile.am 2007-08-10 16:44:21.000000000 +0100 ++++ hplip-2.7.7/Makefile.am 2007-08-10 16:46:09.000000000 +0100 +@@ -26,45 +26,45 @@ + + if DOC_BUILD + wwwsrc = doc +-www0dir = $(docdir) ++www0dir = $(hpdocdir)/HTML + dist_www0_DATA = $(wwwsrc)/contacts.html $(wwwsrc)/faqs.html $(wwwsrc)/features.html $(wwwsrc)/index.html $(wwwsrc)/legal.html $(wwwsrc)/license.html $(wwwsrc)/mailing_lists.html \ + $(wwwsrc)/release_notes.html $(wwwsrc)/screenshots.html $(wwwsrc)/support_statement.html $(wwwsrc)/system_requirements.html $(wwwsrc)/about.html \ + $(wwwsrc)/other_support.html $(wwwsrc)/downloads.html +-www1dir = $(docdir)/howtos ++www1dir = $(www0dir)/howtos + dist_www1_DATA = $(wwwsrc)/howtos/* +-www2dir = $(docdir)/install ++www2dir = $(www0dir)/install + dist_www2_DATA = $(wwwsrc)/install/index.html +-www21dir = $(docdir)/install/step1 ++www21dir = $(www0dir)/install/step1 + dist_www21_DATA = $(wwwsrc)/install/step1/* +-www22dir = $(docdir)/install/step2 ++www22dir = $(www0dir)/install/step2 + dist_www22_DATA = $(wwwsrc)/install/step2/* +-www23dir = $(docdir)/install/step3 ++www23dir = $(www0dir)/install/step3 + dist_www23_DATA = $(wwwsrc)/install/step3/* +-www24dir = $(docdir)/install/step4 ++www24dir = $(www0dir)/install/step4 + dist_www24_DATA = $(wwwsrc)/install/step4/index.html +-www241dir = $(docdir)/install/step4/cups ++www241dir = $(www0dir)/install/step4/cups + dist_www241_DATA = $(wwwsrc)/install/step4/cups/* +-www242dir = $(docdir)/install/step4/setup ++www242dir = $(www0dir)/install/step4/setup + dist_www242_DATA = $(wwwsrc)/install/step4/setup/* +-www243dir = $(docdir)/install/step4/suse ++www243dir = $(www0dir)/install/step4/suse + dist_www243_DATA = $(wwwsrc)/install/step4/suse/* +-www251dir = $(docdir)/install/manual ++www251dir = $(www0dir)/install/manual + dist_www251_DATA = $(wwwsrc)/install/manual/* +-www252dir = $(docdir)/install/manual/distros ++www252dir = $(www0dir)/install/manual/distros + dist_www252_DATA = $(wwwsrc)/install/manual/distros/* +-www261dir = $(docdir)/install/install ++www261dir = $(www0dir)/install/install + dist_www261_DATA = $(wwwsrc)/install/install/* +-www3dir = $(docdir)/styles ++www3dir = $(www0dir)/styles + dist_www3_DATA = $(wwwsrc)/styles/* +-www4dir = $(docdir)/images ++www4dir = $(www0dir)/images + dist_www4_DATA = $(wwwsrc)/images/* +-www5dir = $(docdir)/supported_devices ++www5dir = $(www0dir)/supported_devices + dist_www5_DATA = $(wwwsrc)/supported_devices/* +-www6dir = $(docdir)/tech_docs ++www6dir = $(www0dir)/tech_docs + dist_www6_DATA = $(wwwsrc)/tech_docs/* +-www61dir = $(docdir)/tech_docs/man_pages ++www61dir = $(www0dir)/tech_docs/man_pages + dist_www61_DATA = $(wwwsrc)/tech_docs/man_pages/* +-www7dir = $(docdir)/troubleshooting ++www7dir = $(www0dir)/troubleshooting + dist_www7_DATA = $(wwwsrc)/troubleshooting/* + endif + --- hplip-2.7.7.orig/debian/patches/70_no_fail_on_bad_locales.dpatch +++ hplip-2.7.7/debian/patches/70_no_fail_on_bad_locales.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 70_no_fail_on_bad_locales.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-2.7.7~/base/g.py hplip-2.7.7/base/g.py +--- hplip-2.7.7~/base/g.py 2007-06-18 17:56:32.000000000 +0100 ++++ hplip-2.7.7/base/g.py 2007-08-10 12:51:43.000000000 +0100 +@@ -160,9 +160,7 @@ + try: + locale.setlocale(locale.LC_ALL, '') # fails on Ubuntu 5.04 + except locale.Error: +- # TODO: Is this the right thing to do? + log.warn("Unable to set locale.") +- locale.setlocale(locale.LC_ALL, 'en_US.UTF-8') + + try: + t, prop.encoding = locale.getdefaultlocale() --- hplip-2.7.7.orig/debian/patches/61_noqt_message.dpatch +++ hplip-2.7.7/debian/patches/61_noqt_message.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 61_noqt_message.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-1.7.3~/base/utils.py hplip-1.7.3/base/utils.py +--- hplip-1.7.3~/base/utils.py 2007-03-19 16:26:30.000000000 +0000 ++++ hplip-1.7.3/base/utils.py 2007-03-26 18:26:17.000000000 +0100 +@@ -626,7 +626,7 @@ + w = gtk.Window() + dialog = gtk.MessageDialog(w, gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT, + gtk.MESSAGE_WARNING, gtk.BUTTONS_OK, +- "PyQt not installed. GUI not available. Please check that the PyQt package is installed. Exiting.") ++ "PyQt not installed. GUI not available. Install \"python-qt3\" with the Synaptic Package Manager (Menu: System -> Administration -> Synaptic Package Manager) or run the command \"sudo apt-get install python-qt3\" in a terminal window.") + dialog.run() + dialog.destroy() + --- hplip-2.7.7.orig/debian/patches/14_charsign_fixes.dpatch +++ hplip-2.7.7/debian/patches/14_charsign_fixes.dpatch @@ -0,0 +1,24 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 14_charsign_fixes.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-1.7.3~/scan/sane/scl.c hplip-1.7.3/scan/sane/scl.c +--- hplip-1.7.3~/scan/sane/scl.c 2007-03-19 16:26:48.000000000 +0000 ++++ hplip-1.7.3/scan/sane/scl.c 2007-03-26 22:48:39.000000000 +0100 +@@ -36,10 +36,11 @@ + #define DEBUG_DECLARE_ONLY + #include "sanei_debug.h" + +-static int SclBufferIsPartialReply( unsigned char * data, int datalen ) ++static int SclBufferIsPartialReply( void * dataptr, int datalen ) + { + int i = 0, value = 0; +- unsigned char d; ++ unsigned char * const data = dataptr; ++ unsigned int d; + + if( i >= datalen ) + { --- hplip-2.7.7.orig/debian/patches/10_shebang_fixes.dpatch +++ hplip-2.7.7/debian/patches/10_shebang_fixes.dpatch @@ -0,0 +1,15 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_hashbang_fixes.dpatch by Henrique de Moraes Holschuh +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix missing, weird or otherwise broken shebang lines + +@DPATCH@ +diff -urNad hplip~/__init__.py hplip/__init__.py +--- hplip~/__init__.py 2007-01-26 12:24:33.000000000 -0200 ++++ hplip/__init__.py 2007-01-26 15:21:09.158181349 -0200 +@@ -1,3 +1,4 @@ ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + # + # (c) Copyright 2003-2007 Hewlett-Packard Development Company, L.P. --- hplip-2.7.7.orig/debian/patches/01_rss.dpatch +++ hplip-2.7.7/debian/patches/01_rss.dpatch @@ -0,0 +1,111 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## rss.dpatch by Torsten Landschoff +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Blank-ink-only patch by Richard Spencer-Smith + +@DPATCH@ +diff -urNad hplip~/prnt/hpijs/breaks_open.cpp hplip/prnt/hpijs/breaks_open.cpp +--- hplip~/prnt/hpijs/breaks_open.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/breaks_open.cpp 2006-03-16 11:22:28.984082881 -0300 +@@ -1078,7 +1078,10 @@ + + { + 0, 0, 255, 0, +-0, 1, 255, 0, ++// 2001.06.16 mrb: changed the value to 0. With the original "1" ++// the printer sometimes prints empty lines... ++//0, 1, 255, 0, ++0, 0, 255, 0, + 0, 3, 255, 0, + 0, 5, 255, 0, + 0, 7, 255, 0, +diff -urNad hplip~/prnt/hpijs/dj660_maps.cpp hplip/prnt/hpijs/dj660_maps.cpp +--- hplip~/prnt/hpijs/dj660_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj660_maps.cpp 2006-03-16 11:22:28.984082881 -0300 +@@ -38,7 +38,10 @@ + //const + uint32_t ulMapDJ660_CCM_KCMY[ 9 * 9 * 9 ]= + { +- 422720226UL, 142187374UL, 94354238UL, 62442785UL, 45668877UL, 27648516UL, 8972032UL, 7335680UL, 5895424UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++// 422720226UL, 142187374UL, 94354238UL, 62442785UL, 45668877UL, 27648516UL, 8972032UL, 7335680UL, 5895424UL, ++ 226UL, 142187374UL, 94354238UL, 62442785UL, 45668877UL, 27648516UL, 8972032UL, 7335680UL, 5895424UL, + 2519110233UL, 807846483UL, 391693109UL, 260029471UL, 143570703UL, 42776580UL, 8501760UL, 7782400UL, 6539520UL, + 3072173868UL, 1881129514UL, 841465387UL, 524792087UL, 358391818UL, 174364420UL, 40408577UL, 6920704UL, 6530560UL, + 3407591425UL, 2551891200UL, 1612695808UL, 824489479UL, 506699268UL, 306153730UL, 105283329UL, 5144320UL, 5737216UL, +diff -urNad hplip~/prnt/hpijs/dj690_maps.cpp hplip/prnt/hpijs/dj690_maps.cpp +--- hplip~/prnt/hpijs/dj690_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj690_maps.cpp 2006-03-16 11:22:28.984082881 -0300 +@@ -38,7 +38,10 @@ + uint32_t ulMapDJ690_CMYK[ 9 * 9 * 9 ]= + // DJ690_CMYK + { +- 337848575UL, 37838470UL, 155209268UL, 137905152UL, 36454656UL, 2310144UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++// 337848575UL, 37838470UL, 155209268UL, 137905152UL, 36454656UL, 2310144UL, ++ 226UL, 37838470UL, 155209268UL, 137905152UL, 36454656UL, 2310144UL, + 2179072UL, 2051072UL, 1733120UL, 2013280119UL, 385897321UL, 303379741UL, + 270610688UL, 102772224UL, 1844992UL, 1911552UL, 1847296UL, 1784832UL, + 2080387626UL, 1157643294UL, 452996881UL, 335555072UL, 202384384UL, 50991872UL, +diff -urNad hplip~/prnt/hpijs/dj895_maps.cpp hplip/prnt/hpijs/dj895_maps.cpp +--- hplip~/prnt/hpijs/dj895_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj895_maps.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -37,7 +37,10 @@ + + uint32_t ulMapDJ895_KCMY[ 9*9*9 ]= + { +-1819176703UL, 79494215UL, 112983330UL, 79035667UL, 78183948UL, 60489224UL, 59571718UL, 42007811UL, 7405312UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++//1819176703UL, 79494215UL, 112983330UL, 79035667UL, 78183948UL, 60489224UL, 59571718UL, 42007811UL, 7405312UL, ++226UL, 79494215UL, 112983330UL, 79035667UL, 78183948UL, 60489224UL, 59571718UL, 42007811UL, 7405312UL, + 4230922555UL, 655358293UL, 176553263UL, 128253208UL, 61209869UL, 60751368UL, 26606852UL, 9305345UL, 8650496UL, + 4248940299UL, 3776766759UL, 756415798UL, 308083743UL, 142671120UL, 59440646UL, 9239553UL, 9109248UL, 8779520UL, + 4248086274UL, 4214276619UL, 2786390812UL, 942206231UL, 491516427UL, 224131588UL, 6616320UL, 7399168UL, 7857664UL, +diff -urNad hplip~/prnt/hpijs/dj895_maps2.cpp hplip/prnt/hpijs/dj895_maps2.cpp +--- hplip~/prnt/hpijs/dj895_maps2.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj895_maps2.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -163,7 +163,10 @@ + + uint32_t ulMapDJ895_Binary_KCMY[ 9*9*9 ]= + { +-1819176648UL, 64158794UL, 80805158UL, 80215318UL, 62389519UL, 61406730UL, ++// 2001.06.14 mrb: Replaced the first entry so the printer will ++// use only the black pen when he should print real black. ++//1819176648UL, 64158794UL, 80805158UL, 80215318UL, 62389519UL, 61406730UL, ++226UL, 64158794UL, 80805158UL, 80215318UL, 62389519UL, 61406730UL, + 60292615UL, 42401028UL, 7601920UL, 4230922301UL, 571406681UL, 160889651UL, + 113048859UL, 62717200UL, 45415944UL, 27917573UL, 10419457UL, 9238272UL, + 4248940557UL, 3743081259UL, 790296119UL, 325515810UL, 127007505UL, 27196678UL, +diff -urNad hplip~/prnt/hpijs/dj970_maps.cpp hplip/prnt/hpijs/dj970_maps.cpp +--- hplip~/prnt/hpijs/dj970_maps.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj970_maps.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -127,7 +127,11 @@ + + uint32_t ulMapDJ970_KCMY[ 9*9*9 ]= + { +- 673723135UL, 26007371UL, 9756717UL, 10020638UL, 10022677UL, 10153743UL, ++// 2003.06.05 rss: Replaced the first entry so the printer will ++// (hopefully) use only the black pen when he should print real black. ++// Please report as a bug if it doesn't, or something worse happens. ++// 673723135UL, 26007371UL, 9756717UL, 10020638UL, 10022677UL, 10153743UL, ++ 226UL, 26007371UL, 9756717UL, 10020638UL, 10022677UL, 10153743UL, + 10285066UL, 10416133UL, 9169408UL, 3405886809UL, 59743UL, 23980849UL, + 9366812UL, 10153744UL, 10285066UL, 10153990UL, 10087424UL, 9169408UL, + 3858807091UL, 2197868343UL, 60220UL, 4714015UL, 7270155UL, 8646656UL, +diff -urNad hplip~/prnt/hpijs/dj970_maps3.cpp hplip/prnt/hpijs/dj970_maps3.cpp +--- hplip~/prnt/hpijs/dj970_maps3.cpp 2006-03-16 11:12:00.000000000 -0300 ++++ hplip/prnt/hpijs/dj970_maps3.cpp 2006-03-16 11:22:28.985082758 -0300 +@@ -37,7 +37,8 @@ + + uint32_t ulMapDJ970_Draft_KCMY[ 9*9*9 ]= + { +-1802205183UL, 22740362UL, 5832524UL, 5635892UL, 5570340UL, 5308188UL, ++//1802205183UL, 22740362UL, 5832524UL, 5635892UL, 5570340UL, 5308188UL, ++ 226UL, 22740362UL, 5832524UL, 5635892UL, 5570340UL, 5308188UL, + 5308180UL, 5504778UL, 5504768UL, 4278239136UL, 65446UL, 4194132UL, + 5308210UL, 5373728UL, 5308182UL, 5504784UL, 5504776UL, 5504768UL, + 4278498896UL, 1862336354UL, 65388UL, 2621242UL, 4128540UL, 4718348UL, --- hplip-2.7.7.orig/debian/patches/00patch-opts +++ hplip-2.7.7/debian/patches/00patch-opts @@ -0,0 +1 @@ +patch_opts="-g0 -f --no-backup-if-mismatch -F0 -U ${workdir:+-d ${workdir}}" --- hplip-2.7.7.orig/debian/patches/85_rebuild_python_ui.dpatch +++ hplip-2.7.7/debian/patches/85_rebuild_python_ui.dpatch @@ -0,0 +1,33 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 85_rebuild_python_ui.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hplip-2.7.6~/Makefile.am hplip-2.7.6/Makefile.am +--- hplip-2.7.6~/Makefile.am 2007-06-12 22:00:31.000000000 +0100 ++++ hplip-2.7.6/Makefile.am 2007-08-09 13:13:01.000000000 +0100 +@@ -4,6 +4,10 @@ + # (c) 2004-2007 Copyright Hewlett-Packard Development Company, LP + # + ++# Generic rules ++%.py: %.ui ++ $(PYUIC) -x -o $@ $< ++ + INCLUDES = -Iip -Iio/hpmud -Iscan/sane + + BZRSERVER=http://bzr.linuxprinting.org/devel +diff -urNad hplip-2.7.6~/configure.in hplip-2.7.6/configure.in +--- hplip-2.7.6~/configure.in 2007-06-22 23:44:06.000000000 +0100 ++++ hplip-2.7.6/configure.in 2007-08-09 13:34:09.000000000 +0100 +@@ -250,6 +250,8 @@ + AC_MSG_RESULT("using $PYTHONINCLUDEDIR") + AC_ARG_VAR(PYTHONINCLUDEDIR, [path to Python.h C header file]) + AC_CHECK_HEADERS(python$PYTHON_VERSION/Python.h, ,[AC_MSG_ERROR([cannot find python-devel support], 6)]) ++ AC_ARG_VAR([PYUIC], [PyQT pyuic .ui to .py compiler command]) ++ AC_CHECK_TOOLS([PYUIC], [pyuic]) + fi + + if test "$hpijs_only_build" = "no" && test "$scan_build" = "yes"; then --- hplip-2.7.7.orig/debian/tmpno/hplip.desktop +++ hplip-2.7.7/debian/tmpno/hplip.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=0.6 +Type=Application +Name=HP Device Manager +GenericName=HP Device Manager +Comment=View device status, ink levels and perform maintenance. +Exec=/usr/share/hplip/toolbox.py +Icon=/usr/share/hplip/data/images/HPmenu.png +Terminal=false +Categories=Application;Utility; +X-KDE-StartupNotify=false +StartupNotify=false --- hplip-2.7.7.orig/debian/rules +++ hplip-2.7.7/debian/rules @@ -0,0 +1,368 @@ +#!/usr/bin/make -f +# debian/rules for hplip +# GNU copyright 1997 to 1999 by Joey Hess. +# Copyright (c) 2003 Torsten Landschoff +# Copyright (c) 2004-2006 Henrique de Moraes Holschuh + +PACKAGE=hplip +BASEPKG=hplip + +# DPatch +DEB_SOURCE_PACKAGE:=$(PACKAGE) +include /usr/share/dpatch/dpatch.make + +# DebHelper control +export DH_ALWAYS_EXCLUDE=CVS:.cvsignore +#export DH_VERBOSE=1 + +DBGPKG:=$(BASEPKG)-dbg +PKGTMP:=$(CURDIR)/debian/tmp +PPDDIR:=$(PKGTMP)/usr/share/ppd +CHANGELOG:=doc/release_notes.html + +# Version information +# We cannot get the hpijs version like this because we could be generating +# it at runtime when we run autogen.sh +HPLIP_BINARY_VERSION?=$(shell dpkg-parsechangelog | grep -E "^Version:" | \ + tr -d ' \t' | cut -d ':' -f 2-) +ifeq (,$(HPLIP_BINARY_VERSION)) + $(error Could not get debian package version from debian/changelog) +endif + +HPLIP_VERSION:=$(shell echo "$(HPLIP_BINARY_VERSION)" | \ + sed -e 's/+b[0-9]\+$$//') +HPLIP_UPSTREAM_VERSION:=$(shell echo "$(HPLIP_VERSION)" | \ + sed -e 's/-[^-]\+$$//') + +# Autoconf +export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +CONFFLAGS = +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + CONFFLAGS += --build $(DEB_HOST_GNU_TYPE) +else + CONFFLAGS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + +DEBUGFLAGS=-g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + DEBUGFLAGS += -O0 +else + DEBUGFLAGS += -O2 +endif + +CFLAGS:=-Wall -pipe $(DEBUGFLAGS) +CXXFLAGS:=$(CFLAGS) + +## +## Build-tree preparation +## + +configure: Makefile.am configure.in + dh_testdir + tar -czf foomatic-db-hpijs-backup.tar.gz foomatic-db-hpijs + chmod +x debian/autogen.sh + debian/autogen.sh + tar -xzf foomatic-db-hpijs-backup.tar.gz + rm -f foomatic-db-hpijs-backup.tar.gz + +debian/hpijs.version: configure + @if test -r $@ ; then \ + touch $@ ; \ + else \ + echo "Cannot create debian/hpijs.version, please try running debian/autogen.sh manually" ; \ + exit 1 ; \ + fi + +# Clean everything up, including everything auto-generated +# at build time that needs not to be kept around in the Debian diff +clean: clean-patched unpatch +clean-patched: configure debian/hpijs.version + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f install-stamp install-arch-stamp install-indep-stamp + + -$(MAKE) clean + -$(MAKE) distclean + find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \; + -rm -f prnt/hpijs/platform.h prnt/hpijs/auto-include.h + find -type d -name build -print0 | xargs -0 -r rm -rf \; + find \( -name config.sub -o -name config.guess \ + -o -name config.cache -o -name config.log \) -print0 \ + | xargs -0 -r rm -f \; + + # We prefer to regenerate these using pyuic + (cd ui && for i in *.ui ; do rm -f $${i%.ui}.py ; done) + + dh_clean + +## +## Package build +## + +configure-stamp: patch-stamp configure debian/hpijs.version + dh_testdir + + ln -sf /usr/share/misc/config.sub . + ln -sf /usr/share/misc/config.guess . + rm -f config.cache + + ./configure CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ + HPLIP_PPD_PATH=/usr/share/ppd \ + $(CONFFLAGS) \ + --config-cache \ + --disable-dependency-tracking \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --docdir=\$${prefix}/share/doc/hplip \ + --with-docdir=\$${prefix}/share/doc/hplip \ + --datadir=\$${prefix}/share \ + --libexecdir=\$${prefix}/lib \ + --localstatedir=/var \ + --sysconfdir=/etc \ + --enable-debug \ + --without-icondir \ + --disable-foomatic-xml-install \ + --disable-foomatic-ppd-install \ + --enable-network-build \ + --enable-pp-build \ + --enable-scan-build \ + --enable-gui-build \ + --enable-fax-build + + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + $(MAKE) docdir=\$${prefix}/share/doc/hplip + + touch build-stamp + +## +## Debian packaging +## + +# common part of the install: Upstream makefiles, general stuff +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean + dh_installdirs + + $(MAKE) install "DESTDIR=$(PKGTMP)" docdir=/usr/share/doc/hplip + + # Install uncompressed versions of the firmware files for + # the HP LaserJet 1018 and 1020 so that foo2zjs can load them + # into the printer + mkdir -p "$(PKGTMP)/usr/share/foo2zjs/firmware/" + cp $(PKGTMP)/usr/share/hplip/data/firmware/* "$(PKGTMP)/usr/share/foo2zjs/firmware/" + ( cd $(PKGTMP)/usr/share/foo2zjs/firmware; \ + gunzip *; \ + mv *1018* sihp1018.dl; \ + mv *1020* sihp1020.dl \ + ) + + # Remove files we are not to ship from the install tree + @echo Removing non-shipped files, see debian/non-shipped-files.txt + @cat debian/non-shipped-files.txt | \ + ( cd "$(PKGTMP)" && xargs -d '\n' -t -r rm -fv ) + + # Edit the generated hp.conf + ( cd "$(PKGTMP)/etc/hp" && \ + sed -e 's#^doc=.*#doc=/usr/share/doc/hplip-doc/HTML#' \ + < hplip.conf > hplip.conf.1 && \ + mv -f hplip.conf.1 hplip.conf ) + + # Lintian and linda overrides + cd debian ; \ + for i in *.linda ; do \ + [ -r "$$i" ] && { \ + mkdir -p "$${i%%.linda}/usr/share/linda/overrides" ;\ + install -m 644 "$$i" "$${i%%.linda}/usr/share/linda/overrides/$${i%%.linda}" ;\ + } ;\ + done ;\ + for i in *.lintian ; do \ + [ -r "$$i" ] && { \ + mkdir -p "$${i%%.lintian}/usr/share/lintian/overrides" ;\ + install -m 644 "$$i" "$${i%%.lintian}/usr/share/lintian/overrides/$${i%%.lintian}" ;\ + } ;\ + done + + touch install-stamp + +# install arch-dependent packages specific files +install-arch: install-arch-stamp +install-arch-stamp: install-stamp + # Remove stray #! lines on python libraries, and fix permissions + find "$(PKGTMP)/usr/share/hplip" -maxdepth 1 -mindepth 1 -type d -print0 | \ + xargs -0 -r -i@ find @ -type f -name '*.py' | \ + while read -r i ; do \ + chmod a-x "$$i" && \ + sed < "$$i" > "$$i.tmp" -e '/^#!/ {1 d}' && \ + mv -f "$$i.tmp" "$$i" ; \ + done + + mkdir -p "$(PKGTMP)/usr/share/pixmaps" + install -m 644 debian/*.xpm "$(PKGTMP)/usr/share/pixmaps" + mkdir -p "$(PKGTMP)/usr/share/applications" + install -m 644 debian/*.desktop "$(PKGTMP)/usr/share/applications" + + mkdir -p "$(PKGTMP)/etc/sane.d/dll.d" + install -m 644 debian/$(BASEPKG).sane "$(PKGTMP)/etc/sane.d/dll.d/$(PACKAGE)" + + # Fax PPD, install to destdir directly + mkdir -p "$(CURDIR)/debian/hpijs/usr/share/ppd/hpijs/HP" + sed < "fax/ppd/HP-Fax-hplip.ppd" \ + -e '/^[*]NickName:/ s/" *$$/ - HPLIP $(HPLIP_UPSTREAM_VERSION)"/' \ + | gzip -9 \ + > "$(CURDIR)/debian/hpijs/usr/share/ppd/hpijs/HP/HP-Fax-hplip.ppd.gz" + + # Python update helper + mkdir -p "$(PKGTMP)/usr/share/python/runtime.d/" + install -m 755 debian/hplip.rtupdate "$(PKGTMP)/usr/share/python/runtime.d/" + + dh_install -a "--sourcedir=$(PKGTMP)" --list-missing >install-arch-stamp 2>&1 || \ + ( echo "Last five lines of error log:" ; tail -n 5 install-arch-stamp ; exit 1 ) + +# install arch-independent packages specific files +install-indep: install-indep-stamp +install-indep-stamp: install-stamp + # PPDs + # 1. Append hplip identifier to the long nickname + # 2. Install to basedir// + # 3. Normalize case of PPD file names + # 4. Compress all PPDs + # + # Fax PPD: shipped by arch-dep hpijs package + find ppd -type f -name '*-hpijs.ppd' | \ + while read -r i ; do \ + PPDSUITE="hpijs" ;\ + PPDVENDOR=$$(sed -r -n \ + -e '/^[*]Manufacturer/ { s/[^:]+:[[:blank:]]+"([^"]*)".*/\1/;s/[[:blank:]]//g;p }' \ + < "$$i" ) ;\ + mkdir -p "$(PPDDIR)/$${PPDSUITE}/$${PPDVENDOR}" ;\ + PPDFILE=$$(echo "$$i" | sed -r -e 's#.*/([^/]+)$$#\1#' \ + -e 's#(^|/)hp[-_]#HP-#i' \ + -e s/series/Series/i -e s/color/Color/i \ + -e s/office/Office/i -e s/business/Business/i \ + -e s/jet/Jet/i -e s/ink/Ink/i -e s/desk/Desk/i \ + -e s/smart/Smart/i -e s/photo/Photo/i -e s/psc/PSC/i \ + -e s/laser/Laser/i -e s/design/Design/i \ + -e s/mfp/MFP/i -e 's/[-_]hpijs/-hpijs/i' ) ;\ + sed < "$$i" -e '/^[*]NickName:/ s/" *$$/ - HPLIP $(HPLIP_UPSTREAM_VERSION)"/' \ + | gzip -9 \ + > "$(PPDDIR)/$${PPDSUITE}/$${PPDVENDOR}/$${PPDFILE}.gz" ;\ + chmod 644 "$(PPDDIR)/$${PPDSUITE}/$${PPDVENDOR}/$${PPDFILE}.gz" ;\ + done + + # Ubuntu: uncompress again, makes the package smaller for distribution + -find $(PPDDIR) -name '*.ppd.gz' | xargs gunzip + + dh_install -i "--sourcedir=$(PKGTMP)" --list-missing >install-indep-stamp 2>&1 || \ + ( echo "Last five lines of error log:" ; tail -n 5 install-indep-stamp ; exit 1 ) + +# Build architecture-independent packages +binary-indep: install-indep debian/hpijs.version + dh_testdir -i + dh_testroot +# dh_installdebconf -i + dh_installdocs -i + dh_installexamples -i + dh_installmenu -i +# dh_installlogrotate -i +# dh_installemacsen -i +# dh_installpam -i +# dh_installmime -i +# dh_installinit -i +# dh_installcron -i + dh_installman -i +# dh_installinfo -i + dh_installchangelogs -i $(CHANGELOG) + dh_link -i + dh_strip -i --dbg-package=$(DBGPKG) + dh_compress -i + dh_fixperms -i +# dh_perl -i +# dh_pysupport -i +# dh_python -i /usr/share/hplip +# dh_makeshlibs -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -phpijs-ppds -- \ + -v"$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_gencontrol -i -Nhpijs-ppds -- \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent packages +binary-arch: install-arch debian/hpijs.version + dh_testdir -a + dh_testroot + + mkdir -p debian/hplip/lib/udev + install -m755 debian/check_mfp_printer debian/hplip/lib/udev/ + mkdir -p debian/hplip/etc/udev/rules.d + install -m644 debian/45-hplip.rules debian/hplip/etc/udev/rules.d/ + +# dh_installdebconf -a + dh_installdocs -a + dh_installexamples -a + dh_installmenu -a + dh_desktop -a +# dh_installlogrotate -a +# dh_installemacsen -a +# dh_installpam -a +# dh_installmime -a +# dh_installcron -a + dh_installman -a +# dh_installinfo -a + dh_installchangelogs -a $(CHANGELOG) + dh_pysupport -a /usr/share/hplip + dh_python -a /usr/share/hplip + # must come after dh_pysupport and dh_python, or the postinst + # ordering will be screwed up and break. + #dh_installinit -phplip --init-script=hplip -- multiuser 19 +# dh_perl -a + dh_link -a + dh_strip -a --dbg-package=$(DBGPKG) + dh_compress -a + dh_fixperms -a +# dh_makeshlibs -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -phpijs -- \ + -v"$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_gencontrol -a -Nhpijs -- \ + -V"hplip:source:Version=$(HPLIP_VERSION)" \ + -V"hpijs:source:Version=$$(cat debian/hpijs.version)+$(HPLIP_VERSION)" \ + -V"hplip:Upstream-Version=$(HPLIP_UPSTREAM_VERSION)" \ + -V"hpijs:Upstream-Version=$$(cat debian/hpijs.version)" \ + -V"hplip:binary:Version=$(HPLIP_BINARY_VERSION)" \ + -V"hpijs:binary:Version=$$(cat debian/hpijs.version)+$(HPLIP_BINARY_VERSION)" + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean clean-patched binary-indep binary-arch binary install install-arch install-indep --- hplip-2.7.7.orig/debian/hpijs.version +++ hplip-2.7.7/debian/hpijs.version @@ -0,0 +1 @@ +2.7.7 --- hplip-2.7.7.orig/debian/control +++ hplip-2.7.7/debian/control @@ -0,0 +1,145 @@ +Source: hplip +Section: utils +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Henrique de Moraes Holschuh +Uploaders: Torsten Landschoff +Build-Depends: libcupsys2-dev, libsane-dev, libsnmp-dev, libjpeg62-dev, libusb-dev (>= 0.1.8), python-dev, python-qt3, pyqt-tools, debhelper (>= 5.0.37.2), autotools-dev, dpatch (>= 2), python-support (>= 0.3), patch (>= 2.5.9-3bpo1), findutils (>= 4.2.28), autoconf, automake, libtool +Standards-Version: 3.7.2 + +Package: hplip +Architecture: any +Pre-Depends: python (>= 2.4.4~c1) +Depends: coreutils (>= 5.1.0), lsb-base (>= 3), adduser (>= 3.34), cupsys (>= 1.1.20), hplip-data (>> ${hplip:Upstream-Version}), hplip-data (<< ${hplip:Upstream-Version}.1), hplip-firmware (>= ${hplip:Upstream-Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, sysv-rc (>= 2.86.ds1-14.1ubuntu2) +Recommends: cupsys-client (>= 1.1.20), hpijs (>= ${hpijs:Upstream-Version}), hpijs-ppds, linuxprinting.org-ppds, python-reportlab, python-qt3 +Replaces: hplip-data (<< 0.9.3), hplip-base +Suggests: kdeprint | gtklp | xpp, linuxprinting.org-ppds, hpijs-ppds, hplip-doc, gksu | kdebase-bin, python-qt3 +Conflicts: hpijs (<< 2.1), hplip-base +XB-Python-Version: ${python:Versions} +Description: HP Linux Printing and Imaging System (HPLIP) + The HP Linux Printing and Imaging System provides full support for + printing on most HP SFP (single function peripheral) inkjets and many + LaserJets, and for scanning, sending faxes and for photo-card access on + most HP MFP (multi-function peripheral) printers. + . + HPLIP is composed of: + * System services to handle communications with the printers + * HP CUPS backend driver (hp:) with bi-directional communication with + HP printers (provides printer status feedback to CUPS and enhanced + HPIJS functionality such as 4-side full-bleed printing support) + * HP CUPS backend driver for sending faxes (hpfax:) + * HPIJS Ghostscript IJS driver to rasterize output from PostScript(tm) + files or from any other input format supported by Ghostscript, and + also for PostScript(tm) to fax conversion support + (HPIJS is shipped in a separate package) + * Command line utilities to perform printer maintenance, such as + ink-level monitoring or pen cleaning and calibration + * GUI and command line utility to download data from the photo card + interfaces in MFP devices + * GUI and command line utilities to interface with the fax functions + * A GUI toolbox to access all these functions in a friendly way + * HPAIO SANE backend (hpaio) for flatbed and Automatic Document Feeder + (ADF) scanning using MFP devices + . + USB, JetDirect (network) and parallel-port devices are supported. + . + Homepage: http://hplip.sourceforge.net/ + +Package: hplip-data +Architecture: all +Recommends: hplip +Description: HP Linux Printing and Imaging - data files + This package contains data files for the HP Linux Printing and + Imaging System. + +Package: hplip-dbg +Architecture: any +Priority: extra +Depends: hplip (= ${hplip:binary:Version}) | hpijs (= ${hpijs:binary:Version}) +Description: HP Linux Printing and Imaging - debugging information + This package contains debugging symbolic information for all the + binaries and libraries in the hplip and hpijs packages. + . + It is useful for generating backtraces using debuggers like + gdb and to get better information from tools like ltrace. + +Package: hplip-doc +Architecture: all +Section: doc +Description: HP Linux Printing and Imaging - documentation + This package contains the full documentation for the HP Linux + Printing and Imaging System for off-line reading. It includes + the documentation for the HPIJS IJS driver as well. + . + These docs are available online at: + http://hplip.sourceforge.net/ + +Package: hpijs-ppds +Architecture: all +Section: utils +Suggests: hplip +Provides: hplip-ppds +Replaces: hplip-ppds +Conflicts: hplip-ppds, foomatic-filters-ppds (<< 20060113-1) +Depends: foomatic-filters (>= 3.0.2), hpijs (>= ${hpijs:source:Version}) +Description: HP Linux Printing and Imaging - HPIJS PPD files + This package contains PPD (printer definition) files for the + printers supported through the HP Linux Printing and Imaging + System HPIJS driver. + . + These PPDs should work well with the matching versions of HPLIP + and HPIJS, but may not be the most up-to-date PPDs available for + a given printer. See http://linuxprinting.org/ for the latest + version of the PPDs (which are not guaranteed to work well). + +Package: hpijs +Architecture: any +Section: text +Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript (>= 8.60) | gs-gpl (>= 8.01-5) | gs-esp (>= 7.07.01-8) | gs-afpl (>= 7.04-2) +Suggests: hplip | hpoj, hpijs-ppds (= ${hpijs:source:Version}), hplip-doc +Replaces: hpijs-ppds (<< 2.6.10+1.6.10-1), hplip-ppds (<< 1.6.10-1) +Description: HP Linux Printing and Imaging - gs IJS driver (hpijs) + This package contains an IJS printer driver for Ghostscript, which + adds support for most inkjet printers and some LaserJet printers + manufactured by HP. It is also required for HPLIP fax support. + . + The Debian package of hpijs includes the so-called rss patch, to use + pure black ink instead of composite black in printers that don't do + color map conversion in firmware. + . + HPIJS can take advantage of Ghostscript IJS KRGB support when + available, to enhance black printing on printers that do color + map conversion in firmware and are thus not affected by the old + rss patch. + . + Users of the CUPS printing system are advised to also install the + hplip package, and use the hp CUPS backend to send data to the printer. + HPLIP supports USB, networked and parallel-port devices, and enables + extended HPIJS functionality such as border-less printing. + Selecting any hpijs ppd in CUPS will use hpijs automatically. + . + Users of spoolers other than CUPS with printers connected through USB or + parallel ports are advised to install the hpoj package. Extended HPIJS + functionality will not be available. + . + HPIJS is meant to be used through the foomatic system (see the + foomatic-filters package). + . + Homepage: http://hplip.sourceforge.net/ + +Package: hplip-firmware +Architecture: all +Section: utils +Conflicts: hplip-data (<< 2.7.7) +Description: HP Linux Printing and Imaging - Firmware for HP printers + The HP LaserJet 1000, 1005, 1018, and 1020 need their firmware to + be uploaded into them whenever they are turned on. HP ships the firmware + for the two newer models, LaserJet 1018 and 1020 with the HPLIP + package. + . + To install only the two firmware files install this package. + . + Note that HPLIP does not ship a printer driver for the HP LaserJet 1018 + and 1020. You need to install the foo2zjs package to get a driver. + foo2zjs will also take care of loading these firmware files into the + printer. --- hplip-2.7.7.orig/debian/hplip.links +++ hplip-2.7.7/debian/hplip.links @@ -0,0 +1,18 @@ +/usr/share/hplip/hpssd.py /usr/sbin/hpssd +/usr/share/hplip/align.py /usr/bin/hp-align +/usr/share/hplip/info.py /usr/bin/hp-info +/usr/share/hplip/print.py /usr/bin/hp-print +/usr/share/hplip/toolbox.py /usr/bin/hp-toolbox +/usr/share/hplip/clean.py /usr/bin/hp-clean +/usr/share/hplip/colorcal.py /usr/bin/hp-colorcal +/usr/share/hplip/unload.py /usr/bin/hp-unload +/usr/share/hplip/testpage.py /usr/bin/hp-testpage +/usr/share/hplip/makeuri.py /usr/bin/hp-makeuri +/usr/share/hplip/fab.py /usr/bin/hp-fab +/usr/share/hplip/levels.py /usr/bin/hp-levels +/usr/share/hplip/sendfax.py /usr/bin/hp-sendfax +/usr/share/hplip/setup.py /usr/bin/hp-setup +/usr/share/hplip/makecopies.py /usr/bin/hp-makecopies +/usr/share/hplip/probe.py /usr/bin/hp-probe +/usr/share/hplip/timedate.py /usr/bin/hp-timedate +/usr/share/hplip/firmware.py /usr/bin/hp-firmware --- hplip-2.7.7.orig/debian/hp-fab.desktop +++ hplip-2.7.7/debian/hp-fab.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Fax address book +GenericName=Fax address book +Comment=HPLIP Fax address book +Exec=/bin/sh -c 'STARTED_FROM_MENU=yes /usr/bin/hp-fab' +Icon=/usr/share/pixmaps/HPmenu.xpm +Categories=Application;Office; +Terminal=false +Type=Application +StartupNotify=false +NoDisplay=false --- hplip-2.7.7.orig/debian/changelog +++ hplip-2.7.7/debian/changelog @@ -0,0 +1,2776 @@ +hplip (2.7.7-0ubuntu3) gutsy; urgency=low + + * debian/control: Added "automake" and "libtool" to "Build-Depends" + + -- Till Kamppeter Mon, 13 Aug 2007 15:40:55 +0100 + +hplip (2.7.7-0ubuntu2) gutsy; urgency=low + + * debian/control: Added "autoconf" to "Build-Depends" + + -- Till Kamppeter Mon, 13 Aug 2007 09:40:55 +0100 + +hplip (2.7.7-0ubuntu1) gutsy; urgency=low + + * New upstream release + * Closes: LP: #103871, LP: #109871 + * HPLIP 2.7.7 + + Fixed issues with ppd_install and ppd_dir in the installer + + Device-id and device-status queries can now be made on more than + just the 7/1/2 interface. + + Added pre_install_cmd to installer to fix cups issue in PCLinuxOS + and Mandriva + + Added darwin build support to makefile. + + Removed the localOnly conditional in the sane hpaio backend. This + was needed for saned usage. + + Fixed defect (Print Settings for fax device is incorrect after + switching to other tabs.) + + Fixed defect (The default unload directory path is invalid if user + is root.) + + Fixed defect (Wrong release dates for Fedora distros are displayed + in terminal.) + + Added Mandriva 2007.1 to distros.dat + + Added Ubuntu 7.10 to distros.dat + + Fixed defect (Entering hp-setup -bnet command in terminal, some + error information occurs when network is unreachable.) + + Fixed defect (hp-testpage produces traceback) + + Added some additional error checking to type 3 status (LaserJets) + + Re-designed hp-fab database backend (no longer uses KirbyBase, + instead uses pickle) + + Converted hp-fab and hp-sendfax to handle non-ascii characters (Unicode) + + Added a distros.dat flag to handle usermod command with/without -a + + Added a temporary printer destination codepath for hp-scan + + Enhanced hp-setup launch code for the text installer + + Lots of code cleanup in the logging facility + + Fixed the constraints system in hp-scan (can use list based and + tuple based constraints) + + Removed '-a' from usermod command in installer + + Converted code to use unicode when dealing with UI strings and + user originated strings + + Explicitly convert to utf-8 for file logging output + + Added compile flag conditional compilation in hpmudext.c for parallel + and network support + + Fixed the run command in core_install so that exceptions wouldn't + pass silently + + Enhanced get_distro() in core_install so that it handles lsb_release + output better + + Fixed disable-pp-build and disable-net-build in hpmud. + + Added localization files to tarball. + + Various small bug fixes (esp. in the installer) + * HPIJS 2.7.7 + + Added support for the following new printer(s). + * HP PhotoSmart A620 Series (PSP470) + * HP PhotoSmart A820 Series (PSP470) + * HP PhotoSmart A520 Series (DJGenericVIP) + * HPLIP 2.7.6 + + Major version number change denotes new functionality. + * No more Start-up daemons + * New Direct Device I/O (hpmud) + * Controllable Permissions + * Single 'Make' File + * Support for Dynamic PPD file generation + * New hp-scan command + + Replaced hpiod with the new HP Multi-Point Transport Driver (hpmud). + Hpmud is a shared library instead of a daemon. + + Hpssd is started automatically when needed by HPLIP. + + Removed HPIJS makefile. There is now only one makefile for HPLIP. + + Added the following new HPLIP configure options. + --enable-doc-build enable documentation build (default=yes) + --enable-hpijs-only-build enable hpijs only build (default=no) + --enable-foomatic-ppd-install enable foomatic ppd install, uses + hpppddir default=no + --enable-foomatic-xml-install enable foomatic xml install, uses + foomaticdir default=yes + --with-cupsbackenddir=DIR set cups backend install directory, + default=/usr/lib/cups/backend + --with-icondir=DIR set icon install directory, + default=/usr/share/applications + --with-hpppddir=DIR set hp ppd install directory, + default=datadir/ppd/HP + --with-docdir=DIR set hplip documentation directory, + default=datadir/doc + --with-foomaticdir=DIR set foomatic db install directory, + default=datadir/foomatic + + Old HPIJS configure options --foomatic-install and --cups-install + have been removed. + + Changed the libsane-hpaio install directory from $(libdir) to + $(libdir)/sane. + + Fixed installer utilities (permission, trigger, etc) so they can be + run manully from tarball root directory + + Fixed defect (Some error occurs in terminal and the outputting file + is empty when perform a scan job with the option "-mgray".) + + Added large file size warning to hp-scan + + Added -x/--compression to hp-scan + + Added 1200, 2400, and 4800 dpi support to hp-scan + + Fixed defect (Traceback - SUSE 10.1 - Changing Tabs To Print Settings) + + Fixed defect (Using hp-clean on cmd line fails to clean) + + Changed fax check so that low paper or low supplies don't prevent + faxing [user reported] + + Toolbox will display local docs if doc-build=yes or sf.net docs if + doc-build=no + + Added hp-unload file removal option + + Changed hp-unload progress to a sep. dialog + + Fixed an issue with hp-check with 'lp' group test + + Added libtool and libgphoto2-devel packages for the libtool + dependency for SUSE 10.2 + + Fixed defect (The files can not be rendered when perform a fax job in + terminal on Mepis6.0 OS.) + + Added new functionality into the web installer from the text + installer a) New data functions b) pre- and post- build actions ('lp' + group, udev trigger, etc) c) Some defensive code enhancements + + Fixed defect (The scan job is failed if --printer is specified when + use "hp-scan" command in non-interactive mode.) + + Fixed defect (Mepis and Debian unsubscriptable object on Toolbox launch) + + Fixed an issue with stopping the hpssd process in the installer + + Added PIL as an optional dependency to the installer + + Fixed a couple of text installer issues that were casuing a traceback + + Fixed libtool detection + + Fixed defect ( Toolbox Looses Communication with Printers after + Functions->Unload Photo Card) + + Fixed defect (Fax Address Book - fab.db - unable to open or read file) + + Added --size= parameter to hp-scan + + Added ppd_dir data to debian, mepis, suse in distros.py + + Fixed 2.7.x jetdirect scanimage issue reported by Suse. + + Fixed defect (The installation is failed if packages are missing when + install with command "./hplip-install" on Mandriva2007 32bit OS.) + + Fixed defect (The Installer process can not setup printer after + finishing installation on Ubuntu 7.04 OS.) + + Added the symlink fix Dapper to the text installer + + Fixed an issue with the hppsd process shutdown + + Added libtool dependency to installer + + Made all configure time python checks conditional on hpijs-only-build + as requested by Suse. + + Added USB devnode permission checks to hp-check + + Enhanced USB I/O checks in hp-check + + Added udev .rules file modification module, installer/permissions.py + (called by the installer) + + Fixed defect (The Installer process can not setup printer after + finishing installation on Ubuntu 7.04 OS.) + + Added 'ppd_dir' to text installer + + Added "add user to lp group" to text installer + + Added hpssd shutdown to text installer + + Fixed a problem with the configure flags in the installer + + Added a root user check to the text installer + + Cleaned up the text formatting in the installer + + Added some distro data convenience functions in the installer + + Added a check for adept-updater on Ubuntu + + Fixed the HPLIP detection function + + Changed the launching of hp-setup so that the entered su/sudo + password is used + + Changed the CUPS restart so that it only occurs with CUPS 1.1.x + + Added the logoff required step in the installer + + Added configure option --with-docdir as requested by Suse. + + Added CUPS version check to hp-check (requires cups-config) + + Added '-p' param to hp-check (pre-check, use before install. Run + hp-check w/o -p after install.) + + Added USB I/O checks to hp-check + + Fixed defect (The Unload Photo Card function is invalid) [fixed + error in hpmudext read channel API] + + Fixed defect (An error occurs in terminal when manually find a network + printer with a numerical type hostname.) + + Fixed defect (some error message displays in terminal when enter + "hp-print" command if no device is installed.) + + Fixed defect (Print command is failed when perform a print job if + printers have characters "&", "*", "(", ")", "|", "<", ">", "," + or "." in their names.) + + Fixed defect which was an issue with displaying non-readable + characters in the progress screens. + + Fixed defect (An error occurs when execute "hp-align -bnet" command + in terminal.) + + Added CUPS 1.1 detection and setting of configure flags and paths + + Fixed the enable_ppd flag and made it dependent on CUPS 1.1 detection + + Fixed a problem in the text installer that caused it to exit if no + dependencies were installed + + Added a trigger utility so that USB devices will be detected after + the .rules files updates occur without replugging (added only to text + installer for now) + + Fixed defect which was an issue in canceling the installation process + in the progress screens. + + Fixed defect (Bad usability is brought if the Auto Refresh function is + enabled.) + + Fixed defect (The auto refresh can be enabled by click the OK button + on Settings window.) + + Fixed defect which was an issue in the script that runs the install + options of the GUI installer. + + Changed location of all user files to ~/.hplip/ directory (fax files, + hplip.conf, and fab data file) + + Added sane-devel to installer dependencies + + Made the ppd_install flag be per distro and version rather than just + for distro due to Fedora 5/6 + + Removed LSB dependency info from each distro dataset + + Fixed defect (The send fax job can not performed successfully over + network) + + Added printer list to toolbox status bar [partially fixes user request] + (defect) + + Fixed defect (Some error messages displayed in terminal when executing + hp-sendfax command in terminal.) + + Fixed defect (The hp-setup is invalid if disable GUI option during + install the build.) + + Added bootstrap --ppd to build.py and dist.py + + Fixed defect (The check job can not be finished completely before + install the build.) + + Added udev 55-hpmud.rules to "make install". Users will have to be a + member of the "lp" group in order to have access USB/Parallel devices. + + Fixed hp-makeuri and underlying API + + Fixed defect (Toolbox cannot be launched if the build + hplip-2.7.5.6-shadow is installed with PC Send Fax option disabled + via GUI Installer.) + + Added libsane check at configure time. + + Fixed models.dat and models dat editor tool for hpmud support + + Added HPLIP_BUILD to dat editor tool + + Fixed defect (adding unsupported file type to fax causes traceback) + + Improved build time support for missing Python extensions + + Added MakeURI APIs to hpmudext + + Removed hpiod and hplip start/stop script. + + Fixed defect (An error occurs in terminal when perform a copy job with + Best Copy Quality in GUI mode.) + + Fixed defect ([Photosmart 7550] no photo cart, clicking color cal + causes traceback) + + Fixed defect (hpssd.py crashed with IOError in __init__() [Launchpad + bug #103871]) + + Fixed defect (toolbox crashed with AttributeError in + printButton_clicked() [Luanchpad bug #109871]) + + Preliminary version of hp-scan checked in (ver. 0.1 -lots of missing + features) + + Changed to hpssd auto start functionality to use port detection rather + than .pid/.port files. Hpssd no longer supports dynamic port + assignments. Its is recommended that only the IANA port as specified + in hplip.conf be used (port 2207). Hpssd does not create any .pid or + .port files in /var/run or /tmp. + + Added a missing file 'warnings.tmpl' to the Makefile.am. + + Fixed defect (toolbox crashed with IndexError in UpdatePrinterCombos() + [launchpad]) + + Flated the postscript ppd directory foomatic-db/db/source/PPD/HP/. + + Fixed defect (Some error messages displayed in terminal when executing + hp-sendfax command in terminal.) + + Changed build and dist scripts so that they work with new unified + makefile and ppd/xml changes + + Changed text (CLI) installer to work with new unified makefile and + ppd/xml changes + + Fixed defect (No prompt pops up if execute hp-unload in terminal when + add the device Deskjet d1460 to PC which does not support Photo Unload + function.) + + Fixed defect (The prompt dialog does not pop up when adding a + unsupported file type to the printer from toolbox.) + + Fixed defect (A spelling mistake is found in Functions tab of Configure + window.) + + Fixed defect (Some controls are not fully displayed on Print Control + table of toolbox.) + + Added HP specific foomatic database to tar ball. This will allow + foomatic db installs or PPD installs. + + Removed code for screen that shows the optional path installation + (defect). + + Merged new hpssd autostart code + * HPIJS 2.7.6 + + Removed ESC*p command from DJGenericVIP class for each raster send to + fix PhotoSmart C4200 assert + + Added support for the following new printer(s). + * HP Photosmart C4200 series (DJGenericVIP) + * HP Photosmart A320 series (DJGenericVIP) + * HP Photosmart A440 series (DJGenericVIP) + * HP Color LaserJet CM4730 MFP (LJColor) + * HP Color LaserJet CP3505 (LJColor) + * LaserJet P2010 (LJMono) + * HP Photosmart C5200 series (DJGenericVIP) + * HP 910 (DJ3320) + * HP 915 (DJ3600) + * HPLIP 1.7.4 + + Fixed defect (The tip of menu "Contents..." is incorrect.) [added F1 + accelerator] + + Fixed defect (The corresponding operation could not work while + executing hp-sendfax with "--non-interactive", "--faxnum", + "--recipient", "--group", "--logging" parameters in terminal.) + + Fixed an issue with adding recipients in fax UI + + Fixed defect (The array of the Comments/Notes can not be consistent + with that in fax coverpage.) [check "Preformatted" in coverpage dialog + to preserve formatting] + + Fixed defect (hp-makecopies --quality parameter is invalid.) + + Fixed defect (The printer information still displays on Toolbox when + refresh the device status after delete the Device.) + + Fixed a problem reading USB IEEE 1284 device-id on the Photosmart A420 + based products in hpiod. + + Toolbox internal/built-in makecopies utility + + Reworked the user settings code in the toolbox + + Added PYTHONINCLUDEDIR configure option. + + Removed hplip install code from "make install". Hplip install code is + part of the tarball only. + + Fixed defect (Fax Address with blank nickname and blank fax number can + be added to the Fax Address Book.) + + Fixed defect (Some improper messages display in terminal when add a + device via Network to a PC that is disconnecting with Network.) + + Fixed defect (The word "from" is missing in "Unload Photo Card" + section on Functions tab on Toolbox.) + + Added icons to action buttons in the toolbox + + Fixed defect (The rendering files process hangs up when perform a fax + job) + + Fixed defect (Some unexpected message displayed in terminal when + sending a fax job to a group) + + Removed setup.py calls from Makefile.am. Automake now installs python + extensions. + + Toolbox internal/built-in unload photo card utility + + Fixed an issue with align type 10 (and 11) that caused the wrong + alignment values to be sent from the GUI alignment tool (hp-align was + OK) [reported by user] + + Fixed the issue with .hplip.conf owner of root when hp-setup is run + 1st [patch to Till] + + Added some extra exception handling around device opens in + scrolltoolview + + Fixed defect (No any hint information to show the printer is stopped + when enter hp-print command in terminal to launch a print job.) + + Fixed defect (Toolbox can not display the print queue if switch to + other tab and then go back to the print tab.) + + Fixed defect (Another print job can not be sent to print queue + successfully during printing.) + + Fixed defect (Some unexpected information displays in terminal when + perform a color carlibration job on Photosmart 2575 in GUI mode.) + + Added order column and move up/down to hp-print + + Toolbox internal/built-in send PC fax utility + * HPIJS 2.7.4 + + Fixed a custom paper size bug that caused unintended scaling in + certain cases in services.cpp + + Added supply level low warning message in hpijs.cpp as suggested by + Tim Waugh + + Added support for the following new printer(s): + * DeskJet D1400 Series (DJ3320) + * DeskJet D2400 Series (DJ3600) + * DeskJet D4200 Series (DJ4100) + * DeskJet F2100 Series (DJ3320) + * DeskJet F4100 Series (DJ3600) + * CM8050MFP with Edgeline (PS) + * CM8060MFP with Edgeline (PS) + * Simplified the packaging making every change done by dpatches and not + directly in the source code. + o Dropped source code cosmetics in configure.in and Makefile.am + o Dropped moving .py files into /usr/lib. These files and also the + .pyc files generated from them are distribution-independent. + o 85_rebuild_python_ui.dpatch: Moved changes for compiling .ui files + to .py files into a dpatch + o 87_move_documentation.dpatch: Moved changes for moving the + documentation into a dpatch + o debian/rules: Set documentation directory by the "./configure" + command line. + * Removed patches 80_laserjet1100_fix.dpatch, + 82_scrolltool_py_deskjet_d4100_claen_device_not_found.dpatch, + 84_align10form_py_deskjet_5440_head_align.dpatch, merged upstream. + * 70_no_fail_on_bad_locales.dpatch: Rediff. + * debian/rules: Updated command line options for ./configure, make + debian/autogen.sh being called when Makefile.am and/or configure.in + were patched. + * debian/rules, debian/hplip-data.links: Do not put .py and .pyc files + into /usr/lib/hplip any more. There are REALLY plattform-independent. + * debian/control, debian/rules, debian/hplip-data.install, + debian/hplip-firmware.install: Created new package for the firmware files + for the HP LaserJet 1018 and 1020. + * debian/hplip.preinst: Shut down the daemons of the old 1.x.x generation + HPLIP and kill hpiod if the shut down did not work. + * debian/*.desktop: Show the icons in the menus of Ubuntu/Xubuntu/Edubuntu, + as we get a decent error dialog if PyQt is not installed. + + -- Till Kamppeter Thu, 9 Aug 2007 18:30:55 +0100 + +hplip (1.7.3-0ubuntu4) gutsy; urgency=low + + * Restore Scott's change from 0.9.11-2ubuntu3 in Edgy, apparently lost + along the way: + - Remove stop links from rc0 and rc6. + + -- Colin Watson Wed, 25 Jul 2007 09:03:13 +0100 + +hplip (1.7.3-0ubuntu3) gutsy; urgency=low + + * debian/control: Remove version numbers from libsnmp-dev build + dependency, so that package builds with arbitrary versions of + libsnmp. + + -- Till Kamppeter Thu, 31 May 2007 15:30:55 +0100 + +hplip (1.7.3-0ubuntu2) gutsy; urgency=low + + * debian/control: Make the dependencies of the "hpijs" package also be + satisfied by "ghostscript" instead of only "gs-...", due to "gs-gpl" + having been renamed to "ghostscript" after the ESP/GPL Ghostscript + merger. + + -- Till Kamppeter Thu, 24 May 2007 11:30:55 +0100 + +hplip (1.7.3-0ubuntu1) feisty; urgency=low + + * New upstream release (closes: LP#82546, LP#83936, LP#85805, LP#87695, + LP#92237, LP#94013, LP#94015, LP#94823, LP#95489) + * HPLIP 1.7.3 + + Added the tag to hpijs-generator.in. This will remove + the extra foomatic PJL options from most HP LaserJet PPD + files. The extra foomatic PJL options caused some HPIJS PCL data + issues. This fixes a "PCL XL error" on LJ1010/1012 that can + occur on different PCs (closes: LP#92237). + + Fixed defect (An error occurs when send a fax coverpage with "&" + or "<" character in Regarding or Optional Message field.) + + Removed banner pages from fax print settings + + Altered hpfax: device discovery output to match hp: scheme (CUPS + 1.2 only) + + Removed the wait cursor during the password entry screen + [reported by Johannes] + + Added error messages and suppressed content in toolbox when + device is not found or unsupported + + A new configure option was added --enable-cups11-build, this + option controls the hp/hpfax device discovery message when no + devices are found. If needed, this option provides backward + compatibility with CUPS 1.1.x applications. + With --enable-cups11-build set the "no_device_found" message is + displayed during device discovery by the "hp" backend. + With --disable-cups11-build (default) set the backend prints a + scheme based on the following conditions. + Condition 1 - no daemons + output nothing stdout return exit 1 + Condition 2 - daemons running, no HP devices, output scheme + direct hp "Unknown" "HP Printer (HPLIP)" return exit 0 + Condition 3 - daemons running, HP printer found, output URI + direct hp:/... "hp model" "HP model HPLIP" "deviceid" + return exit 0 + (closes: LP#87695) + + Changed the way that hp-setup was being launched from the + toolbox, it was hanging on Edgy + + Added Tools > Printer Information + + Added a check for 'lpr' for Debian installation (to force + install of cupsys-bsd) + + Moved the password prompt in the text/CLI installer past the + distro confirm/select prompts to handle a problem with Mepis + + Made a change to determine if networking is working during + installation. + + Added a private copy of sanei_init_debug to libsane-hpaio. This + will remove the libsane.so dependency which was a problem for + WINE. + + Fixed defect (PPD file "foomatic:HP-PSC_2400-hpijs.ppd" can not + be found when set up PSC 2400 in interactive mode, closes + LP#95489) + + Fixed a page update defect in the toolbox (when switching + devices, update page correctly) + + Re-wrote hpaioAdvanceDocument function in libsane-hpaio. This + change only effects SCL scanners with an ADF (ie: inkjet + all-in-ones). This fixes a double-feed ADF issue which occurred + when scanning a single page. + + Fixed defect (An unexpected error occurs when perform color + calibration job in GUI mode on photosmart c7180.) + + Some toolbox UI improvements + + Converted hp-print to new UI + + Fixed some defects in scrollprintview and devmgr + + Added network detection to text/CLI installer + + Toolbox internal/built-in print utility + + Added password entry and validation to text/CLI installer + + Fixed an issue when the ~/.hplip.conf file is not present on 1st + run, the hp-setup run as root owns the file and doesn't allow the + regular user to write to it. + + Fixed defect (hp-setup -i can not setup a printer Photosmart + c3100 which has multiple possible PPD files.) + + Some visual updates to the toolbox + + Fixed defect (DJ 4x0 power/battery settings not staying set) + + Added a confirmation dialog to device remove in the toolbox + + Linked quality and printoutmode in print settings + + Switched [x] Enable style controls to (*) On ( ) Off style in + print settings + + Supply icons auto generate (removed supply PNG icons from + data/images) + + Fixed an issue with r_values in supplies processing + + Added type 12 head support for PS33xx, PSC61xx, etc. + + Fixed defect (The Print Settings of Fax device are invalid) + + Fixed issue where L7xxx color cal wasn't showing the load paper UI + + Fixed defect (The command "hp-setup -i" can not work normally) + + Fixed defect (The setup process will hang up when modify the fax + name to a name which contains more than 104 characters on setup + UI.) + + Changed magic.py to better handle text/plain vs. data detection + + Added last used working directory support to hp-sendfax, + hp-print, and hp-unload + * HPLIP 1.7.2 (Not published as Ubuntu or Debian package) + + Fixed defect (The fax file is printed out by the sender when use + printer name with "-p" parameter to perform a fax job.) + + Added CUPS fax queues to Print Settings and Print Control tabs + + Added PQ Diag type 2, align type 12, color cal type 6, and LF + cal type 2 for Officejet Pro L7xxx + + Added agent types 20 and 21 for Officejet Pro L7xxx + + Fixed defect (There is no response when click "About" in the + "Help" menu in the toolbox window.) + + Fixed defect (Function Commands configuration was disabled) + + Fixed an issue where the ending banner page combo box would not + show the proper setting if it were not 'none' + + Fixed defect (An error occurs when select other ppd files from + toolbox to setup) + + Fixed defect (The command "hp-setup -i" can not work normally) + + Fixed defect (The output of "-t" parameter is not the same as + "--prettyprint" parameter when send a fax job using pretty + printing for text files.) + + Fixed defect (An error occurs when enter "#" in Fax Name field + on "Enter Printer Information" window during setting up a + printer.) + + Fixed defect (Print outcomes are not full when set the "Page + Orientation" as "Landscape" on "Print Settings" table.) [added + "Fit to page" option in image printing section of Print Settings + tab.] + + Moved installer/images/xxx files from SCRIPT to DATA install in + Makefile.am. + + Fixed non-functioning printer control in hp-toolbox + + Fixed an issue with the settings dialog not working [reported by + Johannes] + + Additional fixes to get PPD file handling working on Edgy and + Feisty for CUPS 1.2. + + Fixes for CUPS 1.2 and auto-generated PPD files for Feisty Fawn + [reported by Till] (closes: LP#95489) + + Fixed potential subscript array overflow in pcard/fat.c + (reported by Suse). + + Fixed an issue reported by Till with the device string returned + by hpfax: + + Fixed an issue in in the NoDeviceForm (missing __tr() method) + + Fixed defect (Ubuntu Fiesty Herd 3 - ppd file w/hp-setup + problem) [implemented change to PPD file enumeration for CUPS 1.2 + as suggested by Till] (closes: LP#95489) + + Added banner pages to print settings (job-sheets) + + Fixed problem with watermark angle text in print settings (utf-8 + decoding) + + Added libusb-devel check to configure.in. + + Added image printing settings to toolbox print settings + + Added print adjustment settings to toolbox print settings + + Enhanced the default button behavior in toolbox print settings + + Removed sticky print settings from hp-print + + hp_laserjet_p2015_series: Changed embedded-server-type from '0' + to '1' + + hp_laserjet_p2015_series: Changed panel-check-type from '0' to '1' + + Fixed a traceback in hpfax: if HPLIP is not running during + device detection (closes: LP#83936) + + Added print job icons to indicate print job status + + Updated some status icons + + Fixed defect (An unexpected error occurs when enter hp-makecopies + -d -m1 -n in terminal) + + Fixed defect ("See Also:hp-colorcal" should not occur in the + explanation for the hp-colorcal command on hplip website.) + + Fixed defect (Refresh All button can not work on build + hplip-1.7.1 public release.) + + Fixed an issue in hpssd that caused history items in the ring + buffer to slotted incorrectly + + Added duplexer detection to the "sides" setting in the toolbox + Print Settings (no "sides" selection if duplexer == 0) + + Added new, more useful icons to the status list in the toolbox + + Major toolbox (Device Manager) upgrade/redesign + + Added printer settings tab (sets printer options in + ~/.cups/lpoptions) + + Removed panel tab (merged panel with status tab) + + Redo of functions tab (new layout) + + Redo of status tab (new icons, layout, inclusion of front panel + display) + + Front panel display will show device panel if available, + otherwise most recent status text + + Redo of supplies tab (new layout) + + Redo of print jobs tab (now called printer control) (print + control widget, new layout, etc) + + hpssd will not store multiple history items with the same error + code (last one gets replaced) + + About box upgraded + + cupsext extended in functionality (ppd, options, etc) + + Removed trailing white space in IEEE 1284 model name. This will + fix URIs that have a trailing "_" character in the model + name. This issue crept back into the hpiod code after the libusb + update (closes: LP#85805). + + Fixed an issue in hp-check that caused a traceback if + '/etc/sane.d/dll.conf' is missing + + Added some more bug messages to hpaio. + + Fixed a traceback in hp-levels reported on the mailing list (defect) + + Set the device list column width in the toolbox splitter to be + more narrow by default + + Added the toolbox software version to the Device Manager about dialog + * HPIJS 2.7.2 + + Fixed media type for maxdpi printmode for vip printers and its + derivatives + + Fixed the cause of carriage stall error in C41xx printers + + Added support for the following new printer(s). + * Officejet Pro L7300 series (OJProKx50) + * Officejet Pro L7500 series (OJProKx50) + * Officejet Pro L7600 series (OJProKx50) + * Officejet Pro L7700 series (OJProKx50) + * HP Officejet Pro K5300 series (OJProKx50) + * HP Officejet Pro K5400 series (OJProKx50) + * HP Officejet J5700 series (DJGenericVIP) + OJProKx50 is derived from DJGenericVIP. + * 80_laserjet1100_fix.dpatch: Fixed problem of accessing an HP LaserJet 1100 + on the parallel port (reported in LP#98520). + * 82_scrolltool_py_deskjet_d4100_claen_device_not_found.dpatch: Fixed problem + of Python traceback when DeskJet 4100 not accessible (e. g. turned off), + reported in LP#98520 by Aaron Albright. + * 84_align10form_py_deskjet_5440_head_align.dpatch: Fixed problem of head + alignment GUI not working for DeskJet 5440 (closes: LP#98920). + * Removed patches 00_01_hplevels_fix.dpatch, + 80_hpijs_deskjet_d41xx_hangs.dpatch, + 85_hpfax_crash_when_hpssd_not_running.dpatch, + 90_hpfax_bad_lpinfo_-v_output.dpatch, merged upstream. + * Remade patch 14_charsign_fixes.dpatch, most of it was merged upstream. + * 61_noqt_message.dpatch: Improved error message which appears when + HPLIP utilities are called from the menu but PyQt is not installed + (closes: LP#86893).. + * Modified the debian/*.desktop files so that the environment variable + "STARTED_FROM_MENU=1" is set to make the utilities showing the + GTK-based error message window when called from the menu and PyQt is + not installed (closes: LP#86893). + * Added "NoDisplay=true" to the debian/*.desktop files so that the menu + entries for the HPLIP tools are hidden by default (closes: LP#67892). + * Fixed the pelling of the icon file names in the debian/*.desktop files + (closes: LP#88290). + * Removed debian/hp-toolbox.desktop, it was a duplicate menu entry for the + HP Toolbox. + * debian/hplip.postinst: Added clean-up for the ownerships of the user's + .hplip.conf files. hp-setup of HPLIP 1.7.1 (and perhaps some older + versions) created it with root ownerships and this made hp-toolbox not + starting (closes: LP#99326). + + -- Till Kamppeter Tue, 3 Apr 2007 16:40:55 +0100 + +hplip (1.7.1-1ubuntu2) feisty; urgency=low + + * 80_hpijs_deskjet_d41xx_hangs.dpatch: Applied offical patch from HP + (1.7.1-1), fixes DeskJet D41xx hanging on second job. + * 85_hpfax_crash_when_hpssd_not_running.dpatch: Fixes hpfax CUPS backend + crash when HPLIP daemons are not running (closes: LP#83936). + * 90_hpfax_bad_lpinfo_-v_output.dpatch: Fixes hpfax CUPS backend returning + an "hp:/..." URI instead of an "hpfax:/..." URI to CUPS. + + -- Till Kamppeter Wed, 14 Feb 2007 12:58:47 +0000 + +hplip (1.7.1-1ubuntu1) feisty; urgency=low + + * Merge from debian CVS (closes: LP#60242, LP#66830, + LP#74809, LP#77307), remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + * debian/hplip.postrm: Suppress error on uninstalling HPLIP when "scanner" + is not empty. + * 61_noqt_message.dpatch: Removed, functionality implemented upstream. + * 70_no_fail_on_bad_locales.dpatch: Rediff. + * debian/control: Added missing "libsane-dev" to Build-Depends. + * debian/hplip.install: Removed usr/lib/libsane*.so.*, not needed any more. + + -- Till Kamppeter Mon, 29 Jan 2007 12:58:47 +0000 + +hplip (1.7.1-1) unstable; urgency=low + + * New Upstream source + * HPLIP 1.7.1: + + Fixed uninitilized pointer in hplip_api library. + + Got some newer inkjet all-in-ones working with hp-makecopies: + + photosmart_c5100_series: Changed copy-type from '0' to '3' + + photosmart_c6100_series: Changed copy-type from '0' to '3' + + photosmart_c7100_series: Changed copy-type from '0' to '3' + + photosmart_3100_series: Changed copy-type from '0' to '3' + + photosmart_3200_series: Changed copy-type from '0' to '3' + + photosmart_3300_series: Changed copy-type from '0' to '3' + + Added a "last used device URI" feature to all utilities/UIs + + Added a device refresh after the job cancel function in the toolbox + + Fixed defect (hp-setup -u no devices ,

, etc. characters in + error log) + + Fixed sane_start: "Document feeder out of documents" problem with + LJ3300 MFP which have no ADF. + + Fixed defect (Test email text update) + + Improved progress dialog behaviour and messaging in hp-sendfax + + Fixed defect (The counter of selected picture in status bar does + not work if selecting picture by drag action.) + + Fixed defect (The "Show Thumbnail" item still appears after + executing "Show Thumbnails" operation if the picture does not support + "show thumbnail" function.) + + Implemented enhancement (Have front panel tab appear when supported + by printer) + + Fixed defect (The fax job can not be done while executing + 'hp-sendfax -n' in terminal on Fedora Core 6 32bit OS.) + + photosmart_c7100_series: Changed pcard-type from '2' to '1' + + Added feature (Fax Address Book also should be added on the Tools & + Settings tab in toolbox for usability.) + + Fixed defect (The printer still appears in the device list while + deleting the printer from CUPS.) + + Added feature: Toolbox device list auto refreshes after device is + added using hp-setup from toolbox + + Fixed an issue with ChoosePrinterDlg2 + + Re-wired "Configure Print Settings" in the toolbox to go directly + to the correct settings page for the printer + + Fixed an issue with toolbox auto refresh settings save in + ~/.hplip.conf + + Fixed defect (New Fax Address can not be listed in Individual(s) + and Group(s) fields of Recipients tab on Debian 3.1 32bit OS.) + + Fixed defect (The address can not be added to a group through edit + function in Fax Address Book.) + + Fixed defect (Help button is ineffective after clicking Align + Cartridges in Toolbox on Debian3.1 32bit OS.) + + Added some error checking to struct.unpack() in SLP packet decoding + + Fixed defect (An error occurs when enter "%" in "Print Name" of + "Enter Printer Information" window during setting up a device.) + + Fixed defect (The unloaded file still be showed in "Unload Files + from Photo Card" dialog box after unload it with "Remove selected + files" option in GUI mode.) + + Fixed defect ('.bmp' type file can not be directly added to a fax + job though this file type is listed in the Direct Allowable Types + list. ) + + Fixed problem with adding XPM files to hp-sendfax + + Removed extraneous MIME types from hp-sendfax allowable types + + Changed auto refresh update range to 5-60 sec. + + Merged PyQt polling fix (should fix faxing on systems with PyQt + 3.16 or 3.17) + + Added page range validation to hp-print (disallows ranges like "-2" + and "2-") + + Fixed defect 1291 (The plain-text type file which begins with + character "/*" can not be added rendered by the fax driver.) [Pretty + printing checkbox added to hp-print and hp-sendfax. Off by default.] + * HPIJS 2.7.1: + + Moved PSC 21XX from DJ9xxVIP to DJGenericVIP - these printers can + do fullbleed printing on 4x6 media + + Added a new printmode, photonormal for DJ9xxVIP to enable printers + without media sensors to print to photo media + * dpatch 00_01_upstream-fix-libusb-bigendian: removed, it is in 1.6.12 + * dpatch 00_02_upstream-fix-pragma-pack: removed, it is in 1.6.12 + * dpatch 10_shebang_fixes.dpatch: rediff + * dpatch 14_charsign_fixes: rediff + * dpatch 00_01_hplevels_fix (new): fixes showstopper bug in hp-levels + * debian/hplip.links: add link for hp-firmware + * debian/rules: use dh_clean without -k on install-stamp target, without + it we corrupt the changes file for the next build unless the clean + target was being invoked (as clean already had a dh_clean call) + * debian/control: suggest kdebase-bin (for kdesu) or gksu, as hp-toolbox + can use them + + -- Henrique de Moraes Holschuh Sun, 28 Jan 2007 15:59:50 -0200 + +hplip (1.6.12-1) UNRELEASED; urgency=low + + * New Upstream source + * HPLIP 1.6.12: + + Incorporated the following upstream change requests + from Red Hat: + 1. Removed IANA comment from hplip.conf. + 2. Added libm library check to configure.in. + 3. Added some IPP "STATE:" messages for CUPS 1.2 in the "hp" + backend. + + Applied 'hplip-loop' patch from Tim Waugh [changes hpssd.py async + loop timeout from 0.5 to 5.0 sec]. + + Fixed defect (The fax setup failed when executing hp-setup with + serial number USB ID parameter in terminal in Fedora Core6 32bit + OS.) + + Fixed defect ([hp-setup] device i/o error no way to cancel or go + back.) + + Fixed defect (The edit function can not be executed when changing + fax number only in Fax Address Book.) + + Fixed defect (The fax number and fax name was exchanged on the + "Finished Adding printer" page.) + + Fixed defect (Parameter "-bcups" of hp-probe command is disabled.) + + Fixed a potential batch scanning memory leak in libsane-hpaio with + scanimage version 1.0.18 or higher. + + Fixed defect (A blank screen is displayed while executing + "hp-check -lerror" in the terminal.) + + Fixed defect (The queue message of processing page is displayed + twice when executing a fax job with multi-pages in terminal in + Fedora core6.) + + Fixed a traceback in hp-check caused when non-HPLIP backends are + encountered in CUPS. [reported by user on mailing list] + + Fixed defect (The duplicate Nickname can be added to the Fax + Addresses by editing function.) + + photosmart_c6100_series: Changed copy-type from '3' to '0' [Note: + Make copies is temp. disabled for all inkjet AiOs] + + Replaced "pragma pack(1)" with "__attribute__ ((packed))" in all + C/C++ structures. This was needed for the ARM gcc compiler. + + Removed the libusb little-endian conversion in hpiod. This + conversion was not needed for big-endian systems because the usbfs + takes care of the big-endian to little-endian conversion. + + Added SANE_DEBUG_HPAIO support to libsane-hpaio + + Finished enhancement (Add mDNS/Bonjour/Rendezvous support to + hp-probe). + + Marked SANE_I18N text strings for localization in libsane-hpaio. + + Added checks to make sure conf files exist and have no errors. + + Reorganized include files in libsane-hpaio. + + Enhancement: HPSSD performance/code cleanup modifications (several + functions moved from hpssd to client code). + + Fax files are stored in temp files by hpssd rather than in memory. + + Fixed a problem with lineart scanning using MMR compression on + Laserjets. + + Workaround added for (Launch of hp-setup from hp-toolbox leads to + error [reported by Johannes]) [Added error dialog if gksu or kdesu + not found] + + Added the ability to quit in additional places for the color + alignment command-line tool and cleaned up some wording with-in the + command-line tool. + + Fixed defect (Allow [SERIAL NO.|USB bus:device|IP| DEVNODE] to be + used with -u) + + Fixed defect (The "remove of all files" - radio button is always + grayed-out in the hp-unload interface, so have removed it for now). + This was fixed by removing the radio button since we will not + support this functionality at this time. + + Applied the Ubuntu provided 61_noqt_message.dpatch with changes + [supplied by Matthias Klose with Ubuntu] + + Added missing time import in setupform.py. + + Fixed a problem with event forwarding in hpssd. + + Fixed a problem with device status refresh in hp-sendfax (hpssd + bug) + + Moved hplip_api code to separate "api" directory. + + Added hplip_api support for reading the new models.dat files. The + new models.dat file replaces the .xml files. For third-party + applications, the preferred way to read the models.dat file is to + use the hplip_api. The hplip_api can be used to get model attributes + without running the HPLIP daemons. See hplip_api.h for reference. + + Fixed defect (These Examples in usage of hp-setup that would work + in non-interactive mode should specify -i parameter.) + + Fixed defect (hp-print UI not usable on 800x600 screen w/GNOME) + * HPIJS 2.6.12: + + Made hplip_api calls in hpijs conditional at compile time. The + hpijs configure flag "hplip-build" will determine if hplip_api calls + are used. + + Added support for the following new printer(s). + + Color LaserJet CP4005 (LJColor/PS) + + LaserJet M5025 MFP (LJMono/PS) + + LaserJet M3027 MFP (LJMono/PS) + * This upstream version was never built or released by Debian + + -- Henrique de Moraes Holschuh Thu, 25 Jan 2007 23:53:53 -0200 + +hplip (1.6.10-3ubuntu3) feisty; urgency=low + + * Fixed hplip.desktop and added hplip-kubuntu.desktop. + Kubuntu doesn't have any application categorised in "Settings" + so that results a crappy Kmenu. The hplip.desktop file will not + show in KDE, and the kubuntu one, only shows in KDE, in + "System" section. + + -- Anthony Mercatante Sat, 20 Jan 2007 03:28:47 +0100 + +hplip (1.6.10-3ubuntu2) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:17:54 +0000 + +hplip (1.6.10-3ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + - "NoQt message" patch. + - Added lines + usr/lib/libsane*.so.* + usr/lib/sane/libsane*.so.* + to debian/hplip.install to assure that scanning works. + + -- Till Kamppeter Tue, 19 Dec 2006 20:28:47 +0100 + +hplip (1.6.10-3) unstable; urgency=high + + * dpatch 00_01_upstream-fix-libusb-bigendian (new): Do not hto* libusb + stuff, it does so by itself (at least on the non-ancient versions), + backport from upstream 1.6.12-rc3 (closes: #401530) + * dpatch 00_02_upstream-fix-pragma-pack (new): Do not use pragma pack, use + attribute packed instead, backport from upstream 1.6.12-rc3 + + -- Henrique de Moraes Holschuh Mon, 18 Dec 2006 10:27:31 -0200 + +hplip (1.6.10-2ubuntu2) feisty; urgency=low + + * Added again missing libsane-hpaio.so.1.0.0 library. It seems that + Debian is not taking care of the missing scanner driver. Fixes + LP#65908 again. + + -- Till Kamppeter Mon, 11 Dec 2006 10:28:47 +0100 + +hplip (1.6.10-2ubuntu1) feisty; urgency=low + + * Synchronize with Debian CVS; remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + - "NoQt message" patch. + * Remove obsolete patches: debian/patches/80_no-compiler.h.dpatch. + + -- Matthias Klose Mon, 4 Dec 2006 16:24:01 +0100 + +hplip (1.6.10-2) unstable; urgency=low + + * debian/control: hpijs: Add versioned replaces on hpijs-ppds, hplip-ppds + for Fax PPD file move into hpijs package, that happened on 1.6.10-1 + (closes: #395862, #395847) + * debian/control: build-depend on patch >= 2.5.9-3bpo1 due to our use + of the Debian-specific -U flag for dpatch, introduced by + 2.5.9-4/2.5.9-3pbo1; build-depend on findutils >= 4.2.25 due to our use + of xargs -d. Thanks to Sylvain Beucler for noticing and + reporting these problems + + -- Henrique de Moraes Holschuh Sat, 28 Oct 2006 09:14:09 -0300 + +hplip (1.6.10-1) unstable; urgency=medium + + * New upstream source (closes: #393940, #395165) + * HPLIP 1.6.10: + + Fixed defect: hp-print and hp-sendfax: an error occurs while + executing hp-print with invalid device URI or the printer name + in CLI + + Removed batch scanning sane_cancel dependency. This fixes a + problem with scanimage version 1.0.18 or higher + (closes: #382648, #382652) + + Fixed defect: GUI Install - hp-setup - Does Not Finish + + Added icons to toolbox function page buttons + + Added make copies support for some inkjet AiO devices + + Added hp-timedate utility + + Simplified some text in hp-setup -u + + Fixed defect: the Timeout value for searching printer shouldn't + be able to set as value larger than 45 secs in HP Device Manager + + Made GUI mode the default for hp-setup + + Fixed defect: error occurs while manually finding the network + printers in HP Device Manager + + Made the "Find" button on the Manual Find dialog the default + button + + Added "Setup New Device..." in Toolbox + + Added "Remove Device..." in Toolbox + + Reworked "No Devices Found" dialog + + Fixed defect: Multi PPD files were found while installing the + Photosmart D5160 through hp-setup + + Fixed defect: hp-setup -u default window size needs to be a tad + larger + + Fixed defect: hp-setup -u par device detection problem + + Fixed defect: the "Location" and "Description" for Fax Information + also should be available while setup the device over hp-setup in + GUI mode + + Added additional fax name and printer name checking + + Fixed defect: hp-setup -u manually find usb device not manually + working + + Fixed defect: hp-setup -u Location/Desscription text field limits + + Fixed defect: hp-setup -u help button does not function + * HPIJS 2.6.10: + + Added support for the following new printer(s) + + LaserJet P2015 series (LJMono/PS) + + LaserJet M3035 MFP (LJMono/PS) + + LaserJet M5035 MFP (LJMono/PS) + + LaserJet M4345 mfp (LJMono/PS) + + LaserJet P3005 (LJMono/PS) + + LaserJet P3004 (LJMono/PS) + + Color LaserJet 2700 (PS) + + Color LaserJet CM1015 (PS) (no scanning yet) + + Color LaserJet CM1017 (PS) (no scanning yet) + * dpatches 50_ui-supportform-cleanups, 55_ui-supportform-debian (remove): + these patches were already disabled, and we are not going to enable them + back anytime soon anyway + * hplip.links: ship link for hp-timedate + * Makefile.am: fix borked install-exec-hook that broke libsane-hpaio + install (borkage added by upstream on 1.6.9), thanks to Matthias Klose + for forwading the bug report from Ubuntu + * debian/rules: correct paths to platform.h and auto-include.h, thanks + to Matthias Klose from Ubuntu + * debian/rules, debian/control: do the proper thing for binNMU safety, + and also simplify the various package relationships as much as we can: + hpijs-ppds: now depend on hpijs (versioned >=). hpijs: remove conflicts + with non-compatible ppd packages, and version suggests on hpijs-ppds + strictly. hplip-dbg: depend strictly on the version of hplip and hpijs + the debug symbols came from. hplip: suggest hpijs and hpijs-ppds with + >= version. This does allow the user to do stupid things if he really + wants, but given the ammount of arch any/all mixes in this set of + packages, attempting to get it perfect only causes headaches while + upgrading (and it is also nearly impossible) + * hplip.init: tell user to reinstall hplip if the statoverrides are + missing (closes: #393271) + + -- Henrique de Moraes Holschuh Thu, 26 Oct 2006 13:22:56 -0300 + +hplip (1.6.9-1) UNRELEASED; urgency=low + + * New upstream source + * HPLIP 1.6.9: + + Fixed defect: Printer supplies listed in "random" order + + Fixed defect: Don't report hpfax:/no_devices_found in CUPS 1.2 + + Fixed network printer detection (SLP) + + Added hp-probe back + + Fixed defect: The HP Fax URI could not be showed if executing + hp-makeuri with parameter "--fax" in the terminal + + Fixed defect: The "Add to List" button for Coverpage would be + grayed out after sent a fax job including Coverpage + + Fixed defect: An unexpected error occurred when add a FAB entry + using the space as the fist character of the entry name + + Made some misc. input validation improvements to hp-fab -i + + Changed print code so that it can use lpr or lp depending on + what is installed (lpr=default) + + Fixed defect: hp-unload only works with ASCII char's + + Fixed defect: hp-unload gives incorrect permissions bits. + hp-unload will save files with permissions of 0600. + + Fixed a laserjet scanning problem in hpiod + + Changed the 1284.4/MLC setup command for CLJ2840/LJ3050/LJ3055 + + Cleaned up PML errors occuring on DJ 4xx when doing dynamic + counters + + Fixed status-dynamic-counters value for DJ 460 + + Fixed defect: Toolbox cannot be launched successfully after setup + + Added code to cleanup spinner from text UIs + + Fixed defect: The fax job could not be sent while sending fax in + non-interactive mode + + Fixed defect: The value of Notes for an FAB entry cannot be + displayed correctly while the entry was added completely in + interactive mode + + Fixed defect: An error occurs while executing hp-sendfax in + non-interactive mode with the device disconnected + + Fixed defect: The .g3 file could not be added to the Items List + and could not be sent + + Fixed defect: The fax job could not be sent in non-interactive mode + + Added scan-style and fit-to-page fix to hp-makecopies + + Added scaling=100 to hp-sendfax. + + Moved Qt import in hp-toolbox and hp-print to after command line + processing + * HPIJS 2.6.9: + + Added support CD/DVD label printing (ie: PS D5100) + + Added support for the following new printer(s) + + PhotoSmart A310 series (DJGenericVIP) + + PhotoSmart C5100 series (DJGenericVIP) + + PhotoSmart C6100 series (DJGenericVIP) + + PhotoSmart C7100 series (DJGenericVIP) + + PhotoSmart D5100 series (DJGenericVIP) + + PhotoSmart D5060 series (DJGenericVIP) + + PhotoSmart Pro B8300 series (DJGenericVIP) + * debian/control: change -dbg package to priority extra, and place + hplip-ppds on section utils (to match ftp-master override file) + * Disable new libhpprop dynamic loading in hpijs ljjetready driver, + until we know for sure what it is and the code is fixed not to break + strict aliasing rules (and to use libtool) + * Fix some real and some cosmetic issues with the new Makefile.am and + configure.in files from upstream + * hplip.links: add hp-probe + * control: recommend both hpijs and linuxprinting.org PPD packages, + not just one or the other for package hplip + * hpijs: ship fax PPD in the hpijs binary package, and not in the + catch-all hpijs-ppds package. The reason for this is that many printers + need hpijs only for the fax functionality + * hplip.README.Debian: mention faxing, hpijs and python-reportlab for + covers + + -- Henrique de Moraes Holschuh Mon, 2 Oct 2006 16:25:00 -0300 + +hplip (1.6.9-0ubuntu2) edgy; urgency=low + + * Add missing libsane-hpaio.so.1.0.0 library. Ubuntu #65908. + + -- Matthias Klose Fri, 13 Oct 2006 15:28:47 +0000 + +hplip (1.6.9-0ubuntu1) edgy; urgency=low + + * Synchronize with Debian CVS; remaining changes: + - Add hplip to scanner group. + - Additional patches 70_no_fail_on_bad_locales, 80_no-compiler.h. + - Shuffling of hplip's recommendations/suggestions. + - Remove hplip's shutdown and reboot links. + - Splitting of desktop files, menu entries hidden by default. + - udev rules for MFP devices. + - Don't compress single files to make the package smaller. + * Restore and update the "NoQt message" patch, introduced in + 0.9.7-4ubuntu1, dropped later. + + -- Matthias Klose Wed, 11 Oct 2006 14:00:11 +0200 + +hplip (1.6.9-1) unreleased; urgency=low + + * New upstream source + * HPLIP 1.6.9: + + Fixed defect: Printer supplies listed in "random" order + + Fixed defect: Don't report hpfax:/no_devices_found in CUPS 1.2 + + Fixed network printer detection (SLP) + + Added hp-probe back + + Fixed defect: The HP Fax URI could not be showed if executing + hp-makeuri with parameter "--fax" in the terminal + + Fixed defect: The "Add to List" button for Coverpage would be + grayed out after sent a fax job including Coverpage + + Fixed defect: An unexpected error occurred when add a FAB entry + using the space as the fist character of the entry name + + Made some misc. input validation improvements to hp-fab -i + + Changed print code so that it can use lpr or lp depending on + what is installed (lpr=default) + + Fixed defect: hp-unload only works with ASCII char's + + Fixed defect: hp-unload gives incorrect permissions bits. + hp-unload will save files with permissions of 0600. + + Fixed a laserjet scanning problem in hpiod + + Changed the 1284.4/MLC setup command for CLJ2840/LJ3050/LJ3055 + + Cleaned up PML errors occuring on DJ 4xx when doing dynamic + counters + + Fixed status-dynamic-counters value for DJ 460 + + Fixed defect: Toolbox cannot be launched successfully after setup + + Added code to cleanup spinner from text UIs + + Fixed defect: The fax job could not be sent while sending fax in + non-interactive mode + + Fixed defect: The value of Notes for an FAB entry cannot be + displayed correctly while the entry was added completely in + interactive mode + + Fixed defect: An error occurs while executing hp-sendfax in + non-interactive mode with the device disconnected + + Fixed defect: The .g3 file could not be added to the Items List + and could not be sent + + Fixed defect: The fax job could not be sent in non-interactive mode + + Added scan-style and fit-to-page fix to hp-makecopies + + Added scaling=100 to hp-sendfax. + + Moved Qt import in hp-toolbox and hp-print to after command line + processing + * HPIJS 2.6.9: + + Added support CD/DVD label printing (ie: PS D5100) + + Added support for the following new printer(s) + + PhotoSmart A310 series (DJGenericVIP) + + PhotoSmart C5100 series (DJGenericVIP) + + PhotoSmart C6100 series (DJGenericVIP) + + PhotoSmart C7100 series (DJGenericVIP) + + PhotoSmart D5100 series (DJGenericVIP) + + PhotoSmart D5060 series (DJGenericVIP) + + PhotoSmart Pro B8300 series (DJGenericVIP) + * debian/control: change -dbg package to priority extra, and place + hplip-ppds on section utils (to match ftp-master override file) + * Disable new libhpprop dynamic loading in hpijs ljjetready driver, + until we know for sure what it is and the code is fixed not to break + strict aliasing rules (and to use libtool) + * Fix some real and some cosmetic issues with the new Makefile.am and + configure.in files from upstream + * hplip.links: add hp-probe + * control: recommend both hpijs and linuxprinting.org PPD packages, + not just one or the other for package hplip + * hpijs: ship fax PPD in the hpijs binary package, and not in the + catch-all hpijs-ppds package. The reason for this is that many printers + need hpijs only for the fax functionality + * hplip.README.Debian: mention faxing, hpijs and python-reportlab for + covers + + -- Henrique de Moraes Holschuh Mon, 2 Oct 2006 16:25:00 -0300 + +hplip (1.6.7-2ubuntu2) edgy; urgency=low + + * revert the Breaks usage and turn it into a Conflict to avoid + having to backport apt/dpkg/python-apt for the upgrade + (see bug: #54234 for the rational) + + -- Michael Vogt Tue, 26 Sep 2006 20:19:21 +0200 + +hplip (1.6.7-2ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + * Removed patches 50_ui-supportform-cleanups.dpatch and + 55_ui-supportform-debian.dpatch, there is no support window in the HP + toolbox any more. + * HPLIP (file io/hpiod/usbext.h) includes linux/compiler.h which is not + part of Ubuntu Linux and not needed. Removed the include with patch + 80_no-compiler.h.dpatch. + * debian/control: Let the "Conflicts:" of hpijs-ppds be only a "Breaks:" + to facilitate an update from the previous version when both hpijs and + hpijs-ppds are installed. + + -- Till Kamppeter Fri, 15 Sep 2006 18:00:07 +0200 + +hplip (1.6.7-2) unstable; urgency=low + + * Transition to python 2.4, just rebuild (closes: #380845) + * Add python post-rtupdate handler to restart hplip, just in case + + -- Henrique de Moraes Holschuh Tue, 15 Aug 2006 00:35:27 -0300 + +hplip (1.6.7-1) unstable; urgency=low + + * The "I could easily start hating python because of them" release + * New upstream source (closes: #378401, #377265) + * HPLIP 1.6.7: + + Changed from dynamic IP ports to static IANA IP ports for hpiod + (2208) and hpssd (2207) + + Fixed defect: the valid letter and number for gray plot could not be + entered while executing hp-colorcal in terminal + + Fixed defect: the fax job could not be sent in non-interactive mode + + Move test page to last function with hp-setup + + Fixed defect: hp-setup would not select correct ppd file for some + models + + Removed Uni-di check code from device.Device.__openChannel() + + Fixed a problem that caused the fax wrong configuration error to + appear in error + + Fixed defect: the interactive and GUI mode for hp-fab can be entered + while executing hp-fab with parameter -i and -u + + Fixed defect with DeskJet 5540: traceback during align click from + toolbox + + Added non-interactive mode (-n) to hp-sendfax + + Added interactive mode (-i) to hp-fab. + + Fixed defect: the reduction was set to 25% automatically while + setting the Reduction/enlargement override 25-400%.) + + Added hp-makecopies + + Fixed defect: CUPS 1.2 does not auto-associate the PPD file to the + fax URI + * HPIJS 1.6.7: + + Added support for the following new printers: + + Photosmart D6100 series (DJGenericVIP) + + Photosmart D7100 series (DJGenericVIP) + * dpatch 00_01_upstream-1.6.6-1.dpatch (remove): applied upstream + * dpatch 20_fix_warnings (remove): accepted upstream + * dpatch 60_lp_instead_of_lpr (remove): accepted upstream + * Python policy changes (closes: #380845): + + Build-depend on debhelper (>= 5.0.37.2), python-support (>= 0.3) + + Add debian/pycompat with a content of "2" + + Call dh_pysupport in debian/rules, and move dh_installinit after + it for postinst scriptlet sanity + * hplip.init: Make sure to set permission of hpssd files in case the user + changed the suid/sgid information (closes: #372537) + * debian/control: remove redundant python build-dependency, as we have + python-dev already + * hplip.links: remove link for hp-photo, as that utility does not exist + anymore; add new hp-makecopies utility + * Makefile.am: ship copier/ stuff in libexecdir + * debian/rules: make sure we point to the hplip-doc package in hplip.conf + + -- Henrique de Moraes Holschuh Wed, 9 Aug 2006 14:26:00 -0300 + +hplip (1.6.6-1) UNRELEASED; urgency=low + + * The "it is just a number, after all... or is it?" non-release + * New upstream source + + HPLIP has reached maturity, with an 1.x release + + Switch versioning scheme for hplip and hpijs + + CUPS 1.2 compatibility + * HPLIP 1.6.6 (patchlevel 1): + + Fixed broken links in HTML documentation + + Added DOT4Init retry in hpiod. This fixed a intermittent scanning + problem with the HP PSC 3100 + + Changed libsane-hpaio to display any received scan data after I/O + timeout instead of aborting + + Fixed the File Types that can be directly added to the fax job could + not be displayed accurately on Send Fax dialog + + Added 30sec retry and timeout to hpfax + + Added CUPS 1.2 compatible output to hpfax + + Removed DeviceOpen from hp backend. This fixes two problems 1) usblp + will no longer be removed for device discovery 2) device discovery + will no longer cause Inkjets to power-up (closes: #369286) + + Changed hp backend device discovery verbage in order to work better + with CUPS 1.2 + + Fixed status-types for 2006-09 devices (5 --> 2) + + Fixed panel display for older OfficeJets that have VSTATUS + + Fixed "no printers installed, run toolbox, install printer, toolbox + produces error" bug + + Updated hpfax to "No devices found" text and behavior + + Removed extraneous syslog message during parallel port ProbeDevice + + Rewrite of toolbox refresh code. Should fix long running issue + + Fixed HP-Toolbox no activity after an hour causes toolbox to + disconnect from all printers + + Fixed the Job ID for fax job should be displayed in Status tab of + toolbox while starting fax send + + Modified XML schema (and all XML files to comply with it) - + status-type broken out into status-type, status-battery-check, and + status-dynamic-counters + + Made hplip_GetID more bullet proof in hplip_api.c + + Fixed invalid memory free in libsane-hpaio. Only occurred in the + sane_hpaio_open abort path + + Changed 1284.4/MLC credit reply timeout from 2 to 4 seconds in + hpiod. This fixed a problem with 1200dpi uncompressed scanning (ie: + PhotoSmart 2575) + + Removed support dialog (should have been removed in 0.9.11, was + missed) + + Changed Tools and Support pane to include "View Documentation" + rather than "View Support" - opens online docs in browser like + Help | Contents... + + Added sane hpaio.desc file to documentation + * HPIJS 2.6.6: + + Fixed an auto duplex problem in HPIJS + + Fixed gcc 4.1 compiler issues with HPIJS glue code + + Added support for the following new printers: + + Deskjet D4100 series (DJ4100) + + Deskjet D2300 series (DJ3600) + + Deskjet D1360 series (DJ3320) + + Photosmart A430 series (DJGenericVIP) + + Photosmart A510 series (DJGenericVIP) + + Photosmart A710 series (PSP470) + + Photosmart A610 series (PSP470) + + Photosmart C4100 series (DJGenericVIP) + + Photosmart C3100 series (DJGenericVIP) + + Photosmart D7300 series (DJGenericVIP) + + Updated the Ghostscript KRGB patch: Revisited the KRGB buffer + overflow issue with out-of-band data in fill_rectangle and + copy_mono. Changed the fill_rectangle and copy_mono to an inner + loop buffer check instead of a outer loop x/y extent check. + As requested by Ralph Giles, added K 1-bit (KRGB) and 8-bit (KxRGB) + support for KRGB, but only 1-bit is implemented for now + * hpijs-ppds: depend on foomatic-filters as the PPDs require foomatic-rip + to work. Version dependency to a new enough foomatic-rip (available in + stable as well, so this is not strictly needed, but still...) + (closes: #369833) + * hpijs: drop suggestion on foomatic-filters, hpijs doesn't use it for + anything anyway, and the PPDs (who do) now depend on it + * hplip: recommend one of hpijs-ppds or linuxprinting.org-ppds instead of + suggesting both. HPLIP really needs a PPD to do anything useful + * Improve description of the hplip-dbg package a little + * debian/watch: remove outdated URIs, update to version 3 + * dpatch 00_01_upstream-0.9.11-2 (remove): applied upstream + * dpatch 00_01_upstream-1.6.6-1 (new): upstream HPLIP 1.6.6-1 + * dpatch 40_quiet-hpiod (remove): accepted upstream + * dpatch 60_lp_instead_of_lpr: rediff + * dpatches 50_ui-supportform-cleanups, 55_ui-supportform-debian (disable): + upstream removed the supportform, but we may want to add those panes + somewhere else so just disable the patches for now + * dpatch 20_fix_warnings (new): fix broken code in hpijs that caused + warnings + * Remove old KRGB 1.2 patches + + -- Henrique de Moraes Holschuh Fri, 16 Jun 2006 18:44:55 -0300 + +hplip (0.9.11-2ubuntu7) edgy; urgency=low + + * 70_no_fail_on_bad_locales: + - don't fail if the locales can't be set (this breaks upgrades) + * Pre-Depend on python (>= 2.4.3-5). We need a working pyversions + otherwise invoke-rc.d will fail to start hpssd in the postinst + + -- Michael Vogt Mon, 4 Sep 2006 06:37:25 +0200 + +hplip (0.9.11-2ubuntu6) edgy; urgency=low + + * debian/rules: + - applied another debian patch to fix upgrade problem (dapper->edgy) + + -- Michael Vogt Fri, 1 Sep 2006 21:41:33 +0200 + +hplip (0.9.11-2ubuntu5) edgy; urgency=low + + * debian/rules: + - fix the ordering of the rules, this unbreaks the upgrade from + dapper to edgy (lp: #46595) + + -- Michael Vogt Wed, 30 Aug 2006 12:23:21 +0200 + +hplip (0.9.11-2ubuntu4) edgy; urgency=low + + * Add forgotten versioned-dependency on sysv-rc to get new update-rc.d + behaviour. Go me. + + -- Scott James Remnant Fri, 21 Jul 2006 01:29:01 +0100 + +hplip (0.9.11-2ubuntu3) edgy; urgency=low + + * Remove stop links from rc0 and rc6 + * Fix bogus build-depend line that doko introduced. + + -- Scott James Remnant Fri, 21 Jul 2006 00:35:52 +0100 + +hplip (0.9.11-2ubuntu2) edgy; urgency=low + + * Convert to updated Python policy. + * Run hpiod as root. + + -- Matthias Klose Thu, 6 Jul 2006 13:39:45 +0000 + +hplip (0.9.11-2ubuntu1) edgy; urgency=low + + * Resynchronize with Debian unstable. + + -- Matthias Klose Thu, 6 Jul 2006 15:20:00 +0200 + +hplip (0.9.11-2) unstable; urgency=low + + * dpatch 00_01_upstream-0.9.11-2 (new): HPLIP 0.9.11-2 + + Fixed an intermittent auto duplex problem with HPIJS + (closes: #360017) + + Add some missing PSC 950 model entries in models.xml + + Fixed some NDEBUG compiler issues (Debian) + + Fixed some gcc 4.1 compiler issues (Debian) + * dpatch 20_fix-asserts (remove): accepted upstream + * dpatch 30_gcc4.1-fixes (remove): accepted upstream + * dpatch 50_doc-location (remove): superseeded by dpatch + 50_ui-supportform-cleanups + * dpatch 50_ui-supportform-cleanups (new): Remove useless README pane + in hp-toolbox support form, fix the URIs to have ending slashes, and + some other cosmetic fixes + * dpatch 55_ui-supportform-debian (new): Add Debian pane to hp-toolbox + support form + + -- Henrique de Moraes Holschuh Fri, 12 May 2006 23:40:38 -0300 + +hplip (0.9.11-1) unstable; urgency=low + + * The "Eating hedgehogs ain't smart" release + * New upstream version: + * HPLIP 0.9.11: + + Changed hp-sendfax behavior: Now hp-sendfax must be run before + print jobs can be printed to a fax queue + + Completely revamped the email alert system (now uses sendmail + rather than a SMTP server) + + Changed hpssd so that it will not send an email if the same device + has the same error code multiple times in a row + + Changes auto device refresh interval units from seconds to minutes + in the hp-toolbox + + Added a device auto refresh type (all or 1) to settings dialog in + the hp-toolbox + + Replaced hplip_readme.html with web documents available at + hplip.sf.net + + Moved the DeviceClose in the hp-toolbox testpage routine to before + the lpr to fix an issue with contention with the "hp" backend + + Fixed a defect in hp-fab that didn't allow previously added + entries to be modified + + Added better error checking to hp-sendfax to detect HPLIP daemons + not running + + Fixed LJ2840 network port for faxing in hpiod + + Turned status off for all Business Inkjets 2200-2600 + + Moved fax address book file from ~/.hplip.fab to ~/hpfax/fab.db + + Changed hp-fab so that duplicate entries cannot be created + + Fixed endianness issue that hosed the HP Color LaserJet 3500 on + PPC (closes: #317683) + * HPIJS 2.1.10: + + Moved PSC 21xx from DJGenericVIP to DJ9xxVIP device class + (this requires all PSC 21xx users to update their PPDs) + + Forced hpijs and hppgsz to always build with -DNDEBUG + + Merged hpijs_readme.html into hplip documentation + + Added support for the following new printers: + + LaserJet 5200 (LJMono/PS) + + LaserJet 5200L (LJMono/PS) + + Color LaserJet 2605 (PS) + + Officejet 6300 series (DJGenericVIP) + + Officejet 4300 series (DJ3320) + * dpatch 00_01_upstream-0.9.10-2 (remove): applied upstream + * dpatch 00_01_upstream-0.9.11-1 (new): preliminary upstream patch: + + Fix regression where the PSC 950xi stops being detected + (reported by Till Kamppeter) + * dpatch 14_charsign_fixes: remove hunk applied upstream, rediff + * dpatch 60_lp_instead_of_lpr: update for new upstream code + * dpatch 20_fix-asserts (new): fix bugs that show up on NDEBUG builds + * dpatch 30_gcc4.1-fixes (new): fix strict aliasing bugs for gcc 4.1 + * Ship the new HPLIP/HPIJS documentation in a new arch-all package, + hplip-doc. The hplip and hpijs packages now have just Debian + documentation, and point to the hplip-doc package (or to the + online URI for that documentation) for the full user manual + * Add a users-guide.txt file to hplip and hpijs documentantion, + to point users to the hplip-doc package and to the online manual + * Bump standards version to 3.7.2 (no changes required) + * Drop support for initscript systems without invoke-rc.d, as + invoke-rc.d is now required per policy. This also shuts lintian + up, which is always a nice bonus + * hpijs.NEWS, hplip.NEWS: update for the new release + * hpijs.README.Debian: minor cleanup, and point users to hpijs-ppds + * hplip.README.Debian: minor updates and cleanup + * debian/control: Make hplip automatically recommend the newest + hpijs upstream version, instead of a manually set one I am not + always really sure about + * debian/rules: Provide hpijs:Source-Version as well for the control + file + * Add new hplip-dbg package with full symbolic debugging information for + all binaries and libraries generated by this source package + (closes: #366766) + * debian/control: place hpijs and hpijs-ppds on section text (as per the + override file for hpijs, and other -ppds packages) + * Ship doc/release_notes.html as the upstream changelog, as the old + text changelog is not being updated anymore by upstream + + -- Henrique de Moraes Holschuh Thu, 11 May 2006 12:56:38 -0300 + +hplip (0.9.10-1) unstable; urgency=low + + * New upstream version + * HPLIP 0.9.10 (patchlevel 2): + + Made the "hp" backend more product specific, now HP USB keyboards + won't be misdetected as printers.... + + Fixed jetdirect write timeout in hpiod + + Added deviceID to output of "hp" backend for CUPS 1.2 + + Fixed a problem where no fax send dialog pops up when sending + a fax job from OpenOffice Writer and the fax job can not be sent + correctly + + Fixed a hp-setup crash which can occur during fax setup testpage + printing + + Modified the hp-toolbox and hp-print so that they will work with + unsupported printer models without crashing + + Hp-setup now allows the user to manually enter a PPD file path + + The "NickName" from each located PPD file is displayed to the user + so that the "(recommended)" text will be shown. + + Fixed an error which occurs while executing hp-sendfax with + b parameter. + + Fixed a hp-toolbox problem displaying cartridge information for + Photosmart 8700 when device is connected via network + * dpatch 00_01_upstream-0.9.10-2 (new): upstream patchlevel 2 + + Drop useless (and broken) model test comparison (closes: #360385) + + Fix local DoS when usb communications get stuck + * dpatch 14_charsign_fixes: add new hunks to fix more sign problems + * Replace all instances of the old upstream hopepage (hpinkjet.sf.net) + with the new one (hplip.sf.net) + * Point users to the new upstream mailinglists + * Add watch entries for the renamed sourceforge project + + -- Henrique de Moraes Holschuh Mon, 24 Apr 2006 12:57:59 -0300 + +hplip (0.9.9-2) unstable; urgency=low + + * configure.in, Makefile.am, debian/rules, prnt/hpijs/configure.in: + fix /etc/hp/hplip.conf ppd dir setting, thus unbreaking hp-setup + and remove useless cruft re. PPD dir setup while at it (closes: #358719) + + -- Henrique de Moraes Holschuh Fri, 24 Mar 2006 21:22:17 -0300 + +hplip (0.9.9-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.9: + + Fixed an array index underflow in ljfastraster.cpp + + Save paper width and height in UXServices object after a call to + SetPaperSize + + When fullbleed printing is requested, if printer supports it, + return actual paper dimensions for PrintableArea + + Added support for the following new printer(s): + + HP DeskJet F300 Series All-in-one (DJ3600) + * HPLIP 0.9.9: + + HPLIP now uses libusb for all USB I/O. Libusb replaces kernel + modules printer and usblp, and opens an entirely new can of worms + + Removed support for USB URIs based on device files. This means all + printers now use USB URIs based on "hp:/hp_model?serial=xxxxxxxx" + instead of "hp:/hp_model?device=/dev/usb/lpx". Old CUPS queues must + be updated to the new device location + + Added full USB 1284.4 support for the Color LaserJet 2840, and for + LaserJets 3050, 3060, 1010, 1012, 1015 and 2500 + + Updated HP-Fax-hplip.ppd to be in conformance with CUPS 1.2 + + Updated most LaserJet PPDs for CUPS 1.2 + + Changed the GetSnmp timeout from 5 to 2 seconds in hpiod + + Fixed incorrect supplies information for Color Laserjet 2840 + displayed in hp-toolbox + + Fixed problem where title input was of no use while adding a file to + item list in send fax dialog + + Add models.xml parallel port flag for Deskjet 5550 + + Moved hp-sendfax temp .g3 files to ~/hpfax/hpfax-*.g3. Before, + they would clutter the user's home directory + + Files added to hp-sendfax interface are now rendered into g3 format + as they are added to the batch + + Removed temporary file creation from hpfax: (temp files now created + only by hp-sendfax using mkstemp) + + Added total page counting feature to hp-sendfax + + Added a BSD license to magic.py + * debian/control: build-depend on libusb >= 0.1.8 + * dpatch 00_01_upstream-0.9.8-4: remove (applied upstream) + * dpatch 60_lp_instead_of_lpr: rediff to remove skips + * dpatch 40_quiet-hpiod: rediff to remove skips + * dpatch 01_rss: rediff to reorder file hunks + * dpatch 30_no-ping: remove, upstream removed icmp functionality + * dpatch 70_sane_ppd_directory_handling: remove (applied upstream) + * dpatch 45_quiet_hpijs-fax: remove (applied upstream) + * dpatch 35_no-fax-setuid: remove, upstream now does seteuid()/setegid() + only if sendfax is being run as root + * dpatch 10_shebang_fixes (new): new dump place for #! fixing + * hplip.menu: s/hp-fax/hp-sendfax/ + * debian/control, debian/compat: switch to debhelper mode V5 + * debian/control, debian/rules: provide and use hpijs:Upstream-Version, + rename Upstream-Version to hplip:Upstream-Version + * Rename hplip-ppds package to hpijs-ppds, update all documentation to + point to hpijs-ppds and linuxprinting.org-ppds and add a hpijs.NEWS + entry about the package rename as well + * debian/control: conflict hpijs with hplip-ppds versioned to source + version, as a dirty trick to not clash with hpijs-ppds providing + hplip-ppds + * debian/rules, debian/hpijs-ppds.install, debian/hpijs-ppds.links, + debian/hpijs-ppds.NEWS: + Don't ship non-hpijs PPDs anymore, linuxprinting.org-ppds takes care + of the pure postscript PPDs now + * debian/rules: version hpijs-ppds the same way we version hpijs + * debian/control: suggest hpijs-ppds and linuxprinting.org-ppds for hplip + instead of recommending the old hplip-ppds package. Recommend hpijs + with fax support for hplip. Remove conflict on foomatic-db-hpijs and + foomatic-filters-ppds from hplip. Conflict hpijs-ppds with + foomatic-filters-ppds before 20060113-1 when the PPD duplication was + removed from foomatic-filters-ppds + * debian/control: rework package descriptions a little + * debian/rules: ship all PPD files compressed + * debian/rules: separate arch-dep and arch-indep install, to avoid wasting + a great deal of time on slower archs gziping PPDs + * hplip initscript: Run hpiod as root because of libusb + * debian/copyright: update dates + + -- Henrique de Moraes Holschuh Sun, 19 Mar 2006 23:32:57 -0300 + +hplip (0.9.8-1) unstable; urgency=low + + * This release was not uploaded to Debian + * New upstream version + * HPIJS 2.1.8 (patchlevel 4): + + Moved OfficeJet 6100 and 6150 to DJ55xx.h; margins on these devices + are same as those on DJ5550 + + Added support for the following new printers: + + HP LaserJet 3050 (LJMono/PS) + + HP LaserJet 3060/3062 (LJMono/PS) + + HP LaserJet 3390/3392 (LJMono/PS) + + HP Deskjet 6980 series (DJGenericVIP) + + HP Deskjet 6940 series (DJGenericVIP) + + Updated KRGB patches to version 1.2: + + Fixed krgb buffer overflow issue with out-of-band data in + fill_rectangle and copy_mono. This buffer overflow condition + occurred with fullbleed print jobs that had k-band images + + Added Dan Coby's (artifex) fix for gsijs_read_string_malloc + gs_free *str memory leak. + * HPLIP 0.9.8 (patchlevel 4): + + Added send fax support (still quite rough) + + Added HP Setup utility + + Fixed deviceid zero termination issue in hplip_api.c + + Enhanced the status history table in hp-info + + Changed device list in toolbox to use small icons for status overlay + + Modified models.xml file to add pen info back to OJ5500 and disable + front panel + + Removed probe.py from distribution + + Added Fax URI generation to hp-makeuri + + Fixed hp-makeuri so that it would not report URIs for non-existent + functions + + Fixed hp-makeuri quiet modes that they are actually quiet + + Added a new chooser dialog that presents a list of CUPS queues + rather than device URIs (hp-sendfax, hp-print) + + Fixed a hpiod problem with the PS 2570 series. This will fix the + scanning blue-screen error with USB High Speed + * dpatch 00_01_upstream-0.9.8-4 (new): 0.9.8 patchlevel 4 + * hplip package: recommend python-reportlab for fax cover page support + * Instead of modifying the PPD manufacturer tag from HP to HP (HPLIP), + now append HPLIP and the upstream version to the nickname + (closes: #347264) + * Ship hpijs PPDs in /usr/share/ppd/hpijs/ as per + the Debian PPD file structure specification. Ship the pure postscript + PPDs in /usr/share/ppd/hplip-postscript, for now + * Normalise case and start all HP PPD file names with "HP-" + * debian/control: Remove foomatic-db-hpijs from suggests and + recommends, as it will go away + * Update READMEs and NEWS files for the above PPD changes, add NEWS + file for hplip-ppds while at it + * Update hplip's README for hp-setup + * Mention that the RSS patch is stale in hpijs' README + * Removed patch already applied upstream: 00_01_upstream_0.9.7-2 + * dpatches 30_no-ping, 50_doc-location, 60_lp_instead_of_lpr: rediff + * Let configure detect all standard paths for CUPS, except for the + PPD path + * Prune non-shipped-files.txt, and change debian/rules to tell us + which files were removed instead of doing it silently + * dpatch 70_sane_ppd_directory_handling (new): modify hplip to + look for PPD files under /usr/share/ppd/hplip, instead of + searching the entire CUPS PPD tree (used by hp-setup) + * Add menu entries for hp-print, hp-sendfax and hp-fab + * Add HPmenu.xpm icon + * dpatch 35_no-fax-setuid (new): change hpssd fax queue function + not to setuid(), as we don't run as root. This limits sending + faxes somehow, but the impact is not clear to me yet. Bug reports + welcome + * dpatch 45_quiet_hpijs-fax (new): remove noisy hpijs debug output in + the fax driver + * debian/control: rework package descriptions, mention fax support + * Ship KRGB patches cleaned up and tailored for Debian's gs versions + * Update debian/copyright for new directories, mention license of KRGB + patches (MIT) + + -- Henrique de Moraes Holschuh Mon, 6 Mar 2006 16:43:08 -0300 + +hplip (0.9.7-4ubuntu1) dapper; urgency=low + + * Synchronize with Debian unstable. + * Keep the .desktop file, add "NoDisplay=true". + * Keep qt build dependencies, now in main. + * hplip-data now provides hpijs-data (introduced in 0.9.8). + * Try to open a message dialog for the "No Qt" message. Malone: #26413. + * Install ppd files into a manufacturer specific directory. + * Set the manufacturer name to "HP". + * Start hplip before cupsys. Malone: #3841, #26570. + * Put toolbox icon in category system, not application. Malone: #25627. + + -- Matthias Klose Tue, 11 Apr 2006 10:27:47 +0000 + +hplip (0.9.7-4) unstable; urgency=low + + * New upstream 0.9.7-2 patch: fixes for the following problems: + + Photosmart 2570 series blue screen scanning error + + GetDeviceStatus overwrite in hpiod (from RedHat) + + SuperB margin issue with OJ K550, OJ K850 and DJ9800 + + _GNU_SOURCE define in hpaio.h. (from RedHat) + * Remove versioning of python-qt3 and pyqt-utils build-dependencies to + make backports easier. Current versions in stable, testing and sid + are safe AFAIK + * Build-depend on libsnmp9-dev|libsnmp5-dev, to ease sarge backports + + -- Henrique de Moraes Holschuh Wed, 7 Dec 2005 14:05:12 -0200 + +hplip (0.9.7-3) unstable; urgency=low + + * Switch from two versioned conflicts to two versioned depends/recommends + to encode the relationship between hplip and hplip-data. This is + easier on apt, since conflicts preclude unpack, while depends preclude + configure + * Fix non-removal of rem_str on 60_lp_instead_of_lpr (closes: #341445) + + -- Henrique de Moraes Holschuh Wed, 30 Nov 2005 15:04:33 -0200 + +hplip (0.9.7-2) unstable; urgency=low + + * Brown paperbag release + * Actually add 60_lp_instead_of_lpr to list of active dpatches. + This closes: #336407 for real + + -- Henrique de Moraes Holschuh Fri, 25 Nov 2005 00:24:58 -0200 + +hplip (0.9.7-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.7: + + Fixed OJ K550 typo in HPIJS + + Added photo tray support to DJGenericVIP device class. This effects + all DJGenericVIP PPD files + + Added support for the following new printers: + + HP Color LaserJet 3000 (LJColor/PS) + + HP Color LaserJet 3600 (LJJetReady) + + HP Color LaserJet 3800 (LJColor/PS) + * HPLIP 0.9.7: + + Added 1284.4 support to hpiod. Previous support was MLC only + + Changed hp-toolbox startup behavior to increase performance + + Added checks in messaging code to prevent invalid messages from + crashing hpssd + + Added hp-toolbox PML cleanup code to LJ status code + + Fixed clj28xx scanning issue. Mfpdtf buffer was too small + libsane-hpaio. This fixes a problem introduced in 0.9.5 + + Modified hp-makeuri to allow hostnames for network addresses + + Added support for "alternate n-up" for PS documents to hp-print + + Fixed an issue where the website link for support information is + wrong in "HP" tab of "Support Information" dialog + + Fixed an issue setting the scan token in libsane-hpaio + + Fixed an issue where an error occurs while executing the command + "hp-check -lnone" in terminal + + Fixed an issue where an exception is caught but the program does not + show a correct prompt when running the command "hp-align" with parameter + -p + + Fixed System::GetSnmp sigfault in hpiod. This will fix network + scanning/hp-toolbox issues in previous HPLIP releases + + Fixed an issue where an error occurs while executing hp-photo after + the usb cable was disconnected + * Use far less tight versioning that works with the new rules for binNMUs, + and break a dependency loop while at it (closes: #339909) + * Add versioned dependency on coreutils 5.1+ (closes: #337375) + * New dpatch 60_lp_instead_of_lpr: + Use "lp" instead of "lpr" to submit jobs (closes: #336407) + * Ship copyright and changelogs along with hplip-data too, as it is not + depending on hplip anymore and the /usr/share/doc/hplip-data symlink has + to go away + + -- Henrique de Moraes Holschuh Thu, 24 Nov 2005 16:20:29 -0200 + +hplip (0.9.6-1ubuntu8) dapper; urgency=low + + * Fix symlink in /usr/share/cups/model. + + -- Matthias Klose Fri, 14 Apr 2006 08:06:24 +0000 + +hplip (0.9.6-1ubuntu7) dapper; urgency=low + + * Keep the .desktop file, add "NoDisplay=true". + * Keep qt build dependencies, now in main. + * hplip-data now provides hpijs-data (introduced in 0.9.8). + * Try to open a message dialog for the "No Qt" message. Malone: #26413. + * Install ppd files into a manufacturer specific directory. + * Set the manufacturer name to "HP". + * Start hplip before cupsys. Malone: #3841, #26570. + * Put toolbox icon in category system, not application. Malone: #25627. + + -- Matthias Klose Tue, 11 Apr 2006 10:27:47 +0000 + +hplip (0.9.6-1ubuntu6) dapper; urgency=low + + * Updated patch name and listed it from 00list so it's used + + -- Sebastien Bacher Wed, 15 Feb 2006 23:53:10 +0100 + +hplip (0.9.6-1ubuntu5) dapper; urgency=low + + * Patch to support the newer-style /dev/usblp%d device names we've + been using in dapper for USB printers. + + -- Scott James Remnant Wed, 15 Feb 2006 18:18:14 +0000 + +hplip (0.9.6-1ubuntu4) dapper; urgency=low + + * Rebuild with libsnmp9-dev. + + -- Fabio M. Di Nitto Thu, 01 Dec 2005 08:13:47 +0100 + +hplip (0.9.6-1ubuntu3) dapper; urgency=low + + * Really disable .desktop file by removing it from debian/ + * Really make hp-toolbox and hp-unload give helpful error + messages. (Malone #4659) + + -- Tollef Fog Heen Mon, 21 Nov 2005 09:24:32 +0100 + +hplip (0.9.6-1ubuntu2) dapper; urgency=low + + * Demote python-qt3 to Suggests (so we don't end up with python-qt3 in + desktop) + * Don't ship .desktop file. + * Make hp-toolbox and hp-unload give helpful error messages if + python-qt3 isn't installed. + + -- Tollef Fog Heen Thu, 17 Nov 2005 10:36:22 +0100 + +hplip (0.9.6-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian + - Remove 90_bigendian-fix.dpatch, since it's already upstream + - Remove 88_configure.in.dpatch and 89_configure.dpatch and pass icon + path in debian/rules instead. + - Still use libsnmp5-dev. + - Switch to newer-style LSB init script functions (which are in the + Debian package, thanks hmh) + - Forward-port "have hplip installed, but please don't start it" + patch. + + -- Tollef Fog Heen Tue, 15 Nov 2005 11:30:10 +0100 + +hplip (0.9.6-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.6: + + Moved DJ450 from DJGenericVIP class to DJ9xxVIP class, because + mandatory margins are 0.25 inch on left and right sides and it does + not support fullbleed on any papersize + + Added a new printer family, DJ55xx to take care of margin issues for + DJ55xx printers + + Fixed a bug in sending custom paper size to JetReady and FastRaster + printers + + Fixed a bug in LJFastRaster when last band was less than 128 height, + it was incorrectly positioned. + + Fixed margin adjustment code to allow fullbleed or .125 inch margins + for those printers that support it in autoduplex mode + + Added support for the following new printers: + + HP Color LaserJet 4730 MFP (LJColor/PS) + + HP Deskjet 460 (DJGenericVIP) + + HP Officejet Pro K550, K850 (DJGenericVIP) + * HPLIP 0.9.6: + + In hp-toolbox (Device Manager) made a small LaserJet status change + that makes the CLJ 2550 work correctly + + Fixed a bug with the PSC3310 with low photo supplies (caused a + toolbox exception) + + Fixed a problem that made an offline CLJ2500 crash hpssd + + The hp-toolbox no longer uses a "listen" server socket. All + communication is done over the same client socket to hpssd + + Added new hp-toolbox UI for supplies and maintenance tools + + Made numerous changes to hp-toolbox + + Set CLJ 25xx devices to uni-di mode in models.xml + * Henrique de Moraes Holschuh: + * Remove patches already applied upstream: + 00_upstream-0.9.5-3, 11_fix-misc-gcc-warnings, 13_intsign-fixes, + 15_64bit_fixes, 20_fix_unitialized_var_bugs, 50_hp-clean_fix, + 99_ubuntu_hplip-deroot + * Remove some hunks already applied upstream: + 14_charsign_fixes + * Add a NEWS file for hpijs, warning users of PPDs that are documented + by upstream to have been changed significantly + * Fix hpijs autobuild system to actually work re. libhpip, by adding + some automake magic and libtool support + * Merge hplip-base and hplip packages. Current upstream code makes it + a losing battle to try to keep the two separate + * Don't bother explaining about alternate PPD sources in basic docs like + README.Debian. Don't suggest them in control file, either. This is + needed because HPLIP PPDs often change in non-forward or non-backwards + compatible ways + * Remove stray scan/__init__.py file + * New patch 30_noping: Do not attempt to send icmp packets in hpssd, as + it will not work since it doesn't run as root anymore. Thanks to + tatu.mannisto@iki.fi for the report (closes: #333850) + * New patch 40_quiet-hpiod: Shut hpiod up while trying to autodetect + parallel port printers, it was being waay too annoying in syslog + * New patch 50_doc-location: Add final / to URIs and point the readme + to the /usr/share/doc location inside hp-toolbox. If the local admin + doesn't like documentation and removes /usr/share/doc/hplip, this + doesn't break anything... you just get no documentation, which was + kind the point the admin was trying to make, I suppose ;-) + + -- Henrique de Moraes Holschuh Mon, 24 Oct 2005 13:08:43 -0200 + +hplip (0.9.5-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Add more hunks to 14_charsign_fixes, probably non-critical fixes + * Clean up and revamp configure.in/Makefile.am so that it is less buggy + re. some 'assumptions' made upstream (closes: #329782) + * Version pyqt build-dependendices to make sure no autobuilder will + screw us over the C++/gcc transition, these can be removed in the + not-so-distant future + * Fix minor typo in a package description + * Move hp-print from hplip-base to hplip, as it has a GUI now, thanks + to HPLIP upstream for the bug report + * Move /usr/lib/hplip/plugins from hplip-base to hplip package, as it + is an ui/ component + + -- Henrique de Moraes Holschuh Wed, 5 Oct 2005 00:14:33 -0300 + +hplip (0.9.5-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Added upstream patch 0.9.5-3 + + Fix scanning on little-endian hosts + * Dropped 40_testmail_fix, not only it was already present upstream, + but I failed to notice patch screwing up royally when I rediffed it + for 0.9.5-1. Thanks to HPLIP upstream for the heads'up(!) + + -- Henrique de Moraes Holschuh Wed, 21 Sep 2005 00:06:21 -0300 + +hplip (0.9.5-2ubuntu2) breezy; urgency=low + + * Fix big-endian architecture FTBFS. + - adds 90_bigendian-fix.dpatch + * Fix configure.in breakage when picking default desktop directory. + - adds 88_configure.in.dpatch, 89_configure.dpatch + + -- LaMont Jones Thu, 22 Sep 2005 12:08:22 +0000 + +hplip (0.9.5-2ubuntu1) breezy; urgency=low + + * New upstream version, exception from upstream version freeze. + * Synchronize with unstable. + - Build against libsnmp5-dev. + - Use older lsb init functions found in breezy. + + -- Matthias Klose Tue, 20 Sep 2005 18:03:11 +0200 + +hplip (0.9.5-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Added upstream patch 0.9.5-2 + + Fix scanning on Laserjets + + Fix scanning on parallel-port only Inkjets + + -- Henrique de Moraes Holschuh Tue, 20 Sep 2005 01:01:05 -0300 + +hplip (0.9.5-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.5: + + Fixed a 4-sided full bleed printing issue in HPIJS + + Added support for the following new printers: + HP Photosmart 420 (PSP100) + HP Photosmart 470 (PSP100) + HP Photosmart 2570 (DJGenericVIP) + HP PSC 1400 (DJ3600) + HP Officejet 5600 (DJ3600) + HP Photosmart 3100 (DJGenericVIP) + HP Photosmart 3200 (DJGenericVIP) + HP Photosmart 3300 (DJGenericVIP) + HP Photosmart 8000 (DJGenericVIP) + HP Photosmart 7800 (DJGenericVIP) + HP Deskjet 5940 (DJGenericVIP) + HP Deskjet 5440 (DJGenericVIP) + HP Color laserJet 4700 (LJColor/PS) + * HPLIP 0.9.5: + + Added parallel port support for printing and scanning. See + Product Support table for supported devices and features + + Changed the PS8700 PPD inputslot from "default" to "upper" + + Fixed miser mode MLC credit problem in hpiod + + Fixed MLC credit problem with short timeouts + + Fixed many known hp-toolbox issues + + Fixed case where hp-toolbox crashed if models.xml entry was missing + + Fixed hp-colorcal incorrect parameter passing to maint routines + + Fixed a bug in hpssd.py that caused hal:\\ devices to crash hpssd + + Fixed supplies status for CLJ28xx + + Fixed powersettings for DJ4x0 + + Fixed LJ1022 status problem + * Henrique de Moraes Holschuh: + * Dpatch maintenance: + + Remove 20_useless_assignment_fix: fixed properly upstream + + Update 11_fix-misc-gcc-warnings, 14_charsign_fixes, + 50_hp-clean_fix: some hunks fixed upstream, some new hunks added + + Rediff 13_intsign-fixes, 40_testmail_fix + + New 20_fix_unitialized_var_bugs: fix some real bugs caused by + broken code with unitialized variables + + Switch all dpatches to /usr/share/dpatch/dpatch-run + * Add hp-levels symlink for new utility, that shows agent levels + using ASCII-art bar graphs + + -- Henrique de Moraes Holschuh Mon, 19 Sep 2005 11:44:52 -0300 + +hplip (0.9.4-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Rebuild for C++ transition + * Mention usblp on README.Debian (closes: #326684) + * Fix invocation of dh_python for all binary packages other than hplip + * Do not remove pyc/pyo python compiled files from package hplip-base + when package hplip is removed + * Switch initscript to LSB-like reporting, and remove old HPGUId cruft + while at it + * hplip-base: add dependency on lsb-base due to initscript changes + + -- Henrique de Moraes Holschuh Thu, 8 Sep 2005 12:47:58 -0300 + +hplip (0.9.4-3ubuntu4) breezy; urgency=low + + * One hplip B-D has changed under our feet breaking configure in a quite + impressive useless (for Ubuntu and Debian) point: + + Fix configure and configure.in to cope with this change. + + Fix FTBFS. + + -- Fabio M. Di Nitto Mon, 19 Sep 2005 13:58:12 +0200 + +hplip (0.9.4-3ubuntu3) breezy; urgency=low + + * No GUIs here, correct LSB status messages + + -- Matt Zimmerman Wed, 14 Sep 2005 11:57:15 -0700 + +hplip (0.9.4-3ubuntu2) breezy; urgency=low + + * Add /etc/default/hplip to define a variable RUN_HPLIP, so + users can explicitely disable the start of hplip without + removing Ubuntu meta packages. Addresses Ubuntu 14054. + + -- Matthias Klose Tue, 13 Sep 2005 22:35:16 +0200 + +hplip (0.9.4-3ubuntu1) breezy; urgency=low + + * Synchronize with unstable. + * Unconditionally run as user hplip (Ubuntu 14061). + * Use LSB init-functions (Ubuntu 14339). + + -- Matthias Klose Fri, 2 Sep 2005 14:20:24 +0200 + +hplip (0.9.4-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New cleanup patches: 14_charsign_fixes, 20_useless_assignment_fix + * New dpatch: 15_64bit_fixes + * New hunks to dpatch: 11_fix-misc-gcc-warnings.dpatch + + -- Henrique de Moraes Holschuh Sat, 6 Aug 2005 02:10:24 -0300 + +hplip (0.9.4-2) unstable; urgency=low + + * Matthias Klose : + * hplip-base should also replace files in hplip-data (<< 0.9.3) + * Run HPLIP daemons as non-root user (optional, default as run as root) + (closes: #320936) + * Henrique de Moraes Holschuh: + * Modify Matthias' postinst to create the hplip user in a safer way + * Depend on the correct adduser version for the above (just in case some + dweeb tries to backport this to ancient Debian) + * Add hplip-base.post{inst,rm} and initscript machinery for the hplip + user, supporting ephemeral /var/run and dpkg-statoverride the way I + like it + * Make run-hplip-as-non-root *non*-optional, it is safer and there is + nothing in hpiod or hpssd that requires root priviledges to work in a + Debian system + * Add NEWS.Debian item about running as non-root + + -- Henrique de Moraes Holschuh Tue, 2 Aug 2005 23:36:19 -0300 + +hplip (0.9.4-1ubuntu1) breezy; urgency=low + + * Synchronize with Debian. + - Just keep dropping the pyqt-tools build dependency, and don't + remove the generated .py files from the source. + * debian/hplip-base.postinst: + - Create system user "hplip" (with primary group lp). + * debian/hplip-base.postrm: + - Remove system user "hplip" on purge. + * debian/hplip-base.init: + - Start daemons as as user:group hplip:lp. + - Create /var/run/hplip, if directory doesn't exist. + * debian/hplip-base.default: + - Default to run as user hplip. + - Add comment not to use port numbers below 1024 if not running as root. + * debian/control: + - hplip-base replaces hplib-data (<< 0.9.3). + * debian/patches/60_derootify.dpatch: + - New patch, don't run as root. + + -- Matthias Klose Thu, 28 Jul 2005 21:23:58 +0200 + +hplip (0.9.4-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.4: + + In order to accommodate 4-sided full bleed, PS320/330/370/380 were + moved to the DJGenericVIP device class + + Added hplip_api convenience library + + Fixed a problem where bi-di was not turned off correctly in hpijs. + This caused extra deviceid queries + + Fixed postscript PPD file case sensitivity issue. This issue caused + a problem with kprinter + + Added PPD files for the following new printers: HP Color LaserJet + 2800, HP Photosmart 8200, HP Photosmart 330, HP Photosmart 380, + Deskjet 1280, Deskjet 3040, Deskjet 3920 + * HPLIP 0.9.4: + + Added uni-di device support to "hp" backend + + Added hplip_api convenience library. Converted HPLIP clients (hp, + libsane-hpaio, hpijs, ptest) to hplip_api + + Added device ID mode to hp-info utility (Tim Waugh of Red Hat + request) + + Added new DeviceOpen() parameters to accommodate different backend + types + + Changed and added new "io" support tags to models.xml + + Added LJ1022 to models.xml file + + Desensitized model names generated by hpiod. This will eliminate + leading, trailing and double spaces in the model name + + Made change to the models.xml file for Photosmart 120 and 240 series + which had pen 57 mislabeled as black + + Added LJ 8000, LJ 1160 series entries to models.xml + + Removed LJ 3100 from models.xml. There are no plans to support this + printer + + Fixed a scanimage problem with OJ D135 and OJ 7110 + + Fixed "Invalid color calibration type" error in hp-colorcal + + Fixed "Unknown internal error" when executing command "hp-probe + -bnet" + + Fixed a intermittent SNMP problem reading signed integers in hpiod. + This will fix some network scanning issues. + + Enhanced hp-info and hp-makeuri as per Red Hat and Suse request + + Changed SLP detection to detect more devices based on forum + feedback + + Added limited support for HP Color LaserJet 2800, is limited to: + only postscript printing is supported; Photo Card access is not + available via hp-photo, but it is available via USB mass storage; + Network scanning is supported, but USB scanning is not; + Hp-toolbox status is not complete + * Henrique de Moraes Holschuh: + * Removed patches already upstream: 00_upstream_0.9.3-1, + 10_missing-prototypes + * Merged LTLIBRARY instances in top Makefile.am + * Fixed some minor typos in README.Debian, thanks to Santiago Vila + * Bump standards version to 3.6.2, no changes + * Makefile.am: declare colorcal4form_base.ui, printerform_base.ui as + noinst_DATA + + -- Henrique de Moraes Holschuh Sun, 24 Jul 2005 09:37:29 -0300 + +hplip (0.9.3-3) unstable; urgency=high + + * New upstream patch 0.9.3-1 to hpijs: + + Fixed a bi-di problem with all LIDIL printers (DJ3320, DJ3600) + + Fixed a 64-bit problem with LJJetReady printers + + Fixed a KRGB issue in the VIP path in HPIJS. This fixes a problem + where black text would drop some pixels with VIP printers (DJ9xxVIP, + DJGenericVIP) (closes: #314442) + * Henrique de Moraes Holschuh: + * Minor updates to README.Debian on the various packages + * Rework package descriptions a bit in control file + * Stop confliting with HPOJ. We are fine with it as long as the same + device is NOT being used by HPOJ and HPIJS + * Remove hplip-base dependency from hplip-ppds. Instead, suggest + hpijs and hplip-base in hplip-ppds, and ship changelog instead of symlink + * Remove some stray -Nhplip crap from arch-dep section of rules files + * Remove 12_fix-gcc4-errors.dpatch, accepted upstream (patch 0.9.3-1) + * debian/rules: avoid useless /usr/bin/find warnings about + maxdepth/mindepth + + -- Henrique de Moraes Holschuh Wed, 29 Jun 2005 00:48:18 -0300 + +hplip (0.9.3-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New binary-all package: hplip-ppds, with the PPDs shipped by HPLIP + upstream. Other than due to bug-fixes, these are usually a better + match for the current hpijs/hplip capabilities than those from + foomatic-filters-ppds or foomatic-db-hpijs + * Change the Manufacturer string on all PPDs to "HP (HPLIP)", to set + them apart from PPDs of other sources + * Update README.Debian with information about the HPLIP PPDs + * Recommend hplip-ppds (closes: #311470, #311474) + * New patch: 12_fix-gcc4-errors (closes: #310435) + + -- Henrique de Moraes Holschuh Sat, 4 Jun 2005 09:28:18 -0300 + +hplip (0.9.3-1) unstable; urgency=low + + * New upstream version + * HPIJS 2.1.3: + + Increased the printable region for DJGenericVIP. This resolves a + left margin issue + + Fixed a problem printing more than one page with LJ 1010/1012 + + Modified hpijs to ignore bi-di errors so the "hp" backend can + handle them. This fixed a problem where hpijs would hang + forever + * HPLIP 0.9.3: + + Modified models.xml Deskjet_1220C panel_check_type to be 0 + + Fix the Test Email Alert + + Added MlcInit retry to hpiod + + Changed hplip_readme.html "Photo" support to yes for + OJ7200/7300/7400 + + Fixed intermittent device hang problem with LJ 1010/1012/1015 + in hp.c + + Added OfficeJet V40 to models.xml + + Fixed models.xml so that LJ 1010, 1012, 1015, and 1022 all print + using "raw" io + + Fixed "hp-probe -s*" error + + Fixed error while clicking the"Access Photo Cards" without any + photo card + + Fixed error while running hp-testpage command to print + after disconnecting the USB cable + + Added LJ 1010 and 1012 to models.xml, and made sure the OJ K80xi + has both a single spaces and a double spaced entry + + Fixed error which occurs after launching the toolbox in the terminal + + In models.xml cloned HP LaserJet 4050 Series to the same thing with a + trailing underscore + * Henrique de Moraes Holschuh: + * Swap maintainer and uploader fields for now, since I am spending + far more time in HPLIP than Torsten. Should that change, he will + switch the fields back as they were + * Tell libtool that the sane plugin is a plugin with -module + * Split hplip into GUI and non-GUI packages, as suggested by + Matthias Klose (closes: #307790) + + Change /usr/share/doc/hplip to a symlink (requires hplip.preinst + and hplip.postinst glue to support error unwind and downgrades) + + Change hplip package to arch all, as all C source and binary + modules belong in hplip-base + + hplip-base.preinst (new), hplip-base.postrm (new), hplip.postrm: + Remove any .pyc and .pyo files scattered around /usr/lib/hplip + * Fix configure.in, Makefile.am to accept and use a PYTHON variable + to select the python version to run properly, and really use whatever + python that variable points to, and no other (closes: #307788) + * Rework configure.in and Makefile.am a bit, in a moment of utter + boredom + * Change autogen.sh and debian/rules to get the hpijs versioning + through autoconf --trace at autotools-run time, and document the + debian/hpijs.version file in debian/README.Source + * Remove unneeded #! lines from python modules before packaging the + debs, to make lintian happier + * Control new files showing up upstream, by using a static list of + non-shipped files and passing --fail-missing to dh_install + * Remove debian/executable.files and debian/deletable.files support, + as this package does not require it + * hplip-base: recommend cupsys-client, as some of the utilities + run "lp -d..." and friends (closes: #308960) + * Rediff 01_rss.dpatch, 10_missing-prototypes.dpatch, + 11_fix-misc-gcc-warnings.dpatch, 13_intsign-fixes.dpatch, + 40_testmail_fix.dpatch, 50_hp-clean_fix.dpatch to remove some hunks + accepted upstream and remove any fuzziness and line numbering skews + * Remove patch 30_bind_to_INADDR_LOOPBACK, completely accepted + upstream + + -- Henrique de Moraes Holschuh Wed, 25 May 2005 00:31:22 -0300 + +hplip (0.9.2-2ubuntu3) breezy; urgency=low + + * Fix FTBFS using GCC 4.0. + + -- Matthias Klose Mon, 23 May 2005 15:01:45 +0000 + +hplip (0.9.2-2ubuntu2) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose Wed, 18 May 2005 15:42:15 +0000 + +hplip (0.9.2-2ubuntu1) breezy; urgency=low + + * Resynchronise with Debian. Ubuntu 10583. + * Fix location of document registered with doc-base. Ubuntu 10490. + + -- Matthias Klose Tue, 10 May 2005 14:57:10 +0200 + +hplip (0.9.2-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Added new patch: 50_hp-clean_fix, fix hp-clean bad wipeAndSpitType1() + invocation + + -- Henrique de Moraes Holschuh Tue, 26 Apr 2005 02:04:27 -0300 + +hplip (0.9.2-1ubuntu1) breezy; urgency=low + + * Detect python default version. + * Split out all non GUI stuff into hplip-base, keep only the GUI + in hplip. Avoids installation of QT. + * Remove build dependencies on pyqt-tools and python-qt3. Nothing + needed for the build process. Keep the pregenerated .py files. + + -- Matthias Klose Thu, 5 May 2005 14:16:04 +0200 + +hplip (0.9.2-1) unstable; urgency=medium + + * New upstream version + * HPIJS 2.1.2: + + Added new print mode "FastDraft Grayscale" to DJGenericVIP + + Put limit (max=5) on syslog messages when output device write() + fails (closes: #210449) + + Removed specified gcc options in hpijs configure.in + + Fixed a 64-bit compile issue in ljjetready.cpp (closes: #302828) + * HPLIP 0.9.2: + + Fixed "Invalid color calibration type" error occurs when executing + command "colorcal" in terminal + + Fixed number of arguments error in hp-align + + Made UI architectural change (removed hpguid.py, removed popup feature, + etc) + + Fixed a scanning issue with Laserjet flatbed scanners (PML scanners). + Scan would fail at end of scan + + Removed images.tgz after install + + Fixed a problem when all function buttons are grayed out when toolbox is + launched at the first time. + + Fixed DJ450 battery check issue + * Henrique de Moraes Holschuh: + * Updated dpatch 11_fix-misc-gcc-warnings with many new hunks + * Added 40_testmail_fix, to get hpssd and Test Email functionality to + actually work (it was completely useless and hopelessly broken) + (closes: #291346) + * Updated README.Debian files for HPIJS and HPLIP + + -- Henrique de Moraes Holschuh Wed, 20 Apr 2005 10:05:59 -0300 + +hplip (0.9.1-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New dpatch (30_bind_to_INADDR_LOOPBACK): + Bind to INADDR_LOOPBACK instead of to INADDR_ANY for now, as + HPLIP is constrained to working bound to localhost currently + (closes: #304068) + + -- Henrique de Moraes Holschuh Wed, 13 Apr 2005 08:14:25 -0300 + +hplip (0.9.1-1) unstable; urgency=low + + * New upstream version: + * HPIJS 2.1.1: + + Fixed hpijs bi-di assert issue with business inkjet 1100 + + Added PPD files for the following printers: HP LaserJet 4240, + HP LaserJet 9040, HP color LaserJet 4610, HP LaserJet 1022, + HP Business Inkjet 1000 + * HPLIP 0.9.1: + + Added a "front panel" enable/disable flag to models.xml. Some printers + were disabled (ie: deskjets) + + Ink level and status displays have been fixed for CP1160/1700, OJ7100 + series and OJ D series + + Added battery level check for mobile deskjets (DJ 450, etc) + + Fixed issue that could cause DJ 450 to lock-up during panel check + (miser mode) + + Fixed extraneous hpiod error. Corrected pml iod in scl path that was + in libsane-hpaio + + Added PSC 750xi, OJ 5110 to models.xml file + + Added device manager *.ui files to package + * Henrique de Moraes Holschuh: + * Rebuild 11_fix-misc-gcc-warnings, most of it accepted upstream, + but we have also new hunks as well + * Remove 12_portability-fixes, accepted upstream + * Remove 14_fix-fat-prototypes, accepted upstream + * Remove 20_jddirect-bug-from-hell, fixed upstream + * Remove 30_fix-missing-retcode, accepted upstream + * Avoid shipping check.py, since it is useless for Debian systems + * Change both upstream and Debian build system to take advantage + of the .ui files and rebuild the .py files that are generated + from them using pyuic + * Build-depend on pyqt-tools for pyuic + + -- Henrique de Moraes Holschuh Sat, 2 Apr 2005 10:58:28 -0300 + +hplip (0.9-1) unstable; urgency=low + + * New upstream version (closes: #302230): + * HPIJS 2.1: + + Added two new device classes - LJFastRaster and LJJetReady + + Fixed input tray issue with Business Inkjet 1100/1200 + + Changed default quality setting from 300 to 600 dpi for DJ9xxVIP + + Replaced gdevijs-krgb-1.0.patch with gdevijs-krgb-1.1.patch + This patch fixes as segfault issue with 1-bit color space IJS drivers + (ie: epsonepl) + + Fixed a issue with DJ3600 photo pen printing + + Support additional printers: LaserJet 1010/1012/1015, Color LaserJet + 3500/3550, HP Photosmart 8750, HP Deskjet 6600, HP Deskjet 9800 Series + * HPLIP 0.9: + + Added network scanning support + + Added full status and supply information for most LaserJets + + Added hp-makeuri command for generating "hp" URIs from an IP address + or device node + + Fixed some network issues with hp-probe + + Fixed a problem with multiple files using the same name in photo card + + Fixed a bug in the cancel job code in hp-toolbox + + Fixed some dialog cancel defects in clean and align + + Reversed order of status history in hp-toolbox + + Added photo card access status + + Added hp-toolbox right click menu + + Hpssd no longer scans devices at startup, devices are scanned when + hp-toolbox is first started + + Removed power-up from the probe command in hpiod. This means that + when CUPS queries the "hp" backend for devices, the printer will not + power-up (closes: #291321) + + Added non-zero exit codes to hp-toolbox + + Added changes to display EXIF data in photo card + + Added channel cleanup code to hpiod. This will fix some issues when + canceling print jobs from the host + + Added a non-scrolling "front panel display" feature to hp-toolbox + + Added Color Calibration for various printer platforms + + Do not keep restarting/reopening hp-toolbox at every status change + (closes: #292672) + * Henrique de Moraes Holschuh: + * Build-depend on libjpeg62-dev for hpijs 2.1 + * Version build-dependency on libsnmp5-dev (>> 5.1.2-6), to avoid + #302195 which completely hoses the hplip build + * Remove 30_xpp_support.dpatch, applied upstream + * New patches: + + 10_missing-prototypes: Add missing prototypes + + 11_fix-misc-gcc-warnings: Fix bad C code that causes + warnings and strict aliasing rules problems (closes: #297587) + + 12_portability-fixes: Remove braindamage that causes + portability problems and warnings + + 13_intsign-fixes.dpatch: Fix signed/unsigned comparison issues + + 14_fix-fat-prototypes: Fix prototypes missing a (void) so that gcc + shuts up + + 20_jddirect-bug-from-hell: Fix complete breakage in + JetDirectDevice::NewChannel (undefined value assigned to channel + mode) + + 30_fix-missing-retcode: Add missing assignment of retcode + * Add hplip.desktop freedesktop.org file, thanks to Christopher Martin + (closes: #302248) + * Rename all hplip_* links in /usr/bin to hp-* to follow upstream + * Ship new SANE backend dll.d configuration, and conflict with libsane + (<< 1.0.15-7) (closes: #296317) + * Torsten Landschoff: + + debian/control: Fix typos in description + - of hpijs: a IJS driver -> an IJS driver (closes: #299987) + - of hplip: a X11 session -> an X11 session (closes: #299991) + + -- Henrique de Moraes Holschuh Fri, 1 Apr 2005 09:38:12 -0300 + +hplip (0.8.8-1) unstable; urgency=low + + * UNRELEASED: This release was never uploaded to unstable due to serious + issues with many devices + + * New upstream version: + * Added low ink infrastructure to device manager + * Made fixes to cleaning procedure + * Offline devices will now show supplies list with "Unknown" levels (was + blank before) + * Fixed the display for black cartridge number 15 on the Supplies Tab + * Added tech-type to models.xml + * Fixed Laserjet 1220 model.xml entry + * Fixed an issue with the Alert email service (does NOT fix #291346) + * Henrique de Moraes Holschuh: + * Removed patches accepted upstream: + 20_hpiod_pidfile.dpatch, 40_gcc4_buildfixes.dpatch, + 50_securityfix_umask.dpatch, + 51_securityfix_detect_unsafe_conf_file.dpatch + * Remove patches that don't make sense anymore + 10_toplevel_makefile.dpatch + * Rediff 30_xpp_support so that it applies cleanly + + -- Henrique de Moraes Holschuh Sun, 13 Feb 2005 21:04:27 -0200 + +hplip (0.8.7-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * Remove stray tab on 50_securityfix_umask.dpatch. Reupload in + case python decides to croak on us because of it + * Remove unneeded (but harmless) patch 21_base_pidfile_support.dpatch + + -- Henrique de Moraes Holschuh Tue, 1 Feb 2005 12:46:56 -0200 + +hplip (0.8.7-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * SECURITY FIX: create .hplip.conf on user directory mode 600 (was 666) + The HPLIP suite was failing to set the process umask to sane values, + hpssd.py and hpguid.py were affected. Also, modify HPLIP so that it + warns the user of the broken permissions, ignores such a file, and + fixes the permissions on the next time the config file is written to. + Thanks to Erwan David for reporting this bug + (closes: #293117) + * Really fix debian/rules to unpatch only after cleaning the tree + + -- Henrique de Moraes Holschuh Tue, 1 Feb 2005 11:03:22 -0200 + +hplip (0.8.7-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * Updated copyright file with all the relevant information for HPLIP + * Move dh_python calls to before dh_installdeb (closes: #291746) + + -- Henrique de Moraes Holschuh Sat, 22 Jan 2005 23:24:22 -0200 + +hplip (0.8.7-1) unstable; urgency=low + + * New upstream source + + Fixed a issue with the max setting for input trays in APDK (HPIJS 2.0.1) + + Added OfficeJet K series support + + Changed scanning default compression from none to jpeg. This speeds up + device I/O significantly during scans + + Cleaned up cancel button functionality in device manager. + + Added r value caching to hpssd to increase responsiveness of some + printers when doing dynamic counters + + Fixed a defect in strings.py (wrong string for not installed cart) + + Added DeviceIDs to the models.xml file + + Added PPD files for the following new printers: LaserJet 4345 MFP, + LaserJet 3015/3020/3030 + + Fixed some devices which were wrongly set to MLC mode instead of RAW + * Henrique de Moraes Holschuh: + * Better dpatch support on debian/rules: use clean-patched target + instead of reinvoking make + * Patches 22_hpssd_pidfile and 50_bigendian merged upstream + * Rediff all dpatches and switch to -p1, so that using dpatch-edit-patch + is much easier + * HPLIP: + * Try to stop all instances of hpguid.py on initscript stop. We need + to revisit this later when hpguid and hpssd get more intelligent + hpguid pidfile/termination handling + + -- Henrique de Moraes Holschuh Fri, 21 Jan 2005 12:39:24 -0200 + +hplip (0.8.4-5) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPIJS: + * s/cartridge/pen/ everywhere in the Debian stuff, since that's how HP + calls the printing head + ink cartridge combo + * HPLIP: + * Add dependency on python-qt3 (closes: #291202) + + -- Henrique de Moraes Holschuh Thu, 20 Jan 2005 04:54:42 -0200 + +hplip (0.8.4-4) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * Fix FTBFS on big-endian archs: add 50_bigendian.dpatch, to fix typo + in pcard/vfat.h + * Add lintian overrides for "description-synopsis-starts-with-a-capital- + letter", since HP *is* always written in uppercase + + -- Henrique de Moraes Holschuh Tue, 18 Jan 2005 23:50:03 -0200 + +hplip (0.8.4-3) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPLIP: + * Add python to build-depends, fix FTBFS on all arches + * Switch all python2.3-* build-depends to python-* build-depends + + -- Henrique de Moraes Holschuh Tue, 18 Jan 2005 12:38:40 -0200 + +hplip (0.8.4-2) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * HPIJS: + * Apply patch by Andreas Jochens to fix FTBFS + problems with gcc 4.0 on AMD64 (#286353) + * Improve suggests: for foomatic and hplip integration + * HPLIP: + * Conflict with all non-bidir-enabled hpijs and foomatic versions + * Add a quick-install guide to README.Debian + * Be silent about CUPS reloads, to avoid startling users during + system shutdown + * Upload to Debian unstable. Do note that 64-bit archs are still an + unknown (feedback welcome) + + -- Henrique de Moraes Holschuh Tue, 18 Jan 2005 00:54:44 -0200 + +hplip (0.8.4-1) experimental; urgency=low + + * Initial packaging of HPLIP (closes: #285026) + * Source for HPIJS is now provided by the HPLIP source package + * Version of the hpijs package will now be: + + + + * Henrique de Moraes Holschuh: + * HPIJS: + * New upstream source, supports HPLIP bi-directional channels, and + DJGenericVIP four-sided full bleed printing. Now support printers + that require bi-directional channels to work. + * Update Depends: to versions of the gs packages with KRBG support + * Ship KRGB patch in usr/share/doc + * HPLIP: + * Added pidfile locking to hpiod, hpssd [merged upstream in 0.8.4] + * Fixed upstream autotools build system something fierce + * Build libhpip as a convenience library (and don't package it) + * Add hplip_* links to the user binaries on /usr/bin + * Add a hpssd link on /usr/sbin and use that on initscript + * Support xpp as a default "print" GUI interface + + * This is not complete yet. This package has not been validated to + work on 64-bit archs (help is welcome) upstream. We have absolutely + no idea if the MFP utilities (photo-card reading, SANE scanning) work + at all (help is also welcome). + * Do not install this if you are not ready to help track down the bugs + + -- Henrique de Moraes Holschuh Sat, 18 Dec 2004 12:25:49 -0200 + +hpijs (1.7.1-1) unstable; urgency=high + + * Henrique de Moraes Holschuh: + * New upstream source (1.7.1) + + Support a few more printers (PPD changes only) + + No upstream changes to any binary packages + * Urgency high, since this is only an upstream-sync upload with + no noteworthy changes + * debian/watch: add primary watch line using prdownloads.sf.net, + since the ftp servers for sf.net are not realiable at all + + -- Henrique de Moraes Holschuh Mon, 15 Nov 2004 11:47:48 -0200 + +hpijs (1.7-1) unstable; urgency=medium + + * Henrique de Moraes Holschuh: + * New upstream source (1.7) + + Support a few more printers (code changes, not only PPD changes) + * Add watch file for uscan/DEHS + * Remove patch 03_fixsegfaults, now applied upstream + * Remove disabled patch 02_destdir, applied upstream a long time ago + + -- Henrique de Moraes Holschuh Sun, 17 Oct 2004 12:41:21 -0300 + +hpijs (1.6.2-1) unstable; urgency=medium + + * Henrique de Moraes Holschuh: + * New upstream version (no changes to binaries, since we do not ship the + PPD files from this source package). + * Update autogen.sh for automake 1.9, rerun autotools + * Remove all autogenerated files from CVS tree (use debian/autogen.sh to + recreate the files, debian/rules should do this automatically on + cvs-buildpackage) + * Suggests foomatic-db-hpijs (closes: #270566) + * Urgency medium to get sooner into testing + + -- Henrique de Moraes Holschuh Sat, 18 Sep 2004 10:28:09 -0300 + +hpijs (1.6.1-1) unstable; urgency=low + + * Henrique de Moraes Holschuh: + * New upstream version (no changes to binary packages, + since we do not ship the PPD files from this source package). + * Move autogen.sh to debian/ for tidyness + * Not uploaded + + -- Henrique de Moraes Holschuh Fri, 9 Jul 2004 14:18:41 -0300 + +hpijs (1.6-3) unstable; urgency=low + + * Mention hpoj on README.Debian and package description. + + -- Henrique de Moraes Holschuh Fri, 9 Jul 2004 13:41:00 -0300 + +hpijs (1.6-2) unstable; urgency=low + + * Add comment about rss patch to package description (closes: #209127) + * Fix hpijs segfaults (probably non-exploitable) when given bad parameters, + or when something bad happens at startup time. HPIJS really needs an + audit, since the code is doing NULL pointer derreferences that easily + (closes: #169587) + * Minor manpage tweaks, mention option -h + + -- Henrique de Moraes Holschuh Mon, 14 Jun 2004 19:35:45 -0300 + +hpijs (1.6-1) unstable; urgency=low + + * Henrique de Moraes Holschuh : + * New upstream source: + + Added support for: HP business inkjet 2300, HP officejet 9100, + HP officejet 4200, HP psc 1310 + + Added envelope support, needed for center-feed envelope + trays (ie: laserjets): Envelopes #10, A2, C6, DL, Japanese #3, + Japanese #4 + + Added KRGB colorspace support (patch to ghostscript required to + enable) + * Update dependencies to use gs-gpl, add gs-afpl as lowest priority + * Update standards version to 3.6.1 + * Add copyright notice for the Debian packaging to debian/copyright + * Use debhelper compatibility mode V4 + * Switch to packaged dpatch + * Remove auto-generated files auto-include.h and platform.h in clean + target + * Autotools-dev support, using links + * Enable AM_MAINTAINER_MODE + * Set things up so that we regen the entire autotools toolchain (by + calling autogen.sh) on cvs-checkout. Add an autogen.sh, since + upstream lacks one + * Modify configure.in so that our CXXFLAGS and CFLAGS are respected + * Add a simple manpage for the hpijs binary with pointers to the real + docs, since hpijs is NEVER called directly + + -- Henrique de Moraes Holschuh Mon, 17 May 2004 21:35:32 -0300 + +hpijs (1.5-1) unstable; urgency=low + + * New upstream release (closes: #218074). + + -- Torsten Landschoff Wed, 29 Oct 2003 08:53:05 +0100 + +hpijs (1.4.1-1) unstable; urgency=low + + * New upstream release (closes: #198606). + * Apply new black-ink-only patch from + http://www.linuxprinting.org/download/printing/hpijs/ + using dpatch (closes: #198657). + * debian/control: Add Henrique de Moraes Holschuh to the Uploaders field + (thanks for your help, Henrique). + * debian/rules: Disable foomatic and cups install for now. Not sure how + to deal with that correctly. + + -- Torsten Landschoff Sun, 17 Aug 2003 01:43:11 +0200 + +hpijs (1.3.1-1.1) unstable; urgency=low + + * NMU + * Copy in config.guess and config.sub from autotools-dev (20020320.1). + Closes: #190959 + + -- LaMont Jones Mon, 12 May 2003 11:00:13 -0600 + +hpijs (1.3.1-1) unstable; urgency=low + + * New upstream release (closes: #188858). + + -- Torsten Landschoff Sun, 13 Apr 2003 19:26:32 +0200 + +hpijs (1.3-1) unstable; urgency=low + + * New upstream release. + * Disable the -rss patch as it no longer applies to this version of + hpijs and some of the changes have been folded upstream. + + -- Torsten Landschoff Sat, 2 Nov 2002 09:50:10 +0100 + +hpijs (1.2.2-1) unstable; urgency=low + + * Co-Maintainer upload + * New upstream version (Closes: #163094) + * Added -rss patch (via dpatch) + * debian/control: fix dependancy line (Closes: #153514, #159716) + * debian/control: Updated Standards-Version + * debian/copyright: Added note about the -rss patch + + -- Martin Loschwitz Sun, 13 Oct 2002 22:36:00 +0200 + +hpijs (1.2-1) unstable; urgency=low + + * New upstream release (closes: #147065). + + -- Torsten Landschoff Thu, 18 Jul 2002 11:49:36 +0200 + +hpijs (1.0.4-2) unstable; urgency=low + + * Ship the hpijs_readme.html with the package (closes: #143492). + For some reason the upstream Makefile does not install it anymore, + it is now listed in debian/docs. + + -- Torsten Landschoff Thu, 18 Apr 2002 21:25:06 +0200 + +hpijs (1.0.4-1) unstable; urgency=low + + * New upstream release (closes: #135271). + * No longer puts documentation files in /usr/share/doc/hpijs-$ver + (closes: #131588). + + -- Torsten Landschoff Mon, 25 Mar 2002 23:18:32 +0100 + +hpijs (1.0.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: As HP has updated the license of this software + it can now go into main. Woohoo! :-) Changed the section accordingly. + * debian/copyright: Update to the new license. + + -- Torsten Landschoff Sat, 19 Jan 2002 02:08:24 +0100 + +hpijs (1.0-3) unstable; urgency=low + + * debian/copyright: Include the more restrictive license. Seems like + hpijs.cpp was already changed to be DFSG compatible. Kudos to + James Troup for pointing this out. + + -- Torsten Landschoff Tue, 15 Jan 2002 21:40:00 +0100 + +hpijs (1.0-2) unstable; urgency=low + + * ijs_server.c (ijs_server_init): Fix off by one bug which clobbered the + stack making the binary unusable when compiled with optimization. + * debian/rules.c (configure): Add support for --enable-debug using the + DEB_BUILD_OPTIONS interface as suggested in debian-policy. + + -- Torsten Landschoff Mon, 14 Jan 2002 03:09:00 +0100 + +hpijs (1.0-1) unstable; urgency=low + + * Initial release. + + -- Torsten Landschoff Sat, 12 Jan 2002 03:40:10 +0100 + --- hplip-2.7.7.orig/debian/DEBIAN_UBUNTU_DIFFERENCES +++ hplip-2.7.7/debian/DEBIAN_UBUNTU_DIFFERENCES @@ -0,0 +1,5 @@ +* Fixed hplip.desktop and added hplip-kubuntu.desktop. + Kubuntu doesn't have any application categorised in "Settings" + so that results a crappy Kmenu. The hplip.desktop file will show + in gnome and xfce, and the kubuntu one, only shows in KDE, in + "System" section --- hplip-2.7.7.orig/debian/hp-sendfax.desktop +++ hplip-2.7.7/debian/hp-sendfax.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=HPLIP Fax Utility +GenericName=Fax Utility +Comment=HPLIP Fax Utility +Exec=sh -c 'STARTED_FROM_MENU=yes /usr/bin/hp-sendfax' +Icon=/usr/share/pixmaps/HPmenu.xpm +Categories=Application;Office; +Terminal=false +Type=Application +StartupNotify=false +NoDisplay=false --- hplip-2.7.7.orig/debian/hplip-data.install +++ hplip-2.7.7/debian/hplip-data.install @@ -0,0 +1,17 @@ +/usr/share/hplip/*.py* +/usr/share/hplip/hplip-install +/usr/share/hplip/hpaio.desc +/usr/share/hplip/base +/usr/share/hplip/copier +/usr/share/hplip/data/images +/usr/share/hplip/data/ldl +/usr/share/hplip/data/models +/usr/share/hplip/data/pcl +/usr/share/hplip/data/ps +/usr/share/hplip/fax +/usr/share/hplip/installer +/usr/share/hplip/pcard +/usr/share/hplip/plugins +/usr/share/hplip/prnt +/usr/share/hplip/scan +/usr/share/hplip/ui --- hplip-2.7.7.orig/debian/hplip.desktop +++ hplip-2.7.7/debian/hplip.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=HPLIP Toolbox +GenericName=Printer Toolbox +Comment=HP Printing System Control Center +Exec=sh -c 'STARTED_FROM_MENU=yes /usr/bin/hp-toolbox' +Icon=/usr/share/pixmaps/hp-logo.xpm +Categories=Application;Settings; +Terminal=false +Type=Application +StartupNotify=false +NotShowIn=KDE; +NoDisplay=false --- hplip-2.7.7.orig/debian/hplip.postinst +++ hplip-2.7.7/debian/hplip.postinst @@ -0,0 +1,91 @@ +#! /bin/sh +# postinst script for hplip +# $Id: hplip.postinst,v 1.1 2005/10/15 21:39:04 hmh Exp $ +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +case "$1" in + configure) + # add hplip system user (requires adduser >= 3.34) + # don't muck around with this unless you KNOW what you're doing + echo "Creating/updating hplip user account..." + adduser --system --ingroup lp --home /var/run/hplip \ + --gecos "HPLIP system user" --shell /bin/false \ + --quiet --disabled-password hplip || { + # adduser failed. Why? + if getent passwd hplip >/dev/null ; then + echo "Non-system user hplip found. I will not overwrite a non-system" >&2 + echo "user. Remove the user and reinstall hplip." >&2 + exit 1 + fi + # unknown adduser error, simply exit + exit 1 + } + if getent group scanner >/dev/null; then + adduser --quiet hplip scanner + else + addgroup --quiet --system scanner + adduser --quiet hplip scanner + fi + + for i in /var/run/hplip + do + if ! dpkg-statoverride --list $i > /dev/null + then + dpkg-statoverride --update --add hplip root 755 $i + fi + done + + + # Remove shutdown and reboot links; this init script does not need them. + if dpkg --compare-versions "$2" lt "1.7.3-0ubuntu4"; then + rm -f /etc/rc0.d/K19hplip /etc/rc6.d/K19hplip + fi + + # Correct ownership of personal HPLIP config files of the users + # (in older HPLIP versions hp-setup created these files with root + # permissions and made hp-toolbox crashing) + for line in `cat /etc/passwd | sed -e 's/ //g'`; do + user=`echo $line | cut -d : -f 1`; + homedir=`echo $line | cut -d : -f 6`; + [ -d $homedir ] && \ + find $homedir -maxdepth 1 -not -user $user -name .hplip* \ + -exec chown $user '{}' \; 2>/dev/null || : + done + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- hplip-2.7.7.orig/debian/hp-logo.xpm +++ hplip-2.7.7/debian/hp-logo.xpm @@ -0,0 +1,64 @@ +/* XPM */ +static char *hp-logo[] = { +/* columns rows colors chars-per-pixel */ +"32 32 26 1", +" c #000100", +". c #080A06", +"X c #141513", +"o c #1F201E", +"O c #272826", +"+ c #2F312E", +"@ c #3A3B39", +"# c #3F403E", +"$ c #500000", +"% c #454744", +"& c #535552", +"* c #5E605D", +"= c #6D6F6C", +"- c #787A77", +"; c #818380", +": c #8E908D", +"> c #989A97", +", c #A2A4A1", +"< c #B1B3B0", +"1 c #BEC0BD", +"2 c #D0D2CF", +"3 c #D8DAD7", +"4 c #E2E4E0", +"5 c #EEF0ED", +"6 c #FDFFFC", +"7 c None", +/* pixels */ +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +";. &: o4 .;", +". #2@ -4>-@ .", +" X<63 366662# ", +" X366- +6666666= ", +" 1666O :66666666* ", +" *6661 1566444465X ", +" 2666= >6X X4: ", +" o6666X >@ -< .1 34 ", +" &666< .4. 1& *: +66X ", +" *666& *: O5. <+ :66@ ", +" &665. <@ -> X2 .466+ ", +" +66> X3 3# =- %666. ", +" 46# =- @4 =o ,661 ", +" ;6**2;*<; .oo@666* ", +" X4666666+ ;666662. ", +" @566662 366664o ", +" @5666- @66663O ", +" X:56o >663=. ", +"o O1 .4%X o", +"7&##########>:#-2#############&7", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777", +"77777777777777777777777777777777" +}; --- hplip-2.7.7.orig/debian/hplip-firmware.install +++ hplip-2.7.7/debian/hplip-firmware.install @@ -0,0 +1,2 @@ +/usr/share/hplip/data/firmware +/usr/share/foo2zjs/firmware --- hplip-2.7.7.orig/debian/hpijs.NEWS +++ hplip-2.7.7/debian/hpijs.NEWS @@ -0,0 +1,213 @@ +hpijs (2.6.10+1.6.10-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from linuxprinting.org. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from linuxprinting.org or hpijs-ppds: + + * ALL HPIJS-SUPPORTED PRINTERS! + +New printers supported in this release: + + * LaserJet P2015 series (LJMono/PS) + * LaserJet M3035 MFP (LJMono/PS) + * LaserJet M5035 MFP (LJMono/PS) + * LaserJet M4345 mfp (LJMono/PS) + * LaserJet P3005 (LJMono/PS) + * LaserJet P3004 (LJMono/PS) + * Color LaserJet 2700 (PS) + * Color LaserJet CM1015 (PS) (no scanning yet) + * Color LaserJet CM1017 (PS) (no scanning yet) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 25 Oct 2006 11:21:17 -0300 + +hpijs (2.6.9+1.6.9-1) UNRELEASED; urgency=low + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from linuxprinting.org. + +The PPD needed for faxing is shipped in the hpijs package itself starting +with this release. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from linuxprinting.org or hpijs-ppds: + + * ALL HPIJS-SUPPORTED PRINTERS! + +New printers supported in this release: + + * PhotoSmart A310 series (DJGenericVIP) + * PhotoSmart C5100 series (DJGenericVIP) + * PhotoSmart C6100 series (DJGenericVIP) + * PhotoSmart C7100 series (DJGenericVIP) + * PhotoSmart D5100 series (DJGenericVIP) + * PhotoSmart D5060 series (DJGenericVIP) + * PhotoSmart Pro B8300 series (DJGenericVIP) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Mon, 2 Oct 2006 16:25:00 -0300 + +hpijs (2.6.7+1.6.7-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from linuxprinting.org. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from linuxprinting.org or hpijs-ppds: + + * HP Business Inkjet (all models) + * HP Color Inkjet CP1160, CP1700 + * HP Color LaserJet (all models) + * HP Deskjet (all models) + * HP LaserJet (all models) + * HP OfficeJet and OfficeJet Pro (all models) + * HP PhotoSmart (all models) + * HP PSC (all models) + * HP Mopier 240 and 320 + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 9 Aug 2006 13:03:38 -0300 + +hpijs (2.4.10+0.9.11-1) unstable; urgency=low + +Most of the user documentation for hpijs is now shipped on the hplip-doc +package, as per upstream changes. + +Appropriate PPDs for this release are available on the hpijs-ppds package. +They're also available from linuxprinting.org. + +Users of the following printers (or of any printers that use the same PPDs) +should reinstall their PPDs in CUPS to replace them with up-to-date ones +from linuxprinting.org or hpijs-ppds: + + * HP 2000C + * HP Business Inkjet (all models) + * HP Color Inkjet CP1700 + * HP Color LaserJet (all models) + * HP Deskjet (all models) + * HP LaserJet (all models) + * HP OfficeJet and OfficeJet Pro (all models) + * HP PhotoSmart (all models) + * HP PSC (all models) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 10 May 2006 18:09:37 -0300 + +hpijs (2.4.9+0.9.9-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the new hpijs-ppds package. +They're also available from linuxprinting.org. + + -- Henrique de Moraes Holschuh Wed, 1 Feb 2006 00:54:49 -0200 + +hpijs (2.4.8+0.9.8-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hplip-ppds package +as usual. They're also available from linuxprinting.org. + +Users of the following printers should reinstall their PPDs in CUPS to +replace them with up-to-date ones from linuxprinting.org or hplip-ppds: + + * HP PSC 1300 + * HP OfficeJet 61xx + * HP LaserJet 5L + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 1 Feb 2006 00:54:49 -0200 + +hpijs (2.4.7+0.9.7-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hplip-ppds package +as usual. They're also available from linuxprinting.org and foomatic-* +packages dated after 2005-11-22. + +Users of the following printers should reinstall their PPDs in CUPS to +replace them with up-to-date ones from linuxprinting.org or hplip-ppds: + + * ALL DJGenericVIP devices, which include but is not restricted to: + HP Business Inkjet 1xxx + HP Business Inkjet 2600 + HP Deskjet 5100 + HP Deskjet 5400 series + HP Deskjet 555x + HP Deskjet 56xx + HP Deskjet 57xx + HP Deskjet 58xx + HP Deskjet 5900 series + HP Deskjet 6500 + HP Deskjet 6600 + HP Deskjet 6800 + HP Deskjet 9600 + HP Deskjet 9800 + HP dj450 + HP Officejet pro k550 + HP Officejet pro k850 + HP Officejet 6100 series + HP Officejet 6150 series + HP Officejet 6200 series + HP Officejet 7200 series + HP Officejet 7300 series + HP Officejet 7400 series + HP PSC 1500 series + HP PSC 1600 series + HP PSC 21xx series + HP PSC 2200 series + HP PSC 23xx series + HP PSC 2400 series + HP PSC 2500 series + HP Photosmart 2570 series + HP Photosmart 2600 series + HP Photosmart 2700 series + HP Photosmart 3100 series + HP Photosmart 3200 series + HP Photosmart 3300 series + HP Photosmart 3xx series + HP Photosmart 4xx series + HP Photosmart 7xxx series + HP Photosmart 8xxx series + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Wed, 23 Nov 2005 09:34:06 -0200 + +hpijs (2.4.6+0.9.6-1) unstable; urgency=low + +Appropriate PPDs for this release are available on the hplip-ppds package +as usual. They're also available from linuxprinting.org and foomatic-* +packages dated after 2005-10-10. + +Users of the following printers should reinstall their PPDs in CUPS to +replace them with up-to-date ones from linuxprinting.org or hplip-ppds: + + * HP Deskjet 450 family + * HP Deskjet 55xx family + * HP PhotoSmart 8700 (modified for hpijs 2.4.5) + * HP PhotoSmart 320/330/370/380 (modified for hpijs 2.1.4) + +Note: to update a PPD, you have to reinstall the printer or use the +"modify printer" command in a CUPS administrative interface. See +Debian bug report #333746 for more information. + + -- Henrique de Moraes Holschuh Thu, 13 Oct 2005 10:08:51 -0300 --- hplip-2.7.7.orig/debian/hplip.default +++ hplip-2.7.7/debian/hplip.default @@ -0,0 +1,11 @@ +# Set RUN_HPLIP to no (anything starting with an n or N), +# if hplip should not be started (i.e.: RUN_HPLIP=no) + +RUN_HPLIP=yes + +# Set RUN_HPIOD_AS_ROOT to yes, if the hpiod daemon should +# run as root. Needed, if not relying on udev to change the +# /dev/usb/bus permissions to group scanner. +# May be needed to run the hp-toolbox as well. + +RUN_HPIOD_AS_ROOT=yes --- hplip-2.7.7.orig/debian/hplip.postrm +++ hplip-2.7.7/debian/hplip.postrm @@ -0,0 +1,79 @@ +#! /bin/sh +# postrm script for hplip +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +# Kill any pre-compiled python crap +kill_python_crappage() { + [ -d /usr/share/hplip ] && \ + find /usr/share/hplip \ + \( -name '*.pyc' -o -name '*.pyo' \) \ + -exec rm -f {} \; + : +} + + +case "$1" in + failed-upgrade|abort-install|abort-upgrade) + # Remove the symlink, no matter what. If it is + # needed, dpkg will recreate it. This is in an + # downgrade/failed upgrade unwind path + if [ -h /usr/share/doc/hplip ]; then + rm -f /usr/share/doc/hplip + fi + # and kill any crap left over for failed-upgrade + kill_python_crappage + ;; + upgrade) + # support downgrading + if [ -h /usr/share/doc/hplip ]; then + rm -f /usr/share/doc/hplip + fi + ;; + remove|disappear) + kill_python_crappage + ;; + purge) + kill_python_crappage + + for i in /var/run/hplip ; do + dpkg-statoverride --remove $i || true + done + + if getent group scanner | fgrep -q hplip; then + deluser --quiet hplip scanner + delgroup --quiet --only-if-empty scanner || true + fi + getent passwd hplip >/dev/null && \ + deluser --quiet --system hplip + getent group hplip >/dev/null && \ + delgroup hplip + + [ -d /var/run/hplip ] && rm -fr /var/run/hplip + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- hplip-2.7.7.orig/debian/hplip-kubuntu.desktop +++ hplip-2.7.7/debian/hplip-kubuntu.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=HPLIP Toolbox +GenericName=Printer Toolbox +Comment=HP Printing System Control Center +Exec=/usr/bin/hp-toolbox +Icon=/usr/share/pixmaps/hp-logo.xpm +Categories=Application;System; +Terminal=false +Type=Application +StartupNotify=false +OnlyShowIn=KDE; --- hplip-2.7.7.orig/debian/hplip-data.lintian +++ hplip-2.7.7/debian/hplip-data.lintian @@ -0,0 +1 @@ +hplip-data: description-synopsis-starts-with-a-capital-letter --- hplip-2.7.7.orig/debian/hplip-data.dirs +++ hplip-2.7.7/debian/hplip-data.dirs @@ -0,0 +1 @@ +usr/share/hplip --- hplip-2.7.7.orig/debian/copyright +++ hplip-2.7.7/debian/copyright @@ -0,0 +1,94 @@ +This package was debianized by Torsten Landschoff +and Henrique de Moraes Holschuh + +It was downloaded from: + http://prdownloads.sourceforge.net/hplip/ + +Upstream website: + http://hplip.sourceforge.net/ + +The Debian packaging of hplip and hpijs is: + Copyright (c) 2003-2004 by Torsten Landschoff + Copyright (c) 2004-2006 by Henrique de Moraes Holschuh + and distributed in the same license as the upstream source it applies to. + +Upstream Authors: + David Suffield and others + + The -rss series was primarily provided by Matthias Bunte + and was adapted to hpijs 1.2.x by Richard Spencer-Smith. + +Copyright: + Copyright (c) 2001-2006 Hewlett-Packard Company + Copyright (c) 2001-2006 Hewlett-Packard Development Company, L.P. + All rights reserved. + + In general all applications are covered by the GNU General Public License + (GPL) version 2, and the backends and gs KRGB patch are covered by a MIT + license. The printer driver HPIJS uses a BSD license (DFSG-compatible). + + GPL: + The GPL version 2 (or any later version) applies to all files in the + directories: base, data, data/pcl, data/ps, data/ldl, data/xml, + data/images, ip, pcard, pcard/pcardext, prnt, prnt/cupsext, scan, ui, + plugins, fax. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + The GPL may be found in /usr/share/common-licenses/GPL on a Debian system. + + MIT: + The MIT license applies to all files in the directories: backend, + backend/hp, io, io/hpiod, scan/sane. It also applies to the KRGB patches + to be applied to Ghostscript. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + + BSD: + The BSD license applies to all files in the directory prnt/hpijs, + except for the KRGB patches to be applied to Ghostscript. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the Hewlett-Packard nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PATENT INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + + -- Henrique de Moraes Holschuh Mon, 6 Mar 2006 16:04:26 -0300 --- hplip-2.7.7.orig/debian/hplip.install +++ hplip-2.7.7/debian/hplip.install @@ -0,0 +1,8 @@ +usr/lib/python* +usr/lib/cups/backend +etc/hp +usr/lib/sane/libsane*.so.* +etc/sane.d/dll.d +usr/share/applications +usr/share/pixmaps +usr/share/python/runtime.d --- hplip-2.7.7.orig/debian/pycompat +++ hplip-2.7.7/debian/pycompat @@ -0,0 +1 @@ +2 --- hplip-2.7.7.orig/debian/watch +++ hplip-2.7.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://prdownloads.sourceforge.net/hplip/ (?:.*/)?hplip-?_?([\w+\d+\.]+|\d+)(?:\.tar(?:\.gz|\.bz2)|\.tgz) debian false --- hplip-2.7.7.orig/debian/hplip.preinst +++ hplip-2.7.7/debian/hplip.preinst @@ -0,0 +1,46 @@ +#! /bin/sh +# preinst script for hplip +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + upgrade|install|abort-upgrade) + # Remove symlink, dpkg doesn't like it at all + if [ -h /usr/share/doc/hplip ]; then + rm -f /usr/share/doc/hplip + fi + # Kill any pre-compiled python crap which WILL bite us in the arse + [ -d /usr/share/hplip ] && \ + find /usr/share/hplip \( -name '*.pyc' -o -name '*.pyo' \) \ + -exec rm -f {} \; + # Stop any daemon from old HPLIP installations + [ -x /etc/init.d/hplip ] && \ + /etc/init.d/hplip stop + if test -n "`ps auxwww | grep hpiod | grep -v grep`"; then + killall -9 hpiod + fi + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- hplip-2.7.7.orig/debian/hpijs.README.Debian +++ hplip-2.7.7/debian/hpijs.README.Debian @@ -0,0 +1,33 @@ +Notes about the Debian hpijs package +------------------------------------ + +This package includes the rss patch from + + http://www.linuxprinting.org/download/printing/hpijs/ + +This patch tries to make sure that black is printed with just +the black pen, if the printer supports it. Almost all new +HP printers (those using the DJGenericVIP model) do colormap +conversion in firmware, and will completely ignore the rss +patch. Also, nobody has maintained that patch for a long time, +so it is unlikely that rss support will be ever added to newer +printer drivers even if they could support it. + +Should Ghostscript have the latest version of the IJS server +code, hpijs will be able to use the KRGB protocol to talk to +Ghostscript, which often will produce better printings wherever +black is used. + +It is a very good idea to install the hplip package if you +use CUPS as your printing spooler. For spoolers other than +CUPS, you should use hpoj instead. + +A lot of enhanced functionality is only available in bi-dir +mode, which is supported only by HPLIP. + +If you are going to use PPDs, it is recommended that the ones +from the hpijs-ppds PPD package be used, as they are guaranteed +to work well with this version of hpijs. + + -- Torsten Landschoff + -- Henrique de Moraes Holschuh --- hplip-2.7.7.orig/debian/autogen.sh +++ hplip-2.7.7/debian/autogen.sh @@ -0,0 +1,31 @@ +#!/bin/sh +# +# autogen.sh glue for hplip +# +# Requires: automake 1.9, autoconf 2.57+, libtool 1.5.6+ +# Conflicts: autoconf 2.13 +set -e + +# Refresh GNU autotools toolchain. +echo Cleaning autotools files... +find -type d -name autom4te.cache -print0 | xargs -0 rm -rf \; +find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \ + -o -name depcomp -o -name ltmain.sh -o -name configure \ + -o -name config.sub -o -name config.guess -o -name config.cache \ + -o -name config.log -o -name Makefile.in \) -print0 | xargs -0 rm -f + +echo Running autoreconf... +autoreconf --force --install + +# For the Debian package build +test -d debian && { + # link these in Debian builds + rm -f config.sub config.guess + ln -s /usr/share/misc/config.sub . + ln -s /usr/share/misc/config.guess . + + # trace version number of HPIJS + (autoconf --trace=AC_INIT) | \ + cut -d ':' -f 5 >debian/hpijs.version +} +exit 0 --- hplip-2.7.7.orig/debian/hpijs.docs +++ hplip-2.7.7/debian/hpijs.docs @@ -0,0 +1,3 @@ +prnt/hpijs/*patch +debian/gdevijs*patch +debian/users-guide.txt --- hplip-2.7.7.orig/debian/non-shipped-files.txt +++ hplip-2.7.7/debian/non-shipped-files.txt @@ -0,0 +1,10 @@ +usr/share/hplip/check +usr/share/doc/hplip/README_LIBJPG +usr/share/doc/hplip/hpijs_readme.html +usr/share/doc/hplip/gs_hpijs.png +usr/share/doc/hplip/hplip_readme.html +usr/share/doc/hplip/hplip_overview.png +usr/share/doc/hplip/COPYING +usr/share/hplip/hplip.conf +usr/lib/sane/libsane-hpaio.so +usr/lib/sane/libsane-hpaio.la --- hplip-2.7.7.orig/debian/hplip-doc.install +++ hplip-2.7.7/debian/hplip-doc.install @@ -0,0 +1 @@ +usr/share/doc/hplip/HTML usr/share/doc/hplip-doc/ --- hplip-2.7.7.orig/debian/hplip-doc.doc-base +++ hplip-2.7.7/debian/hplip-doc.doc-base @@ -0,0 +1,11 @@ +Document: hplip-manual +Title: HP Linux Printing and Imaging System (HPLIP/HPIJS) Manual +Author: David Suffield +Abstract: User manual for the HP Linux Printing and Imaging + System, with basic usage instructions and a list of products + supported. Includes the manual for the HPIJS IJS driver. +Section: Apps/Tools + +Format: HTML +Index: /usr/share/doc/hplip-doc/HTML/index.html +Files: /usr/share/doc/hplip-doc/HTML/* --- hplip-2.7.7.orig/debian/hplip.rtupdate +++ hplip-2.7.7/debian/hplip.rtupdate @@ -0,0 +1,21 @@ +#! /bin/sh +# Python rtupdate script for hplip +# $Id: hplip.rtupdate,v 1.1 2006/08/15 02:51:38 hmh Exp $ +# +# see: Python Policy + +set -e + +# summary of how this script can be called: +# * pre-rtupdate +# * rtupdate +# * post-rtupdate + +[ -x /usr/sbin/hpssd ] || exit 0 + +case "$1" in + post-rtupdate) + invoke-rc.d hplip restart || true + ;; +esac +: --- hplip-2.7.7.orig/debian/README.Source +++ hplip-2.7.7/debian/README.Source @@ -0,0 +1,12 @@ +$Id: README.Source,v 1.6 2006/03/18 19:09:22 hmh Exp $ + +Due to autotools (actually, to avoid running them needlessly), +almost all patches to the build infrastructure are NOT in dpatch +format, but rather applied directly. + +The file debian/hpijs.version must contain the version number of +HPIJS. It is automatically generated from prnt/hpijs/configure.in +through autoconf --trace, by the debian/autogen.sh script. + +The file debian/non-shipped-files.txt is used to remove clutter +from the installed tree. It is maintainend manually. --- hplip-2.7.7.orig/debian/hpijs-ppds.postinst +++ hplip-2.7.7/debian/hpijs-ppds.postinst @@ -0,0 +1,42 @@ +#! /bin/sh +# postinst script for hplip-ppds +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure|abort-upgrade|abort-remove|abort-deconfigure) + # Restart CUPS if it is running + [ -r /var/run/cups/cupsd.pid ] && { + echo "Forcing CUPS to reload available PPD list..." >&2 + invoke-rc.d --quiet cupsys restart || true + } + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- hplip-2.7.7.orig/debian/hplip.docs +++ hplip-2.7.7/debian/hplip.docs @@ -0,0 +1,2 @@ +debian/users-guide.txt +scan/sane/hpaio.desc --- hplip-2.7.7.orig/debian/45-hplip.rules +++ hplip-2.7.7/debian/45-hplip.rules @@ -0,0 +1,4 @@ +SUBSYSTEM!="usb_device", GOTO="hplip_rules_end" +SYSFS{idVendor}=="03f0", SYSFS{bDeviceClass}=="07", GROUP="scanner" +SYSFS{idVendor}=="03f0", PROGRAM="check_mfp_printer", GROUP="scanner" +LABEL="hplip_rules_end" --- hplip-2.7.7.orig/debian/hplip.lintian +++ hplip-2.7.7/debian/hplip.lintian @@ -0,0 +1 @@ +hplip: description-synopsis-starts-with-a-capital-letter --- hplip-2.7.7.orig/debian/TODO +++ hplip-2.7.7/debian/TODO @@ -0,0 +1,46 @@ +When running hpiod as non-root: + - add it to group scanner (see Ubuntu) + + - hp-toolbox busyloops if hpssd is restarted + - hp-toolbox busyloops in other ocasions + - hp-sendfax busyloops + + Looks like all the pyqt code that talks to hpssd likes to busyloop + + - faxing does not work since 1.6.7. + +1.6.9: + Talk to upstream: + - Use libtool for dlopen() + +1.6.6/1.6.7: + - syslogging from hppsc has this crap "python" tag, that needs to become hpssd[pid] + + - check to make sure we are shipping everything. copier/ was missing + +hpiod: + 1. Fix pidfile locking so that main thread waits for the others to die + before exiting + 2. Privilege separation, do away with most crap as root + 3. Fix hpiod syslog to also include [pid] information + +hpssd.py: + 1. remove all hardcoded paths + 2. syslog() stuff instead of dumping to stdout, and do it in a less + hideous way than "khazad-dum python: [ERROR] ..." + + U1. Get upstream to allow one to configure sender address, etc + U2. Date header (#291277), precedence header too. + +sane backend: + 1. provide sane- manpage + +build: + 1. use python automake support + 1a. Make sure to call python as the detected python in autoconf, NOT as "python" + when that's fixed, remove "python" build-dep. + 2. get all the hplip stuff into a hplip *python* package (basically, add hplip. before every import) + 2a. then move it out of /usr/lib into the python paths + 3. remove hardcoding of /etc/hp, make it a configure.in thing + 4. remove python #! lines from stuff that are not end-user executables (done?) + 5. fix and submit upstream something less hackish than the data -> ../share/data symlink --- hplip-2.7.7.orig/debian/hpijs-ppds.install +++ hplip-2.7.7/debian/hpijs-ppds.install @@ -0,0 +1 @@ +usr/share/ppd/hpijs --- hplip-2.7.7.orig/debian/users-guide.txt +++ hplip-2.7.7/debian/users-guide.txt @@ -0,0 +1,8 @@ +The HPLIP and HPIJS user's guide is available online at: +http://hplip.sourceforge.net/ + +It is also available for offline reading as a Debian package, +one just needs to install the "hplip-doc" package. The +documentation will then be found at /usr/share/doc/hplip-doc/, +and it will also be registered with the Debian doc-base system +so that packages like "doc-central" can find it. --- hplip-2.7.7.orig/debian/hplip.README.Debian +++ hplip-2.7.7/debian/hplip.README.Debian @@ -0,0 +1,181 @@ +Notes about the Debian hplip packages +$Id: hplip.README.Debian,v 1.15 2006/10/02 19:26:58 hmh Exp $ +========================================================================== + +HPLIP is supposed to make things very easy for the end user. That isn't +exactly true at this point in time, but it is shaping up rather nicely. + +Almost everything works out-of-the-box after a printer is set up, except +for a few selected printers that have misbehaving or buggy firmware/ +hardware, and for the unfortunate owners of substandard USB hubs, cables +or host adapters. Fax support is new, probably somewhat buggy, and it has +some limitations which will be addressed in the near future. + +HPOJ and HPLIP cannot share a device. For HPLIP to work, you must +configure HPOJ properly so that it does not talk to the devices you want +to use HPLIP with. + +Warning: Some broken as designed USB printers cannot work in bi-dir mode, +and thus HPLIP will at best work with reduced functionality, if at all. + + +Quick Install: +-------------- + +1. Install the hplip, hpijs-ppds, hpijs and cupsys packages. If yor + printer is a native PostScript printer, install the + linuxprinting.org-ppds package as well. + + Documentation is in the hplip-doc package. Reading it is advised, + especially the fax how-to. The documentation is installed in + the /usr/share/doc/hplip-doc/ folder. + +2. Setup your printer using the hp-setup utility (must be run as root). + hp-setup is capable of detecting your printer, and it can also + setup the normal printing (and if available, also the fax) queue + for CUPS. + + See the "Detecting the printer" section if you have trouble getting + hp-setup to find your printer. + + To run the auto-detection of USB, CUPS (for printers that are already + setup, but, e.g. have no fax queue yet) and parallel-port printers, + just call hp-setup without parameters. + + Alternatively, you can install the printer through a CUPS configuration + interface (such as the one in KDE or the one in GNOME, or the CUPS + built-in web interface), using the proper PPD (the ones provided by the + hpijs-ppds package have HPLIP and the version of the package in their + name), and the hp: CUPS backend (installed by hplip). Use the + "AppSocket/HP JetDirect" device, and the hp:/ URI that hp-makeuri or + hp-setup can generate for you. After that, you can use hp-setup to + generate a fax queue for your printer if it supports faxing. + + +Detecting the printer: +---------------------- + +If you have trouble to get HPLIP's CUPS backend to detect the printer, you +should check if it is being found by the kernel and by the HPLIP services. + +First, you need the HPLIP services running (run "/etc/init.d/hplip start" as +root to activate them). Run "ps U hplip" to check if the HPLIP services are +running, it should return a line with "python /usr/sbin/hpssd". It may also +return a line with "hpiod". If it doesn't return a line with "hpiod", please +check whether "ps U root | grep hpiod" does. + +If either hpssd or hpiod cannot be found in the output of the above commands, +check the syslog (/var/log/*) for error messages. + +HPLIP won't be able to talk to your printer if anything on the lower +layers is broken: + +1. For USB printers: + * The printer must be listed in the output of the "lsusb" command when + you run it as root (sometimes lsusb doesn't list printers behind hubs + if you run it as a normal user); + * Make sure you have the USB subsystem in a sane state (no error messages + from the kernel USB drivers in /var/log/kern.log); + + Use "hp-setup -b usb" to search the USB bus for printers, or + "hp-setup -b usb :" (as returned by lsusb) to + select an specific printer to probe. + + If that fails, remove any USB hubs between the computer and the printer, + maybe change USB cabling, and try again. + +2. For networked printers: + * Make sure that you can ping the printer. + + Use "hp-setup -b net" to attempt the (very flaky) network printer + automatic searching and autodetection. Warning: this may trip network + IDS and other anti-scanning defence systems. + + Use "hp-setup -b net -m " for direct printer model auto- + detection (much better than the automatic searching, and should not + trip any IDS). + +3. For parallel-port printers: + * Make sure you have the parport module loaded (or built in the kernel) + and that it has IEEE 1284 support active (CONFIG_PARPORT_1284=y); + * Make sure you have the parport_pc (or whichever parport device layer + module is used by your architecture) and lp modules loaded (or built + in the kernel); + * Check printer cables, etc. + + Use "hp-setup -b par" for automatic searching of an IEEE 1824 printer, + or "hp-setup -b par -m /dev/lp0" (or lp1, lp2...) to probe an specific + parallel port. + +If these steps fail to detect and probe your printer, ask for help in one of +the Debian user lists, or in the upstream HPLIP mailinglists, available at +http://hplip.sourceforge.net. Should you do so, always include which O.S, +version of HPLIP and HPIJS, and all the information about your printer model +and how it is connected to your computer) in your post. + + +Printing: +--------- + +All printing in HPLIP is done through CUPS. If you require other printing +system, HPLIP won't work for you, and you are stuck with HPOJ. One *could* +write a non-CUPS backend to fix this limitation. If you feel like writing +one, please drop me a note. + +The HP CUPS backend tries to be very helpful and detect every printer +automatically... at CUPS startup time. And, sometimes, it will only work +when the HPLIP daemons are already up and running, and your printer is +connected (and online, for network printers). It may also cause some +annoying messages to be delivered to syslog while it tries to find any +parallel-port devices. + +So, if your printer doesn't show up, please make sure the HPLIP services +are running (/etc/init.d/hplip start), and then reload the CUPS +configuration (/etc/init.d/cupsys reload) or restart CUPS. + +It is necessary to add the printer to CUPS before most HPLIP utilities will +work. To that end, you need to configure a printer in CUPS that uses the +hp:/ backend (other backends won't work with HPLIP). + +Chances are you will need the hpijs (required by most printers supported by +HPLIP) and hpijs-ppds packages installed to be able to set the printer up +correctly in CUPS, as CUPS needs to find the PPD for your printer somewhere +to sucessfully install it. True native PostScript printer PPD files are +shipped by the linuxprinting.org-ppds package, so install that too if your +printer speaks PostScript natively. + +CUPS is most braindamaged in that it will NOT automatically use an updated +version of a PPD installed in the system, so you will need to perform the +steps below every time you update the PPD or any of the packages that +provide the PPD files. + +To update a CUPS PPD: + 1. Update the PPD file (if not from a package) + 2. Restart CUPS + 3. Use the CUPS administration tools to "Modify Printer", and + take the same steps as if you were adding a new printer + (yes, this is utter brain damage in CUPS) + + +Scanning: +--------- + +The HPLIP SANE backend is called hpaio. Hpaio requires the HPLIP services +running to work, and it should "just work" out of the box. + +To access the scanning functions, make sure you have xsane properly +installed, and either use the hp-toolbox, or run xsane to access the +scanner. + + +Sending fax: +------------ + +It might work, and it might not. You need hpijs, even if the printer is a +pure-postscript one, as hpijs is used by HPLIP to render the fax job. If you +want cover pages, make sure you have installed the python-reportbug package. + +Receiving faxes is not supported, and HP says it is not on their roadmap to +implement this, either. + + -- Henrique de Moraes Holschuh --- hplip-2.7.7.orig/debian/hpijs.install +++ hplip-2.7.7/debian/hpijs.install @@ -0,0 +1 @@ +usr/bin/hpijs usr/bin/ --- hplip-2.7.7.orig/debian/hplip.menu +++ hplip-2.7.7/debian/hplip.menu @@ -0,0 +1,24 @@ +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP Toolbox" \ + command="/usr/bin/hp-toolbox" \ + hints="Printing,Print,Printer,Setup,Config,CUPS,HPLIP" \ + icon="/usr/share/pixmaps/hp-logo.xpm" +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP File printing" \ + command="/usr/bin/hp-print" \ + hints="Printing,Print,Printer,CUPS,HPLIP" \ + icon="/usr/share/pixmaps/HPmenu.xpm" +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP Fax address book" \ + command="/usr/bin/hp-fab" \ + hints="Printing,Print,Printer,CUPS,Fax,HPLIP" \ + icon="/usr/share/pixmaps/HPmenu.xpm" +?package(hplip):needs="X11" \ + section="Apps/Tools" \ + title="HPLIP Fax utility" \ + command="/usr/bin/hp-sendfax" \ + hints="Printing,Print,Printer,CUPS,Fax,HPLIP" \ + icon="/usr/share/pixmaps/HPmenu.xpm" --- hplip-2.7.7.orig/debian/hpijs-ppds.links +++ hplip-2.7.7/debian/hpijs-ppds.links @@ -0,0 +1 @@ +/usr/share/ppd/hpijs /usr/share/cups/model/hpijs --- hplip-2.7.7.orig/debian/hplip.sane +++ hplip-2.7.7/debian/hplip.sane @@ -0,0 +1,4 @@ +# dll.conf snippet for hplip +# + +hpaio --- hplip-2.7.7.orig/debian/compat +++ hplip-2.7.7/debian/compat @@ -0,0 +1 @@ +5 --- hplip-2.7.7.orig/debian/hpijs.1 +++ hplip-2.7.7/debian/hpijs.1 @@ -0,0 +1,40 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH HPIJS 1 "2004-05-15" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +hpijs \- HP IJS server for the GhostScript IJS client driver +.SH DESCRIPTION +hpijs should never be called directly. GhostScript will run it +if the IjsServer parameter is set to IjsServer=hpijs when invoking the +IJS driver. +.br +.SH OPTIONS +.TP +.B -h +Show version +.SH SEE ALSO +For more information, please refer to /usr/share/doc/hpijs, and +to http://www.linuxprinting.org/. +.TP +/usr/share/doc/hpijs/hpijs_readme.html +.TP +http://hplip.sourceforge.net/ +.TP +http://www.linuxprinting.org/ (search for hpijs driver) +.SH AUTHOR +This manual page was written by Henrique de Moraes Holschuh , +for the Debian project (but may be used by others). --- hplip-2.7.7.orig/debian/hplip.NEWS +++ hplip-2.7.7/debian/hplip.NEWS @@ -0,0 +1,63 @@ +hplip (1.6.7-1) unstable; urgency=low + +hp-photo is gone, its functionality has been folded into hp-unload. There is +also a new utility, hp-makecopies, which controls the copier function of some +of the multifunctional devices. + +Support documentation is in the hplip-doc package, you must install it for the +"View Documentation" functionality of hp-toolbox to work. + + -- Henrique de Moraes Holschuh Wed, 9 Aug 2006 13:03:38 -0300 + +hplip (0.9.11-1) unstable; urgency=low + +Most of the user documentation for hplip is now shipped on the hplip-doc +package, as per upstream changes. + +The fax support has been modified, and now faxes will not be sent if +hp-sendfax is not running. To send a fax, first you must run hp-sendfax. +After hp-sendfax is running, add the documents to be sent as a fax using +the hp-sendfax UI or at your option, print them to the fax queue using any +application. The jobs printed to the fax queue will show up in hp-sendfax +after a few moments. + + -- Henrique de Moraes Holschuh Wed, 10 May 2006 18:09:37 -0300 + +hplip (0.9.9-1) unstable; urgency=low + +Fax support is enabled, but it is still mostly untested on the Debian +packages, and it has its set of rough edges. Temporary fax files will +end up in ~/hpfax/, feel free to delete them. + +hpiod now uses user-space drivers (through libusb) to talk to all usb +devices (including printers). We have reverted hpiod to run as root +temporarily, because of that. + + -- Henrique de Moraes Holschuh Sat, 18 Mar 2006 16:22:48 -0300 + +hplip (0.9.5-1) unstable; urgency=low + +HPLIP fully supports parallel-port devices as of version 0.9.5. + + -- Henrique de Moraes Holschuh Sat, 17 Sep 2005 12:51:02 -0300 + +hplip (0.9.4-2) unstable; urgency=low + +Thanks to an initial patch by Matthias Klose (from Ubuntu), HPLIP daemons +(hpiod and hpssd) now run under the hplip user, and lp group. + +Unlike the original Ubuntu patch, Debian's changes are non-optional. HPLIP +running as root is not supported in Debian anymore, unless someone gives me +very strong reasons to revert this. + +The only behaviour changes runing as non-root causes are that now hpiod and +hpssd will not be able to bind to reserved ports below 1024. This causes no +loss of functionality as far as I know, as there are very little good reasons +to run any of the daemons in a port below 1024, especially since they always +bind to localhost only. + +In an up-to-date Debian Sarge system, all will work out-of-the-box. If it +doesn't work in a particular configuration, please make sure group lp has +write access to the USB lp devices, and so on. + + -- Henrique de Moraes Holschuh Tue, 2 Aug 2005 23:23:48 -0300 --- hplip-2.7.7.orig/debian/hpijs.manpages +++ hplip-2.7.7/debian/hpijs.manpages @@ -0,0 +1 @@ +debian/hpijs.1 --- hplip-2.7.7.orig/debian/hpijs.lintian +++ hplip-2.7.7/debian/hpijs.lintian @@ -0,0 +1 @@ +hpijs: description-synopsis-starts-with-a-capital-letter --- hplip-2.7.7.orig/debian/check_mfp_printer +++ hplip-2.7.7/debian/check_mfp_printer @@ -0,0 +1,5 @@ +#!/bin/sh + +# check if any interface of this device is a printer interface (07) +grep -q -F 07 /sys/$PHYSDEVPATH/*/bInterfaceClass +exit $? --- hplip-2.7.7.orig/debian/hpijs-ppds.NEWS +++ hplip-2.7.7/debian/hpijs-ppds.NEWS @@ -0,0 +1,35 @@ +hpijs-ppds (2.1.9+0.9.9-1) unstable; urgency=low + +The hplip-ppds package was renamed to hpijs-ppds. Now, it contains only PPDs +that require hpijs to function, so /usr/share/doc/ppd/hplip-postscript was +removed. + +The PPDs for native PostScript printing that were formely shipped at +/usr/share/doc/ppd/hplip-postscript are now shipped in the +linuxprinting.org-ppds package, which is not generated from HPLIP sources. + + -- Henrique de Moraes Holschuh Thu, 16 Mar 2006 15:21:13 -0300 + +hplip-ppds (0.9.8-1) unstable; urgency=low + +The Manufacturer field of the PPDs has been changed back from "HP (HPLIP)" +to just "HP", and " - HPLIP (version)" is now appended to the PPD NickName +field. + +This means that now all HP printers are grouped together under the HP +manufacturer in the PPD list of the GUIs (and of CUPS) but that you can still +find the HPLIP ones for your printer as they will have HPLIP after the normal +PPD description. + +Also, all PPDs are now installed as per +http://wiki.debian.org/PpdFileStructureSpecification, and the PPD file names +have been normalized. Now, the use of upper- and lower-case is consistent, as +well as the use of "-" and "_". The specification is not fully implemented yet +by hplip-ppds, as we still ship CUPS symlinks and will remain doing so until +CUPS starts shipping a symlink to /usr/share/ppd by itself. + +HPIJS PPDs are at /usr/share/doc/ppd/hpijs. + +PPDs for PostScript printers are at /usr/share/doc/ppd/hplip-postscript. + + -- Henrique de Moraes Holschuh Wed, 18 Jan 2006 10:07:11 -0200 --- hplip-2.7.7.orig/debian/HPmenu.xpm +++ hplip-2.7.7/debian/HPmenu.xpm @@ -0,0 +1,128 @@ +/* XPM */ +static char *HPmenu[] = { +/* columns rows colors chars-per-pixel */ +"32 32 90 1", +" c black", +". c #000050", +"X c #000058", +"o c #000067", +"O c #00006B", +"+ c #000076", +"@ c #00007C", +"# c #000082", +"$ c #06068A", +"% c #0C0C89", +"& c #001E83", +"* c #14148C", +"= c #19198F", +"- c #1C1C91", +"; c #022285", +": c #082687", +"> c #0D2A89", +", c #112E8C", +"< c #16318E", +"1 c #19348F", +"2 c #1B3690", +"3 c #1E3992", +"4 c #232394", +"5 c #292997", +"6 c #2E2E99", +"7 c #243D94", +"8 c #32329B", +"9 c #38389E", +"0 c #3E3EA1", +"q c #294197", +"w c #2E4599", +"e c #344A9C", +"r c #394E9E", +"t c #3E52A1", +"y c #4343A3", +"u c #4949A6", +"i c #4D4DA8", +"p c #4356A3", +"a c #4658A5", +"s c #495CA6", +"d c #4D5FA8", +"f c #5454AB", +"g c #5A5AAE", +"h c #5F5FB0", +"j c #4F62A9", +"k c #5464AB", +"l c #5866AD", +"z c #5B6AAE", +"x c #5E6CB0", +"c c #6262B2", +"v c #606DB1", +"b c #6A6AB6", +"n c #6F6FB8", +"m c #6372B3", +"M c #6A76B5", +"N c #6D79B7", +"B c #6F7AB8", +"V c #7373BA", +"C c #727DB9", +"Z c #7A7BBD", +"A c #7681BC", +"S c #7B84BE", +"D c #7C88BF", +"F c #8484C2", +"G c #848AC2", +"H c #8C8DC5", +"J c #8A91C5", +"K c #8F96C8", +"L c #9494C9", +"P c #969ACA", +"I c #9C9CCD", +"U c #9DA2CE", +"Y c #A0A0CF", +"T c #A4A5D1", +"R c #A5A9D2", +"E c #A8A7D3", +"W c #ACACD5", +"Q c #B0B0D7", +"! c #B3B4D9", +"~ c #B6B8DA", +"^ c #BBBBDC", +"/ c #C0C0DF", +"( c #C4C4E1", +") c #CECEE6", +"_ c #D0D0E7", +"` c #D5D5E9", +"' c #E4E4F1", +"] c #ECECF5", +"[ c #F6F6FA", +"{ c None", +/* pixels */ +"{{{{{{{{{{{o@####@#+O{{{{{{{{{{{", +"{{{{{{{{{@#$=6uffu6=###{{{{{{{{{", +"{{{{{{{#@%8nW_'[[')WV8%##{{{{{{{", +"{{{{{{@$5n/][[[[[[[[](n5$#{{{{{{", +"{{{{{#%yH_''''''''''''_Lu%#{{{{{", +"{{{{#*gF!)_``````````_)!Gf*#{{{{", +"{{{#%gLL!////)/)((((((^!LHg%#{{{", +"{{@$iLIIW^/^~~~^^^^^^!!ELLHi$#{{", +"{{#8HIPITWWWWWWWRQRQQRRULLLH6@{{", +"{@*nYHZarrrrrvNzDsterrretVHLn*@{", +"{#0LTZl<@&&:tSwkUDA3+>,>,dCLL9#{", +"{%cIYa,&:&:zRDqJRRRUj>@>;,aILh%{", +"@-FIIr&&;;tRRk7MKKAAAq@,;@eILF-@", +"#9HIIr&&;:ARUee>kjw@rA>@;&rIIH9#", +"#fPIIr&&@,P!Dqm;@rIIIf#", +"#gYIYr&&:<;>KRqm3mawseRD,>:OrUURx+", +"@jUURj+@;;mJrMeG237A~A@,>,rRUUl@", +"@yUR~r@,;@eRQ!QA7DR~U3O>++sRYPr@", +"@4URRs,@:::m^/^at~(~A>,>,,jRTK4@", +"{%VWWDj,;;@+,