diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-05-07 07:11:25 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-05-07 07:11:25 +0000 |
| commit | 1acf6dfebeef8112b7df381b71253cebc75c16f3 (patch) | |
| tree | 07828972cd7a3fde174c0da3bbcc77dce5c821a7 /Demos/Host/LowLevel | |
| parent | 791588dba9d6a880345dcce4e5ab7fa98d47e8c7 (diff) | |
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1247 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel')
| -rw-r--r-- | Demos/Host/LowLevel/GenericHIDHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/JoystickHostWithParser/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/KeyboardHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/KeyboardHostWithParser/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/MIDIHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/MassStorageHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/MouseHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/MouseHostWithParser/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/PrinterHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/RNDISEthernetHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/StillImageHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/VirtualSerialHost/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/makefile | 68 |
13 files changed, 46 insertions, 46 deletions
diff --git a/Demos/Host/LowLevel/GenericHIDHost/makefile b/Demos/Host/LowLevel/GenericHIDHost/makefile index 4af4d5e4..12a35422 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/makefile +++ b/Demos/Host/LowLevel/GenericHIDHost/makefile @@ -499,7 +499,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/makefile b/Demos/Host/LowLevel/JoystickHostWithParser/makefile index 65ed8ab9..f6d2756c 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/makefile +++ b/Demos/Host/LowLevel/JoystickHostWithParser/makefile @@ -500,7 +500,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/KeyboardHost/makefile b/Demos/Host/LowLevel/KeyboardHost/makefile index 15f19a7c..0fdbedf5 100644 --- a/Demos/Host/LowLevel/KeyboardHost/makefile +++ b/Demos/Host/LowLevel/KeyboardHost/makefile @@ -498,7 +498,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile index f66ee9b8..5c4ae691 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile @@ -500,7 +500,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/MIDIHost/makefile b/Demos/Host/LowLevel/MIDIHost/makefile index 955dc81a..2ae06ad4 100644 --- a/Demos/Host/LowLevel/MIDIHost/makefile +++ b/Demos/Host/LowLevel/MIDIHost/makefile @@ -498,7 +498,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/MassStorageHost/makefile b/Demos/Host/LowLevel/MassStorageHost/makefile index 1031b0f3..c6835a68 100644 --- a/Demos/Host/LowLevel/MassStorageHost/makefile +++ b/Demos/Host/LowLevel/MassStorageHost/makefile @@ -500,7 +500,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/MouseHost/makefile b/Demos/Host/LowLevel/MouseHost/makefile index 650559a7..29357977 100644 --- a/Demos/Host/LowLevel/MouseHost/makefile +++ b/Demos/Host/LowLevel/MouseHost/makefile @@ -498,7 +498,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/makefile b/Demos/Host/LowLevel/MouseHostWithParser/makefile index 01aa8af7..66acc00b 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/makefile +++ b/Demos/Host/LowLevel/MouseHostWithParser/makefile @@ -500,7 +500,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/PrinterHost/makefile b/Demos/Host/LowLevel/PrinterHost/makefile index deb289d1..84178d55 100644 --- a/Demos/Host/LowLevel/PrinterHost/makefile +++ b/Demos/Host/LowLevel/PrinterHost/makefile @@ -499,7 +499,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/makefile b/Demos/Host/LowLevel/RNDISEthernetHost/makefile index 81ee8fd3..a072bf4a 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/makefile +++ b/Demos/Host/LowLevel/RNDISEthernetHost/makefile @@ -499,7 +499,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/StillImageHost/makefile b/Demos/Host/LowLevel/StillImageHost/makefile index dca7b12e..861e7ef0 100644 --- a/Demos/Host/LowLevel/StillImageHost/makefile +++ b/Demos/Host/LowLevel/StillImageHost/makefile @@ -499,7 +499,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/makefile b/Demos/Host/LowLevel/VirtualSerialHost/makefile index f0798d59..a4bde214 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/makefile +++ b/Demos/Host/LowLevel/VirtualSerialHost/makefile @@ -498,7 +498,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile index 8c8f676d..2a1caed5 100644 --- a/Demos/Host/LowLevel/makefile +++ b/Demos/Host/LowLevel/makefile @@ -14,49 +14,49 @@ # code. all: - make -C GenericHIDHost clean - make -C GenericHIDHost all + $(MAKE) -C GenericHIDHost clean + $(MAKE) -C GenericHIDHost all - make -C JoystickHostWithParser clean - make -C JoystickHostWithParser all + $(MAKE) -C JoystickHostWithParser clean + $(MAKE) -C JoystickHostWithParser all - make -C KeyboardHost clean - make -C KeyboardHost all + $(MAKE) -C KeyboardHost clean + $(MAKE) -C KeyboardHost all - make -C MassStorageHost clean - make -C MassStorageHost all + $(MAKE) -C MassStorageHost clean + $(MAKE) -C MassStorageHost all - make -C MIDIHost clean - make -C MIDIHost all + $(MAKE) -C MIDIHost clean + $(MAKE) -C MIDIHost all - make -C MouseHost clean - make -C MouseHost all + $(MAKE) -C MouseHost clean + $(MAKE) -C MouseHost all - make -C MouseHostWithParser clean - make -C MouseHostWithParser all + $(MAKE) -C MouseHostWithParser clean + $(MAKE) -C MouseHostWithParser all - make -C PrinterHost clean - make -C PrinterHost all + $(MAKE) -C PrinterHost clean + $(MAKE) -C PrinterHost all - make -C StillImageHost clean - make -C StillImageHost all + $(MAKE) -C StillImageHost clean + $(MAKE) -C StillImageHost all - make -C RNDISEthernetHost clean - make -C RNDISEthernetHost all + $(MAKE) -C RNDISEthernetHost clean + $(MAKE) -C RNDISEthernetHost all - make -C VirtualSerialHost clean - make -C VirtualSerialHost all + $(MAKE) -C VirtualSerialHost clean + $(MAKE) -C VirtualSerialHost all %: - make -C GenericHIDHost $@ - make -C JoystickHostWithParser $@ - make -C KeyboardHost $@ - make -C KeyboardHostWithParser $@ - make -C MassStorageHost $@ - make -C MIDIHost $@ - make -C MouseHost $@ - make -C MouseHostWithParser $@ - make -C PrinterHost $@ - make -C StillImageHost $@ - make -C RNDISEthernetHost $@ - make -C VirtualSerialHost $@ + $(MAKE) -C GenericHIDHost $@ + $(MAKE) -C JoystickHostWithParser $@ + $(MAKE) -C KeyboardHost $@ + $(MAKE) -C KeyboardHostWithParser $@ + $(MAKE) -C MassStorageHost $@ + $(MAKE) -C MIDIHost $@ + $(MAKE) -C MouseHost $@ + $(MAKE) -C MouseHostWithParser $@ + $(MAKE) -C PrinterHost $@ + $(MAKE) -C StillImageHost $@ + $(MAKE) -C RNDISEthernetHost $@ + $(MAKE) -C VirtualSerialHost $@ |
