summaryrefslogtreecommitdiffstats
path: root/mesgdisp/Makefile
blob: 9eea0d7c20f94f5a7adcbff04795b9c8aaa3b9ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/