remove pre_gen from repo
This commit is contained in:
parent
a251347c50
commit
e29160b144
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@
|
|||||||
test_*.txt
|
test_*.txt
|
||||||
*.pc
|
*.pc
|
||||||
doc/tfm.pdf
|
doc/tfm.pdf
|
||||||
|
pre_gen/
|
||||||
|
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
@ -136,11 +136,12 @@ doc/tfm.pdf:
|
|||||||
|
|
||||||
.PHONY: pre_gen
|
.PHONY: pre_gen
|
||||||
pre_gen:
|
pre_gen:
|
||||||
|
mkdir -p pre_gen
|
||||||
perl gen.pl
|
perl gen.pl
|
||||||
sed -e 's/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c
|
sed -e 's/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c
|
||||||
rm mpi.c
|
rm mpi.c
|
||||||
|
|
||||||
zipup: pre_gen doc/tfm.pdf
|
zipup: doc/tfm.pdf
|
||||||
@# Update the index, so diff-index won't fail in case the pdf has been created.
|
@# Update the index, so diff-index won't fail in case the pdf has been created.
|
||||||
@# As the pdf creation modifies tfm.tex, git sometimes detects the
|
@# As the pdf creation modifies tfm.tex, git sometimes detects the
|
||||||
@# modified file, but misses that it's put back to its original version.
|
@# modified file, but misses that it's put back to its original version.
|
||||||
@ -151,6 +152,7 @@ zipup: pre_gen doc/tfm.pdf
|
|||||||
git archive --format=tar --prefix=tomsfastmath-$(VERSION)/ HEAD | tar x
|
git archive --format=tar --prefix=tomsfastmath-$(VERSION)/ HEAD | tar x
|
||||||
mkdir -p tomsfastmath-$(VERSION)/doc
|
mkdir -p tomsfastmath-$(VERSION)/doc
|
||||||
cp doc/tfm.pdf tomsfastmath-$(VERSION)/doc/tfm.pdf
|
cp doc/tfm.pdf tomsfastmath-$(VERSION)/doc/tfm.pdf
|
||||||
|
$(MAKE) -C tomsfastmath-$(VERSION)/ pre_gen
|
||||||
tar -c tomsfastmath-$(VERSION)/ | xz -6e -c - > tfm-$(VERSION).tar.xz
|
tar -c tomsfastmath-$(VERSION)/ | xz -6e -c - > tfm-$(VERSION).tar.xz
|
||||||
zip -9rq tfm-$(VERSION).zip tomsfastmath-$(VERSION)
|
zip -9rq tfm-$(VERSION).zip tomsfastmath-$(VERSION)
|
||||||
rm -rf tomsfastmath-$(VERSION)
|
rm -rf tomsfastmath-$(VERSION)
|
||||||
|
13588
pre_gen/mpi.c
13588
pre_gen/mpi.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user