configure.ac
changeset 385 c33367851350
parent 373 c9cb34469c74
child 387 e6e708a5d502
equal deleted inserted replaced
384:7e939b2d958c 385:c33367851350
     3 #------------------------------------------------------------------------------
     3 #------------------------------------------------------------------------------
     4 
     4 
     5 AC_INIT([ethercat],[1.1],[fp@igh-essen.com])
     5 AC_INIT([ethercat],[1.1],[fp@igh-essen.com])
     6 AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2])
     6 AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2])
     7 AC_PREFIX_DEFAULT([/opt/etherlab])
     7 AC_PREFIX_DEFAULT([/opt/etherlab])
     8 AC_CONFIG_FILES([Makefile master/Makefile devices/Makefile \
       
     9 	         examples/mini/Makefile \
       
    10 		 examples/rtai/Makefile \
       
    11 		 examples/msr/Makefile])
       
    12 
     8 
    13 #------------------------------------------------------------------------------
     9 #------------------------------------------------------------------------------
    14 # Linux sources
    10 # Linux sources
    15 #------------------------------------------------------------------------------
    11 #------------------------------------------------------------------------------
    16 
    12 
    51    AC_MSG_WARN([depmod was not found!]);
    47    AC_MSG_WARN([depmod was not found!]);
    52 fi
    48 fi
    53 
    49 
    54 #------------------------------------------------------------------------------
    50 #------------------------------------------------------------------------------
    55 
    51 
       
    52 AC_CONFIG_FILES([
       
    53         Makefile 
       
    54         master/Makefile 
       
    55         devices/Makefile 
       
    56         script/Makefile
       
    57         examples/mini/Makefile
       
    58 	examples/rtai/Makefile
       
    59 	examples/msr/Makefile
       
    60 ])
    56 AC_OUTPUT
    61 AC_OUTPUT
    57 
    62 
    58 #------------------------------------------------------------------------------
    63 #------------------------------------------------------------------------------