#

# Makefile for MGS2 Sub Module

#	ƥ줿ǥ쥯ȥ makefile

#

# 2000/03/23 Y.Korekado

# $Id: makefile,v 1.5 2002/02/01 08:50:22 usr01749 Exp $

#



# ١ǥ쥯ȥ

BASEDIR = ../../..



# 饤֥̾



LIBNAME = korekado.a



# ֥ȥꥹ

OBJECTS = hostage.o skirt.o hostcomm.o

 

XOBJECTS = hostage.obj skirt.obj hostcomm.obj

 

# ǤΥե饰ꥹ



LOCAL_INCLUDES = ../action ../enemy ../conv ../npc

LOCAL_DEFINES = 

LOCAL_OPTIONS = 



# μ



include $(BASEDIR)/makefile.sub



# ¸طΥꥹ



hostage.o : hostage.c hstgpre.c hstgthink.c hstgact.c hostage.h

hostcomm.o : hostcomm.c hostage.h



hostage.obj : hostage.c hstgpre.c hstgthink.c hstgact.c hostage.h

hostcomm.obj : hostcomm.c hostage.h



