/**/#
/**/# xlog - records interactive programs under X
/**/#

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

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

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

SRCS		= $(SRC)//**/*.c
OBJS		= \
	log.o \
	logger.o \
	main.o \
	record.o \
	replay.o \
	test.o

ComplexProgramTarget(xlog)

MakeObjectFromSrc(log)
MakeObjectFromSrc(logger)
MakeObjectFromSrc(main)
MakeObjectFromSrc(record)
MakeObjectFromSrc(replay)
MakeObjectFromSrc(test)

#endif /* if compiling in subdirectory */
