head	1.1;
access;
symbols;
locks
	emily:1.1; strict;
comment	@# @;


1.1
date	96.02.16.06.54.12;	author emily;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@CC     = g++
INC    = ../include
CFLAGS = -g -Wall
OBJS   = spells.o spell_arrow-attraction.o spell_aura-resistance1.o \
         spell_aura-resistance2.o spell_aura-resistance2.o spell_change-appearance.o \
         spell_charm.o spell_cure-heavy.o spell_cure-light.o spell_fireball.o \
         spell_glowing-light1.o spell_glowing-light2.o spell_invisibility.o \
         spell_lightningbolt.o spell_magic-alarm.o spell_magic-lock.o spell_open.o \
         spell_poison-immunity.o spell_sleep.o spell_summon-champion.o \
         spell_summon-elemental.o spell_summon-steed.o spell_sense.o spell_wind-blast.o \
         spell_stand-still.o spell_blast.o spell_change-allegiance.o spell_hammerhand.o \
         spell_arrow-invulnerability.o spell_cause-instability.o spell_enchant-weapon.o \
         spell_prevent-flight.o spell_steal-mind.o spell_cause-animosity.o \
         spell_cause-flight.o spell_heal-mind.o spell_heal-light.o \
         spell_destroy-undead.o spell_exorcise.o spell_heal-severe.o \
         spell_annihilate-undead.o

####################################################################

target : $(OBJS)

spells.o : ../include/mud.h spells.h spells.cc
	$(CC) -I$(INC) $(CFLAGS) -c spells.cc

spell_arrow-attraction.o : ../include/mud.h spell_arrow-attraction.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_arrow-attraction.cc

spell_aura-resistance1.o : ../include/mud.h spell_aura-resistance1.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_aura-resistance1.cc

spell_aura-resistance2.o : ../include/mud.h spell_aura-resistance2.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_aura-resistance2.cc

spell_change-appearance.o : ../include/mud.h spell_change-appearance.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_change-appearance.cc

spell_charm.o : ../include/mud.h spell_charm.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_charm.cc

spell_cure-heavy.o : ../include/mud.h spell_cure-heavy.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_cure-heavy.cc

spell_cure-light.o : ../include/mud.h spell_cure-light.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_cure-light.cc

spell_fireball.o : ../include/mud.h spell_fireball.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_fireball.cc

spell_glowing-light1.o : ../include/mud.h spell_glowing-light1.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_glowing-light1.cc

spell_glowing-light2.o : ../include/mud.h spell_glowing-light2.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_glowing-light2.cc

spell_invisibility.o : ../include/mud.h spell_invisibility.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_invisibility.cc

spell_lightningbolt.o : ../include/mud.h spell_lightningbolt.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_lightningbolt.cc

spell_magic-alarm.o : ../include/mud.h spell_magic-alarm.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_magic-alarm.cc

spell_magic-lock.o : ../include/mud.h spell_magic-lock.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_magic-lock.cc

spell_open.o : ../include/mud.h spell_open.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_open.cc

spell_poison-immunity.o : ../include/mud.h spell_poison-immunity.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_poison-immunity.cc

spell_sleep.o : ../include/mud.h spell_sleep.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_sleep.cc

spell_summon-champion.o : ../include/mud.h spell_summon-champion.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_summon-champion.cc

spell_summon-elemental.o : ../include/mud.h spell_summon-elemental.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_summon-elemental.cc

spell_summon-steed.o : ../include/mud.h spell_summon-steed.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_summon-steed.cc

spell_sense.o : ../include/mud.h spell_sense.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_sense.cc

spell_wind-blast.o : ../include/mud.h spell_wind-blast.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_wind-blast.cc

spell_stand-still.o : ../include/mud.h spell_stand-still.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_stand-still.cc

spell_blast.o : ../include/mud.h spell_blast.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_blast.cc

spell_change-allegiance.o : ../include/mud.h spell_change-allegiance.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_change-allegiance.cc

spell_hammerhand.o : ../include/mud.h spell_hammerhand.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_hammerhand.cc

spell_arrow-invulnerability.o : ../include/mud.h spell_arrow-invulnerability.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_arrow-invulnerability.cc

spell_cause-instability.o : ../include/mud.h spell_cause-instability.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_cause-instability.cc

spell_enchant-weapon.o : ../include/mud.h spell_enchant-weapon.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_enchant-weapon.cc

spell_prevent-flight.o : ../include/mud.h spell_prevent-flight.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_prevent-flight.cc

spell_steal-mind.o : ../include/mud.h spell_steal-mind.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_steal-mind.cc

spell_cause-animosity.o : ../include/mud.h spell_cause-animosity.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_cause-animosity.cc

spell_cause-flight.o : ../include/mud.h spell_cause-flight.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_cause-flight.cc

spell_heal-mind.o : ../include/mud.h spell_heal-mind.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_heal-mind.cc

spell_heal-light.o : ../include/mud.h spell_heal-light.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_heal-light.cc

spell_destroy-undead.o : ../include/mud.h spell_destroy-undead.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_destroy-undead.cc

spell_exorcise.o : ../include/mud.h spell_exorcise.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_exorcise.cc

spell_heal-severe.o : ../include/mud.h spell_heal-severe.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_heal-severe.cc

spell_annihilate-undead.o : ../include/mud.h spell_annihilate-undead.cc
	$(CC) -I$(INC) $(CFLAGS) -c spell_annihilate-undead.cc

clean:

	rm *.o






@
