/**/#
/**/# spaceman - allegro object space manager
/**/#

#if CompileInMachineDepSubdir && !defined(InMachineDepSubdir)
#define IHaveMachineDepSubdirs

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

BINDIR		= $(LOCALBINDIR)
LOCAL_LIBRARIES	= $(LIBINTERVIEWS)

SRCS		= $(SRC)//**/*.c
OBJS		= \
	client.o \
	client_stub.o \
	manager.o

ComplexProgramTarget(spaceman)

MakeObjectFromSrc(client)
MakeObjectFromSrc(client_stub)
MakeObjectFromSrc(manager)

#endif /* if compiling in subdirectory */
