tool/Makefile.am
changeset 1835 20748e9d2238
parent 1831 1875b9fea0ba
child 1837 32136215c1fa
equal deleted inserted replaced
1834:67fc217d7341 1835:20748e9d2238
    47 	CommandFoeRead.cpp \
    47 	CommandFoeRead.cpp \
    48 	CommandFoeWrite.cpp \
    48 	CommandFoeWrite.cpp \
    49 	CommandGraph.cpp \
    49 	CommandGraph.cpp \
    50 	CommandMaster.cpp \
    50 	CommandMaster.cpp \
    51 	CommandPdos.cpp \
    51 	CommandPdos.cpp \
    52 	CommandReg.cpp \
       
    53 	CommandRegRead.cpp \
    52 	CommandRegRead.cpp \
    54 	CommandRegWrite.cpp \
    53 	CommandRegWrite.cpp \
    55 	CommandSdos.cpp \
    54 	CommandSdos.cpp \
    56 	CommandSiiRead.cpp \
    55 	CommandSiiRead.cpp \
    57 	CommandSiiWrite.cpp \
    56 	CommandSiiWrite.cpp \
    59 	CommandSoeRead.cpp \
    58 	CommandSoeRead.cpp \
    60 	CommandStates.cpp \
    59 	CommandStates.cpp \
    61 	CommandUpload.cpp \
    60 	CommandUpload.cpp \
    62 	CommandVersion.cpp \
    61 	CommandVersion.cpp \
    63 	CommandXml.cpp \
    62 	CommandXml.cpp \
       
    63 	DataTypeHandler.cpp \
    64 	FoeCommand.cpp \
    64 	FoeCommand.cpp \
    65 	MasterDevice.cpp \
    65 	MasterDevice.cpp \
    66 	NumberListParser.cpp \
    66 	NumberListParser.cpp \
    67 	SdoCommand.cpp \
    67 	SdoCommand.cpp \
    68 	main.cpp \
    68 	main.cpp \
    86 	CommandFoeRead.h \
    86 	CommandFoeRead.h \
    87 	CommandFoeWrite.h \
    87 	CommandFoeWrite.h \
    88 	CommandGraph.h \
    88 	CommandGraph.h \
    89 	CommandMaster.h \
    89 	CommandMaster.h \
    90 	CommandPdos.h \
    90 	CommandPdos.h \
    91 	CommandReg.h \
       
    92 	CommandRegRead.h \
    91 	CommandRegRead.h \
    93 	CommandRegWrite.h \
    92 	CommandRegWrite.h \
    94 	CommandSdos.h \
    93 	CommandSdos.h \
    95 	CommandSiiRead.h \
    94 	CommandSiiRead.h \
    96 	CommandSiiWrite.h \
    95 	CommandSiiWrite.h \
    98 	CommandSoeRead.h \
    97 	CommandSoeRead.h \
    99 	CommandStates.h \
    98 	CommandStates.h \
   100 	CommandUpload.h \
    99 	CommandUpload.h \
   101 	CommandVersion.h \
   100 	CommandVersion.h \
   102 	CommandXml.h \
   101 	CommandXml.h \
       
   102 	DataTypeHandler.h \
   103 	FoeCommand.h \
   103 	FoeCommand.h \
   104 	MasterDevice.h \
   104 	MasterDevice.h \
   105 	NumberListParser.h \
   105 	NumberListParser.h \
   106 	SdoCommand.h \
   106 	SdoCommand.h \
   107 	sii_crc.h
   107 	sii_crc.h
   116 		cat $(top_srcdir)/revision; \
   116 		cat $(top_srcdir)/revision; \
   117 	else \
   117 	else \
   118 		hg id -i $(top_srcdir) 2>/dev/null || echo "unknown"; \
   118 		hg id -i $(top_srcdir) 2>/dev/null || echo "unknown"; \
   119 	fi`
   119 	fi`
   120 
   120 
   121 ethercat_CXXFLAGS = -I$(top_srcdir)/master -Wall -DREV=$(REV)
   121 ethercat_CXXFLAGS = \
       
   122 	-I$(top_srcdir)/include \
       
   123 	-I$(top_srcdir)/master \
       
   124 	-Wall -DREV=$(REV)
   122 
   125 
   123 #------------------------------------------------------------------------------
   126 #------------------------------------------------------------------------------