script/Makefile.am
changeset 563 d113b63c55c4
parent 387 e6e708a5d502
child 703 daaa2e8ae232
equal deleted inserted replaced
562:dda32c8294ad 563:d113b63c55c4
    33 #  standard) as the (only) precondition to have the right to use EtherCAT
    33 #  standard) as the (only) precondition to have the right to use EtherCAT
    34 #  Technology, IP and trade marks.
    34 #  Technology, IP and trade marks.
    35 #
    35 #
    36 #------------------------------------------------------------------------------
    36 #------------------------------------------------------------------------------
    37 
    37 
    38 initdir = $(sysconfdir)/init.d
    38 SUBDIRS = init.d sysconfig
    39 sysdir = $(sysconfdir)/sysconfig
       
    40 
    39 
    41 bin_SCRIPTS = lsec
    40 bin_SCRIPTS = lsec
    42 init_SCRIPTS = ethercat
       
    43 sys_DATA = sysconfig
       
    44 
    41 
    45 EXTRA_DIST = lsec.pl ethercat.sh sysconfig
    42 EXTRA_DIST = lsec
    46 
       
    47 lsec: lsec.pl
       
    48 	cp $(srcdir)/lsec.pl lsec
       
    49 
       
    50 ethercat: ethercat.sh
       
    51 	cp $(srcdir)/ethercat.sh ethercat
       
    52 
    43 
    53 #------------------------------------------------------------------------------
    44 #------------------------------------------------------------------------------