summaryrefslogtreecommitdiffstats
path: root/mesgdisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mesgdisp/Makefile')
-rw-r--r--mesgdisp/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/mesgdisp/Makefile b/mesgdisp/Makefile
deleted file mode 100644
index 9eea0d7..0000000
--- a/mesgdisp/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CC=g++
-LIBS=-lXinerama -lXi -lXrender -lXft ../fltk-2/lib/libfltk2.a -I../fltk-2/include/
-
-TARGET=mesgdisp
-SRC=$(wildcard *.cxx)
-
-all: MessageWindow.cxx
- $(CC) -o $(TARGET) $(SRC) $(LIBS)
- strip $(TARGET)
-
-install: all
- cp $(TARGET) ../../../../openslx/trunk/os-plugins/plugins/vmchooser/files/
-