From 02ec79b083e6bd32b71937f0b3b6b0108769c184 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 8 May 2013 13:21:30 +0000 Subject: sg_xcopy: add --on_src and --on_dst options; C++ cleanup git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@494 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Makefile.in') diff --git a/lib/Makefile.in b/lib/Makefile.in index 95b4eb99..f315a8b9 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -397,6 +397,9 @@ top_srcdir = @top_srcdir@ @OS_WIN32_MINGW_TRUE@ getopt_long.c +# For C++ testing +# CC = g++ + # -std= can be c99, c11, gnu11, etc. Default is gnu89 (gnu90 is the same) AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W # AM_CFLAGS = -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -pedantic -std=c99 -- cgit v1.2.3