diff options
author | Calvin Morrison <calvin@pobox.com> | 2023-04-05 14:13:39 -0400 |
---|---|---|
committer | Calvin Morrison <calvin@pobox.com> | 2023-04-05 14:13:39 -0400 |
commit | 835e373b3eeaabcd0621ed6798ab500f37982fae (patch) | |
tree | dfa16b0e2e1b4956b38f693220eac4e607802133 /xpdf/Makefile |
Diffstat (limited to 'xpdf/Makefile')
-rw-r--r-- | xpdf/Makefile | 2365 |
1 files changed, 2365 insertions, 0 deletions
diff --git a/xpdf/Makefile b/xpdf/Makefile new file mode 100644 index 0000000..456d871 --- /dev/null +++ b/xpdf/Makefile @@ -0,0 +1,2365 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/src/xpdf-4.04 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/src/xpdf-4.04 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/calvin/src/xpdf-4.04 && $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/src/xpdf-4.04/CMakeFiles /home/calvin/src/xpdf-4.04/xpdf//CMakeFiles/progress.marks + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/src/xpdf-4.04/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/calvin/src/xpdf-4.04 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +xpdf/CMakeFiles/xpdf_objs.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/xpdf_objs.dir/rule +.PHONY : xpdf/CMakeFiles/xpdf_objs.dir/rule + +# Convenience name for target. +xpdf_objs: xpdf/CMakeFiles/xpdf_objs.dir/rule + +.PHONY : xpdf_objs + +# fast build rule for target. +xpdf_objs/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/build +.PHONY : xpdf_objs/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdftohtml.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdftohtml.dir/rule +.PHONY : xpdf/CMakeFiles/pdftohtml.dir/rule + +# Convenience name for target. +pdftohtml: xpdf/CMakeFiles/pdftohtml.dir/rule + +.PHONY : pdftohtml + +# fast build rule for target. +pdftohtml/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/build +.PHONY : pdftohtml/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdftoppm.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdftoppm.dir/rule +.PHONY : xpdf/CMakeFiles/pdftoppm.dir/rule + +# Convenience name for target. +pdftoppm: xpdf/CMakeFiles/pdftoppm.dir/rule + +.PHONY : pdftoppm + +# fast build rule for target. +pdftoppm/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/build +.PHONY : pdftoppm/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdftopng.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdftopng.dir/rule +.PHONY : xpdf/CMakeFiles/pdftopng.dir/rule + +# Convenience name for target. +pdftopng: xpdf/CMakeFiles/pdftopng.dir/rule + +.PHONY : pdftopng + +# fast build rule for target. +pdftopng/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/build +.PHONY : pdftopng/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdftotext.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdftotext.dir/rule +.PHONY : xpdf/CMakeFiles/pdftotext.dir/rule + +# Convenience name for target. +pdftotext: xpdf/CMakeFiles/pdftotext.dir/rule + +.PHONY : pdftotext + +# fast build rule for target. +pdftotext/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/build +.PHONY : pdftotext/fast + +# Convenience name for target. +xpdf/CMakeFiles/xpdf_widget_objs.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/xpdf_widget_objs.dir/rule +.PHONY : xpdf/CMakeFiles/xpdf_widget_objs.dir/rule + +# Convenience name for target. +xpdf_widget_objs: xpdf/CMakeFiles/xpdf_widget_objs.dir/rule + +.PHONY : xpdf_widget_objs + +# fast build rule for target. +xpdf_widget_objs/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/build +.PHONY : xpdf_widget_objs/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdfinfo.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdfinfo.dir/rule +.PHONY : xpdf/CMakeFiles/pdfinfo.dir/rule + +# Convenience name for target. +pdfinfo: xpdf/CMakeFiles/pdfinfo.dir/rule + +.PHONY : pdfinfo + +# fast build rule for target. +pdfinfo/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfinfo.dir/build.make xpdf/CMakeFiles/pdfinfo.dir/build +.PHONY : pdfinfo/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdfdetach.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdfdetach.dir/rule +.PHONY : xpdf/CMakeFiles/pdfdetach.dir/rule + +# Convenience name for target. +pdfdetach: xpdf/CMakeFiles/pdfdetach.dir/rule + +.PHONY : pdfdetach + +# fast build rule for target. +pdfdetach/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfdetach.dir/build.make xpdf/CMakeFiles/pdfdetach.dir/build +.PHONY : pdfdetach/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdftops.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdftops.dir/rule +.PHONY : xpdf/CMakeFiles/pdftops.dir/rule + +# Convenience name for target. +pdftops: xpdf/CMakeFiles/pdftops.dir/rule + +.PHONY : pdftops + +# fast build rule for target. +pdftops/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/build +.PHONY : pdftops/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdffonts.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdffonts.dir/rule +.PHONY : xpdf/CMakeFiles/pdffonts.dir/rule + +# Convenience name for target. +pdffonts: xpdf/CMakeFiles/pdffonts.dir/rule + +.PHONY : pdffonts + +# fast build rule for target. +pdffonts/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdffonts.dir/build.make xpdf/CMakeFiles/pdffonts.dir/build +.PHONY : pdffonts/fast + +# Convenience name for target. +xpdf/CMakeFiles/pdfimages.dir/rule: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf/CMakeFiles/pdfimages.dir/rule +.PHONY : xpdf/CMakeFiles/pdfimages.dir/rule + +# Convenience name for target. +pdfimages: xpdf/CMakeFiles/pdfimages.dir/rule + +.PHONY : pdfimages + +# fast build rule for target. +pdfimages/fast: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/build +.PHONY : pdfimages/fast + +AcroForm.o: AcroForm.cc.o + +.PHONY : AcroForm.o + +# target to build an object file +AcroForm.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/AcroForm.cc.o +.PHONY : AcroForm.cc.o + +AcroForm.i: AcroForm.cc.i + +.PHONY : AcroForm.i + +# target to preprocess a source file +AcroForm.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/AcroForm.cc.i +.PHONY : AcroForm.cc.i + +AcroForm.s: AcroForm.cc.s + +.PHONY : AcroForm.s + +# target to generate assembly for a file +AcroForm.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/AcroForm.cc.s +.PHONY : AcroForm.cc.s + +Annot.o: Annot.cc.o + +.PHONY : Annot.o + +# target to build an object file +Annot.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Annot.cc.o +.PHONY : Annot.cc.o + +Annot.i: Annot.cc.i + +.PHONY : Annot.i + +# target to preprocess a source file +Annot.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Annot.cc.i +.PHONY : Annot.cc.i + +Annot.s: Annot.cc.s + +.PHONY : Annot.s + +# target to generate assembly for a file +Annot.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Annot.cc.s +.PHONY : Annot.cc.s + +Array.o: Array.cc.o + +.PHONY : Array.o + +# target to build an object file +Array.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Array.cc.o +.PHONY : Array.cc.o + +Array.i: Array.cc.i + +.PHONY : Array.i + +# target to preprocess a source file +Array.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Array.cc.i +.PHONY : Array.cc.i + +Array.s: Array.cc.s + +.PHONY : Array.s + +# target to generate assembly for a file +Array.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Array.cc.s +.PHONY : Array.cc.s + +BuiltinFont.o: BuiltinFont.cc.o + +.PHONY : BuiltinFont.o + +# target to build an object file +BuiltinFont.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFont.cc.o +.PHONY : BuiltinFont.cc.o + +BuiltinFont.i: BuiltinFont.cc.i + +.PHONY : BuiltinFont.i + +# target to preprocess a source file +BuiltinFont.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFont.cc.i +.PHONY : BuiltinFont.cc.i + +BuiltinFont.s: BuiltinFont.cc.s + +.PHONY : BuiltinFont.s + +# target to generate assembly for a file +BuiltinFont.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFont.cc.s +.PHONY : BuiltinFont.cc.s + +BuiltinFontTables.o: BuiltinFontTables.cc.o + +.PHONY : BuiltinFontTables.o + +# target to build an object file +BuiltinFontTables.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFontTables.cc.o +.PHONY : BuiltinFontTables.cc.o + +BuiltinFontTables.i: BuiltinFontTables.cc.i + +.PHONY : BuiltinFontTables.i + +# target to preprocess a source file +BuiltinFontTables.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFontTables.cc.i +.PHONY : BuiltinFontTables.cc.i + +BuiltinFontTables.s: BuiltinFontTables.cc.s + +.PHONY : BuiltinFontTables.s + +# target to generate assembly for a file +BuiltinFontTables.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/BuiltinFontTables.cc.s +.PHONY : BuiltinFontTables.cc.s + +CMap.o: CMap.cc.o + +.PHONY : CMap.o + +# target to build an object file +CMap.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/CMap.cc.o +.PHONY : CMap.cc.o + +CMap.i: CMap.cc.i + +.PHONY : CMap.i + +# target to preprocess a source file +CMap.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/CMap.cc.i +.PHONY : CMap.cc.i + +CMap.s: CMap.cc.s + +.PHONY : CMap.s + +# target to generate assembly for a file +CMap.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/CMap.cc.s +.PHONY : CMap.cc.s + +Catalog.o: Catalog.cc.o + +.PHONY : Catalog.o + +# target to build an object file +Catalog.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Catalog.cc.o +.PHONY : Catalog.cc.o + +Catalog.i: Catalog.cc.i + +.PHONY : Catalog.i + +# target to preprocess a source file +Catalog.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Catalog.cc.i +.PHONY : Catalog.cc.i + +Catalog.s: Catalog.cc.s + +.PHONY : Catalog.s + +# target to generate assembly for a file +Catalog.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Catalog.cc.s +.PHONY : Catalog.cc.s + +CharCodeToUnicode.o: CharCodeToUnicode.cc.o + +.PHONY : CharCodeToUnicode.o + +# target to build an object file +CharCodeToUnicode.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/CharCodeToUnicode.cc.o +.PHONY : CharCodeToUnicode.cc.o + +CharCodeToUnicode.i: CharCodeToUnicode.cc.i + +.PHONY : CharCodeToUnicode.i + +# target to preprocess a source file +CharCodeToUnicode.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/CharCodeToUnicode.cc.i +.PHONY : CharCodeToUnicode.cc.i + +CharCodeToUnicode.s: CharCodeToUnicode.cc.s + +.PHONY : CharCodeToUnicode.s + +# target to generate assembly for a file +CharCodeToUnicode.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/CharCodeToUnicode.cc.s +.PHONY : CharCodeToUnicode.cc.s + +Decrypt.o: Decrypt.cc.o + +.PHONY : Decrypt.o + +# target to build an object file +Decrypt.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Decrypt.cc.o +.PHONY : Decrypt.cc.o + +Decrypt.i: Decrypt.cc.i + +.PHONY : Decrypt.i + +# target to preprocess a source file +Decrypt.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Decrypt.cc.i +.PHONY : Decrypt.cc.i + +Decrypt.s: Decrypt.cc.s + +.PHONY : Decrypt.s + +# target to generate assembly for a file +Decrypt.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Decrypt.cc.s +.PHONY : Decrypt.cc.s + +Dict.o: Dict.cc.o + +.PHONY : Dict.o + +# target to build an object file +Dict.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Dict.cc.o +.PHONY : Dict.cc.o + +Dict.i: Dict.cc.i + +.PHONY : Dict.i + +# target to preprocess a source file +Dict.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Dict.cc.i +.PHONY : Dict.cc.i + +Dict.s: Dict.cc.s + +.PHONY : Dict.s + +# target to generate assembly for a file +Dict.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Dict.cc.s +.PHONY : Dict.cc.s + +DisplayState.o: DisplayState.cc.o + +.PHONY : DisplayState.o + +# target to build an object file +DisplayState.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/DisplayState.cc.o +.PHONY : DisplayState.cc.o + +DisplayState.i: DisplayState.cc.i + +.PHONY : DisplayState.i + +# target to preprocess a source file +DisplayState.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/DisplayState.cc.i +.PHONY : DisplayState.cc.i + +DisplayState.s: DisplayState.cc.s + +.PHONY : DisplayState.s + +# target to generate assembly for a file +DisplayState.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/DisplayState.cc.s +.PHONY : DisplayState.cc.s + +Error.o: Error.cc.o + +.PHONY : Error.o + +# target to build an object file +Error.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Error.cc.o +.PHONY : Error.cc.o + +Error.i: Error.cc.i + +.PHONY : Error.i + +# target to preprocess a source file +Error.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Error.cc.i +.PHONY : Error.cc.i + +Error.s: Error.cc.s + +.PHONY : Error.s + +# target to generate assembly for a file +Error.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Error.cc.s +.PHONY : Error.cc.s + +FontEncodingTables.o: FontEncodingTables.cc.o + +.PHONY : FontEncodingTables.o + +# target to build an object file +FontEncodingTables.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/FontEncodingTables.cc.o +.PHONY : FontEncodingTables.cc.o + +FontEncodingTables.i: FontEncodingTables.cc.i + +.PHONY : FontEncodingTables.i + +# target to preprocess a source file +FontEncodingTables.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/FontEncodingTables.cc.i +.PHONY : FontEncodingTables.cc.i + +FontEncodingTables.s: FontEncodingTables.cc.s + +.PHONY : FontEncodingTables.s + +# target to generate assembly for a file +FontEncodingTables.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/FontEncodingTables.cc.s +.PHONY : FontEncodingTables.cc.s + +Function.o: Function.cc.o + +.PHONY : Function.o + +# target to build an object file +Function.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Function.cc.o +.PHONY : Function.cc.o + +Function.i: Function.cc.i + +.PHONY : Function.i + +# target to preprocess a source file +Function.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Function.cc.i +.PHONY : Function.cc.i + +Function.s: Function.cc.s + +.PHONY : Function.s + +# target to generate assembly for a file +Function.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Function.cc.s +.PHONY : Function.cc.s + +Gfx.o: Gfx.cc.o + +.PHONY : Gfx.o + +# target to build an object file +Gfx.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Gfx.cc.o +.PHONY : Gfx.cc.o + +Gfx.i: Gfx.cc.i + +.PHONY : Gfx.i + +# target to preprocess a source file +Gfx.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Gfx.cc.i +.PHONY : Gfx.cc.i + +Gfx.s: Gfx.cc.s + +.PHONY : Gfx.s + +# target to generate assembly for a file +Gfx.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Gfx.cc.s +.PHONY : Gfx.cc.s + +GfxFont.o: GfxFont.cc.o + +.PHONY : GfxFont.o + +# target to build an object file +GfxFont.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GfxFont.cc.o +.PHONY : GfxFont.cc.o + +GfxFont.i: GfxFont.cc.i + +.PHONY : GfxFont.i + +# target to preprocess a source file +GfxFont.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GfxFont.cc.i +.PHONY : GfxFont.cc.i + +GfxFont.s: GfxFont.cc.s + +.PHONY : GfxFont.s + +# target to generate assembly for a file +GfxFont.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GfxFont.cc.s +.PHONY : GfxFont.cc.s + +GfxState.o: GfxState.cc.o + +.PHONY : GfxState.o + +# target to build an object file +GfxState.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GfxState.cc.o +.PHONY : GfxState.cc.o + +GfxState.i: GfxState.cc.i + +.PHONY : GfxState.i + +# target to preprocess a source file +GfxState.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GfxState.cc.i +.PHONY : GfxState.cc.i + +GfxState.s: GfxState.cc.s + +.PHONY : GfxState.s + +# target to generate assembly for a file +GfxState.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GfxState.cc.s +.PHONY : GfxState.cc.s + +GlobalParams.o: GlobalParams.cc.o + +.PHONY : GlobalParams.o + +# target to build an object file +GlobalParams.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GlobalParams.cc.o +.PHONY : GlobalParams.cc.o + +GlobalParams.i: GlobalParams.cc.i + +.PHONY : GlobalParams.i + +# target to preprocess a source file +GlobalParams.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GlobalParams.cc.i +.PHONY : GlobalParams.cc.i + +GlobalParams.s: GlobalParams.cc.s + +.PHONY : GlobalParams.s + +# target to generate assembly for a file +GlobalParams.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/GlobalParams.cc.s +.PHONY : GlobalParams.cc.s + +HTMLGen.o: HTMLGen.cc.o + +.PHONY : HTMLGen.o + +# target to build an object file +HTMLGen.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/HTMLGen.cc.o +.PHONY : HTMLGen.cc.o + +HTMLGen.i: HTMLGen.cc.i + +.PHONY : HTMLGen.i + +# target to preprocess a source file +HTMLGen.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/HTMLGen.cc.i +.PHONY : HTMLGen.cc.i + +HTMLGen.s: HTMLGen.cc.s + +.PHONY : HTMLGen.s + +# target to generate assembly for a file +HTMLGen.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/HTMLGen.cc.s +.PHONY : HTMLGen.cc.s + +ImageOutputDev.o: ImageOutputDev.cc.o + +.PHONY : ImageOutputDev.o + +# target to build an object file +ImageOutputDev.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/ImageOutputDev.cc.o +.PHONY : ImageOutputDev.cc.o + +ImageOutputDev.i: ImageOutputDev.cc.i + +.PHONY : ImageOutputDev.i + +# target to preprocess a source file +ImageOutputDev.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/ImageOutputDev.cc.i +.PHONY : ImageOutputDev.cc.i + +ImageOutputDev.s: ImageOutputDev.cc.s + +.PHONY : ImageOutputDev.s + +# target to generate assembly for a file +ImageOutputDev.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/ImageOutputDev.cc.s +.PHONY : ImageOutputDev.cc.s + +JArithmeticDecoder.o: JArithmeticDecoder.cc.o + +.PHONY : JArithmeticDecoder.o + +# target to build an object file +JArithmeticDecoder.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JArithmeticDecoder.cc.o +.PHONY : JArithmeticDecoder.cc.o + +JArithmeticDecoder.i: JArithmeticDecoder.cc.i + +.PHONY : JArithmeticDecoder.i + +# target to preprocess a source file +JArithmeticDecoder.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JArithmeticDecoder.cc.i +.PHONY : JArithmeticDecoder.cc.i + +JArithmeticDecoder.s: JArithmeticDecoder.cc.s + +.PHONY : JArithmeticDecoder.s + +# target to generate assembly for a file +JArithmeticDecoder.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JArithmeticDecoder.cc.s +.PHONY : JArithmeticDecoder.cc.s + +JBIG2Stream.o: JBIG2Stream.cc.o + +.PHONY : JBIG2Stream.o + +# target to build an object file +JBIG2Stream.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JBIG2Stream.cc.o +.PHONY : JBIG2Stream.cc.o + +JBIG2Stream.i: JBIG2Stream.cc.i + +.PHONY : JBIG2Stream.i + +# target to preprocess a source file +JBIG2Stream.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JBIG2Stream.cc.i +.PHONY : JBIG2Stream.cc.i + +JBIG2Stream.s: JBIG2Stream.cc.s + +.PHONY : JBIG2Stream.s + +# target to generate assembly for a file +JBIG2Stream.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JBIG2Stream.cc.s +.PHONY : JBIG2Stream.cc.s + +JPXStream.o: JPXStream.cc.o + +.PHONY : JPXStream.o + +# target to build an object file +JPXStream.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JPXStream.cc.o +.PHONY : JPXStream.cc.o + +JPXStream.i: JPXStream.cc.i + +.PHONY : JPXStream.i + +# target to preprocess a source file +JPXStream.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JPXStream.cc.i +.PHONY : JPXStream.cc.i + +JPXStream.s: JPXStream.cc.s + +.PHONY : JPXStream.s + +# target to generate assembly for a file +JPXStream.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/JPXStream.cc.s +.PHONY : JPXStream.cc.s + +Lexer.o: Lexer.cc.o + +.PHONY : Lexer.o + +# target to build an object file +Lexer.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Lexer.cc.o +.PHONY : Lexer.cc.o + +Lexer.i: Lexer.cc.i + +.PHONY : Lexer.i + +# target to preprocess a source file +Lexer.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Lexer.cc.i +.PHONY : Lexer.cc.i + +Lexer.s: Lexer.cc.s + +.PHONY : Lexer.s + +# target to generate assembly for a file +Lexer.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Lexer.cc.s +.PHONY : Lexer.cc.s + +Link.o: Link.cc.o + +.PHONY : Link.o + +# target to build an object file +Link.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Link.cc.o +.PHONY : Link.cc.o + +Link.i: Link.cc.i + +.PHONY : Link.i + +# target to preprocess a source file +Link.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Link.cc.i +.PHONY : Link.cc.i + +Link.s: Link.cc.s + +.PHONY : Link.s + +# target to generate assembly for a file +Link.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Link.cc.s +.PHONY : Link.cc.s + +NameToCharCode.o: NameToCharCode.cc.o + +.PHONY : NameToCharCode.o + +# target to build an object file +NameToCharCode.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/NameToCharCode.cc.o +.PHONY : NameToCharCode.cc.o + +NameToCharCode.i: NameToCharCode.cc.i + +.PHONY : NameToCharCode.i + +# target to preprocess a source file +NameToCharCode.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/NameToCharCode.cc.i +.PHONY : NameToCharCode.cc.i + +NameToCharCode.s: NameToCharCode.cc.s + +.PHONY : NameToCharCode.s + +# target to generate assembly for a file +NameToCharCode.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/NameToCharCode.cc.s +.PHONY : NameToCharCode.cc.s + +Object.o: Object.cc.o + +.PHONY : Object.o + +# target to build an object file +Object.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Object.cc.o +.PHONY : Object.cc.o + +Object.i: Object.cc.i + +.PHONY : Object.i + +# target to preprocess a source file +Object.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Object.cc.i +.PHONY : Object.cc.i + +Object.s: Object.cc.s + +.PHONY : Object.s + +# target to generate assembly for a file +Object.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Object.cc.s +.PHONY : Object.cc.s + +OptionalContent.o: OptionalContent.cc.o + +.PHONY : OptionalContent.o + +# target to build an object file +OptionalContent.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/OptionalContent.cc.o +.PHONY : OptionalContent.cc.o + +OptionalContent.i: OptionalContent.cc.i + +.PHONY : OptionalContent.i + +# target to preprocess a source file +OptionalContent.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/OptionalContent.cc.i +.PHONY : OptionalContent.cc.i + +OptionalContent.s: OptionalContent.cc.s + +.PHONY : OptionalContent.s + +# target to generate assembly for a file +OptionalContent.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/OptionalContent.cc.s +.PHONY : OptionalContent.cc.s + +Outline.o: Outline.cc.o + +.PHONY : Outline.o + +# target to build an object file +Outline.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Outline.cc.o +.PHONY : Outline.cc.o + +Outline.i: Outline.cc.i + +.PHONY : Outline.i + +# target to preprocess a source file +Outline.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Outline.cc.i +.PHONY : Outline.cc.i + +Outline.s: Outline.cc.s + +.PHONY : Outline.s + +# target to generate assembly for a file +Outline.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Outline.cc.s +.PHONY : Outline.cc.s + +OutputDev.o: OutputDev.cc.o + +.PHONY : OutputDev.o + +# target to build an object file +OutputDev.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/OutputDev.cc.o +.PHONY : OutputDev.cc.o + +OutputDev.i: OutputDev.cc.i + +.PHONY : OutputDev.i + +# target to preprocess a source file +OutputDev.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/OutputDev.cc.i +.PHONY : OutputDev.cc.i + +OutputDev.s: OutputDev.cc.s + +.PHONY : OutputDev.s + +# target to generate assembly for a file +OutputDev.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/OutputDev.cc.s +.PHONY : OutputDev.cc.s + +PDF417Barcode.o: PDF417Barcode.cc.o + +.PHONY : PDF417Barcode.o + +# target to build an object file +PDF417Barcode.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDF417Barcode.cc.o +.PHONY : PDF417Barcode.cc.o + +PDF417Barcode.i: PDF417Barcode.cc.i + +.PHONY : PDF417Barcode.i + +# target to preprocess a source file +PDF417Barcode.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDF417Barcode.cc.i +.PHONY : PDF417Barcode.cc.i + +PDF417Barcode.s: PDF417Barcode.cc.s + +.PHONY : PDF417Barcode.s + +# target to generate assembly for a file +PDF417Barcode.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDF417Barcode.cc.s +.PHONY : PDF417Barcode.cc.s + +PDFCore.o: PDFCore.cc.o + +.PHONY : PDFCore.o + +# target to build an object file +PDFCore.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PDFCore.cc.o +.PHONY : PDFCore.cc.o + +PDFCore.i: PDFCore.cc.i + +.PHONY : PDFCore.i + +# target to preprocess a source file +PDFCore.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PDFCore.cc.i +.PHONY : PDFCore.cc.i + +PDFCore.s: PDFCore.cc.s + +.PHONY : PDFCore.s + +# target to generate assembly for a file +PDFCore.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PDFCore.cc.s +.PHONY : PDFCore.cc.s + +PDFDoc.o: PDFDoc.cc.o + +.PHONY : PDFDoc.o + +# target to build an object file +PDFDoc.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDFDoc.cc.o +.PHONY : PDFDoc.cc.o + +PDFDoc.i: PDFDoc.cc.i + +.PHONY : PDFDoc.i + +# target to preprocess a source file +PDFDoc.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDFDoc.cc.i +.PHONY : PDFDoc.cc.i + +PDFDoc.s: PDFDoc.cc.s + +.PHONY : PDFDoc.s + +# target to generate assembly for a file +PDFDoc.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDFDoc.cc.s +.PHONY : PDFDoc.cc.s + +PDFDocEncoding.o: PDFDocEncoding.cc.o + +.PHONY : PDFDocEncoding.o + +# target to build an object file +PDFDocEncoding.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDFDocEncoding.cc.o +.PHONY : PDFDocEncoding.cc.o + +PDFDocEncoding.i: PDFDocEncoding.cc.i + +.PHONY : PDFDocEncoding.i + +# target to preprocess a source file +PDFDocEncoding.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDFDocEncoding.cc.i +.PHONY : PDFDocEncoding.cc.i + +PDFDocEncoding.s: PDFDocEncoding.cc.s + +.PHONY : PDFDocEncoding.s + +# target to generate assembly for a file +PDFDocEncoding.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PDFDocEncoding.cc.s +.PHONY : PDFDocEncoding.cc.s + +PSOutputDev.o: PSOutputDev.cc.o + +.PHONY : PSOutputDev.o + +# target to build an object file +PSOutputDev.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PSOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/PSOutputDev.cc.o +.PHONY : PSOutputDev.cc.o + +PSOutputDev.i: PSOutputDev.cc.i + +.PHONY : PSOutputDev.i + +# target to preprocess a source file +PSOutputDev.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PSOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/PSOutputDev.cc.i +.PHONY : PSOutputDev.cc.i + +PSOutputDev.s: PSOutputDev.cc.s + +.PHONY : PSOutputDev.s + +# target to generate assembly for a file +PSOutputDev.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PSOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/PSOutputDev.cc.s +.PHONY : PSOutputDev.cc.s + +PSTokenizer.o: PSTokenizer.cc.o + +.PHONY : PSTokenizer.o + +# target to build an object file +PSTokenizer.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PSTokenizer.cc.o +.PHONY : PSTokenizer.cc.o + +PSTokenizer.i: PSTokenizer.cc.i + +.PHONY : PSTokenizer.i + +# target to preprocess a source file +PSTokenizer.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PSTokenizer.cc.i +.PHONY : PSTokenizer.cc.i + +PSTokenizer.s: PSTokenizer.cc.s + +.PHONY : PSTokenizer.s + +# target to generate assembly for a file +PSTokenizer.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/PSTokenizer.cc.s +.PHONY : PSTokenizer.cc.s + +Page.o: Page.cc.o + +.PHONY : Page.o + +# target to build an object file +Page.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Page.cc.o +.PHONY : Page.cc.o + +Page.i: Page.cc.i + +.PHONY : Page.i + +# target to preprocess a source file +Page.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Page.cc.i +.PHONY : Page.cc.i + +Page.s: Page.cc.s + +.PHONY : Page.s + +# target to generate assembly for a file +Page.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Page.cc.s +.PHONY : Page.cc.s + +Parser.o: Parser.cc.o + +.PHONY : Parser.o + +# target to build an object file +Parser.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Parser.cc.o +.PHONY : Parser.cc.o + +Parser.i: Parser.cc.i + +.PHONY : Parser.i + +# target to preprocess a source file +Parser.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Parser.cc.i +.PHONY : Parser.cc.i + +Parser.s: Parser.cc.s + +.PHONY : Parser.s + +# target to generate assembly for a file +Parser.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Parser.cc.s +.PHONY : Parser.cc.s + +PreScanOutputDev.o: PreScanOutputDev.cc.o + +.PHONY : PreScanOutputDev.o + +# target to build an object file +PreScanOutputDev.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PreScanOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/PreScanOutputDev.cc.o +.PHONY : PreScanOutputDev.cc.o + +PreScanOutputDev.i: PreScanOutputDev.cc.i + +.PHONY : PreScanOutputDev.i + +# target to preprocess a source file +PreScanOutputDev.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PreScanOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/PreScanOutputDev.cc.i +.PHONY : PreScanOutputDev.cc.i + +PreScanOutputDev.s: PreScanOutputDev.cc.s + +.PHONY : PreScanOutputDev.s + +# target to generate assembly for a file +PreScanOutputDev.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/PreScanOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/PreScanOutputDev.cc.s +.PHONY : PreScanOutputDev.cc.s + +SecurityHandler.o: SecurityHandler.cc.o + +.PHONY : SecurityHandler.o + +# target to build an object file +SecurityHandler.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/SecurityHandler.cc.o +.PHONY : SecurityHandler.cc.o + +SecurityHandler.i: SecurityHandler.cc.i + +.PHONY : SecurityHandler.i + +# target to preprocess a source file +SecurityHandler.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/SecurityHandler.cc.i +.PHONY : SecurityHandler.cc.i + +SecurityHandler.s: SecurityHandler.cc.s + +.PHONY : SecurityHandler.s + +# target to generate assembly for a file +SecurityHandler.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/SecurityHandler.cc.s +.PHONY : SecurityHandler.cc.s + +ShadingImage.o: ShadingImage.cc.o + +.PHONY : ShadingImage.o + +# target to build an object file +ShadingImage.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/ShadingImage.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/ShadingImage.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/ShadingImage.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/ShadingImage.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/ShadingImage.cc.o +.PHONY : ShadingImage.cc.o + +ShadingImage.i: ShadingImage.cc.i + +.PHONY : ShadingImage.i + +# target to preprocess a source file +ShadingImage.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/ShadingImage.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/ShadingImage.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/ShadingImage.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/ShadingImage.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/ShadingImage.cc.i +.PHONY : ShadingImage.cc.i + +ShadingImage.s: ShadingImage.cc.s + +.PHONY : ShadingImage.s + +# target to generate assembly for a file +ShadingImage.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/ShadingImage.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/ShadingImage.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/ShadingImage.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/ShadingImage.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/ShadingImage.cc.s +.PHONY : ShadingImage.cc.s + +SplashOutputDev.o: SplashOutputDev.cc.o + +.PHONY : SplashOutputDev.o + +# target to build an object file +SplashOutputDev.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/SplashOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/SplashOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/SplashOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/SplashOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/SplashOutputDev.cc.o +.PHONY : SplashOutputDev.cc.o + +SplashOutputDev.i: SplashOutputDev.cc.i + +.PHONY : SplashOutputDev.i + +# target to preprocess a source file +SplashOutputDev.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/SplashOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/SplashOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/SplashOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/SplashOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/SplashOutputDev.cc.i +.PHONY : SplashOutputDev.cc.i + +SplashOutputDev.s: SplashOutputDev.cc.s + +.PHONY : SplashOutputDev.s + +# target to generate assembly for a file +SplashOutputDev.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/SplashOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/SplashOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/SplashOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/SplashOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/SplashOutputDev.cc.s +.PHONY : SplashOutputDev.cc.s + +Stream.o: Stream.cc.o + +.PHONY : Stream.o + +# target to build an object file +Stream.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Stream.cc.o +.PHONY : Stream.cc.o + +Stream.i: Stream.cc.i + +.PHONY : Stream.i + +# target to preprocess a source file +Stream.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Stream.cc.i +.PHONY : Stream.cc.i + +Stream.s: Stream.cc.s + +.PHONY : Stream.s + +# target to generate assembly for a file +Stream.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Stream.cc.s +.PHONY : Stream.cc.s + +TextOutputDev.o: TextOutputDev.cc.o + +.PHONY : TextOutputDev.o + +# target to build an object file +TextOutputDev.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/TextOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/TextOutputDev.cc.o + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TextOutputDev.cc.o +.PHONY : TextOutputDev.cc.o + +TextOutputDev.i: TextOutputDev.cc.i + +.PHONY : TextOutputDev.i + +# target to preprocess a source file +TextOutputDev.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/TextOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/TextOutputDev.cc.i + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TextOutputDev.cc.i +.PHONY : TextOutputDev.cc.i + +TextOutputDev.s: TextOutputDev.cc.s + +.PHONY : TextOutputDev.s + +# target to generate assembly for a file +TextOutputDev.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/TextOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/TextOutputDev.cc.s + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TextOutputDev.cc.s +.PHONY : TextOutputDev.cc.s + +TextString.o: TextString.cc.o + +.PHONY : TextString.o + +# target to build an object file +TextString.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/TextString.cc.o +.PHONY : TextString.cc.o + +TextString.i: TextString.cc.i + +.PHONY : TextString.i + +# target to preprocess a source file +TextString.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/TextString.cc.i +.PHONY : TextString.cc.i + +TextString.s: TextString.cc.s + +.PHONY : TextString.s + +# target to generate assembly for a file +TextString.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/TextString.cc.s +.PHONY : TextString.cc.s + +TileCache.o: TileCache.cc.o + +.PHONY : TileCache.o + +# target to build an object file +TileCache.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileCache.cc.o +.PHONY : TileCache.cc.o + +TileCache.i: TileCache.cc.i + +.PHONY : TileCache.i + +# target to preprocess a source file +TileCache.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileCache.cc.i +.PHONY : TileCache.cc.i + +TileCache.s: TileCache.cc.s + +.PHONY : TileCache.s + +# target to generate assembly for a file +TileCache.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileCache.cc.s +.PHONY : TileCache.cc.s + +TileCompositor.o: TileCompositor.cc.o + +.PHONY : TileCompositor.o + +# target to build an object file +TileCompositor.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileCompositor.cc.o +.PHONY : TileCompositor.cc.o + +TileCompositor.i: TileCompositor.cc.i + +.PHONY : TileCompositor.i + +# target to preprocess a source file +TileCompositor.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileCompositor.cc.i +.PHONY : TileCompositor.cc.i + +TileCompositor.s: TileCompositor.cc.s + +.PHONY : TileCompositor.s + +# target to generate assembly for a file +TileCompositor.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileCompositor.cc.s +.PHONY : TileCompositor.cc.s + +TileMap.o: TileMap.cc.o + +.PHONY : TileMap.o + +# target to build an object file +TileMap.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileMap.cc.o +.PHONY : TileMap.cc.o + +TileMap.i: TileMap.cc.i + +.PHONY : TileMap.i + +# target to preprocess a source file +TileMap.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileMap.cc.i +.PHONY : TileMap.cc.i + +TileMap.s: TileMap.cc.s + +.PHONY : TileMap.s + +# target to generate assembly for a file +TileMap.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_widget_objs.dir/build.make xpdf/CMakeFiles/xpdf_widget_objs.dir/TileMap.cc.s +.PHONY : TileMap.cc.s + +UTF8.o: UTF8.cc.o + +.PHONY : UTF8.o + +# target to build an object file +UTF8.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UTF8.cc.o +.PHONY : UTF8.cc.o + +UTF8.i: UTF8.cc.i + +.PHONY : UTF8.i + +# target to preprocess a source file +UTF8.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UTF8.cc.i +.PHONY : UTF8.cc.i + +UTF8.s: UTF8.cc.s + +.PHONY : UTF8.s + +# target to generate assembly for a file +UTF8.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UTF8.cc.s +.PHONY : UTF8.cc.s + +UnicodeMap.o: UnicodeMap.cc.o + +.PHONY : UnicodeMap.o + +# target to build an object file +UnicodeMap.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeMap.cc.o +.PHONY : UnicodeMap.cc.o + +UnicodeMap.i: UnicodeMap.cc.i + +.PHONY : UnicodeMap.i + +# target to preprocess a source file +UnicodeMap.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeMap.cc.i +.PHONY : UnicodeMap.cc.i + +UnicodeMap.s: UnicodeMap.cc.s + +.PHONY : UnicodeMap.s + +# target to generate assembly for a file +UnicodeMap.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeMap.cc.s +.PHONY : UnicodeMap.cc.s + +UnicodeRemapping.o: UnicodeRemapping.cc.o + +.PHONY : UnicodeRemapping.o + +# target to build an object file +UnicodeRemapping.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeRemapping.cc.o +.PHONY : UnicodeRemapping.cc.o + +UnicodeRemapping.i: UnicodeRemapping.cc.i + +.PHONY : UnicodeRemapping.i + +# target to preprocess a source file +UnicodeRemapping.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeRemapping.cc.i +.PHONY : UnicodeRemapping.cc.i + +UnicodeRemapping.s: UnicodeRemapping.cc.s + +.PHONY : UnicodeRemapping.s + +# target to generate assembly for a file +UnicodeRemapping.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeRemapping.cc.s +.PHONY : UnicodeRemapping.cc.s + +UnicodeTypeTable.o: UnicodeTypeTable.cc.o + +.PHONY : UnicodeTypeTable.o + +# target to build an object file +UnicodeTypeTable.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeTypeTable.cc.o +.PHONY : UnicodeTypeTable.cc.o + +UnicodeTypeTable.i: UnicodeTypeTable.cc.i + +.PHONY : UnicodeTypeTable.i + +# target to preprocess a source file +UnicodeTypeTable.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeTypeTable.cc.i +.PHONY : UnicodeTypeTable.cc.i + +UnicodeTypeTable.s: UnicodeTypeTable.cc.s + +.PHONY : UnicodeTypeTable.s + +# target to generate assembly for a file +UnicodeTypeTable.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/UnicodeTypeTable.cc.s +.PHONY : UnicodeTypeTable.cc.s + +WebFont.o: WebFont.cc.o + +.PHONY : WebFont.o + +# target to build an object file +WebFont.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/WebFont.cc.o +.PHONY : WebFont.cc.o + +WebFont.i: WebFont.cc.i + +.PHONY : WebFont.i + +# target to preprocess a source file +WebFont.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/WebFont.cc.i +.PHONY : WebFont.cc.i + +WebFont.s: WebFont.cc.s + +.PHONY : WebFont.s + +# target to generate assembly for a file +WebFont.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/WebFont.cc.s +.PHONY : WebFont.cc.s + +XFAScanner.o: XFAScanner.cc.o + +.PHONY : XFAScanner.o + +# target to build an object file +XFAScanner.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/XFAScanner.cc.o +.PHONY : XFAScanner.cc.o + +XFAScanner.i: XFAScanner.cc.i + +.PHONY : XFAScanner.i + +# target to preprocess a source file +XFAScanner.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/XFAScanner.cc.i +.PHONY : XFAScanner.cc.i + +XFAScanner.s: XFAScanner.cc.s + +.PHONY : XFAScanner.s + +# target to generate assembly for a file +XFAScanner.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/XFAScanner.cc.s +.PHONY : XFAScanner.cc.s + +XRef.o: XRef.cc.o + +.PHONY : XRef.o + +# target to build an object file +XRef.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/XRef.cc.o +.PHONY : XRef.cc.o + +XRef.i: XRef.cc.i + +.PHONY : XRef.i + +# target to preprocess a source file +XRef.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/XRef.cc.i +.PHONY : XRef.cc.i + +XRef.s: XRef.cc.s + +.PHONY : XRef.s + +# target to generate assembly for a file +XRef.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/XRef.cc.s +.PHONY : XRef.cc.s + +Zoox.o: Zoox.cc.o + +.PHONY : Zoox.o + +# target to build an object file +Zoox.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Zoox.cc.o +.PHONY : Zoox.cc.o + +Zoox.i: Zoox.cc.i + +.PHONY : Zoox.i + +# target to preprocess a source file +Zoox.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Zoox.cc.i +.PHONY : Zoox.cc.i + +Zoox.s: Zoox.cc.s + +.PHONY : Zoox.s + +# target to generate assembly for a file +Zoox.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/xpdf_objs.dir/build.make xpdf/CMakeFiles/xpdf_objs.dir/Zoox.cc.s +.PHONY : Zoox.cc.s + +pdfdetach.o: pdfdetach.cc.o + +.PHONY : pdfdetach.o + +# target to build an object file +pdfdetach.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfdetach.dir/build.make xpdf/CMakeFiles/pdfdetach.dir/pdfdetach.cc.o +.PHONY : pdfdetach.cc.o + +pdfdetach.i: pdfdetach.cc.i + +.PHONY : pdfdetach.i + +# target to preprocess a source file +pdfdetach.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfdetach.dir/build.make xpdf/CMakeFiles/pdfdetach.dir/pdfdetach.cc.i +.PHONY : pdfdetach.cc.i + +pdfdetach.s: pdfdetach.cc.s + +.PHONY : pdfdetach.s + +# target to generate assembly for a file +pdfdetach.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfdetach.dir/build.make xpdf/CMakeFiles/pdfdetach.dir/pdfdetach.cc.s +.PHONY : pdfdetach.cc.s + +pdffonts.o: pdffonts.cc.o + +.PHONY : pdffonts.o + +# target to build an object file +pdffonts.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdffonts.dir/build.make xpdf/CMakeFiles/pdffonts.dir/pdffonts.cc.o +.PHONY : pdffonts.cc.o + +pdffonts.i: pdffonts.cc.i + +.PHONY : pdffonts.i + +# target to preprocess a source file +pdffonts.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdffonts.dir/build.make xpdf/CMakeFiles/pdffonts.dir/pdffonts.cc.i +.PHONY : pdffonts.cc.i + +pdffonts.s: pdffonts.cc.s + +.PHONY : pdffonts.s + +# target to generate assembly for a file +pdffonts.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdffonts.dir/build.make xpdf/CMakeFiles/pdffonts.dir/pdffonts.cc.s +.PHONY : pdffonts.cc.s + +pdfimages.o: pdfimages.cc.o + +.PHONY : pdfimages.o + +# target to build an object file +pdfimages.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/pdfimages.cc.o +.PHONY : pdfimages.cc.o + +pdfimages.i: pdfimages.cc.i + +.PHONY : pdfimages.i + +# target to preprocess a source file +pdfimages.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/pdfimages.cc.i +.PHONY : pdfimages.cc.i + +pdfimages.s: pdfimages.cc.s + +.PHONY : pdfimages.s + +# target to generate assembly for a file +pdfimages.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfimages.dir/build.make xpdf/CMakeFiles/pdfimages.dir/pdfimages.cc.s +.PHONY : pdfimages.cc.s + +pdfinfo.o: pdfinfo.cc.o + +.PHONY : pdfinfo.o + +# target to build an object file +pdfinfo.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfinfo.dir/build.make xpdf/CMakeFiles/pdfinfo.dir/pdfinfo.cc.o +.PHONY : pdfinfo.cc.o + +pdfinfo.i: pdfinfo.cc.i + +.PHONY : pdfinfo.i + +# target to preprocess a source file +pdfinfo.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfinfo.dir/build.make xpdf/CMakeFiles/pdfinfo.dir/pdfinfo.cc.i +.PHONY : pdfinfo.cc.i + +pdfinfo.s: pdfinfo.cc.s + +.PHONY : pdfinfo.s + +# target to generate assembly for a file +pdfinfo.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdfinfo.dir/build.make xpdf/CMakeFiles/pdfinfo.dir/pdfinfo.cc.s +.PHONY : pdfinfo.cc.s + +pdftohtml.o: pdftohtml.cc.o + +.PHONY : pdftohtml.o + +# target to build an object file +pdftohtml.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/pdftohtml.cc.o +.PHONY : pdftohtml.cc.o + +pdftohtml.i: pdftohtml.cc.i + +.PHONY : pdftohtml.i + +# target to preprocess a source file +pdftohtml.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/pdftohtml.cc.i +.PHONY : pdftohtml.cc.i + +pdftohtml.s: pdftohtml.cc.s + +.PHONY : pdftohtml.s + +# target to generate assembly for a file +pdftohtml.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftohtml.dir/build.make xpdf/CMakeFiles/pdftohtml.dir/pdftohtml.cc.s +.PHONY : pdftohtml.cc.s + +pdftopng.o: pdftopng.cc.o + +.PHONY : pdftopng.o + +# target to build an object file +pdftopng.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/pdftopng.cc.o +.PHONY : pdftopng.cc.o + +pdftopng.i: pdftopng.cc.i + +.PHONY : pdftopng.i + +# target to preprocess a source file +pdftopng.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/pdftopng.cc.i +.PHONY : pdftopng.cc.i + +pdftopng.s: pdftopng.cc.s + +.PHONY : pdftopng.s + +# target to generate assembly for a file +pdftopng.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftopng.dir/build.make xpdf/CMakeFiles/pdftopng.dir/pdftopng.cc.s +.PHONY : pdftopng.cc.s + +pdftoppm.o: pdftoppm.cc.o + +.PHONY : pdftoppm.o + +# target to build an object file +pdftoppm.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/pdftoppm.cc.o +.PHONY : pdftoppm.cc.o + +pdftoppm.i: pdftoppm.cc.i + +.PHONY : pdftoppm.i + +# target to preprocess a source file +pdftoppm.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/pdftoppm.cc.i +.PHONY : pdftoppm.cc.i + +pdftoppm.s: pdftoppm.cc.s + +.PHONY : pdftoppm.s + +# target to generate assembly for a file +pdftoppm.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftoppm.dir/build.make xpdf/CMakeFiles/pdftoppm.dir/pdftoppm.cc.s +.PHONY : pdftoppm.cc.s + +pdftops.o: pdftops.cc.o + +.PHONY : pdftops.o + +# target to build an object file +pdftops.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/pdftops.cc.o +.PHONY : pdftops.cc.o + +pdftops.i: pdftops.cc.i + +.PHONY : pdftops.i + +# target to preprocess a source file +pdftops.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/pdftops.cc.i +.PHONY : pdftops.cc.i + +pdftops.s: pdftops.cc.s + +.PHONY : pdftops.s + +# target to generate assembly for a file +pdftops.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftops.dir/build.make xpdf/CMakeFiles/pdftops.dir/pdftops.cc.s +.PHONY : pdftops.cc.s + +pdftotext.o: pdftotext.cc.o + +.PHONY : pdftotext.o + +# target to build an object file +pdftotext.cc.o: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/pdftotext.cc.o +.PHONY : pdftotext.cc.o + +pdftotext.i: pdftotext.cc.i + +.PHONY : pdftotext.i + +# target to preprocess a source file +pdftotext.cc.i: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/pdftotext.cc.i +.PHONY : pdftotext.cc.i + +pdftotext.s: pdftotext.cc.s + +.PHONY : pdftotext.s + +# target to generate assembly for a file +pdftotext.cc.s: + cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf/CMakeFiles/pdftotext.dir/build.make xpdf/CMakeFiles/pdftotext.dir/pdftotext.cc.s +.PHONY : pdftotext.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... pdfdetach" + @echo "... pdffonts" + @echo "... pdfimages" + @echo "... pdfinfo" + @echo "... pdftohtml" + @echo "... pdftopng" + @echo "... pdftoppm" + @echo "... pdftops" + @echo "... pdftotext" + @echo "... xpdf_objs" + @echo "... xpdf_widget_objs" + @echo "... AcroForm.o" + @echo "... AcroForm.i" + @echo "... AcroForm.s" + @echo "... Annot.o" + @echo "... Annot.i" + @echo "... Annot.s" + @echo "... Array.o" + @echo "... Array.i" + @echo "... Array.s" + @echo "... BuiltinFont.o" + @echo "... BuiltinFont.i" + @echo "... BuiltinFont.s" + @echo "... BuiltinFontTables.o" + @echo "... BuiltinFontTables.i" + @echo "... BuiltinFontTables.s" + @echo "... CMap.o" + @echo "... CMap.i" + @echo "... CMap.s" + @echo "... Catalog.o" + @echo "... Catalog.i" + @echo "... Catalog.s" + @echo "... CharCodeToUnicode.o" + @echo "... CharCodeToUnicode.i" + @echo "... CharCodeToUnicode.s" + @echo "... Decrypt.o" + @echo "... Decrypt.i" + @echo "... Decrypt.s" + @echo "... Dict.o" + @echo "... Dict.i" + @echo "... Dict.s" + @echo "... DisplayState.o" + @echo "... DisplayState.i" + @echo "... DisplayState.s" + @echo "... Error.o" + @echo "... Error.i" + @echo "... Error.s" + @echo "... FontEncodingTables.o" + @echo "... FontEncodingTables.i" + @echo "... FontEncodingTables.s" + @echo "... Function.o" + @echo "... Function.i" + @echo "... Function.s" + @echo "... Gfx.o" + @echo "... Gfx.i" + @echo "... Gfx.s" + @echo "... GfxFont.o" + @echo "... GfxFont.i" + @echo "... GfxFont.s" + @echo "... GfxState.o" + @echo "... GfxState.i" + @echo "... GfxState.s" + @echo "... GlobalParams.o" + @echo "... GlobalParams.i" + @echo "... GlobalParams.s" + @echo "... HTMLGen.o" + @echo "... HTMLGen.i" + @echo "... HTMLGen.s" + @echo "... ImageOutputDev.o" + @echo "... ImageOutputDev.i" + @echo "... ImageOutputDev.s" + @echo "... JArithmeticDecoder.o" + @echo "... JArithmeticDecoder.i" + @echo "... JArithmeticDecoder.s" + @echo "... JBIG2Stream.o" + @echo "... JBIG2Stream.i" + @echo "... JBIG2Stream.s" + @echo "... JPXStream.o" + @echo "... JPXStream.i" + @echo "... JPXStream.s" + @echo "... Lexer.o" + @echo "... Lexer.i" + @echo "... Lexer.s" + @echo "... Link.o" + @echo "... Link.i" + @echo "... Link.s" + @echo "... NameToCharCode.o" + @echo "... NameToCharCode.i" + @echo "... NameToCharCode.s" + @echo "... Object.o" + @echo "... Object.i" + @echo "... Object.s" + @echo "... OptionalContent.o" + @echo "... OptionalContent.i" + @echo "... OptionalContent.s" + @echo "... Outline.o" + @echo "... Outline.i" + @echo "... Outline.s" + @echo "... OutputDev.o" + @echo "... OutputDev.i" + @echo "... OutputDev.s" + @echo "... PDF417Barcode.o" + @echo "... PDF417Barcode.i" + @echo "... PDF417Barcode.s" + @echo "... PDFCore.o" + @echo "... PDFCore.i" + @echo "... PDFCore.s" + @echo "... PDFDoc.o" + @echo "... PDFDoc.i" + @echo "... PDFDoc.s" + @echo "... PDFDocEncoding.o" + @echo "... PDFDocEncoding.i" + @echo "... PDFDocEncoding.s" + @echo "... PSOutputDev.o" + @echo "... PSOutputDev.i" + @echo "... PSOutputDev.s" + @echo "... PSTokenizer.o" + @echo "... PSTokenizer.i" + @echo "... PSTokenizer.s" + @echo "... Page.o" + @echo "... Page.i" + @echo "... Page.s" + @echo "... Parser.o" + @echo "... Parser.i" + @echo "... Parser.s" + @echo "... PreScanOutputDev.o" + @echo "... PreScanOutputDev.i" + @echo "... PreScanOutputDev.s" + @echo "... SecurityHandler.o" + @echo "... SecurityHandler.i" + @echo "... SecurityHandler.s" + @echo "... ShadingImage.o" + @echo "... ShadingImage.i" + @echo "... ShadingImage.s" + @echo "... SplashOutputDev.o" + @echo "... SplashOutputDev.i" + @echo "... SplashOutputDev.s" + @echo "... Stream.o" + @echo "... Stream.i" + @echo "... Stream.s" + @echo "... TextOutputDev.o" + @echo "... TextOutputDev.i" + @echo "... TextOutputDev.s" + @echo "... TextString.o" + @echo "... TextString.i" + @echo "... TextString.s" + @echo "... TileCache.o" + @echo "... TileCache.i" + @echo "... TileCache.s" + @echo "... TileCompositor.o" + @echo "... TileCompositor.i" + @echo "... TileCompositor.s" + @echo "... TileMap.o" + @echo "... TileMap.i" + @echo "... TileMap.s" + @echo "... UTF8.o" + @echo "... UTF8.i" + @echo "... UTF8.s" + @echo "... UnicodeMap.o" + @echo "... UnicodeMap.i" + @echo "... UnicodeMap.s" + @echo "... UnicodeRemapping.o" + @echo "... UnicodeRemapping.i" + @echo "... UnicodeRemapping.s" + @echo "... UnicodeTypeTable.o" + @echo "... UnicodeTypeTable.i" + @echo "... UnicodeTypeTable.s" + @echo "... WebFont.o" + @echo "... WebFont.i" + @echo "... WebFont.s" + @echo "... XFAScanner.o" + @echo "... XFAScanner.i" + @echo "... XFAScanner.s" + @echo "... XRef.o" + @echo "... XRef.i" + @echo "... XRef.s" + @echo "... Zoox.o" + @echo "... Zoox.i" + @echo "... Zoox.s" + @echo "... pdfdetach.o" + @echo "... pdfdetach.i" + @echo "... pdfdetach.s" + @echo "... pdffonts.o" + @echo "... pdffonts.i" + @echo "... pdffonts.s" + @echo "... pdfimages.o" + @echo "... pdfimages.i" + @echo "... pdfimages.s" + @echo "... pdfinfo.o" + @echo "... pdfinfo.i" + @echo "... pdfinfo.s" + @echo "... pdftohtml.o" + @echo "... pdftohtml.i" + @echo "... pdftohtml.s" + @echo "... pdftopng.o" + @echo "... pdftopng.i" + @echo "... pdftopng.s" + @echo "... pdftoppm.o" + @echo "... pdftoppm.i" + @echo "... pdftoppm.s" + @echo "... pdftops.o" + @echo "... pdftops.i" + @echo "... pdftops.s" + @echo "... pdftotext.o" + @echo "... pdftotext.i" + @echo "... pdftotext.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/calvin/src/xpdf-4.04 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + |