examples/user/Makefile.am
changeset 2589 2b9c78543663
parent 1363 11c0b2caa253
child 2649 717c331cc227
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
    18 #  You should have received a copy of the GNU General Public License along with
    18 #  You should have received a copy of the GNU General Public License along with
    19 #  the IgH EtherCAT Master; if not, write to the Free Software Foundation,
    19 #  the IgH EtherCAT Master; if not, write to the Free Software Foundation,
    20 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    20 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    21 #
    21 #
    22 #  ---
    22 #  ---
    23 #  
    23 #
    24 #  The license mentioned above concerns the source code only. Using the
    24 #  The license mentioned above concerns the source code only. Using the
    25 #  EtherCAT technology and brand is only permitted in compliance with the
    25 #  EtherCAT technology and brand is only permitted in compliance with the
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    27 #
    27 #
    28 #------------------------------------------------------------------------------
    28 #------------------------------------------------------------------------------
    29 
    29 
    30 AM_CFLAGS = -Wall
       
    31 
       
    32 noinst_PROGRAMS = ec_user_example
    30 noinst_PROGRAMS = ec_user_example
    33 
    31 
    34 ec_user_example_SOURCES = main.c
    32 ec_user_example_SOURCES = main.c
    35 ec_user_example_CFLAGS = -I$(top_srcdir)/include
    33 ec_user_example_CFLAGS = -I$(top_srcdir)/include -Wall
    36 ec_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat
    34 ec_user_example_LDFLAGS = -L$(top_builddir)/lib/.libs -lethercat
    37 
    35 
    38 #------------------------------------------------------------------------------
    36 #------------------------------------------------------------------------------