master/Makefile.am
changeset 1286 88e573e033f1
parent 1209 8be462afb7f4
child 1326 ef907b0b5125
equal deleted inserted replaced
1285:f16b38b8b696 1286:88e573e033f1
    29 #  standard) as the (only) precondition to have the right to use EtherCAT
    29 #  standard) as the (only) precondition to have the right to use EtherCAT
    30 #  Technology, IP and trade marks.
    30 #  Technology, IP and trade marks.
    31 #
    31 #
    32 #------------------------------------------------------------------------------
    32 #------------------------------------------------------------------------------
    33 
    33 
    34 # HEADERS, because of tags target
    34 # using HEADERS to enable tags target
    35 noinst_HEADERS = \
    35 noinst_HEADERS = \
    36 	Kbuild.in \
       
    37 	cdev.c cdev.h \
    36 	cdev.c cdev.h \
    38 	datagram.c datagram.h \
    37 	datagram.c datagram.h \
    39 	debug.c	debug.h \
    38 	debug.c	debug.h \
    40 	device.c device.h \
    39 	device.c device.h \
    41 	domain.c domain.h \
    40 	domain.c domain.h \
    65 	slave_config.c slave_config.h \
    64 	slave_config.c slave_config.h \
    66 	sync.c sync.h \
    65 	sync.c sync.h \
    67 	sync_config.c sync_config.h \
    66 	sync_config.c sync_config.h \
    68 	voe_handler.c voe_handler.h
    67 	voe_handler.c voe_handler.h
    69 
    68 
       
    69 EXTRA_DIST = \
       
    70 	Kbuild.in
       
    71 
    70 BUILT_SOURCES = \
    72 BUILT_SOURCES = \
    71 	Kbuild
    73 	Kbuild
    72 
    74 
    73 modules:
    75 modules:
    74 	$(MAKE) -C "@abs_top_srcdir@" modules
    76 	$(MAKE) -C "@abs_top_srcdir@" modules