summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/sci/Makefile.am
blob: 78ab677eaedb6fa7486527f4b64adb2ff2341512 (plain) (tree)
1
2
3
4
5
6
7
8
9



       

                     
                   
                                         
 














                                                           
##
## $Id$
##

PGM = $(ARCH)/sci.rel

C_FILES = sh4uart.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))

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

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

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

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

.PRECIOUS: $(PGM)

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