#

# Makefile for MGS2 Sub Module

#	ƥ줿ǥ쥯ȥ makefile

#

# 1999/07/08 K.Uehara

# $Id: makefile,v 1.14 2002/04/24 04:12:45 usr04098 Exp $

#



# ١ǥ쥯ȥ

BASEDIR = ../../../..



# 饤֥̾



LIBNAME = morita.a



# ֥ȥꥹ

SRCS =  fort_com.c fort_jnt.c \

	fort_ceil.c fort_ceil_dust.c fort_motion.c \

	fort_dbg.c fort_dbgcnf.c



OBJS = $(SRCS:.c=.o)

XOBJECTS = $(OBJS:.o=.obj)



# ǤΥե饰ꥹ



LOCAL_INCLUDES = ../include

LOCAL_DEFINES = 

LOCAL_OPTIONS = 



# μ



include $(BASEDIR)/makefile.sub



# ¸طΥꥹ



fort_com.o : ../include/fort_flag.h  ../include/fort.h

fort_dbg.o : ../include/fort_flag.h  ../include/fort.h



