Make clean cleans up native/i386 .o files too.

This commit is contained in:
Clifford Matthews 2009-06-22 15:30:14 -06:00
parent a66465f9ca
commit 9c5ceb4e0f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
SUBDIRS = native/i386
lib_LIBRARIES = libsyn68k.a
include_HEADERS = ../include/syn68k_public.h

View File

@ -1,8 +1,14 @@
# Although this is nominally processed by automake, it's really a bunch
# of stuff we do by hand that we never converted to the proper automake
# method
CC_FOR_BUILD=@CC_FOR_BUILD@
CFLAGS_FOR_BUILD=@CFLAGS_FOR_BUILD@
LOCAL_INCLUDES =
CLEANFILES = obj-stmp *.o
runtimedir = $(top_srcdir)/runtime
LOCAL_INCLUDES += -I$(srcdir)/include \