blob: 927a7b9209c6565b541165bb9300f0523aaf06a3 [file] [log] [blame]
Constantin Kaplinskyb30ae7f2006-05-25 05:04:46 +00001
2SRCS = vncpasswd.cxx
3
4OBJS = vncpasswd.o
5
6program = vncpasswd
7
8DEP_LIBS = ../rfb/librfb.a
9
10DIR_CPPFLAGS = -I$(top_srcdir)
11
12all:: $(program)
13
14$(program): $(OBJS) $(DEP_LIBS)
15 rm -f $(program)
16 $(CXXLD) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(DEP_LIBS) $(LIBS)
17
18# followed by boilerplate.mk