#

# Makefile for MGS2 Sub Module

#	ƥ줿ǥ쥯ȥ makefile

#

# 1999/07/08 K.Uehara

# $Id: makefile,v 1.17 2002/04/24 04:12:47 usr04098 Exp $

#



# ١ǥ쥯ȥ

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



# 饤֥̾



LIBNAME = morita.a



# ֥ȥꥹ

SRCS =  orga_hid.c orga_har.c orga_lgt.c orga_hzx.c \

	orga_rai.c orga_com.c orga_obj.c orga_lnz.c \

	orga_box.c orga_sph.c orga_rpl.c



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

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



# ǤΥե饰ꥹ



LOCAL_INCLUDES = ../include

LOCAL_DEFINES = 

LOCAL_OPTIONS = 



# μ



include $(BASEDIR)/makefile.sub



# ¸طΥꥹ



orga_box.o : ../include/orga_se.h

orga_com.o : ../include/orga.h

orga_hid.o : ../include/orga.h

orga_hol2.o: ../include/orga_se.h

orga_hol.o : ../include/orga_se.h

orga_lgt.o : ../include/orga_se.h

orga_obj.c : ../include/orga.h



