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

4.104.114.84.95
Last change on this file since a3dfa39 was a3dfa39, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 15:34:58

2002-12-11 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am: Remove C_O_FILES; Don't let all-local depend on $OBJS)
  • lib/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 555 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
8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10include $(top_srcdir)/../automake/multilib.am
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/lib.am
13
14#
15# Add local stuff here using +=
16#
17
18AM_CPPFLAGS += -DNOPOLL -DNOSELECT
19
20$(LIB): $(OBJS)
21        $(make-library)
22
23all-local: $(ARCH) $(LIB)
24
25.PRECIOUS: $(LIB)
26
27EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.