source: rtems/testsuites/libtests/networking01/Makefile.am @ 195d412

5
Last change on this file since 195d412 was 195d412, checked in by Christian Mauderer <Christian.Mauderer@…>, on 05/02/16 at 12:49:33

libnetworking: Add minimal getnameinfo()

This implementation just falls back to giving a string representation of
the IP. It supports IPv4 only.

Add test for getnameinfo().

  • Property mode set to 100644
File size: 617 bytes
Line 
1
2rtems_tests_PROGRAMS = networking01
3networking01_SOURCES = init.c
4
5dist_rtems_tests_DATA = networking01.scn
6dist_rtems_tests_DATA += networking01.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12AM_CPPFLAGS += -I$(top_srcdir)/../support/include
13AM_CPPFLAGS += -I$(top_srcdir)/termios04
14
15LINK_OBJS = $(networking01_OBJECTS)
16LINK_LIBS = $(networking01_LDLIBS)
17
18networking01$(EXEEXT): $(networking01_OBJECTS) $(networking01_DEPENDENCIES)
19        @rm -f networking01$(EXEEXT)
20        $(make-exe)
21
22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.