Rename documentation of hviewer into viewer.

This commit is contained in:
Jean-Paul Chaput 2010-03-15 14:05:45 +00:00
parent 1f9fb3d425
commit 822fd9ae23
16 changed files with 14 additions and 14 deletions

View File

@ -94,7 +94,7 @@ IF(UNIX)
)
FIND_LIBRARY(HURRICANE_VIEWER_LIBRARY_PATH
NAMES hviewer
NAMES viewer
PATHS ${HURRICANE_DIR_SEARCH}
PATH_SUFFIXES lib
# Help the user find it if we cannot.

View File

@ -1,2 +1,2 @@
add_subdirectory(hurricane)
add_subdirectory(hviewer)
add_subdirectory(viewer)

View File

@ -1,8 +1,8 @@
set ( htmlInstallDir /share/doc/en/html/hviewer )
set ( latexInstallDir /share/doc/en/latex/hviewer )
set ( htmlInstallDir /share/doc/en/html/viewer )
set ( latexInstallDir /share/doc/en/latex/viewer )
add_custom_target ( documentation ALL cd ${HURRICANE_SOURCE_DIR}/doc/hviewer && ${DOXYGEN_EXECUTABLE} doxyfile )
add_custom_target ( documentation ALL cd ${HURRICANE_SOURCE_DIR}/doc/viewer && ${DOXYGEN_EXECUTABLE} doxyfile )
install ( DIRECTORY html/ DESTINATION ${htmlInstallDir} )
install ( FILES customSummary.html DESTINATION ${htmlInstallDir} )

View File

@ -583,14 +583,14 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = ../../src/hviewer/hurricane/viewer/Graphics.h \
INPUT = ../../src/viewer/hurricane/viewer/Graphics.h \
Graphics.dox \
../../src/hviewer/hurricane/viewer/DisplayStyle.h \
../../src/viewer/hurricane/viewer/DisplayStyle.h \
DisplayStyle.dox \
../../src/hviewer/hurricane/viewer/CellWidget.h \
../../src/hviewer/hurricane/viewer/CellViewer.h \
../../src/viewer/hurricane/viewer/CellWidget.h \
../../src/viewer/hurricane/viewer/CellViewer.h \
CellViewer.dox \
../../src/hviewer/hurricane/viewer/InspectorWidget.h \
../../src/viewer/hurricane/viewer/InspectorWidget.h \
InspectorWidget.dox
# This tag can be used to specify the character encoding of the source files
@ -1291,7 +1291,7 @@ TAGFILES = "../hurricane/html/hurricane.tag=../hurricane"
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
GENERATE_TAGFILE = html/hviewer.tag
GENERATE_TAGFILE = html/viewer.tag
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes

View File

@ -108,9 +108,9 @@
install ( FILES ${exports} DESTINATION /include/hurricane/viewer )
add_library ( hviewer ${cpps} ${MOC_SRCS} ${RCC_SRCS} )
target_link_libraries ( hviewer hurricane
add_library ( viewer ${cpps} ${MOC_SRCS} ${RCC_SRCS} )
target_link_libraries ( viewer hurricane
${QT_LIBRARIES}
# ${Boost_LIBRARIES}
)
install ( TARGETS hviewer DESTINATION /lib )
install ( TARGETS viewer DESTINATION /lib )