Changeset 1569 for trunk/core/Makefile
- Timestamp:
- 01/16/12 08:22:51 (17 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
core/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/reyalp-flt merged: 1527-1568
- Property svn:mergeinfo changed
-
trunk/core/Makefile
r1568 r1569 18 18 19 19 OPT_OBJS= 20 ifdef OPT_GAMES 21 CFLAGS+=-DOPT_GAMES 22 endif 20 23 ifdef OPT_CURVES 21 24 CFLAGS+=-DOPT_CURVES 22 #OPT_OBJS+=curves.o23 25 endif 24 26 ifdef OPT_TEXTREADER 25 27 CFLAGS+=-DOPT_TEXTREADER 26 #OPT_OBJS+=gui_read.o 28 endif 29 ifdef OPT_CALENDAR 30 CFLAGS+=-DOPT_CALENDAR 27 31 endif 28 32 ifdef OPT_DEBUGGING … … 39 43 endif 40 44 ifdef OPT_SCRIPTING 41 OPT_OBJS+= motion_detector.oscript.o45 OPT_OBJS+=script.o 42 46 endif 43 47 ifdef OPT_LUA … … 60 64 gui.o kbd.o action_stack.o conf.o module_wrappers.o module_exportlist.o \ 61 65 histogram.o gui_batt.o gui_space.o gui_osd.o raw.o \ 62 gui_usb.o gui_lang.o gui_grid.o modules.o module_load.o\63 levent.o shot_histogram.o bitvector.o console.o\66 gui_usb.o gui_lang.o modules.o module_load.o \ 67 levent.o shot_histogram.o console.o \ 64 68 usb_input.o usb_module.o usb_remote.o $(OPT_OBJS) 65 69 … … 103 107 module_exportlist.h: $(topdir)tools/makeexport$(EXE) module_exportlist.c 104 108 @echo $< \-\> $@ 105 $(topdir)tools/makeexport$(EXE) module_exportlist.c module_exportlist.h modules/exportlist.txt 109 $(topdir)tools/makeexport$(EXE) module_exportlist.c module_exportlist.h modules/exportlist.txt module_hashlist.h 106 110 107 111 flt.h: $(topdir)tools/elf2flt/flt.h
Note: See TracChangeset
for help on using the changeset viewer.