/* if you have xpm, add the lib/include directory here like so */
/* the "HAS_XPM" is important to include */
STD_INCLUDES = -I../xpm-3.4c/lib -DHAS_XPM
LOCAL_LIBRARIES = ../xpm-3.4c/lib/libXpm.a
/* otherwise comment them out */

  SYS_LIBRARIES = -lXt -lX11
           OBJS = actions.o color.o draw.o main.o misc.o setrootbg.o tartan.o
           SRCS = actions.c color.c draw.c main.c misc.c setrootbg.c tartan.c

ComplexProgramTarget(xtartan)
