#
# Makefile for libkern asm-m68k part
#

SHELL = /bin/sh
SUBDIRS = 

srcdir = .
top_srcdir = ../..
subdir = asm

default: all

include $(top_srcdir)/CONFIGVARS
include $(top_srcdir)/RULES
include $(top_srcdir)/PHONY

all-here: 

# default overwrites

# default definitions
GENFILES = .cpu_*

#
# main target
#
asm-files: .cpu_$(CPU)
	cd .cpu_$(CPU); $(MAKE)

.cpu_$(CPU):
	$(MKDIR) $@
	$(CP) Makefile.objs $@/Makefile
