source: rtems/cpukit/libnetworking/lib/Makefile.am @ dda0bffc

4.104.114.84.95
Last change on this file since dda0bffc was dda0bffc, checked in by Joel Sherrill <joel.sherrill@…>, on 06/27/02 at 21:59:23

2002-06-27 Thomas Doerfler <Thomas.Doerfler@…>

  • Addition of a ftp client filesystem, comparable to the tftp one.
  • lib/ftpfs.c, rtems/ftpfs.h: New files.
  • lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 603 bytes
Line 
1##
2## $Id$
3##
4
5
6LIBNAME = lib.a
7LIB = $(ARCH)/$(LIBNAME)
8
9C_FILES = getprotoby.c rtems_bsdnet_ntp.c ftpfs.c syslog.c tftpDriver.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
12OBJS = $(C_O_FILES)
13
14include $(top_srcdir)/../automake/multilib.am
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/lib.am
17
18#
19# Add local stuff here using +=
20#
21
22AM_CPPFLAGS += -DNOPOLL -DNOSELECT
23
24$(LIB): $(OBJS)
25        $(make-library)
26
27all-local: $(ARCH) $(OBJS) $(LIB)
28
29.PRECIOUS: $(LIB)
30
31EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
32
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.