source: rtems/testsuites/libtests/ftp01/Makefile.am @ 820d82ed

4.115
Last change on this file since 820d82ed was 820d82ed, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:40

Remove CVS-Ids.

  • Property mode set to 100644
File size: 582 bytes
Line 
1rtems_tests_PROGRAMS = ftp01
2ftp01_SOURCES = init.c
3ftp01_LDADD = -lftpd
4
5dist_rtems_tests_DATA = ftp01.scn
6dist_rtems_tests_DATA += ftp01.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 = $(ftp01_OBJECTS) $(ftp01_LDADD)
16LINK_LIBS = $(ftp01_LDLIBS)
17
18ftp01$(EXEEXT): $(ftp01_OBJECTS) $(ftp01_DEPENDENCIES)
19        @rm -f ftp01$(EXEEXT)
20        $(make-exe)
21
22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.