# IX86 Makefile
#
# Author: Guto

include	$(EPOS)/Makedefs

all: 

test: FORCE
	(cd test && $(MAKE))

print:
	$(PRINT1) $(INCLUDE)/ix86.h $(INCLUDE)/system/cpu/ix86.h \
		test/ix86_test.cc $(PRINT2)

clean:
	-(cd test && $(MAKE) clean)
	$(CLEAN) *.o

FORCE:
