Changeset 1569 for trunk/core/Makefile


Ignore:
Timestamp:
01/16/12 08:22:51 (17 months ago)
Author:
philmoz
Message:

Update trunk with latest changes from reyalp-flt branch.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/core/Makefile

    r1568 r1569  
    1818 
    1919OPT_OBJS= 
     20ifdef OPT_GAMES 
     21CFLAGS+=-DOPT_GAMES 
     22endif 
    2023ifdef OPT_CURVES 
    2124CFLAGS+=-DOPT_CURVES 
    22 #OPT_OBJS+=curves.o 
    2325endif 
    2426ifdef OPT_TEXTREADER 
    2527CFLAGS+=-DOPT_TEXTREADER 
    26 #OPT_OBJS+=gui_read.o  
     28endif 
     29ifdef OPT_CALENDAR 
     30CFLAGS+=-DOPT_CALENDAR 
    2731endif 
    2832ifdef OPT_DEBUGGING 
     
    3943endif  
    4044ifdef OPT_SCRIPTING 
    41 OPT_OBJS+=motion_detector.o script.o 
     45OPT_OBJS+=script.o 
    4246endif  
    4347ifdef OPT_LUA 
     
    6064     gui.o kbd.o action_stack.o conf.o module_wrappers.o module_exportlist.o \ 
    6165     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 \ 
    6468     usb_input.o usb_module.o usb_remote.o $(OPT_OBJS) 
    6569 
     
    103107module_exportlist.h: $(topdir)tools/makeexport$(EXE) module_exportlist.c 
    104108        @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 
    106110 
    107111flt.h: $(topdir)tools/elf2flt/flt.h 
Note: See TracChangeset for help on using the changeset viewer.