aboutsummaryrefslogtreecommitdiff
path: root/xpdf-qt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xpdf-qt/Makefile')
-rw-r--r--xpdf-qt/Makefile519
1 files changed, 519 insertions, 0 deletions
diff --git a/xpdf-qt/Makefile b/xpdf-qt/Makefile
new file mode 100644
index 0000000..69bd17f
--- /dev/null
+++ b/xpdf-qt/Makefile
@@ -0,0 +1,519 @@
+# 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 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 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 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-qt//CMakeFiles/progress.marks
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf-qt/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-qt/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-qt/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf-qt/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-qt/CMakeFiles/xpdf.dir/rule:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xpdf-qt/CMakeFiles/xpdf.dir/rule
+.PHONY : xpdf-qt/CMakeFiles/xpdf.dir/rule
+
+# Convenience name for target.
+xpdf: xpdf-qt/CMakeFiles/xpdf.dir/rule
+
+.PHONY : xpdf
+
+# fast build rule for target.
+xpdf/fast:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/build
+.PHONY : xpdf/fast
+
+QtPDFCore.o: QtPDFCore.cc.o
+
+.PHONY : QtPDFCore.o
+
+# target to build an object file
+QtPDFCore.cc.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/QtPDFCore.cc.o
+.PHONY : QtPDFCore.cc.o
+
+QtPDFCore.i: QtPDFCore.cc.i
+
+.PHONY : QtPDFCore.i
+
+# target to preprocess a source file
+QtPDFCore.cc.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/QtPDFCore.cc.i
+.PHONY : QtPDFCore.cc.i
+
+QtPDFCore.s: QtPDFCore.cc.s
+
+.PHONY : QtPDFCore.s
+
+# target to generate assembly for a file
+QtPDFCore.cc.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/QtPDFCore.cc.s
+.PHONY : QtPDFCore.cc.s
+
+XpdfApp.o: XpdfApp.cc.o
+
+.PHONY : XpdfApp.o
+
+# target to build an object file
+XpdfApp.cc.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfApp.cc.o
+.PHONY : XpdfApp.cc.o
+
+XpdfApp.i: XpdfApp.cc.i
+
+.PHONY : XpdfApp.i
+
+# target to preprocess a source file
+XpdfApp.cc.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfApp.cc.i
+.PHONY : XpdfApp.cc.i
+
+XpdfApp.s: XpdfApp.cc.s
+
+.PHONY : XpdfApp.s
+
+# target to generate assembly for a file
+XpdfApp.cc.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfApp.cc.s
+.PHONY : XpdfApp.cc.s
+
+XpdfViewer.o: XpdfViewer.cc.o
+
+.PHONY : XpdfViewer.o
+
+# target to build an object file
+XpdfViewer.cc.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfViewer.cc.o
+.PHONY : XpdfViewer.cc.o
+
+XpdfViewer.i: XpdfViewer.cc.i
+
+.PHONY : XpdfViewer.i
+
+# target to preprocess a source file
+XpdfViewer.cc.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfViewer.cc.i
+.PHONY : XpdfViewer.cc.i
+
+XpdfViewer.s: XpdfViewer.cc.s
+
+.PHONY : XpdfViewer.s
+
+# target to generate assembly for a file
+XpdfViewer.cc.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfViewer.cc.s
+.PHONY : XpdfViewer.cc.s
+
+XpdfWidget.o: XpdfWidget.cc.o
+
+.PHONY : XpdfWidget.o
+
+# target to build an object file
+XpdfWidget.cc.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfWidget.cc.o
+.PHONY : XpdfWidget.cc.o
+
+XpdfWidget.i: XpdfWidget.cc.i
+
+.PHONY : XpdfWidget.i
+
+# target to preprocess a source file
+XpdfWidget.cc.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfWidget.cc.i
+.PHONY : XpdfWidget.cc.i
+
+XpdfWidget.s: XpdfWidget.cc.s
+
+.PHONY : XpdfWidget.s
+
+# target to generate assembly for a file
+XpdfWidget.cc.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfWidget.cc.s
+.PHONY : XpdfWidget.cc.s
+
+XpdfWidgetPrint.o: XpdfWidgetPrint.cc.o
+
+.PHONY : XpdfWidgetPrint.o
+
+# target to build an object file
+XpdfWidgetPrint.cc.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfWidgetPrint.cc.o
+.PHONY : XpdfWidgetPrint.cc.o
+
+XpdfWidgetPrint.i: XpdfWidgetPrint.cc.i
+
+.PHONY : XpdfWidgetPrint.i
+
+# target to preprocess a source file
+XpdfWidgetPrint.cc.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfWidgetPrint.cc.i
+.PHONY : XpdfWidgetPrint.cc.i
+
+XpdfWidgetPrint.s: XpdfWidgetPrint.cc.s
+
+.PHONY : XpdfWidgetPrint.s
+
+# target to generate assembly for a file
+XpdfWidgetPrint.cc.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/XpdfWidgetPrint.cc.s
+.PHONY : XpdfWidgetPrint.cc.s
+
+moc_XpdfApp.o: moc_XpdfApp.cpp.o
+
+.PHONY : moc_XpdfApp.o
+
+# target to build an object file
+moc_XpdfApp.cpp.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfApp.cpp.o
+.PHONY : moc_XpdfApp.cpp.o
+
+moc_XpdfApp.i: moc_XpdfApp.cpp.i
+
+.PHONY : moc_XpdfApp.i
+
+# target to preprocess a source file
+moc_XpdfApp.cpp.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfApp.cpp.i
+.PHONY : moc_XpdfApp.cpp.i
+
+moc_XpdfApp.s: moc_XpdfApp.cpp.s
+
+.PHONY : moc_XpdfApp.s
+
+# target to generate assembly for a file
+moc_XpdfApp.cpp.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfApp.cpp.s
+.PHONY : moc_XpdfApp.cpp.s
+
+moc_XpdfViewer.o: moc_XpdfViewer.cpp.o
+
+.PHONY : moc_XpdfViewer.o
+
+# target to build an object file
+moc_XpdfViewer.cpp.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfViewer.cpp.o
+.PHONY : moc_XpdfViewer.cpp.o
+
+moc_XpdfViewer.i: moc_XpdfViewer.cpp.i
+
+.PHONY : moc_XpdfViewer.i
+
+# target to preprocess a source file
+moc_XpdfViewer.cpp.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfViewer.cpp.i
+.PHONY : moc_XpdfViewer.cpp.i
+
+moc_XpdfViewer.s: moc_XpdfViewer.cpp.s
+
+.PHONY : moc_XpdfViewer.s
+
+# target to generate assembly for a file
+moc_XpdfViewer.cpp.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfViewer.cpp.s
+.PHONY : moc_XpdfViewer.cpp.s
+
+moc_XpdfWidget.o: moc_XpdfWidget.cpp.o
+
+.PHONY : moc_XpdfWidget.o
+
+# target to build an object file
+moc_XpdfWidget.cpp.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfWidget.cpp.o
+.PHONY : moc_XpdfWidget.cpp.o
+
+moc_XpdfWidget.i: moc_XpdfWidget.cpp.i
+
+.PHONY : moc_XpdfWidget.i
+
+# target to preprocess a source file
+moc_XpdfWidget.cpp.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfWidget.cpp.i
+.PHONY : moc_XpdfWidget.cpp.i
+
+moc_XpdfWidget.s: moc_XpdfWidget.cpp.s
+
+.PHONY : moc_XpdfWidget.s
+
+# target to generate assembly for a file
+moc_XpdfWidget.cpp.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/moc_XpdfWidget.cpp.s
+.PHONY : moc_XpdfWidget.cpp.s
+
+qrc_icons.o: qrc_icons.cpp.o
+
+.PHONY : qrc_icons.o
+
+# target to build an object file
+qrc_icons.cpp.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/qrc_icons.cpp.o
+.PHONY : qrc_icons.cpp.o
+
+qrc_icons.i: qrc_icons.cpp.i
+
+.PHONY : qrc_icons.i
+
+# target to preprocess a source file
+qrc_icons.cpp.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/qrc_icons.cpp.i
+.PHONY : qrc_icons.cpp.i
+
+qrc_icons.s: qrc_icons.cpp.s
+
+.PHONY : qrc_icons.s
+
+# target to generate assembly for a file
+qrc_icons.cpp.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/qrc_icons.cpp.s
+.PHONY : qrc_icons.cpp.s
+
+xpdf.o: xpdf.cc.o
+
+.PHONY : xpdf.o
+
+# target to build an object file
+xpdf.cc.o:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/xpdf.cc.o
+.PHONY : xpdf.cc.o
+
+xpdf.i: xpdf.cc.i
+
+.PHONY : xpdf.i
+
+# target to preprocess a source file
+xpdf.cc.i:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/xpdf.cc.i
+.PHONY : xpdf.cc.i
+
+xpdf.s: xpdf.cc.s
+
+.PHONY : xpdf.s
+
+# target to generate assembly for a file
+xpdf.cc.s:
+ cd /home/calvin/src/xpdf-4.04 && $(MAKE) $(MAKESILENT) -f xpdf-qt/CMakeFiles/xpdf.dir/build.make xpdf-qt/CMakeFiles/xpdf.dir/xpdf.cc.s
+.PHONY : xpdf.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 "... xpdf"
+ @echo "... QtPDFCore.o"
+ @echo "... QtPDFCore.i"
+ @echo "... QtPDFCore.s"
+ @echo "... XpdfApp.o"
+ @echo "... XpdfApp.i"
+ @echo "... XpdfApp.s"
+ @echo "... XpdfViewer.o"
+ @echo "... XpdfViewer.i"
+ @echo "... XpdfViewer.s"
+ @echo "... XpdfWidget.o"
+ @echo "... XpdfWidget.i"
+ @echo "... XpdfWidget.s"
+ @echo "... XpdfWidgetPrint.o"
+ @echo "... XpdfWidgetPrint.i"
+ @echo "... XpdfWidgetPrint.s"
+ @echo "... moc_XpdfApp.o"
+ @echo "... moc_XpdfApp.i"
+ @echo "... moc_XpdfApp.s"
+ @echo "... moc_XpdfViewer.o"
+ @echo "... moc_XpdfViewer.i"
+ @echo "... moc_XpdfViewer.s"
+ @echo "... moc_XpdfWidget.o"
+ @echo "... moc_XpdfWidget.i"
+ @echo "... moc_XpdfWidget.s"
+ @echo "... qrc_icons.o"
+ @echo "... qrc_icons.i"
+ @echo "... qrc_icons.s"
+ @echo "... xpdf.o"
+ @echo "... xpdf.i"
+ @echo "... xpdf.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
+