summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 0000000..cf71f5e
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,28 @@
+#
+# Ivy - FVWM2 interface
+#
+# Copyright (C) 2000
+# Stéphane Chatty
+#
+# Makefile
+#
+# Authors: Stéphane Chatty <chatty@free.fr>
+#
+# $Id$
+#
+# Please refer to file version.h for the
+# copyright notice regarding this software
+#
+
+
+CC=gcc
+CFLAGS = -g
+OBJ = FvwmIvyRelay.o
+
+.c.o:
+ $(CC) $(CFLAGS) -c $*.c
+
+all: FvwmIvyRelay
+
+FvwmIvyRelay: FvwmIvyRelay.o
+ $(CC) $(CFLAGS) -o FvwmIvyRelay FvwmIvyRelay.o -L. -livy -lfvwm