/**/#
/**/# pages - libtext library demo program
/**/#

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

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

LOCAL_LIBRARIES	= $(LIBTEXT) $(LIBINTERVIEWS)
SYS_LIBRARIES	= -l$X -lm

SRCS		= $(SRC)//**/*.c
OBJS		= \
	aux.o \
	main.o \
	pages.o \
	script.o \
	stack.o

ComplexProgramTarget(pages)

MakeObjectFromSrc(aux)
MakeObjectFromSrc(main)
MakeObjectFromSrc(pages)
MakeObjectFromSrc(script)
MakeObjectFromSrc(stack)

#endif /* if compiling in subdirectory */
