#

# Makefile for MGS2 Sub Module

#	ƥ줿ǥ쥯ȥ makefile

#

# 1999/07/08 K.Uehara

# $Id: makefile,v 1.3 2002/02/13 04:37:46 usr04250 Exp $

#



# ١ǥ쥯ȥ

BASEDIR = ../../..



# 饤֥̾



LIBNAME = satoyoshi.a



# ֥ȥꥹ



ifneq ($(MGS2_XBOX),1)



OBJECTS = har_demoeffect.o



else



XOBJECTS = har_demoeffect.obj



endif





# ǤΥե饰ꥹ

LOCAL_INCLUDES = 

LOCAL_INCLUDES = 

LOCAL_DEFINES = 

LOCAL_OPTIONS = 



# μ



include $(BASEDIR)/makefile.sub



# ¸طΥꥹ



ifneq ($(MGS2_XBOX),1)



har_demoeffect.o : har_demoeffect.c



else



har_demoeffect.obj : har_demoeffect.c



endif



