srcdir = @srcdir@ VPATH = @srcdir@ CC = @CC@ INSTALL = @INSTALL@ RANLIB = @RANLIB@ DEFS = @DEFS@ CPPFLAGS = -I.. @CPPFLAGS@ LIBS = @LIBS@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ SHELL = /bin/sh prefix = @prefix@ exec_prefix = @exec_prefix@ cyrus_prefix = @cyrus_prefix@ OBJS = senkenconfig.o function.o landvalue.o heightmap.o map.o player.o tiles.o mapspot.o utils.o map_item.o all: libsenken.a install: .c.o: $(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $(CFLAGS) \ $< libsenken.a: $(OBJS) rm -f libsenken.a ar cr libsenken.a $(OBJS) $(RANLIB) libsenken.a clean: rm -f *.o *.a distclean: clean rm -f Makefile