Changeset 07b3693f in rtems
- Timestamp:
- 08/28/98 13:21:53 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0918cc4
- Parents:
- a44a927
- Location:
- doc/bsp_howto
- Files:
-
- 9 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bsp_howto/Makefile
ra44a927 r07b3693f 7 7 # 8 8 9 PROJECT= started9 PROJECT=bsp_howto 10 10 DISTRIBUTION_LEVEL=public 11 11 … … 19 19 COMMON_FILES=../common/cpright.texi ../common/setup.texi 20 20 21 GENERATED_FILES= buildc.texi buildrt.texi gdb.texi intro.texi \22 nt.texi require.texi sample.texi21 GENERATED_FILES= clock.texi console.texi init.texi intro.texi \ 22 linkcmds.texi bspstruct.texi makefiles.texi target.texi timer.texi 23 23 24 24 FILES= $(PROJECT).texi versions.texi $(GENERATED_FILES) … … 45 45 texi2dvi -v $(PROJECT).texi 46 46 47 intro.texi: intro.t versions.texi48 $(BMENU) -c -p " Top" \47 intro.texi: intro.t Makefile 48 $(BMENU) -c -p "" \ 49 49 -u "Top" \ 50 -n " Requirements" ${*}.t50 -n "" ${*}.t 51 51 52 require.texi: require.t versions.texi 53 $(BMENU) -c -p " EGCS Mailing List" \52 target.texi: target.t Makefile 53 $(BMENU) -c -p "" \ 54 54 -u "Top" \ 55 -n " Building the GNU C/C++ Cross Compiler Toolset" ${*}.t55 -n "" ${*}.t 56 56 57 b uildc.texi: buildc.t versions.texi58 $(BMENU) -c -p " Requirements" \57 bspstruct.texi: bspstruct.t Makefile 58 $(BMENU) -c -p "" \ 59 59 -u "Top" \ 60 -n " Building RTEMS" ${*}.t60 -n "" ${*}.t 61 61 62 buildrt.texi: buildrt.t versions.texi 63 $(BMENU) -c -p " Running the bit Script" \62 makefiles.texi: makefiles.t Makefile 63 $(BMENU) -c -p "" \ 64 64 -u "Top" \ 65 -n " Building the Sample Application" ${*}.t65 -n "" ${*}.t 66 66 67 sample.texi: sample.t versions.texi 68 $(BMENU) -c -p " Generate RTEMS for a Specific Target and BSP" \67 linkcmds.texi: linkcmds.t Makefile 68 $(BMENU) -c -p "" \ 69 69 -u "Top" \ 70 -n " Building the GNU Debugger" ${*}.t70 -n "" ${*}.t 71 71 72 gdb.texi: gdb.t versions.texi 73 $(BMENU) -c -p " Application Executable" \72 init.texi: init.t Makefile 73 $(BMENU) -c -p "" \ 74 74 -u "Top" \ 75 -n " Using MS-Windows as a Development Host" ${*}.t75 -n "" ${*}.t 76 76 77 nt.texi: nt.t versions.texi 78 $(BMENU) -c -p "GDB for DINK32" \ 77 clock.texi: clock.t Makefile 78 $(BMENU) -c -p "" \ 79 -u "Top" \ 80 -n "" ${*}.t 81 82 console.texi: console.t Makefile 83 $(BMENU) -c -p "" \ 84 -u "Top" \ 85 -n "" ${*}.t 86 87 timer.texi: timer.t Makefile 88 $(BMENU) -c -p "" \ 79 89 -u "Top" \ 80 90 -n "" ${*}.t … … 82 92 html: dirs $(FILES) 83 93 -mkdir -p $(WWW_INSTALL)/$(PROJECT) 84 -cp pictures/sfile12c.jpg $(WWW_INSTALL)/$(PROJECT)85 -cp pictures/bit_c.jpg $(WWW_INSTALL)/$(PROJECT)86 94 $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ 87 95 $(PROJECT).texi
Note: See TracChangeset
for help on using the changeset viewer.