diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-12 10:18:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-12 10:18:18 +0000 |
commit | ae9dab1398df10de671ba24a37ff60a504367626 (patch) | |
tree | eb61890d94863cc2c4f420543b11fc4b8474e2cb /Demos/Host/ClassDriver | |
parent | 8de31cbb78f98eb4d3c5b7232e85337b15f294e5 (diff) | |
download | lufa-ae9dab1398df10de671ba24a37ff60a504367626.tar.gz lufa-ae9dab1398df10de671ba24a37ff60a504367626.tar.bz2 lufa-ae9dab1398df10de671ba24a37ff60a504367626.zip |
Add missing clean_doxygen phony targets to the project makefiles.
Diffstat (limited to 'Demos/Host/ClassDriver')
-rw-r--r-- | Demos/Host/ClassDriver/JoystickHostWithParser/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/KeyboardHost/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/KeyboardHostWithParser/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/MIDIHost/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/MassStorageHost/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/MouseHost/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/MouseHostWithParser/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/PrinterHost/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/RNDISEthernetHost/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/StillImageHost/makefile | 3 | ||||
-rw-r--r-- | Demos/Host/ClassDriver/VirtualSerialHost/makefile | 3 |
11 files changed, 22 insertions, 11 deletions
diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/makefile b/Demos/Host/ClassDriver/JoystickHostWithParser/makefile index fe3b95ad9..c16efb1c8 100644 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/makefile +++ b/Demos/Host/ClassDriver/JoystickHostWithParser/makefile @@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/KeyboardHost/makefile b/Demos/Host/ClassDriver/KeyboardHost/makefile index 5f61d740a..325973d65 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/makefile +++ b/Demos/Host/ClassDriver/KeyboardHost/makefile @@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile b/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile index e518422f3..88fbf5912 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/makefile @@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/MIDIHost/makefile b/Demos/Host/ClassDriver/MIDIHost/makefile index 2625ef749..4108a114c 100644 --- a/Demos/Host/ClassDriver/MIDIHost/makefile +++ b/Demos/Host/ClassDriver/MIDIHost/makefile @@ -734,4 +734,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/MassStorageHost/makefile b/Demos/Host/ClassDriver/MassStorageHost/makefile index f6364ce8e..ec0679c51 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/makefile +++ b/Demos/Host/ClassDriver/MassStorageHost/makefile @@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/MouseHost/makefile b/Demos/Host/ClassDriver/MouseHost/makefile index d0632ed16..d8ef34943 100644 --- a/Demos/Host/ClassDriver/MouseHost/makefile +++ b/Demos/Host/ClassDriver/MouseHost/makefile @@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/makefile b/Demos/Host/ClassDriver/MouseHostWithParser/makefile index 0405a63eb..8dd9b17aa 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/makefile +++ b/Demos/Host/ClassDriver/MouseHostWithParser/makefile @@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/PrinterHost/makefile b/Demos/Host/ClassDriver/PrinterHost/makefile index 0058e9392..a977f9861 100644 --- a/Demos/Host/ClassDriver/PrinterHost/makefile +++ b/Demos/Host/ClassDriver/PrinterHost/makefile @@ -733,4 +733,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/makefile b/Demos/Host/ClassDriver/RNDISEthernetHost/makefile index 63fb1cc2b..a7b5c5142 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/makefile +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/makefile @@ -734,4 +734,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/StillImageHost/makefile b/Demos/Host/ClassDriver/StillImageHost/makefile index 53f3e2aab..181522a4e 100644 --- a/Demos/Host/ClassDriver/StillImageHost/makefile +++ b/Demos/Host/ClassDriver/StillImageHost/makefile @@ -733,4 +733,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/makefile b/Demos/Host/ClassDriver/VirtualSerialHost/makefile index a411dd4f0..d64dd193d 100644 --- a/Demos/Host/ClassDriver/VirtualSerialHost/makefile +++ b/Demos/Host/ClassDriver/VirtualSerialHost/makefile @@ -734,4 +734,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) showtarget begin finish end sizebefore sizeafter \ gccversion build elf hex eep lss sym coff extcoff \ program dfu flip flip-ee dfu-ee clean debug \ -clean_list clean_binary gdb-config doxygen
\ No newline at end of file +clean_list clean_binary clean_doxygen gdb-config \ +doxygen
\ No newline at end of file |