#

# Makefile for MGS2 Sub Module

#	ƥ줿ǥ쥯ȥ makefile

#

# 1999/07/08 K.Uehara

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

#



# ١ǥ쥯ȥ

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



# 饤֥̾



LIBNAME = morita.a



# ֥ȥꥹ

SRCS =  orga_usp.c orga_ssk.c orga_sgr.c orga_amo.c \

	orga_hzd.c orga_bul.c orga_bar.c orga_bul2.c



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

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



# ǤΥե饰ꥹ



LOCAL_INCLUDES = ../include

LOCAL_DEFINES = 

LOCAL_OPTIONS = 



# μ



include $(BASEDIR)/makefile.sub



# ¸طΥꥹ



orga_amo.o: orga_wep.h ../include/orga_se.h

orga_bar.o: orga_wep.h ../include/orga_se.h

orga_hzd.o: orga_wep.h ../include/orga_se.h

orga_m9.o : orga_wep.h ../include/orga_se.h

orga_sgr.o: orga_wep.h ../include/orga_se.h

orga_ssk.o: orga_wep.h ../include/orga_se.h

orga_usp.o: orga_wep.h ../include/orga_se.h

