summaryrefslogblamecommitdiffstats
path: root/c/src/libnetworking/wrapup/Makefile.am
blob: e0cb8c409354ff1bc74801a85da5ad92588fe598 (plain) (tree)
1
2
3
4
5
6
7
8
9
  
       
  
 

                              
     
 
                                                               
                                                                         
                          
 

                                         




                                          
                 


                       
                                 
     
 

                  
                                       
##
## $Id$
##

if HAS_POSIX
POSIX_PIECES = rtems_webserver
endif

NET_O_PIECES = rtems_servers rtems_telnetd pppd $(POSIX_PIECES)
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libnetapps.a

include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am

#
# (OPTIONAL) Add local stuff here using +=
#

if HAS_NETWORKING
$(LIB): $(OBJS)
	$(make-library)

all-local: $(ARCH) $(OBJS) $(LIB)
endif

PREINSTALL_FILES =

include $(top_srcdir)/automake/local.am