You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
436 B

18 years ago
18 years ago
18 years ago
  1. # Customize to fit your system
  2. # paths
  3. PREFIX = /usr/local
  4. MANPREFIX = ${PREFIX}/share/man
  5. X11INC = /usr/X11R6/include
  6. X11LIB = /usr/X11R6/lib
  7. # includes and libs
  8. INCS = -I/usr/lib -I${X11INC}
  9. LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
  10. # flags
  11. CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
  12. LDFLAGS = ${LIBS}
  13. #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
  14. #LDFLAGS = -g ${LIBS}
  15. # compiler
  16. CC = cc
  17. # dwm version
  18. VERSION = 0.6