# $Id: Makefile,v 1.2 2001/01/09 10:25:50 a-hasega Exp $
# $RWC_Release: Omni-1.6 $
# $RWC_Copyright:
#  Omni Compiler Software Version 1.5-1.6
#  Copyright (C) 2002 PC Cluster Consortium
#  
#  This software is free software; you can redistribute it and/or modify
#  it under the terms of the GNU Lesser General Public License version
#  2.1 published by the Free Software Foundation.
#  
#  Omni Compiler Software Version 1.0-1.4
#  Copyright (C) 1999, 2000, 2001.
#   Tsukuba Research Center, Real World Computing Partnership, Japan.
#  
#  Please check the Copyright and License information in the files named
#  COPYRIGHT and LICENSE under the top  directory of the Omni Compiler
#  Software release kit.
#  
#  
#  $
SHELL		= /bin/sh
EXEC		= /bin/sh -c
CC		= omcc
CFLAGS		= -O

PROGRAMS	= afntyschd001 afntyschd002 afntyschd003 afntyschd004 \
		  afntyschd005 afntyschd006 afntyschd007 afntyschd008 \
		  afntyschd009 afntyschd010 afntyschd011 afntyschd012 \
		  afntyschd013 afntyschd014 afntyschd015 afntyschd016 \
		  afntyschd017 afntyschd018 afntyschd019 afntyschd020 \
		  afntyschd021 afntyschd022 afntyschd023 afntyschd024 \
		  afntyschd025 afntyschd026 afntyschd027 afntyschd028 \
		  afntyschd029 afntyschd030 afntyschd031 afntyschd032 \
		  afntyschd033 afntyschd034 afntyschd035 afntyschd036 \
		  afntyschd037 afntyschd038 afntyschd039 afntyschd040 \
		  afntyschd041 afntyschd042 afntyschd043 afntyschd044 \
		  afntyschd045

OBJS		= afntyschd001.o afntyschd002.o afntyschd003.o afntyschd004.o \
		  afntyschd005.o afntyschd006.o afntyschd007.o afntyschd008.o \
		  afntyschd009.o afntyschd010.o afntyschd011.o afntyschd012.o \
		  afntyschd013.o afntyschd014.o afntyschd015.o afntyschd016.o \
		  afntyschd017.o afntyschd018.o afntyschd019.o afntyschd020.o \
		  afntyschd021.o afntyschd022.o afntyschd023.o afntyschd024.o \
		  afntyschd025.o afntyschd026.o afntyschd027.o afntyschd028.o \
		  afntyschd029.o afntyschd030.o afntyschd031.o afntyschd032.o \
		  afntyschd033.o afntyschd034.o afntyschd035.o afntyschd036.o \
		  afntyschd037.o afntyschd038.o afntyschd039.o afntyschd040.o \
		  afntyschd041.o afntyschd042.o afntyschd043.o afntyschd044.o \
		  afntyschd045.o
SRCS		= afntyschd001.c afntyschd002.c afntyschd003.c afntyschd004.c \
		  afntyschd005.c afntyschd006.c afntyschd007.c afntyschd008.c \
		  afntyschd009.c afntyschd010.c afntyschd011.c afntyschd012.c \
		  afntyschd013.c afntyschd014.c afntyschd015.c afntyschd016.c \
		  afntyschd017.c afntyschd018.c afntyschd019.c afntyschd020.c \
		  afntyschd021.c afntyschd022.c afntyschd023.c afntyschd024.c \
		  afntyschd025.c afntyschd026.c afntyschd027.c afntyschd028.c \
		  afntyschd029.c afntyschd030.c afntyschd031.c afntyschd032.c \
		  afntyschd033.c afntyschd034.c afntyschd035.c afntyschd036.c \
		  afntyschd037.c afntyschd038.c afntyschd039.c afntyschd040.c \
		  afntyschd041.c afntyschd042.c afntyschd043.c afntyschd044.c \
		  afntyschd045.c


all:	${PROGRAMS}

clean:
	rm -f ${PROGRAMS} ${OBJS} *~

test:	${PROGRAMS}
	@for prog in ${PROGRAMS}; do	\
	  echo "run : $$prog";		\
	  $(EXEC) ./$$prog;		\
	done
