source: branches/release-1_0/platform/a570/Makefile @ 1662

Revision 1662, 430 bytes checked in by philmoz, 16 months ago (diff)

Re-align CHDK and CHDK-DE code base (part 3) - http://chdk.setepontos.com/index.php?topic=7601.0

  • white space alignment in core, lib and include directories
  • enable CAM_DETECT_SCREEN_ERASE in camera.h and remove from platform_camera.h files
  • clean up lib.c and makefiles files to match CHDK-DE
  • Property svn:eol-style set to LF
RevLine 
[243]1curdir=./
2topdir=../../
3
4include $(topdir)makefile.inc
5
6CFLAGS+=-DLOW_LEVEL
7
8SUBDIRS=sub
9
10all: all-recursive libplatform.a
11
12OBJS=main.o lib.o wrappers.o kbd.o shooting.o
13# stubs_init.o
14
15kbd.o: kbd.c ../generic/kbd.c
[1662]16lib.o: lib.c
[243]17main.o: main.c ../generic/main.c
18shooting.o: shooting.c ../generic/shooting.c
19wrappers.o: wrappers.c ../generic/wrappers.c
20
21libplatform.a: $(OBJS)
22
23clean: clean-recursive
24        rm -f $(OBJS) libplatform.a
25
Note: See TracBrowser for help on using the repository browser.