summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am
blob: 0e7348c235887bf17301dab444c577e74908b9b8 (plain) (tree)
1
2
3
  
       
  




























                                                                          
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

PGM = $(ARCH)/dlentry.rel

S_FILES = dlentry.S
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)

OBJS = $(S_O_FILES)

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/lib.am

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

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

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

all-local: $(ARCH) $(OBJS) $(PGM)

.PRECIOUS: $(PGM)

EXTRA_DIST = dlentry.S

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