examples/xenomai_posix/Makefile.am
changeset 2057 23fca60b7ca2
parent 2056 a92e8f119723
child 2059 ab0b96ac18bb
equal deleted inserted replaced
2056:a92e8f119723 2057:23fca60b7ca2
    34 
    34 
    35 ec_xenomai_posix_example_SOURCES = main.c
    35 ec_xenomai_posix_example_SOURCES = main.c
    36 ec_xenomai_posix_example_CFLAGS = -I/opt/etherlab/xenomai/include -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -D__XENO__ -I/opt/etherlab/xenomai/include/posix -I$(top_srcdir)/include
    36 ec_xenomai_posix_example_CFLAGS = -I/opt/etherlab/xenomai/include -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -D__XENO__ -I/opt/etherlab/xenomai/include/posix -I$(top_srcdir)/include
    37 ec_xenomai_posix_example_LDFLAGS = -Wl,@/opt/etherlab/xenomai/lib/posix.wrappers -L/opt/etherlab/xenomai/lib -lpthread_rt -lrtdm -L$(top_builddir)/lib/.libs -lethercat -L/opt/etherlab/xenomai/lib -lrtdk -lxenomai -lpthread
    37 ec_xenomai_posix_example_LDFLAGS = -Wl,@/opt/etherlab/xenomai/lib/posix.wrappers -L/opt/etherlab/xenomai/lib -lpthread_rt -lrtdm -L$(top_builddir)/lib/.libs -lethercat -L/opt/etherlab/xenomai/lib -lrtdk -lxenomai -lpthread
    38 
    38 
       
    39 
    39 #------------------------------------------------------------------------------
    40 #------------------------------------------------------------------------------