source: rtems/c/src/libnetworking/wrapup/Makefile.am @ d0d73ec

4.104.114.84.95
Last change on this file since d0d73ec was 2b44af21, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:03:16

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

  • pppd/Makefile.am: Use .$(OBJEXT) instead of .o.
    • rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o.
    • rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o.
    • rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 554 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
5
6if HAS_POSIX
7POSIX_PIECES = rtems_webserver
[df49c60]8endif
[4bf1801]9
[7020377]10NET_O_PIECES = rtems_servers \
[0286b9f]11    rtems_telnetd pppd $(POSIX_PIECES)
[2b44af21]12OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
[6186657a]13LIB = $(ARCH)/libnetapps.a
[4bf1801]14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[9b28bea5]16include $(top_srcdir)/../../../automake/compile.am
[4bf1801]17include $(top_srcdir)/../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(LIB): $(OBJS)
24        $(make-library)
25
[6186657a]26all-local: $(ARCH) $(OBJS) $(LIB)
[4bf1801]27
28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.