mirror of
https://gitlab.com/scemama/eplf
synced 2024-12-22 12:23:50 +01:00
17 lines
291 B
Makefile
17 lines
291 B
Makefile
|
|
|
|
|
|
EZFIO: EZFIO.tar.gz
|
|
tar -zxvf EZFIO.tar.gz
|
|
ln -s $$PWD/eplf.config EZFIO/config
|
|
|
|
EZFIO/lib/libezfio.so: EZFIO eplf.config
|
|
make -C EZFIO/
|
|
|
|
bin/ezfio.py: EZFIO/lib/libezfio.so
|
|
ln -s $$PWD/EZFIO/Python/ezfio.py bin/ezfio.py
|
|
|
|
bin/eplf: EZFIO/lib/libezfio.so
|
|
make -C src
|
|
mv src/eplf bin
|