From 87ef78ed082f9dec4e83a6120b32617b7f7a86b9 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Thu, 24 Apr 2003 07:15:38 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V1_1_9_56mdk'. --- tools/aewm-drakx/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tools/aewm-drakx/Makefile (limited to 'tools/aewm-drakx/Makefile') diff --git a/tools/aewm-drakx/Makefile b/tools/aewm-drakx/Makefile deleted file mode 100644 index ec5bbf977..000000000 --- a/tools/aewm-drakx/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -ARCH := $(shell arch | egrep "(x86_64|sparc64|s390x)") -ifneq ("x$(ARCH)", "x") -LIB_NAME = lib64 -else -LIB_NAME = lib -endif - -CFLAGS = -Wall -Os -LDFLAGS = -L/usr/X11R6/$(LIB_NAME) -lX11 -CFILES = $(wildcard *.c) -OFILES = $(CFILES:%.c=%.o) -GOAL = aewm-drakx - -$(GOAL): $(OFILES) - -clean: - rm -f $(GOAL) $(OFILES) TAGS *~ -- cgit v1.2.1