summaryrefslogtreecommitdiffstats
path: root/vhdlparser/Makefile
diff options
context:
space:
mode:
authorzachwick <zach@zachwick.com>2017-05-15 13:41:00 (GMT)
committerzachwick <zach@zachwick.com>2017-08-04 15:59:17 (GMT)
commit6b5617e5a4c87afd2c7f2f7b8cb03de2b6735627 (patch)
treed689c6a54e319027ae89408a318f2f978641c510 /vhdlparser/Makefile
parent0072ba56aa994208b61515c60b6cbfaee2244d4d (diff)
downloadDoxygen-6b5617e5a4c87afd2c7f2f7b8cb03de2b6735627.zip
Doxygen-6b5617e5a4c87afd2c7f2f7b8cb03de2b6735627.tar.gz
Doxygen-6b5617e5a4c87afd2c7f2f7b8cb03de2b6735627.tar.bz2
Marks JS as freely licensed
Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
Diffstat (limited to 'vhdlparser/Makefile')
-rw-r--r--vhdlparser/Makefile419
1 files changed, 397 insertions, 22 deletions
diff --git a/vhdlparser/Makefile b/vhdlparser/Makefile
index 4725470..855fcb8 100644
--- a/vhdlparser/Makefile
+++ b/vhdlparser/Makefile
@@ -1,22 +1,397 @@
-#
-# Copyright (C) 1997-2015 by Dimitri van Heesch.
-#
-# Permission to use, copy, modify, and distribute this software and its
-# documentation under the terms of the GNU General Public License is hereby
-# granted. No representations are made about the suitability of this software
-# for any purpose. It is provided "as is" without express or implied warranty.
-# See the GNU General Public License for more details.
-#
-# Documents produced by Doxygen are derivative works derived from the
-# input used in their production; they are not affected by this license.
-#
-
-regenerate:
- rm -f CharStream.cc CharStream.h ErrorHandler.h ParseException.cc ParseException.h \
- Token.cc Token.h TokenManager.h TokenMgrError.cc TokenMgrError.h VhdlParser.cc VhdlParser.h \
- VhdlParserConstants.h VhdlParserTokenManager.cc VhdlParserTokenManager.h \
- JavaCC.h
- javacc vhdlparser.jj
- cp JavaCC.h.in JavaCC.h
-
-FORCE:
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.0
+
+# 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:
+.PHONY : .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/zwick/Repos/C/doxygen
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/zwick/Repos/C/doxygen
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# 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
+
+# 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
+
+# Special rule for the target package
+package: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
+ cd /home/zwick/Repos/C/doxygen && /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 package_source
+package_source:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
+ cd /home/zwick/Repos/C/doxygen && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/zwick/Repos/C/doxygen/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 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
+
+# The main all target
+all: cmake_check_build_system
+ cd /home/zwick/Repos/C/doxygen && $(CMAKE_COMMAND) -E cmake_progress_start /home/zwick/Repos/C/doxygen/CMakeFiles /home/zwick/Repos/C/doxygen/vhdlparser/CMakeFiles/progress.marks
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f CMakeFiles/Makefile2 vhdlparser/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/zwick/Repos/C/doxygen/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f CMakeFiles/Makefile2 vhdlparser/clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f CMakeFiles/Makefile2 vhdlparser/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f CMakeFiles/Makefile2 vhdlparser/preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+ cd /home/zwick/Repos/C/doxygen && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+# Convenience name for target.
+vhdlparser/CMakeFiles/vhdlparser.dir/rule:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f CMakeFiles/Makefile2 vhdlparser/CMakeFiles/vhdlparser.dir/rule
+.PHONY : vhdlparser/CMakeFiles/vhdlparser.dir/rule
+
+# Convenience name for target.
+vhdlparser: vhdlparser/CMakeFiles/vhdlparser.dir/rule
+.PHONY : vhdlparser
+
+# fast build rule for target.
+vhdlparser/fast:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/build
+.PHONY : vhdlparser/fast
+
+CharStream.o: CharStream.cc.o
+.PHONY : CharStream.o
+
+# target to build an object file
+CharStream.cc.o:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/CharStream.cc.o
+.PHONY : CharStream.cc.o
+
+CharStream.i: CharStream.cc.i
+.PHONY : CharStream.i
+
+# target to preprocess a source file
+CharStream.cc.i:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/CharStream.cc.i
+.PHONY : CharStream.cc.i
+
+CharStream.s: CharStream.cc.s
+.PHONY : CharStream.s
+
+# target to generate assembly for a file
+CharStream.cc.s:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/CharStream.cc.s
+.PHONY : CharStream.cc.s
+
+ParseException.o: ParseException.cc.o
+.PHONY : ParseException.o
+
+# target to build an object file
+ParseException.cc.o:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/ParseException.cc.o
+.PHONY : ParseException.cc.o
+
+ParseException.i: ParseException.cc.i
+.PHONY : ParseException.i
+
+# target to preprocess a source file
+ParseException.cc.i:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/ParseException.cc.i
+.PHONY : ParseException.cc.i
+
+ParseException.s: ParseException.cc.s
+.PHONY : ParseException.s
+
+# target to generate assembly for a file
+ParseException.cc.s:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/ParseException.cc.s
+.PHONY : ParseException.cc.s
+
+Token.o: Token.cc.o
+.PHONY : Token.o
+
+# target to build an object file
+Token.cc.o:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/Token.cc.o
+.PHONY : Token.cc.o
+
+Token.i: Token.cc.i
+.PHONY : Token.i
+
+# target to preprocess a source file
+Token.cc.i:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/Token.cc.i
+.PHONY : Token.cc.i
+
+Token.s: Token.cc.s
+.PHONY : Token.s
+
+# target to generate assembly for a file
+Token.cc.s:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/Token.cc.s
+.PHONY : Token.cc.s
+
+TokenMgrError.o: TokenMgrError.cc.o
+.PHONY : TokenMgrError.o
+
+# target to build an object file
+TokenMgrError.cc.o:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/TokenMgrError.cc.o
+.PHONY : TokenMgrError.cc.o
+
+TokenMgrError.i: TokenMgrError.cc.i
+.PHONY : TokenMgrError.i
+
+# target to preprocess a source file
+TokenMgrError.cc.i:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/TokenMgrError.cc.i
+.PHONY : TokenMgrError.cc.i
+
+TokenMgrError.s: TokenMgrError.cc.s
+.PHONY : TokenMgrError.s
+
+# target to generate assembly for a file
+TokenMgrError.cc.s:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/TokenMgrError.cc.s
+.PHONY : TokenMgrError.cc.s
+
+VhdlParser.o: VhdlParser.cc.o
+.PHONY : VhdlParser.o
+
+# target to build an object file
+VhdlParser.cc.o:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParser.cc.o
+.PHONY : VhdlParser.cc.o
+
+VhdlParser.i: VhdlParser.cc.i
+.PHONY : VhdlParser.i
+
+# target to preprocess a source file
+VhdlParser.cc.i:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParser.cc.i
+.PHONY : VhdlParser.cc.i
+
+VhdlParser.s: VhdlParser.cc.s
+.PHONY : VhdlParser.s
+
+# target to generate assembly for a file
+VhdlParser.cc.s:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParser.cc.s
+.PHONY : VhdlParser.cc.s
+
+VhdlParserIF.o: VhdlParserIF.cpp.o
+.PHONY : VhdlParserIF.o
+
+# target to build an object file
+VhdlParserIF.cpp.o:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserIF.cpp.o
+.PHONY : VhdlParserIF.cpp.o
+
+VhdlParserIF.i: VhdlParserIF.cpp.i
+.PHONY : VhdlParserIF.i
+
+# target to preprocess a source file
+VhdlParserIF.cpp.i:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserIF.cpp.i
+.PHONY : VhdlParserIF.cpp.i
+
+VhdlParserIF.s: VhdlParserIF.cpp.s
+.PHONY : VhdlParserIF.s
+
+# target to generate assembly for a file
+VhdlParserIF.cpp.s:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserIF.cpp.s
+.PHONY : VhdlParserIF.cpp.s
+
+VhdlParserTokenManager.o: VhdlParserTokenManager.cc.o
+.PHONY : VhdlParserTokenManager.o
+
+# target to build an object file
+VhdlParserTokenManager.cc.o:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserTokenManager.cc.o
+.PHONY : VhdlParserTokenManager.cc.o
+
+VhdlParserTokenManager.i: VhdlParserTokenManager.cc.i
+.PHONY : VhdlParserTokenManager.i
+
+# target to preprocess a source file
+VhdlParserTokenManager.cc.i:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserTokenManager.cc.i
+.PHONY : VhdlParserTokenManager.cc.i
+
+VhdlParserTokenManager.s: VhdlParserTokenManager.cc.s
+.PHONY : VhdlParserTokenManager.s
+
+# target to generate assembly for a file
+VhdlParserTokenManager.cc.s:
+ cd /home/zwick/Repos/C/doxygen && $(MAKE) -f vhdlparser/CMakeFiles/vhdlparser.dir/build.make vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserTokenManager.cc.s
+.PHONY : VhdlParserTokenManager.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 "... list_install_components"
+ @echo "... package"
+ @echo "... package_source"
+ @echo "... rebuild_cache"
+ @echo "... test"
+ @echo "... vhdlparser"
+ @echo "... CharStream.o"
+ @echo "... CharStream.i"
+ @echo "... CharStream.s"
+ @echo "... ParseException.o"
+ @echo "... ParseException.i"
+ @echo "... ParseException.s"
+ @echo "... Token.o"
+ @echo "... Token.i"
+ @echo "... Token.s"
+ @echo "... TokenMgrError.o"
+ @echo "... TokenMgrError.i"
+ @echo "... TokenMgrError.s"
+ @echo "... VhdlParser.o"
+ @echo "... VhdlParser.i"
+ @echo "... VhdlParser.s"
+ @echo "... VhdlParserIF.o"
+ @echo "... VhdlParserIF.i"
+ @echo "... VhdlParserIF.s"
+ @echo "... VhdlParserTokenManager.o"
+ @echo "... VhdlParserTokenManager.i"
+ @echo "... VhdlParserTokenManager.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/zwick/Repos/C/doxygen && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+