/* I don't have Sun C installed... */
#ifdef SunArchitecture
            CC = gcc
     CCOPTIONS =
#endif

/* Uncomment for debugging */
/*
    CDEBUGFLAGS = -Wall -ansi -pedantic -g
*/

       INCLUDES = -I$(TOP)
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
           SRCS = main.c event.c manage.c menu.c client.c grab.c error.c tiling.c prefs.c keys.c bar.c
           OBJS = main.o event.o manage.o menu.o client.o grab.o error.o tiling.o prefs.o keys.o bar.o

ComplexProgramTarget(larswm)
