source: branches/juciphox/platform/ixus40_sd300/Makefile @ 481

Revision 481, 488 bytes checked in by phyrephox, 5 years ago (diff)

+ added beta support for ixus40_sd300 -> http://chdk.setepontos.com/index.php/topic,2042.msg19516.html#msg19516 thx to fishpepper
+ italian language file (assembla bugtracker)

Line 
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 stubs_auto.o
13# stubs_init.o
14
15kbd.o: kbd.c ../generic/kbd.c
16lib.o: lib.c ../generic/lib.c
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
26include $(topdir)bottom.inc
Note: See TracBrowser for help on using the repository browser.