Makefile.am
changeset 387 e6e708a5d502
parent 385 c33367851350
child 388 b7dae57707c8
equal deleted inserted replaced
386:7020a47f092a 387:e6e708a5d502
    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 SUBDIRS = master/ devices/ script/
    38 SUBDIRS = master/ devices/ script/ include/
    39 
       
    40 include_HEADERS = include/ecdb.h include/ecrt.h
       
    41 
    39 
    42 MINI_FILES = \
    40 MINI_FILES = \
    43 	examples/mini/Kbuild \
    41         examples/mini/Kbuild \
    44 	examples/mini/Makefile.am \
    42         examples/mini/Makefile.am \
    45 	examples/mini/Makefile.in \
    43         examples/mini/Makefile.in \
    46 	examples/mini/mini.c
    44         examples/mini/mini.c
    47 
    45 
    48 RTAI_FILES = \
    46 RTAI_FILES = \
    49 	examples/rtai/Kbuild \
    47         examples/rtai/Kbuild \
    50 	examples/rtai/Makefile.am \
    48         examples/rtai/Makefile.am \
    51 	examples/rtai/Makefile.in \
    49         examples/rtai/Makefile.in \
    52 	examples/rtai/rtai_sample.c
    50         examples/rtai/rtai_sample.c
    53 
    51 
    54 MSR_FILES = \
    52 MSR_FILES = \
    55 	examples/msr/Kbuild \
    53         examples/msr/Kbuild \
    56 	examples/msr/libm.o_shipped \
    54         examples/msr/libm.o_shipped \
    57 	examples/msr/Makefile.am \
    55         examples/msr/Makefile.am \
    58 	examples/msr/Makefile.in \
    56         examples/msr/Makefile.in \
    59 	examples/msr/msr_load \
    57         examples/msr/msr_load \
    60 	examples/msr/msr_param.h \
    58         examples/msr/msr_param.h \
    61 	examples/msr/msr_sample.c \
    59         examples/msr/msr_sample.c \
    62 	examples/msr/msrserv.pl \
    60         examples/msr/msrserv.pl \
    63 	examples/msr/msr_unload
    61         examples/msr/msr_unload
    64 
    62 
    65 EXTRA_DIST = documentation/ethercat_doc.pdf \
    63 EXTRA_DIST = documentation/ethercat_doc.pdf \
    66 	$(MINI_FILES) $(RTAI_FILES) $(MSR_FILES)
    64         $(MINI_FILES) $(RTAI_FILES) $(MSR_FILES)
    67 
    65 
    68 mydist:
    66 mydist:
    69 	@SVNREV=`svnversion $(srcdir)` && \
    67 	@SVNREV=`svnversion $(srcdir)` && \
    70 		$(MAKE) dist-bzip2 distdir=$(PACKAGE)-$(VERSION)-r$${SVNREV}
    68 		$(MAKE) dist-bzip2 distdir=$(PACKAGE)-$(VERSION)-r$${SVNREV}
    71 
    69