summaryrefslogtreecommitdiff
path: root/apps/graphics/tiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/tiff/Makefile')
-rw-r--r--apps/graphics/tiff/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/graphics/tiff/Makefile b/apps/graphics/tiff/Makefile
index 3f04b4f30..bc109bd5d 100644
--- a/apps/graphics/tiff/Makefile
+++ b/apps/graphics/tiff/Makefile
@@ -39,22 +39,22 @@ include $(APPDIR)/Make.defs
# NuttX TIFF Creation Tool
-ASRCS =
-CSRCS = tiff_addstrip.c tiff_finalize.c tiff_initialize.c tiff_utils.c
+ASRCS =
+CSRCS = tiff_addstrip.c tiff_finalize.c tiff_initialize.c tiff_utils.c
-AOBJS = $(ASRCS:.S=$(OBJEXT))
-COBJS = $(CSRCS:.c=$(OBJEXT))
+AOBJS = $(ASRCS:.S=$(OBJEXT))
+COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
-OBJS = $(AOBJS) $(COBJS)
+SRCS = $(ASRCS) $(CSRCS)
+OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
- BIN = ..\..\libapps$(LIBEXT)
+ BIN = ..\..\libapps$(LIBEXT)
else
ifeq ($(WINTOOL),y)
- BIN = ..\\..\\libapps$(LIBEXT)
+ BIN = ..\\..\\libapps$(LIBEXT)
else
- BIN = ../../libapps$(LIBEXT)
+ BIN = ../../libapps$(LIBEXT)
endif
endif
@@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: context clean depend distclean