aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncpasswd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/vncpasswd/Makefile.in')
-rw-r--r--unix/vncpasswd/Makefile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/unix/vncpasswd/Makefile.in b/unix/vncpasswd/Makefile.in
deleted file mode 100644
index a159b726..00000000
--- a/unix/vncpasswd/Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-SRCS = vncpasswd.cxx
-
-OBJS = vncpasswd.o
-
-program = vncpasswd
-
-DEP_LIBS = $(COMMON)/rfb/librfb.a
-
-DIR_CPPFLAGS = -I$(COMMON)
-
-all:: $(program)
-
-$(program): $(OBJS) $(DEP_LIBS)
- rm -f $(program)
- $(CXXLD) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(DEP_LIBS) $(LIBS)
-
-# followed by boilerplate.mk