From 0755d36ca3720fc91e24730bc420fc019627c5af Mon Sep 17 00:00:00 2001 From: MC Date: Sat, 19 Jun 2010 10:59:58 +0200 Subject: Bump VERSION. Added NEWS. Added mcwm-static target. --- Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa2d1bc..45577dc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -VERSION=201000618 +VERSION=201000619 DIST=mcwm-$(VERSION) -DISTFILES=LICENSE Makefile README TODO WISHLIST config.h mcwm.c +DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c CC=gcc CFLAGS=-g -std=c99 -Wall -I/usr/local/include -L/usr/local/lib -lxcb \ @@ -8,16 +8,17 @@ CFLAGS=-g -std=c99 -Wall -I/usr/local/include -L/usr/local/lib -lxcb \ # Define -DDEBUG for lots of debug information. -#CFLAGS=-g -std=c99 -Wall -I/usr/local/include -L/usr/local/lib -lxcb -lxcb-keysyms \ -# -DDMALLOC -DMALLOC_FUNC_CHECK -ldmalloc - - RM=/bin/rm TARGETS=mcwm all: $(TARGETS) +mcwm-static: mcwm.c config.h + $(CC) -o mcwm-static mcwm.c -static -g -std=c99 -Wall \ + -I/usr/local/include/ -L/usr/local/lib \ + -lxcb -lxcb-keysyms -lXau -lXdmcp + $(DIST).tar.bz2: mkdir $(DIST) cp $(DISTFILES) $(DIST)/ -- cgit v1.2.3