1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-03 01:56:13 +01:00

minor changes

This commit is contained in:
q-posev 2021-08-24 11:51:29 +03:00
parent 1b05157316
commit c7565e9dec
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ config.h.in
config.h
depcomp
include/config.h.in
include/config.h.in~
include/stamp-h1
install-sh
libtool

View File

@ -23,8 +23,8 @@ mkdir -p ${PYDIR}/src
mkdir -p ${PYTREXIODIR}
# Copy all the source code and header files in the corresponding python directory
mv ${SRC}/pytrexio.py ${PYTREXIODIR}/pytrexio.py
mv ${SRC}/trexio.py ${PYDIR}/trexio.py
cp ${SRC}/pytrexio.py ${PYTREXIODIR}/pytrexio.py
cp ${SRC}/trexio.py ${PYDIR}/trexio.py
cp ${SRC}/*.c ${PYDIR}/src
cp ${SRC}/*.h ${PYDIR}/src
cp ${INCLUDIR}/trexio.h ${PYDIR}/src