tool/Makefile.am
changeset 1826 ec6223c3b7ec
parent 1528 dbc617badc33
child 1831 1875b9fea0ba
equal deleted inserted replaced
1825:65781b048a47 1826:ec6223c3b7ec
    36 bin_PROGRAMS = ethercat
    36 bin_PROGRAMS = ethercat
    37 
    37 
    38 ethercat_SOURCES = \
    38 ethercat_SOURCES = \
    39 	Command.cpp \
    39 	Command.cpp \
    40 	CommandAlias.cpp \
    40 	CommandAlias.cpp \
       
    41 	CommandCStruct.cpp \
    41 	CommandConfig.cpp \
    42 	CommandConfig.cpp \
    42 	CommandCStruct.cpp \
       
    43 	CommandData.cpp \
    43 	CommandData.cpp \
    44 	CommandDebug.cpp \
    44 	CommandDebug.cpp \
    45 	CommandDomains.cpp \
    45 	CommandDomains.cpp \
    46 	CommandDownload.cpp \
    46 	CommandDownload.cpp \
    47 	CommandFoeRead.cpp \
    47 	CommandFoeRead.cpp \
    60 	CommandUpload.cpp \
    60 	CommandUpload.cpp \
    61 	CommandVersion.cpp \
    61 	CommandVersion.cpp \
    62 	CommandXml.cpp \
    62 	CommandXml.cpp \
    63 	FoeCommand.cpp \
    63 	FoeCommand.cpp \
    64 	MasterDevice.cpp \
    64 	MasterDevice.cpp \
       
    65 	NumberListParser.cpp \
    65 	SdoCommand.cpp \
    66 	SdoCommand.cpp \
    66 	main.cpp \
    67 	main.cpp \
    67 	sii_crc.cpp
    68 	sii_crc.cpp
    68 
    69 
    69 if ENABLE_EOE
    70 if ENABLE_EOE
    73 endif
    74 endif
    74 
    75 
    75 noinst_HEADERS = \
    76 noinst_HEADERS = \
    76 	Command.h \
    77 	Command.h \
    77 	CommandAlias.h \
    78 	CommandAlias.h \
       
    79 	CommandCStruct.h \
    78 	CommandConfig.h \
    80 	CommandConfig.h \
    79 	CommandCStruct.h \
       
    80 	CommandData.h \
    81 	CommandData.h \
    81 	CommandDebug.h \
    82 	CommandDebug.h \
    82 	CommandDomains.h \
    83 	CommandDomains.h \
    83 	CommandDownload.h \
    84 	CommandDownload.h \
    84 	CommandFoeRead.h \
    85 	CommandFoeRead.h \
    97 	CommandUpload.h \
    98 	CommandUpload.h \
    98 	CommandVersion.h \
    99 	CommandVersion.h \
    99 	CommandXml.h \
   100 	CommandXml.h \
   100 	FoeCommand.h \
   101 	FoeCommand.h \
   101 	MasterDevice.h \
   102 	MasterDevice.h \
       
   103 	NumberListParser.h \
   102 	SdoCommand.h \
   104 	SdoCommand.h \
   103 	sii_crc.h
   105 	sii_crc.h
   104 
   106 
   105 if ENABLE_EOE
   107 if ENABLE_EOE
   106 noinst_HEADERS += CommandEoe.h
   108 noinst_HEADERS += CommandEoe.h