/**/#
/**/# iwm - InterViews window manager
/**/#

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

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

DEFINES		= -D$X
LOCAL_LIBRARIES	= $(LIBINTERVIEWS)
SYS_LIBRARIES	= -l$X -lm

SRCS		= $(SRC)//**/*.c
OBJS		= \
	desktop.o \
	dispatch.o \
	iwm.o \
	lock.o \
	logo.o \
	rubber.o

ComplexProgramTarget(iwm)

MakeObjectFromSrc(desktop)
MakeObjectFromSrc(dispatch)
MakeObjectFromSrc(iwm)
MakeObjectFromSrc(lock)
MakeObjectFromSrc(logo)
MakeObjectFromSrc(rubber)

#endif /* if compiling in subdirectory */
