comparison level2/coco3/makefile @ 2877:b14ea1930107 lwtools-port

makefiles: Remove some spurious spaces which created some merge conflicts.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 15:57:15 +0100
parents 0f6123a8756e
children 62c91ac49d72
comparison
equal deleted inserted replaced
2866:854ef52e512f 2877:b14ea1930107
12 BOOTFILE_BECKER = bootfiles/bootfile_becker 12 BOOTFILE_BECKER = bootfiles/bootfile_becker
13 BOOTFILE_ARDUINO = bootfiles/bootfile_arduino 13 BOOTFILE_ARDUINO = bootfiles/bootfile_arduino
14 BOOTFILE_COCOSDC = bootfiles/bootfile_cocosdc 14 BOOTFILE_COCOSDC = bootfiles/bootfile_cocosdc
15 BOOTFILE_BECKER_HEADLESS = bootfiles/bootfile_becker_headless 15 BOOTFILE_BECKER_HEADLESS = bootfiles/bootfile_becker_headless
16 BOOTFILE_ARDUINO_HEADLESS = bootfiles/bootfile_arduino_headless 16 BOOTFILE_ARDUINO_HEADLESS = bootfiles/bootfile_arduino_headless
17 BOOTFILE_DW = bootfiles/bootfile_dw 17 BOOTFILE_DW = bootfiles/bootfile_dw
18 BOOTFILE_DWHEADLESS = bootfiles/bootfile_dw_headless 18 BOOTFILE_DWHEADLESS = bootfiles/bootfile_dw_headless
19 BOOTFILE_40D = bootfiles/bootfile_40d 19 BOOTFILE_40D = bootfiles/bootfile_40d
20 BOOTFILE_80D = bootfiles/bootfile_80d 20 BOOTFILE_80D = bootfiles/bootfile_80d
21 BOOTFILE_40D_50HZ = bootfiles/bootfile_40d_50hz 21 BOOTFILE_40D_50HZ = bootfiles/bootfile_40d_50hz
22 BOOTFILE_80D_50HZ = bootfiles/bootfile_80d_50hz 22 BOOTFILE_80D_50HZ = bootfiles/bootfile_80d_50hz
23 KERNELFILE_BECKER = bootfiles/kernel_becker 23 KERNELFILE_BECKER = bootfiles/kernel_becker
24 KERNELFILE_ARDUINO = bootfiles/kernel_arduino 24 KERNELFILE_ARDUINO = bootfiles/kernel_arduino
25 KERNELFILE = bootfiles/kernel_1773 25 KERNELFILE = bootfiles/kernel_1773
26 KERNELFILE_50HZ = bootfiles/kernel_1773_50hz 26 KERNELFILE_50HZ = bootfiles/kernel_1773_50hz
27 KERNELFILE_DW = bootfiles/kernel_dw 27 KERNELFILE_DW = bootfiles/kernel_dw
28 DIRS = cmds modules defs sys bootfiles wwwroot 28 DIRS = cmds modules defs sys bootfiles wwwroot
29 29
30 CMDS = $(shell $(CD) cmds; make --no-print-directory showobjs) 30 CMDS = $(shell $(CD) cmds; make --no-print-directory showobjs)
31 CMDS_D2 = $(shell $(CD) cmds; make --no-print-directory showobjs_d2) 31 CMDS_D2 = $(shell $(CD) cmds; make --no-print-directory showobjs_d2)
32 CMDS_DW = $(shell $(CD) cmds; make --no-print-directory showobjs_dw) 32 CMDS_DW = $(shell $(CD) cmds; make --no-print-directory showobjs_dw)