#

# Makefile for MGS2 Sub Module

#	ƥ줿ǥ쥯ȥ makefile

#	桼ƥƥϢ

# 2001/04/23 Masafumi Okuta

# $Id: makefile,v 1.6 2002/02/07 02:27:40 usr04761 Exp $

#



# ١ǥ쥯ȥ

BASEDIR = ../../..



# 饤֥̾



LIBNAME = okuta.a



# ֥ȥꥹ

OBJECTS = algfunc.o maoutil.o memmot.o



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



# ǤΥե饰ꥹ



LOCAL_INCLUDES = ../conv

LOCAL_DEFINES = 

LOCAL_OPTIONS = 



# μ



include $(BASEDIR)/makefile.sub



# ¸طΥꥹ

algfunc.o : algfunc.c algfunc.h



maoutii.o : maoutil.c maoutil.h



memmot.o : memmot.c memmot.h maoutil.h



