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