Skip to content
Snippets Groups Projects
Commit dc6fb013 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Unify the name for allLinkDefs.h and install the complete directory etc/dictpch

parent 9a2a32e2
No related branches found
No related tags found
No related merge requests found
......@@ -134,10 +134,7 @@ add_custom_target(onepcm ALL DEPENDS etc/allDict.cxx.pch)
set_source_files_properties(${__allFiles} PROPERTIES GENERATED TRUE)
add_dependencies(onepcm ${__allTargets})
install(FILES ${CMAKE_BINARY_DIR}/etc/allDict.cxx.pch DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
install(FILES ${CMAKE_BINARY_DIR}/etc/dictpch/allLinkDefs.h
${CMAKE_BINARY_DIR}/etc/dictpch/allHeaders.h
${CMAKE_BINARY_DIR}/etc/dictpch/allCppflags.txt
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/dictpch)
install(DIRECTORY ${CMAKE_BINARY_DIR}/etc/dictpch DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
#---hsimple.root---------(use the executable for clearer dependencies and proper return code)---
if(NOT gnuinstall) # TODO hsimple.root for gnuinstall
......
......@@ -17,7 +17,7 @@ rm -f include/allHeaders.h include/allHeaders.h.pch include/allLinkDef.h all.h c
outdir=etc/dictpch
allheaders=$outdir/allHeaders.h
alllinkdefs=$outdir/allLinkdefs.h
alllinkdefs=$outdir/allLinkDefs.h
cppflags=$outdir/allCppflags.txt
mkdir -p $outdir
......
......@@ -16,7 +16,7 @@
rootdir=.
cfgdir=etc/dictpch
allheaders=$cfgdir/allHeaders.h
alllinkdefs=$cfgdir/allLinkdefs.h
alllinkdefs=$cfgdir/allLinkDefs.h
cppflags=$cfgdir/allCppflags.txt
pch=$1
shift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment