mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Reorg
This commit is contained in:
parent
b47314f726
commit
d066450a24
15
Makefile.am
15
Makefile.am
@ -10,14 +10,25 @@ libGrid_a_SOURCES = Grid_init.cc
|
||||
#
|
||||
# Include files
|
||||
#
|
||||
include_HEADERS = Grid.h\
|
||||
include_HEADERS = Grid_config.h\
|
||||
Grid.h\
|
||||
Grid_simd.h\
|
||||
Grid_vComplexD.h\
|
||||
Grid_vComplexF.h\
|
||||
Grid_vRealD.h\
|
||||
Grid_vRealF.h\
|
||||
Grid_Cartesian.h\
|
||||
Grid_Lattice.h\
|
||||
Grid_config.h
|
||||
Grid_Communicator.h\
|
||||
Grid_QCD.h\
|
||||
Grid_aligned_allocator.h\
|
||||
Grid_cshift.h\
|
||||
Grid_cshift_common.h\
|
||||
Grid_cshift_fake.h\
|
||||
Grid_cshift_mpi.h\
|
||||
Grid_cshift_none.h\
|
||||
Grid_math_types.h
|
||||
|
||||
|
||||
#
|
||||
# Test code
|
||||
|
14
Makefile.in
14
Makefile.in
@ -339,14 +339,24 @@ libGrid_a_SOURCES = Grid_init.cc
|
||||
#
|
||||
# Include files
|
||||
#
|
||||
include_HEADERS = Grid.h\
|
||||
include_HEADERS = Grid_config.h\
|
||||
Grid.h\
|
||||
Grid_simd.h\
|
||||
Grid_vComplexD.h\
|
||||
Grid_vComplexF.h\
|
||||
Grid_vRealD.h\
|
||||
Grid_vRealF.h\
|
||||
Grid_Cartesian.h\
|
||||
Grid_Lattice.h\
|
||||
Grid_config.h
|
||||
Grid_Communicator.h\
|
||||
Grid_QCD.h\
|
||||
Grid_aligned_allocator.h\
|
||||
Grid_cshift.h\
|
||||
Grid_cshift_common.h\
|
||||
Grid_cshift_fake.h\
|
||||
Grid_cshift_mpi.h\
|
||||
Grid_cshift_none.h\
|
||||
Grid_math_types.h
|
||||
|
||||
extra_sources = $(am__append_1) $(am__append_2) $(am__append_3)
|
||||
Grid_main_SOURCES = \
|
||||
|
Loading…
Reference in New Issue
Block a user