aboutsummaryrefslogtreecommitdiffstats
path: root/gadgets/config.mk
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-01 19:55:27 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-01 19:55:27 +0000
commit9b76db0d0afc74993edc82c8b0b97ed8158c523e (patch)
tree0d10cca30150e43b0a220ed59f028a6dc3d5080a /gadgets/config.mk
parent22e8b5ee8056d837fd08a3e84d9147cf87078515 (diff)
downloaddzen-9b76db0d0afc74993edc82c8b0b97ed8158c523e.tar.gz
dzen-9b76db0d0afc74993edc82c8b0b97ed8158c523e.zip
added Makefile to gadgets directory
git-svn-id: http://dzen.googlecode.com/svn/trunk@113 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'gadgets/config.mk')
-rw-r--r--gadgets/config.mk16
1 files changed, 16 insertions, 0 deletions
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}