summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am
blob: a35be1c23e9eafe9ab61d8cb6d3d7fb2fef6cbf5 (plain) (tree)
1
2
3
4
5
6
7
8
9



       



                            
                                              


                   













                                                                          
                 
                                 
     





                                                         
##
## $Id$
##


PGM = $(ARCH)/erc32sonic.rel

C_FILES = erc32sonic.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))

OBJS = $(C_O_FILES)

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

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

AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__

$(PGM): $(OBJS)
	$(make-rel)

# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile

if HAS_NETWORKING
all-local: $(ARCH) $(OBJS) $(PGM)
endif

.PRECIOUS: $(PGM)

EXTRA_DIST = erc32sonic.c

include $(top_srcdir)/../../../../../../automake/local.am