source: rtems/cpukit/libnetworking/lib/Makefile.am @ 8a79786

4.104.114.84.95
Last change on this file since 8a79786 was 8a79786, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/02 at 17:00:59

2002-05-29 Ralf Corsepius <corsepiu@…>

Relocate c/src/libnetworking.

  • Makefile.am: Reflect moval.
  • machine/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • lib/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • vm/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • sys/Makefile.am: Ditto.
  • arpa/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • kern/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • configure.ac: Dittp.
  • wrapup/Makefile.am: Ditto. Remove references to networking apps.
  • Property mode set to 100644
File size: 631 bytes
Line 
1##
2## $Id$
3##
4
5
6LIBNAME = lib.a
7LIB = $(ARCH)/$(LIBNAME)
8
9C_FILES = getprotoby.c rtems_bsdnet_ntp.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.