From ae1ca0772cea076c0098a83c15de2581e8aee3f5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 15 Sep 2001 13:41:51 +0000 Subject: - add and use aewm-drakx - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode) --- tools/aewm-drakx/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/aewm-drakx/Makefile (limited to 'tools/aewm-drakx/Makefile') diff --git a/tools/aewm-drakx/Makefile b/tools/aewm-drakx/Makefile new file mode 100644 index 000000000..ed1b95ecf --- /dev/null +++ b/tools/aewm-drakx/Makefile @@ -0,0 +1,10 @@ +CFLAGS = -Wall -Os +LDFLAGS = -L/usr/X11R6/lib -lX11 +CFILES = $(wildcard *.c) +OFILES = $(CFILES:%.c=%.o) +GOAL = aewm-drakx + +$(GOAL): $(OFILES) + +clean: + rm -f $(GOAL) $(OFILES) TAGS *~ -- cgit v1.2.1