3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Added API and Makefile rules for share/ files

This commit is contained in:
Clifford Wolf 2013-10-27 09:33:26 +01:00
parent bd2c8ec886
commit 73e68fe323
4 changed files with 26 additions and 0 deletions

View file

@ -106,6 +106,8 @@ test: yosys
install: $(TARGETS)
install $(TARGETS) /usr/local/bin/
mkdir -p /usr/local/share/yosys
cp -r share/. /usr/local/share/yosys/.
install-abc:
install yosys-abc /usr/local/bin/
@ -114,6 +116,7 @@ manual:
cd manual && bash make.sh
clean:
rm -rf share
rm -f $(OBJS) $(GENFILES) $(TARGETS)
rm -f kernel/version_*.o kernel/version_*.cc
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d