diff options
Diffstat (limited to 'unix/vncviewer/Makefile.in')
-rw-r--r-- | unix/vncviewer/Makefile.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/unix/vncviewer/Makefile.in b/unix/vncviewer/Makefile.in deleted file mode 100644 index e99720e6..00000000 --- a/unix/vncviewer/Makefile.in +++ /dev/null @@ -1,33 +0,0 @@ - -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ - -prefix = @prefix@ -datadir = @datadir@ -localedir = $(datadir)/locale - -SRCS = DesktopWindow.cxx CConn.cxx vncviewer.cxx - -OBJS = $(SRCS:.cxx=.o) - -program = vncviewer - -DEP_LIBS = $(TOP)/tx/libtx.a \ - $(COMMON)/rfb/librfb.a \ - $(COMMON)/network/libnetwork.a \ - $(COMMON)/rdr/librdr.a - -EXTRA_LIBS = @ZLIB_LIB@ @JPEG_LIB@ @X_PRE_LIBS@ @X_LIBS@ -lXext -lX11 \ - @X_EXTRA_LIBS@ @CL_LIB@ @DMEDIA_LIB@ @LIBINTL@ - -DIR_CPPFLAGS = -I$(COMMON) -I$(TOP) -I$(TOP)/tx -I$(TOP)/intl -DLOCALEDIR=\"$(localedir)\" @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS - -all:: $(program) - -$(program): $(OBJS) buildtime.o $(DEP_LIBS) - rm -f $(program) - $(CXXLD) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) buildtime.o $(DEP_LIBS) $(LIBS) $(EXTRA_LIBS) - -buildtime.o: $(OBJS) $(DEP_LIBS) - -# followed by boilerplate.mk |