From 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 5 May 2018 18:22:00 +0200 Subject: New upstream version 5.1.1 --- app/tools/halibut/charset/Makefile | 1104 ++++++++++++++++++++++++++++++++++++ 1 file changed, 1104 insertions(+) create mode 100644 app/tools/halibut/charset/Makefile (limited to 'app/tools/halibut/charset/Makefile') diff --git a/app/tools/halibut/charset/Makefile b/app/tools/halibut/charset/Makefile new file mode 100644 index 0000000..82bcfd5 --- /dev/null +++ b/app/tools/halibut/charset/Makefile @@ -0,0 +1,1104 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.6 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# 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: install/strip + +.PHONY : install/strip/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." + cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/martin/XTrackCAD/src/work/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source + +.PHONY : package_source/fast + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." + cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package + +.PHONY : package/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 -H$(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 test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/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 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: install/local + +.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 + +# The main all target +all: cmake_check_build_system + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles /home/martin/XTrackCAD/src/work/app/tools/halibut/charset/CMakeFiles/progress.marks + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/tools/halibut/charset/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/tools/halibut/charset/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/tools/halibut/charset/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/tools/halibut/charset/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/rule: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/rule +.PHONY : app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/rule + +# Convenience name for target. +xtrkcad-charset: app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/rule + +.PHONY : xtrkcad-charset + +# fast build rule for target. +xtrkcad-charset/fast: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build +.PHONY : xtrkcad-charset/fast + +big5enc.o: big5enc.c.o + +.PHONY : big5enc.o + +# target to build an object file +big5enc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/big5enc.c.o +.PHONY : big5enc.c.o + +big5enc.i: big5enc.c.i + +.PHONY : big5enc.i + +# target to preprocess a source file +big5enc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/big5enc.c.i +.PHONY : big5enc.c.i + +big5enc.s: big5enc.c.s + +.PHONY : big5enc.s + +# target to generate assembly for a file +big5enc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/big5enc.c.s +.PHONY : big5enc.c.s + +big5set.o: big5set.c.o + +.PHONY : big5set.o + +# target to build an object file +big5set.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/big5set.c.o +.PHONY : big5set.c.o + +big5set.i: big5set.c.i + +.PHONY : big5set.i + +# target to preprocess a source file +big5set.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/big5set.c.i +.PHONY : big5set.c.i + +big5set.s: big5set.c.s + +.PHONY : big5set.s + +# target to generate assembly for a file +big5set.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/big5set.c.s +.PHONY : big5set.c.s + +cns11643.o: cns11643.c.o + +.PHONY : cns11643.o + +# target to build an object file +cns11643.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/cns11643.c.o +.PHONY : cns11643.c.o + +cns11643.i: cns11643.c.i + +.PHONY : cns11643.i + +# target to preprocess a source file +cns11643.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/cns11643.c.i +.PHONY : cns11643.c.i + +cns11643.s: cns11643.c.s + +.PHONY : cns11643.s + +# target to generate assembly for a file +cns11643.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/cns11643.c.s +.PHONY : cns11643.c.s + +cp949.o: cp949.c.o + +.PHONY : cp949.o + +# target to build an object file +cp949.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/cp949.c.o +.PHONY : cp949.c.o + +cp949.i: cp949.c.i + +.PHONY : cp949.i + +# target to preprocess a source file +cp949.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/cp949.c.i +.PHONY : cp949.c.i + +cp949.s: cp949.c.s + +.PHONY : cp949.s + +# target to generate assembly for a file +cp949.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/cp949.c.s +.PHONY : cp949.c.s + +euc.o: euc.c.o + +.PHONY : euc.o + +# target to build an object file +euc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/euc.c.o +.PHONY : euc.c.o + +euc.i: euc.c.i + +.PHONY : euc.i + +# target to preprocess a source file +euc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/euc.c.i +.PHONY : euc.c.i + +euc.s: euc.c.s + +.PHONY : euc.s + +# target to generate assembly for a file +euc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/euc.c.s +.PHONY : euc.c.s + +fromucs.o: fromucs.c.o + +.PHONY : fromucs.o + +# target to build an object file +fromucs.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/fromucs.c.o +.PHONY : fromucs.c.o + +fromucs.i: fromucs.c.i + +.PHONY : fromucs.i + +# target to preprocess a source file +fromucs.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/fromucs.c.i +.PHONY : fromucs.c.i + +fromucs.s: fromucs.c.s + +.PHONY : fromucs.s + +# target to generate assembly for a file +fromucs.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/fromucs.c.s +.PHONY : fromucs.c.s + +gb2312.o: gb2312.c.o + +.PHONY : gb2312.o + +# target to build an object file +gb2312.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/gb2312.c.o +.PHONY : gb2312.c.o + +gb2312.i: gb2312.c.i + +.PHONY : gb2312.i + +# target to preprocess a source file +gb2312.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/gb2312.c.i +.PHONY : gb2312.c.i + +gb2312.s: gb2312.c.s + +.PHONY : gb2312.s + +# target to generate assembly for a file +gb2312.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/gb2312.c.s +.PHONY : gb2312.c.s + +hz.o: hz.c.o + +.PHONY : hz.o + +# target to build an object file +hz.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/hz.c.o +.PHONY : hz.c.o + +hz.i: hz.c.i + +.PHONY : hz.i + +# target to preprocess a source file +hz.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/hz.c.i +.PHONY : hz.c.i + +hz.s: hz.c.s + +.PHONY : hz.s + +# target to generate assembly for a file +hz.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/hz.c.s +.PHONY : hz.c.s + +iso2022.o: iso2022.c.o + +.PHONY : iso2022.o + +# target to build an object file +iso2022.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/iso2022.c.o +.PHONY : iso2022.c.o + +iso2022.i: iso2022.c.i + +.PHONY : iso2022.i + +# target to preprocess a source file +iso2022.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/iso2022.c.i +.PHONY : iso2022.c.i + +iso2022.s: iso2022.c.s + +.PHONY : iso2022.s + +# target to generate assembly for a file +iso2022.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/iso2022.c.s +.PHONY : iso2022.c.s + +iso2022s.o: iso2022s.c.o + +.PHONY : iso2022s.o + +# target to build an object file +iso2022s.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/iso2022s.c.o +.PHONY : iso2022s.c.o + +iso2022s.i: iso2022s.c.i + +.PHONY : iso2022s.i + +# target to preprocess a source file +iso2022s.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/iso2022s.c.i +.PHONY : iso2022s.c.i + +iso2022s.s: iso2022s.c.s + +.PHONY : iso2022s.s + +# target to generate assembly for a file +iso2022s.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/iso2022s.c.s +.PHONY : iso2022s.c.s + +istate.o: istate.c.o + +.PHONY : istate.o + +# target to build an object file +istate.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/istate.c.o +.PHONY : istate.c.o + +istate.i: istate.c.i + +.PHONY : istate.i + +# target to preprocess a source file +istate.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/istate.c.i +.PHONY : istate.c.i + +istate.s: istate.c.s + +.PHONY : istate.s + +# target to generate assembly for a file +istate.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/istate.c.s +.PHONY : istate.c.s + +jisx0208.o: jisx0208.c.o + +.PHONY : jisx0208.o + +# target to build an object file +jisx0208.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/jisx0208.c.o +.PHONY : jisx0208.c.o + +jisx0208.i: jisx0208.c.i + +.PHONY : jisx0208.i + +# target to preprocess a source file +jisx0208.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/jisx0208.c.i +.PHONY : jisx0208.c.i + +jisx0208.s: jisx0208.c.s + +.PHONY : jisx0208.s + +# target to generate assembly for a file +jisx0208.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/jisx0208.c.s +.PHONY : jisx0208.c.s + +jisx0212.o: jisx0212.c.o + +.PHONY : jisx0212.o + +# target to build an object file +jisx0212.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/jisx0212.c.o +.PHONY : jisx0212.c.o + +jisx0212.i: jisx0212.c.i + +.PHONY : jisx0212.i + +# target to preprocess a source file +jisx0212.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/jisx0212.c.i +.PHONY : jisx0212.c.i + +jisx0212.s: jisx0212.c.s + +.PHONY : jisx0212.s + +# target to generate assembly for a file +jisx0212.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/jisx0212.c.s +.PHONY : jisx0212.c.s + +ksx1001.o: ksx1001.c.o + +.PHONY : ksx1001.o + +# target to build an object file +ksx1001.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/ksx1001.c.o +.PHONY : ksx1001.c.o + +ksx1001.i: ksx1001.c.i + +.PHONY : ksx1001.i + +# target to preprocess a source file +ksx1001.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/ksx1001.c.i +.PHONY : ksx1001.c.i + +ksx1001.s: ksx1001.c.s + +.PHONY : ksx1001.s + +# target to generate assembly for a file +ksx1001.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/ksx1001.c.s +.PHONY : ksx1001.c.s + +locale.o: locale.c.o + +.PHONY : locale.o + +# target to build an object file +locale.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/locale.c.o +.PHONY : locale.c.o + +locale.i: locale.c.i + +.PHONY : locale.i + +# target to preprocess a source file +locale.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/locale.c.i +.PHONY : locale.c.i + +locale.s: locale.c.s + +.PHONY : locale.s + +# target to generate assembly for a file +locale.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/locale.c.s +.PHONY : locale.c.s + +localenc.o: localenc.c.o + +.PHONY : localenc.o + +# target to build an object file +localenc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/localenc.c.o +.PHONY : localenc.c.o + +localenc.i: localenc.c.i + +.PHONY : localenc.i + +# target to preprocess a source file +localenc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/localenc.c.i +.PHONY : localenc.c.i + +localenc.s: localenc.c.s + +.PHONY : localenc.s + +# target to generate assembly for a file +localenc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/localenc.c.s +.PHONY : localenc.c.s + +macenc.o: macenc.c.o + +.PHONY : macenc.o + +# target to build an object file +macenc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/macenc.c.o +.PHONY : macenc.c.o + +macenc.i: macenc.c.i + +.PHONY : macenc.i + +# target to preprocess a source file +macenc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/macenc.c.i +.PHONY : macenc.c.i + +macenc.s: macenc.c.s + +.PHONY : macenc.s + +# target to generate assembly for a file +macenc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/macenc.c.s +.PHONY : macenc.c.s + +mimeenc.o: mimeenc.c.o + +.PHONY : mimeenc.o + +# target to build an object file +mimeenc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/mimeenc.c.o +.PHONY : mimeenc.c.o + +mimeenc.i: mimeenc.c.i + +.PHONY : mimeenc.i + +# target to preprocess a source file +mimeenc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/mimeenc.c.i +.PHONY : mimeenc.c.i + +mimeenc.s: mimeenc.c.s + +.PHONY : mimeenc.s + +# target to generate assembly for a file +mimeenc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/mimeenc.c.s +.PHONY : mimeenc.c.s + +sbcs.o: sbcs.c.o + +.PHONY : sbcs.o + +# target to build an object file +sbcs.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/sbcs.c.o +.PHONY : sbcs.c.o + +sbcs.i: sbcs.c.i + +.PHONY : sbcs.i + +# target to preprocess a source file +sbcs.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/sbcs.c.i +.PHONY : sbcs.c.i + +sbcs.s: sbcs.c.s + +.PHONY : sbcs.s + +# target to generate assembly for a file +sbcs.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/sbcs.c.s +.PHONY : sbcs.c.s + +sbcsdat.o: sbcsdat.c.o + +.PHONY : sbcsdat.o + +# target to build an object file +sbcsdat.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/sbcsdat.c.o +.PHONY : sbcsdat.c.o + +sbcsdat.i: sbcsdat.c.i + +.PHONY : sbcsdat.i + +# target to preprocess a source file +sbcsdat.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/sbcsdat.c.i +.PHONY : sbcsdat.c.i + +sbcsdat.s: sbcsdat.c.s + +.PHONY : sbcsdat.s + +# target to generate assembly for a file +sbcsdat.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/sbcsdat.c.s +.PHONY : sbcsdat.c.s + +shiftjis.o: shiftjis.c.o + +.PHONY : shiftjis.o + +# target to build an object file +shiftjis.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/shiftjis.c.o +.PHONY : shiftjis.c.o + +shiftjis.i: shiftjis.c.i + +.PHONY : shiftjis.i + +# target to preprocess a source file +shiftjis.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/shiftjis.c.i +.PHONY : shiftjis.c.i + +shiftjis.s: shiftjis.c.s + +.PHONY : shiftjis.s + +# target to generate assembly for a file +shiftjis.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/shiftjis.c.s +.PHONY : shiftjis.c.s + +slookup.o: slookup.c.o + +.PHONY : slookup.o + +# target to build an object file +slookup.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/slookup.c.o +.PHONY : slookup.c.o + +slookup.i: slookup.c.i + +.PHONY : slookup.i + +# target to preprocess a source file +slookup.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/slookup.c.i +.PHONY : slookup.c.i + +slookup.s: slookup.c.s + +.PHONY : slookup.s + +# target to generate assembly for a file +slookup.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/slookup.c.s +.PHONY : slookup.c.s + +superset.o: superset.c.o + +.PHONY : superset.o + +# target to build an object file +superset.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/superset.c.o +.PHONY : superset.c.o + +superset.i: superset.c.i + +.PHONY : superset.i + +# target to preprocess a source file +superset.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/superset.c.i +.PHONY : superset.c.i + +superset.s: superset.c.s + +.PHONY : superset.s + +# target to generate assembly for a file +superset.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/superset.c.s +.PHONY : superset.c.s + +test.o: test.c.o + +.PHONY : test.o + +# target to build an object file +test.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/test.c.o +.PHONY : test.c.o + +test.i: test.c.i + +.PHONY : test.i + +# target to preprocess a source file +test.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/test.c.i +.PHONY : test.c.i + +test.s: test.c.s + +.PHONY : test.s + +# target to generate assembly for a file +test.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/test.c.s +.PHONY : test.c.s + +toucs.o: toucs.c.o + +.PHONY : toucs.o + +# target to build an object file +toucs.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/toucs.c.o +.PHONY : toucs.c.o + +toucs.i: toucs.c.i + +.PHONY : toucs.i + +# target to preprocess a source file +toucs.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/toucs.c.i +.PHONY : toucs.c.i + +toucs.s: toucs.c.s + +.PHONY : toucs.s + +# target to generate assembly for a file +toucs.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/toucs.c.s +.PHONY : toucs.c.s + +utf16.o: utf16.c.o + +.PHONY : utf16.o + +# target to build an object file +utf16.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf16.c.o +.PHONY : utf16.c.o + +utf16.i: utf16.c.i + +.PHONY : utf16.i + +# target to preprocess a source file +utf16.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf16.c.i +.PHONY : utf16.c.i + +utf16.s: utf16.c.s + +.PHONY : utf16.s + +# target to generate assembly for a file +utf16.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf16.c.s +.PHONY : utf16.c.s + +utf7.o: utf7.c.o + +.PHONY : utf7.o + +# target to build an object file +utf7.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf7.c.o +.PHONY : utf7.c.o + +utf7.i: utf7.c.i + +.PHONY : utf7.i + +# target to preprocess a source file +utf7.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf7.c.i +.PHONY : utf7.c.i + +utf7.s: utf7.c.s + +.PHONY : utf7.s + +# target to generate assembly for a file +utf7.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf7.c.s +.PHONY : utf7.c.s + +utf8.o: utf8.c.o + +.PHONY : utf8.o + +# target to build an object file +utf8.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf8.c.o +.PHONY : utf8.c.o + +utf8.i: utf8.c.i + +.PHONY : utf8.i + +# target to preprocess a source file +utf8.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf8.c.i +.PHONY : utf8.c.i + +utf8.s: utf8.c.s + +.PHONY : utf8.s + +# target to generate assembly for a file +utf8.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/utf8.c.s +.PHONY : utf8.c.s + +xenc.o: xenc.c.o + +.PHONY : xenc.o + +# target to build an object file +xenc.c.o: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/xenc.c.o +.PHONY : xenc.c.o + +xenc.i: xenc.c.i + +.PHONY : xenc.i + +# target to preprocess a source file +xenc.c.i: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/xenc.c.i +.PHONY : xenc.c.i + +xenc.s: xenc.c.s + +.PHONY : xenc.s + +# target to generate assembly for a file +xenc.c.s: + cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/build.make app/tools/halibut/charset/CMakeFiles/xtrkcad-charset.dir/xenc.c.s +.PHONY : xenc.c.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/strip" + @echo "... package_source" + @echo "... package" + @echo "... rebuild_cache" + @echo "... test" + @echo "... xtrkcad-charset" + @echo "... install" + @echo "... install/local" + @echo "... list_install_components" + @echo "... big5enc.o" + @echo "... big5enc.i" + @echo "... big5enc.s" + @echo "... big5set.o" + @echo "... big5set.i" + @echo "... big5set.s" + @echo "... cns11643.o" + @echo "... cns11643.i" + @echo "... cns11643.s" + @echo "... cp949.o" + @echo "... cp949.i" + @echo "... cp949.s" + @echo "... euc.o" + @echo "... euc.i" + @echo "... euc.s" + @echo "... fromucs.o" + @echo "... fromucs.i" + @echo "... fromucs.s" + @echo "... gb2312.o" + @echo "... gb2312.i" + @echo "... gb2312.s" + @echo "... hz.o" + @echo "... hz.i" + @echo "... hz.s" + @echo "... iso2022.o" + @echo "... iso2022.i" + @echo "... iso2022.s" + @echo "... iso2022s.o" + @echo "... iso2022s.i" + @echo "... iso2022s.s" + @echo "... istate.o" + @echo "... istate.i" + @echo "... istate.s" + @echo "... jisx0208.o" + @echo "... jisx0208.i" + @echo "... jisx0208.s" + @echo "... jisx0212.o" + @echo "... jisx0212.i" + @echo "... jisx0212.s" + @echo "... ksx1001.o" + @echo "... ksx1001.i" + @echo "... ksx1001.s" + @echo "... locale.o" + @echo "... locale.i" + @echo "... locale.s" + @echo "... localenc.o" + @echo "... localenc.i" + @echo "... localenc.s" + @echo "... macenc.o" + @echo "... macenc.i" + @echo "... macenc.s" + @echo "... mimeenc.o" + @echo "... mimeenc.i" + @echo "... mimeenc.s" + @echo "... sbcs.o" + @echo "... sbcs.i" + @echo "... sbcs.s" + @echo "... sbcsdat.o" + @echo "... sbcsdat.i" + @echo "... sbcsdat.s" + @echo "... shiftjis.o" + @echo "... shiftjis.i" + @echo "... shiftjis.s" + @echo "... slookup.o" + @echo "... slookup.i" + @echo "... slookup.s" + @echo "... superset.o" + @echo "... superset.i" + @echo "... superset.s" + @echo "... test.o" + @echo "... test.i" + @echo "... test.s" + @echo "... toucs.o" + @echo "... toucs.i" + @echo "... toucs.s" + @echo "... utf16.o" + @echo "... utf16.i" + @echo "... utf16.s" + @echo "... utf7.o" + @echo "... utf7.i" + @echo "... utf7.s" + @echo "... utf8.o" + @echo "... utf8.i" + @echo "... utf8.s" + @echo "... xenc.o" + @echo "... xenc.i" + @echo "... xenc.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/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + -- cgit v1.2.3