mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-08 20:33:36 +01:00
make build scripts consistent
This commit is contained in:
parent
95a28af6c4
commit
aa160d9bea
@ -1,22 +1,20 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
||||||
|
|
||||||
# prefixes
|
# prefixes
|
||||||
cat $DIR/prefix_front.c > trexio.c
|
cat prefix_front.c > trexio.c
|
||||||
cat $DIR/prefix_front.h > trexio.h
|
cat prefix_front.h > trexio.h
|
||||||
cat $DIR/prefix_s_front.h > trexio_s.h
|
cat prefix_s_front.h > trexio_s.h
|
||||||
cat $DIR/prefix_fortran.f90 > trexio_f.f90
|
cat prefix_fortran.f90 > trexio_f.f90
|
||||||
|
|
||||||
# c front end
|
# c front end
|
||||||
cat $DIR/populated/pop_*.c >> trexio.c
|
cat populated/pop_*.c >> trexio.c
|
||||||
cat $DIR/populated/pop_*.h >> trexio.h
|
cat populated/pop_*.h >> trexio.h
|
||||||
|
|
||||||
# fortran front end
|
# fortran front end
|
||||||
cat $DIR/populated/pop_*.f90 >> trexio_f.f90
|
cat populated/pop_*.f90 >> trexio_f.f90
|
||||||
|
|
||||||
# suffixes
|
# suffixes
|
||||||
cat $DIR/suffix_s_front.h >> trexio_s.h
|
cat suffix_s_front.h >> trexio_s.h
|
||||||
cat $DIR/suffix_front.h >> trexio.h
|
cat suffix_front.h >> trexio.h
|
||||||
cat $DIR/suffix_fortran.f90 >> trexio_f.f90
|
cat suffix_fortran.f90 >> trexio_f.f90
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
cat prefix_hdf5.c > trexio_hdf5.c
|
cat prefix_hdf5.c > trexio_hdf5.c
|
||||||
cat prefix_hdf5.h > trexio_hdf5.h
|
cat prefix_hdf5.h > trexio_hdf5.h
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
cat prefix_text.c > trexio_text.c
|
cat prefix_text.c > trexio_text.c
|
||||||
cat prefix_text.h > trexio_text.h
|
cat prefix_text.h > trexio_text.h
|
||||||
|
Loading…
Reference in New Issue
Block a user