From 6ba90d01b2bc73b9ffd9a0ca8305f97ed34efb68 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 06:59:30 -0600 Subject: Update apps/examples/helloxx/Makefile --- apps/system/cdcacm/Makefile | 2 +- apps/system/composite/Makefile | 2 +- apps/system/flash_eraseall/Makefile | 2 +- apps/system/free/Makefile | 2 +- apps/system/hex2bin/Makefile | 2 +- apps/system/i2c/Makefile | 2 +- apps/system/install/Makefile | 2 +- apps/system/mdio/Makefile | 2 +- apps/system/nxplayer/Makefile | 2 +- apps/system/poweroff/Makefile | 2 +- apps/system/prun/Makefile | 2 +- apps/system/ramtest/Makefile | 2 +- apps/system/ramtron/Makefile | 2 +- apps/system/sdcard/Makefile | 2 +- apps/system/sudoku/Makefile | 2 +- apps/system/sysinfo/Makefile | 2 +- apps/system/usbmsc/Makefile | 2 +- apps/system/vi/Makefile | 2 +- apps/system/zmodem/Makefile | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'apps/system') diff --git a/apps/system/cdcacm/Makefile b/apps/system/cdcacm/Makefile index be9ca2861..8084c4880 100644 --- a/apps/system/cdcacm/Makefile +++ b/apps/system/cdcacm/Makefile @@ -45,7 +45,7 @@ CSRCS = cdcacm_main.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/composite/Makefile b/apps/system/composite/Makefile index bd233f4cc..6edc5f403 100644 --- a/apps/system/composite/Makefile +++ b/apps/system/composite/Makefile @@ -45,7 +45,7 @@ CSRCS = composite_main.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/flash_eraseall/Makefile b/apps/system/flash_eraseall/Makefile index df521af35..40d0dc43b 100644 --- a/apps/system/flash_eraseall/Makefile +++ b/apps/system/flash_eraseall/Makefile @@ -59,7 +59,7 @@ CSRCS = flash_eraseall.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/free/Makefile b/apps/system/free/Makefile index f155db19b..9f1edf527 100644 --- a/apps/system/free/Makefile +++ b/apps/system/free/Makefile @@ -55,7 +55,7 @@ CSRCS = free.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/hex2bin/Makefile b/apps/system/hex2bin/Makefile index ffbfcf444..d77768778 100644 --- a/apps/system/hex2bin/Makefile +++ b/apps/system/hex2bin/Makefile @@ -53,7 +53,7 @@ endif AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile index 7c66dcf30..a72713298 100644 --- a/apps/system/i2c/Makefile +++ b/apps/system/i2c/Makefile @@ -45,7 +45,7 @@ CSRCS = i2c_bus.c i2c_common.c i2c_dev.c i2c_get.c i2c_main.c i2c_set.c i2c_verf AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/install/Makefile b/apps/system/install/Makefile index df1ab3fe8..f664f21a1 100644 --- a/apps/system/install/Makefile +++ b/apps/system/install/Makefile @@ -59,7 +59,7 @@ CSRCS = install.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/mdio/Makefile b/apps/system/mdio/Makefile index faff0e24d..4352a5b57 100644 --- a/apps/system/mdio/Makefile +++ b/apps/system/mdio/Makefile @@ -51,7 +51,7 @@ CSRCS = mdio_main.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/nxplayer/Makefile b/apps/system/nxplayer/Makefile index 05a91ca1b..110319a78 100644 --- a/apps/system/nxplayer/Makefile +++ b/apps/system/nxplayer/Makefile @@ -61,7 +61,7 @@ endif AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile index 69a6c1734..cd1dc7d81 100644 --- a/apps/system/poweroff/Makefile +++ b/apps/system/poweroff/Makefile @@ -59,7 +59,7 @@ CSRCS = poweroff.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/prun/Makefile b/apps/system/prun/Makefile index 8f640582c..48ba233f4 100644 --- a/apps/system/prun/Makefile +++ b/apps/system/prun/Makefile @@ -65,7 +65,7 @@ endif AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/ramtest/Makefile b/apps/system/ramtest/Makefile index 6d2f9cc3e..b7ef04b39 100644 --- a/apps/system/ramtest/Makefile +++ b/apps/system/ramtest/Makefile @@ -52,7 +52,7 @@ CSRCS = ramtest.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile index 2ebdf9cf8..ad0579138 100644 --- a/apps/system/ramtron/Makefile +++ b/apps/system/ramtron/Makefile @@ -59,7 +59,7 @@ CSRCS = ramtron.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/sdcard/Makefile b/apps/system/sdcard/Makefile index 91aa5268a..961cd54a5 100644 --- a/apps/system/sdcard/Makefile +++ b/apps/system/sdcard/Makefile @@ -59,7 +59,7 @@ CSRCS = sdcard.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/sudoku/Makefile b/apps/system/sudoku/Makefile index cc16da134..6cca9af4d 100644 --- a/apps/system/sudoku/Makefile +++ b/apps/system/sudoku/Makefile @@ -55,7 +55,7 @@ CSRCS = sudoku.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile index 92e3725c8..ef5c6ca34 100644 --- a/apps/system/sysinfo/Makefile +++ b/apps/system/sysinfo/Makefile @@ -60,7 +60,7 @@ CSRCS = sysinfo.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/usbmsc/Makefile b/apps/system/usbmsc/Makefile index 17b5ae295..2f62907cf 100644 --- a/apps/system/usbmsc/Makefile +++ b/apps/system/usbmsc/Makefile @@ -45,7 +45,7 @@ CSRCS = usbmsc_main.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/vi/Makefile b/apps/system/vi/Makefile index d8111f722..eb1b10c69 100644 --- a/apps/system/vi/Makefile +++ b/apps/system/vi/Makefile @@ -56,7 +56,7 @@ CSRCS = vi.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) diff --git a/apps/system/zmodem/Makefile b/apps/system/zmodem/Makefile index ded531381..f544bf309 100644 --- a/apps/system/zmodem/Makefile +++ b/apps/system/zmodem/Makefile @@ -55,7 +55,7 @@ CSRCS += zm_state.c zm_proto.c zm_watchdog.c zm_utils.c zm_dumpbuffer.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -SRCS = $(ASRCS) $(CSRCS) +SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) ifeq ($(CONFIG_WINDOWS_NATIVE),y) -- cgit v1.2.3