aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-12 10:18:18 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-12 10:18:18 +0000
commitfd64f29c47b84bb3c28b828865d239a536aac11d (patch)
treeeb61890d94863cc2c4f420543b11fc4b8474e2cb /Demos/Device/LowLevel
parentfa181f98d417b08d55032272720af7404013ed99 (diff)
Add missing clean_doxygen phony targets to the project makefiles.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1374 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel')
-rw-r--r--Demos/Device/LowLevel/AudioInput/makefile3
-rw-r--r--Demos/Device/LowLevel/AudioOutput/makefile3
-rw-r--r--Demos/Device/LowLevel/DualVirtualSerial/makefile3
-rw-r--r--Demos/Device/LowLevel/GenericHID/makefile3
-rw-r--r--Demos/Device/LowLevel/Joystick/makefile3
-rw-r--r--Demos/Device/LowLevel/Keyboard/makefile3
-rw-r--r--Demos/Device/LowLevel/KeyboardMouse/makefile3
-rw-r--r--Demos/Device/LowLevel/MIDI/makefile3
-rw-r--r--Demos/Device/LowLevel/MassStorage/makefile3
-rw-r--r--Demos/Device/LowLevel/Mouse/makefile3
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/makefile3
-rw-r--r--Demos/Device/LowLevel/VirtualSerial/makefile3
12 files changed, 24 insertions, 12 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/makefile b/Demos/Device/LowLevel/AudioInput/makefile
index 31235e8d..08ece4a4 100644
--- a/Demos/Device/LowLevel/AudioInput/makefile
+++ b/Demos/Device/LowLevel/AudioInput/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/Device/LowLevel/AudioOutput/makefile b/Demos/Device/LowLevel/AudioOutput/makefile
index c7e88f82..ea56a223 100644
--- a/Demos/Device/LowLevel/AudioOutput/makefile
+++ b/Demos/Device/LowLevel/AudioOutput/makefile
@@ -736,4 +736,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/Device/LowLevel/DualVirtualSerial/makefile b/Demos/Device/LowLevel/DualVirtualSerial/makefile
index da6f110a..5fc818f8 100644
--- a/Demos/Device/LowLevel/DualVirtualSerial/makefile
+++ b/Demos/Device/LowLevel/DualVirtualSerial/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/Device/LowLevel/GenericHID/makefile b/Demos/Device/LowLevel/GenericHID/makefile
index 2406ec13..3c8ccab2 100644
--- a/Demos/Device/LowLevel/GenericHID/makefile
+++ b/Demos/Device/LowLevel/GenericHID/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/Device/LowLevel/Joystick/makefile b/Demos/Device/LowLevel/Joystick/makefile
index bb91594b..b059db93 100644
--- a/Demos/Device/LowLevel/Joystick/makefile
+++ b/Demos/Device/LowLevel/Joystick/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/Device/LowLevel/Keyboard/makefile b/Demos/Device/LowLevel/Keyboard/makefile
index acc84610..5e222803 100644
--- a/Demos/Device/LowLevel/Keyboard/makefile
+++ b/Demos/Device/LowLevel/Keyboard/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/Device/LowLevel/KeyboardMouse/makefile b/Demos/Device/LowLevel/KeyboardMouse/makefile
index 29eedac0..f1ee53a3 100644
--- a/Demos/Device/LowLevel/KeyboardMouse/makefile
+++ b/Demos/Device/LowLevel/KeyboardMouse/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/Device/LowLevel/MIDI/makefile b/Demos/Device/LowLevel/MIDI/makefile
index 5b5a4e9b..fec5352c 100644
--- a/Demos/Device/LowLevel/MIDI/makefile
+++ b/Demos/Device/LowLevel/MIDI/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/Device/LowLevel/MassStorage/makefile b/Demos/Device/LowLevel/MassStorage/makefile
index 657bec50..462ec185 100644
--- a/Demos/Device/LowLevel/MassStorage/makefile
+++ b/Demos/Device/LowLevel/MassStorage/makefile
@@ -737,4 +737,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/Device/LowLevel/Mouse/makefile b/Demos/Device/LowLevel/Mouse/makefile
index 03bd0377..3f825af2 100644
--- a/Demos/Device/LowLevel/Mouse/makefile
+++ b/Demos/Device/LowLevel/Mouse/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/Device/LowLevel/RNDISEthernet/makefile b/Demos/Device/LowLevel/RNDISEthernet/makefile
index 957c257f..e99eee6d 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/makefile
+++ b/Demos/Device/LowLevel/RNDISEthernet/makefile
@@ -748,4 +748,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/Device/LowLevel/VirtualSerial/makefile b/Demos/Device/LowLevel/VirtualSerial/makefile
index 7a9e0b31..ae69a3cd 100644
--- a/Demos/Device/LowLevel/VirtualSerial/makefile
+++ b/Demos/Device/LowLevel/VirtualSerial/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