##// END OF EJS Templates
added pdf template
jeandet -
r8:8cd05144ebee default
parent child
Show More
@@ -0,0 +1,13
1
2 PROJECTDIR = `pwd`
3 LIBUC = /opt/libuc2
4 include $(LIBUC)/rules/common/rules.mk
5
6 all:subdir
7 make -C PortingGuide
8 @echo Code compiled
9
10 clean:
11 make clean -C PortingGuide
12 @echo Code compiled
13
@@ -0,0 +1,13
1
2 PROJECTDIR = `pwd`
3 LIBUC = /opt/libuc2
4 include $(LIBUC)/rules/common/rules.mk
5
6 all:subdir
7 make -C src
8 @echo Code compiled
9
10 clean:
11 make clean -C src
12 @echo Code compiled
13
@@ -0,0 +1,3
1 TEMPLATE = dir
2 SUBDIRS += src
3
@@ -0,0 +1,8
1
2 PROJECTDIR = `pwd`
3 LIBUC = /opt/libuc2
4 LATEXSOURCES += PortingGuide.tex
5 include $(LIBUC)/rules/latex/rules.mk
6
7 all:pdf
8 @echo PDF file generated
@@ -0,0 +1,2
1 TEMPLATE = pdf
2 SOURCES += PortingGuide.tex
@@ -0,0 +1,2
1 TEMPLATE = dir
2 SUBDIRS += PortingGuide
@@ -1,4 +1,4
1 This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2011.9.13) 25 OCT 2011 21:00
1 This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2011.9.8) 24 DEC 2011 00:23
2 entering extended mode
2 entering extended mode
3 %&-line parsing enabled.
3 %&-line parsing enabled.
4 **PortingGuide.tex
4 **PortingGuide.tex
@@ -509,7 +509,7 Chapitre 2.
509 (./addresseddevices.aux)) )
509 (./addresseddevices.aux)) )
510 Here is how much of TeX's memory you used:
510 Here is how much of TeX's memory you used:
511 3462 strings out of 256216
511 3462 strings out of 256216
512 43395 string characters out of 1917072
512 43395 string characters out of 1917073
513 99152 words of memory out of 1500000
513 99152 words of memory out of 1500000
514 6695 multiletter control sequences out of 10000+200000
514 6695 multiletter control sequences out of 10000+200000
515 59126 words of font info for 39 fonts, out of 1200000 for 2000
515 59126 words of font info for 39 fonts, out of 1200000 for 2000
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -7,11 +7,13 all:subdir
7 make -C bsp
7 make -C bsp
8 make -C examples
8 make -C examples
9 make -C lib
9 make -C lib
10 make -C Doc
10 @echo Code compiled
11 @echo Code compiled
11
12
12 clean:
13 clean:
13 make clean -C bsp
14 make clean -C bsp
14 make clean -C examples
15 make clean -C examples
15 make clean -C lib
16 make clean -C lib
17 make clean -C Doc
16 @echo Code compiled
18 @echo Code compiled
17
19
@@ -22,6 +22,33
22 #-------------------------------------------------------------------------------*/
22 #-------------------------------------------------------------------------------*/
23
23
24
24
25
26
27 function template-run {
28 echo "========================================================================="
29 echo " M A K E F I L E G E N E R A T I O N "
30 echo "-------------------------------------------------------------------------"
31 echo " Template = pdf "
32 echo "========================================================================="
33 echo ""
34 echo " Start Writing Makefile ..."
35
25 getFilesList $PROJECTFILE SOURCES | sed 's/SOURCES/LATEXSOURCES/' >> Makefile
36 getFilesList $PROJECTFILE SOURCES | sed 's/SOURCES/LATEXSOURCES/' >> Makefile
26 echo 'include $(LIBUC)/rules/rules.mk' >> Makefile
37 echo 'include $(LIBUC)/rules/latex/rules.mk' >> Makefile
38 echo '' >> Makefile
39 echo 'all:pdf' >> Makefile
40 echo " @echo PDF file generated" >> Makefile
41 echo " Makefile writing finished"
42 echo ""
43 echo "========================================================================="
44 echo ""
45 }
27
46
47
48
49
50
51
52
53
54
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -14,7 +14,6 Discarded input sections
14 .text 0x00000000 0x0 main.o
14 .text 0x00000000 0x0 main.o
15 .data 0x00000000 0x0 main.o
15 .data 0x00000000 0x0 main.o
16 .bss 0x00000000 0x0 main.o
16 .bss 0x00000000 0x0 main.o
17 .data.tes 0x00000000 0x4 main.o
18 .text 0x00000000 0x0 /opt/libuc2/rules/lpc17XX-arm-noabi-gcc/startup_LPC17xx.o
17 .text 0x00000000 0x0 /opt/libuc2/rules/lpc17XX-arm-noabi-gcc/startup_LPC17xx.o
19 .data 0x00000000 0x0 /opt/libuc2/rules/lpc17XX-arm-noabi-gcc/startup_LPC17xx.o
18 .data 0x00000000 0x0 /opt/libuc2/rules/lpc17XX-arm-noabi-gcc/startup_LPC17xx.o
20 .bss 0x00000000 0x0 /opt/libuc2/rules/lpc17XX-arm-noabi-gcc/startup_LPC17xx.o
19 .bss 0x00000000 0x0 /opt/libuc2/rules/lpc17XX-arm-noabi-gcc/startup_LPC17xx.o
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -1,5 +1,6
1 TEMPLATE = dir
1 TEMPLATE = dir
2 SUBDIRS += bsp\
2 SUBDIRS += bsp\
3 examples \
3 examples \
4 lib
4 lib \
5 Doc
5
6
@@ -1,5 +1,6
1 TEMPLATE = dir
1 TEMPLATE = dir
2 SUBDIRS += bsp\
2 SUBDIRS += bsp\
3 examples \
3 examples \
4 lib
4 lib \
5 Doc
5
6
General Comments 0
You need to be logged in to leave comments. Login now