Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 65e8fb17 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Reduce names

parent 3d38a6dd
No related branches found
No related tags found
1 merge request!90Renaming
...@@ -32,29 +32,29 @@ set(CHAMELEON_HDRS_GENERATED "") ...@@ -32,29 +32,29 @@ set(CHAMELEON_HDRS_GENERATED "")
set(ZHDR set(ZHDR
chameleon/chameleon_z.h chameleon/chameleon_z.h
chameleon/chameleon_zc.h chameleon/chameleon_zc.h
chameleon/chameleon_tasks_z.h chameleon/tasks_z.h
chameleon/chameleon_tasks_zc.h chameleon/tasks_zc.h
) )
precisions_rules_py(CHAMELEON_HDRS_GENERATED "${ZHDR}" precisions_rules_py(CHAMELEON_HDRS_GENERATED "${ZHDR}"
TARGETDIR "chameleon" TARGETDIR "chameleon"
PRECISIONS "z;c;d;s;zc;ds" ) PRECISIONS "z;c;d;s;zc;ds" )
configure_file("chameleon/chameleon_config.h.in" configure_file("chameleon/config.h.in"
"chameleon/chameleon_config.h" "chameleon/config.h"
@ONLY) @ONLY)
# Define the list of headers # Define the list of headers
# -------------------------- # --------------------------
set(CHAMELEON_HDRS set(CHAMELEON_HDRS
${CMAKE_CURRENT_BINARY_DIR}/chameleon/chameleon_config.h ${CMAKE_CURRENT_BINARY_DIR}/chameleon/config.h
${CMAKE_CURRENT_BINARY_DIR}/chameleon/chameleon_mangling.h ${CMAKE_CURRENT_BINARY_DIR}/chameleon/mangling.h
chameleon/chameleon_constants.h chameleon/constants.h
chameleon/chameleon_kernels.h chameleon/kernels.h
chameleon/chameleon_simulate.h chameleon/simulate.h
chameleon/chameleon_struct.h chameleon/struct.h
chameleon/chameleon_tasks.h chameleon/tasks.h
chameleon/chameleon_types.h chameleon/types.h
chameleon/runtime.h chameleon/runtime.h
chameleon/runtime_struct.h chameleon/runtime_struct.h
) )
......
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