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

4.104.114.84.95
Last change on this file since eb4b28d was eb4b28d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 06:35:33

2002-07-22 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am: Eliminate LIBNAME.
  • lib/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
  • Property mode set to 100644
File size: 581 bytes
Line 
1##
2## $Id$
3##
4
5LIB = $(ARCH)/lib.a
6
7C_FILES = getprotoby.c rtems_bsdnet_ntp.c ftpfs.c syslog.c tftpDriver.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
9
10OBJS = $(C_O_FILES)
11
12include $(top_srcdir)/../automake/multilib.am
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/lib.am
15
16#
17# Add local stuff here using +=
18#
19
20AM_CPPFLAGS += -DNOPOLL -DNOSELECT
21
22$(LIB): $(OBJS)
23        $(make-library)
24
25all-local: $(ARCH) $(OBJS) $(LIB)
26
27.PRECIOUS: $(LIB)
28
29EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
30
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.