summaryrefslogblamecommitdiffstats
path: root/cpukit/libnetworking/wrapup/Makefile.am
blob: 54e8a166ad3fd733d402b88225af4f76f53059d0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
  
       
  
 
 


                                                                          

                             


                                          
 
                 


                       
                         
     
 
                                       
##
## $Id$
##


NET_O_PIECES = lib libc
OBJS = ../$(ARCH)/*.$(OBJEXT)
OBJS += $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libnetworking.a

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

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

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

include $(top_srcdir)/automake/local.am