#
# pxk Makefile
#
# x-kernel v3.2
#
# Copyright (c) 1991  Arizona Board of Regents
#
# $Revision: 1.14 $
# $Date: 1992/01/24 05:31:24 $
#

DIRS = 
FILES = event init machine ocsum process redefines time utils


include $(MAKE_INCLUDE)/Makefile.common


# files which must be compiled with cc instead of gcc
$(HOW)/machine.o $(HOW)/process.o : $(HOW)/%.o : %.c
	$(REALCC) -c $($(HOWTOCOMPILE)CFLAGS) $(CPPFLAGS) -o $@ $<




