#
# $RCSfile: Makefile,v $
#
# x-kernel v3.3
#
# Copyright (c) 1996,1993,1991,1990  Arizona Board of Regents
#
# $log$
#

DIRS = 
FILES = alloc event machine process init time trace utils

#default: OBJS/$(HOW)/machine.o OBJS/$(HOW)/process.o def

# files which must be compiled with cc instead of gcc
#OBJS/$(HOW)/machine.o  : OBJS/$(HOW)/%.o : %.c
#	@if [ ! -d OBJS/$(HOW) ] ; then                          \
#	    if [ ! -d OBJS ] ; then                              \
#	        mkdir OBJS ;                                     \
#	    fi ;                                                 \
#	    mkdir OBJS/$(HOW) ;                                  \
#	fi ;                                                     \
#	echo $(REALCC) -c $(BUILD_CFLAGS) $(CPPFLAGS) -o $@ $< ; \
#	$(REALCC) -c $(BUILD_CFLAGS) $(CPPFLAGS) -o $@ $<

include $(MAKE_INCLUDE)/Makefile.common
