Make.proto
changeset 15235 7c44dd513e27
parent 15145 b5b508f8d21b
child 15672 cf051459450c
child 18060 3708e12e9aa8
equal deleted inserted replaced
15234:7ff81418f7b3 15235:7c44dd513e27
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.263 2013-04-25 07:36:53 stefan Exp $
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.264 2013-05-13 08:21:40 cg Exp $
     2 #
     2 #
     3 # DO NOT EDIT
     3 # DO NOT EDIT
     4 # automagically generated from the projectDefinition: stx_libbasic.
     4 # automagically generated from the projectDefinition: stx_libbasic.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
    32 
    32 
    33 # if your embedded C code requires any system includes,
    33 # if your embedded C code requires any system includes,
    34 # add the path(es) here:,
    34 # add the path(es) here:,
    35 # ********** OPTIONAL: MODIFY the next lines ***
    35 # ********** OPTIONAL: MODIFY the next lines ***
    36 # LOCALINCLUDES=-Ifoo -Ibar
    36 # LOCALINCLUDES=-Ifoo -Ibar
    37 LOCALINCLUDES=-I$(TOP)/librun
    37 LOCALINCLUDES=-I$(TOP)/librun $(FFI_INCLUDE)
    38 
    38 
    39 
    39 
    40 # if you need any additional defines for embedded C code,
    40 # if you need any additional defines for embedded C code,
    41 # add them here:,
    41 # add them here:,
    42 # ********** OPTIONAL: MODIFY the next lines ***
    42 # ********** OPTIONAL: MODIFY the next lines ***