home *** CD-ROM | disk | FTP | other *** search
/ ftp.freefriends.org / ftp.freefriends.org.tar / ftp.freefriends.org / arnold / Source / 9wm-1.1.shar.gz / 9wm-1.1.shar / Imakefile < prev    next >
Makefile  |  1995-01-15  |  301b  |  9 lines

  1.        INCLUDES = -I$(TOP)
  2.         DEPLIBS = $(DEPXLIB)
  3. LOCAL_LIBRARIES = $(XLIB)
  4.         DEFINES = -DSHAPE #-DDEBUG -DDEBUG_EV
  5.            SRCS = 9wm.c manage.c menu.c client.c grab.c cursor.c error.c
  6.            OBJS = 9wm.o manage.o menu.o client.o grab.o cursor.o error.o
  7.  
  8. ComplexProgramTarget(9wm)
  9.