/**/#
/**/# libtext - source files for the Text library
/**/#

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

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

CDEBUGFLAGS	= LibraryCDebugFlags

SRCS		= $(SRC)//**/*.c
OBJS		= \
	emulator.o \
	layout.o \
	oldtextbuffer.o \
	shell.o \
	stringedit.o \
	terminal.o \
	text.o \
	textblock.o \
	textpainter.o \
	textviewer.o

NormalLibraryTarget(text,$(OBJS))

InstallLibrary(text,$(USRLIBDIR))

DependTarget()

MakeObjectFromSrc(emulator)
MakeObjectFromSrc(layout)
MakeObjectFromSrc(oldtextbuffer)
MakeObjectFromSrc(shell)
MakeObjectFromSrc(stringedit)
MakeObjectFromSrc(terminal)
MakeObjectFromSrc(text)
MakeObjectFromSrc(textblock)
MakeObjectFromSrc(textpainter)
MakeObjectFromSrc(textviewer)

#endif /* if compiling in subdirectory */
