INCLUDES = -I$(AELIBDIR) -I$(MYLIBDIR)
X11PATH = -I$(XROOT)/include
-Only in aewm-1.3.1/clients: Makefile~
-diff -ru aewm-1.3.1.orig/src/Makefile aewm-1.3.1/src/Makefile
---- aewm-1.3.1.orig/src/Makefile 2005-11-14 13:12:16.000000000 +0100
-+++ aewm-1.3.1/src/Makefile 2005-11-14 13:15:34.000000000 +0100
-@@ -4,7 +4,7 @@
+diff -urNp aewm-1.3.8.orig/Makefile aewm-1.3.8/Makefile
+--- aewm-1.3.8.orig/Makefile 2006-06-22 09:31:27.000000000 +0200
++++ aewm-1.3.8/Makefile 2006-06-22 09:42:16.000000000 +0200
+@@ -3,7 +3,7 @@
+ # This program is free software; see LICENSE for details.
- # This should be set to the location of the X installation against which
- # you would like to compile.
+ # Set this to the location of your X11 installation.
-XROOT = /usr/X11R6
+XROOT = $(DESTDIR)/usr/X11R6
- # Comment out to remove shape support (for X11R5 or a smaller binary).
- DEFINES += -DSHAPE
-@@ -29,9 +29,9 @@
+ # Uncomment this to add Xft support (requires X.Org or XFree86 >= 4.0.2).
+ #DEFINES += -DXFT
+@@ -24,9 +24,9 @@ CC = gcc
CFLAGS = -g -O2 -Wall