source: rtems/c/src/libnetworking/lib/Makefile.am @ abbf55b

Last change on this file since abbf55b was abbf55b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 18:05:29

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 591 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7LIBNAME = lib.a
8LIB = $(ARCH)/$(LIBNAME)
9
10C_FILES = getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
13OBJS = $(C_O_FILES)
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
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: $(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.