##// END OF EJS Templates
Fixed dist: make target
Alexis -
r6:5063a4964a5e default
parent child
Show More
@@ -1,37 +1,37
1 1 all: help
2 2
3 3 help:
4 4 @echo
5 5 @echo " batch targets:"
6 6 @echo
7 7 @echo " make Patch-GRLIB : install library into $(GRLIB)"
8 8 @echo " make dist : create a tar file for using into an other computer"
9 9 @echo " make Patched-dist : create a tar file for with a patched grlib for using into an other computer"
10 10 @echo " make allGPL : add a GPL HEADER in all vhdl Files"
11 11 @echo " make init : add a GPL HEADER in all vhdl Files, init all files"
12 12 @echo " make doc : make documentation for VHDL IPs"
13 13 @echo
14 14
15 15 allGPL:
16 16 sh lib/GPL_Patcher.sh -R
17 17
18 18 init: allGPL
19 19 sh lib/lpp/vhdlsynPatcher.sh
20 20 sh lib/lpp/makeDirs.sh lib/lpp
21 21
22 22
23 23 Patch-GRLIB: init
24 24 sh patch.sh $(GRLIB)
25 25
26 26
27 27 dist: init
28 tar -cvzf ./../lpp-lib.tgz ./../lib_lpp/*
28 tar -cvzf ./../lpp-lib.tgz ./../VHD_Lib/*
29 29
30 30 Patched-dist: Patch-GRLIB
31 31 tar -cvzf ./../lpp-patched-GRLIB.tgz $(GRLIB)/*
32 32
33 33
34 34 doc:
35 35 doxygen lib/lpp/Doxyfile
36 36 make lib/lpp/doc/latex
37 37 cp lib/lpp/doc/latex/refman.pdf lib/lpp/doc/VHD_lib.pdf
General Comments 0
You need to be logged in to leave comments. Login now