From 9b76db0d0afc74993edc82c8b0b97ed8158c523e Mon Sep 17 00:00:00 2001 From: gotmor Date: Sun, 1 Jul 2007 19:55:27 +0000 Subject: added Makefile to gadgets directory git-svn-id: http://dzen.googlecode.com/svn/trunk@113 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- gadgets/config.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gadgets/config.mk (limited to 'gadgets/config.mk') diff --git a/gadgets/config.mk b/gadgets/config.mk new file mode 100644 index 0000000..df25ba3 --- /dev/null +++ b/gadgets/config.mk @@ -0,0 +1,16 @@ +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +INCS = -I. -I/usr/include + +# No Xinerama, comment the following two lines for Xinerama +LIBS = -L/usr/lib +CFLAGS = -Os ${INCS} +LDFLAGS = ${LIBS} + +# compiler and linker +CC = gcc +LD = ${CC} -- cgit v1.2.3-54-g00ecf