projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix up main library core makefile include paths.
[pub/lufa.git]
/
LUFA
/
DoxygenPages
/
BuildSystem.txt
diff --git
a/LUFA/DoxygenPages/BuildSystem.txt
b/LUFA/DoxygenPages/BuildSystem.txt
index
3ff3ff6
..
3ecb945
100644
(file)
--- a/
LUFA/DoxygenPages/BuildSystem.txt
+++ b/
LUFA/DoxygenPages/BuildSystem.txt
@@
-17,7
+17,7
@@
*
\r
* To use a LUFA build system module, simply add an include to your project makefile:
\r
* \code
\r
*
\r
* To use a LUFA build system module, simply add an include to your project makefile:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.core.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_core.mk
\r
* \endcode
\r
*
\r
* And the associated build module targets will be added to your project's build makefile automatically.
\r
* \endcode
\r
*
\r
* And the associated build module targets will be added to your project's build makefile automatically.
\r
@@
-53,7
+53,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.build.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_build.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_BUILD_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_BUILD_Requirements Requirements
\r
@@
-212,7
+212,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.core.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_core.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_CORE_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_CORE_Requirements Requirements
\r
@@
-292,7
+292,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.atprogram.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_atprogram.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_ATPROGRAM_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_ATPROGRAM_Requirements Requirements
\r
@@
-367,7
+367,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.avrdude.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_avrdude.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_AVRDUDE_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_AVRDUDE_Requirements Requirements
\r
@@
-443,7
+443,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.cppcheck.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_cppcheck.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_CPPCHECK_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_CPPCHECK_Requirements Requirements
\r
@@
-537,7
+537,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.dfu.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_dfu.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_DFU_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_DFU_Requirements Requirements
\r
@@
-613,7
+613,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.doxygen.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_doxygen.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_DOXYGEN_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_DOXYGEN_Requirements Requirements
\r
@@
-683,7
+683,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.hid.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_hid.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_HID_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_HID_Requirements Requirements
\r
@@
-764,7
+764,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa
.sources.in
\r
+ * include $(LUFA_PATH)/Build/lufa
_sources.mk
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_SOURCES_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_SOURCES_Requirements Requirements
\r