Makefile.in (sdparm-1.11.tgz) | : | Makefile.in (sdparm-1.12.tgz) | ||
---|---|---|---|---|
skipping to change at line 378 | skipping to change at line 378 | |||
# -std=<s> can be c99, c11, gnu11, etc. Default is gnu11 for C code | # -std=<s> can be c99, c11, gnu11, etc. Default is gnu11 for C code | |||
# -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more | # -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more | |||
AM_CPPFLAGS = -iquote ${top_srcdir}/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET _BITS=64 $(DBG_CPPFLAGS) | AM_CPPFLAGS = -iquote ${top_srcdir}/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET _BITS=64 $(DBG_CPPFLAGS) | |||
AM_CFLAGS = -Wall -W $(DBG_CFLAGS) | AM_CFLAGS = -Wall -W $(DBG_CFLAGS) | |||
# AM_CFLAGS = -Wall -W -Wextra -Wmisleading-indentation -Wduplicated-cond -Wdupl icated-branches -Wlogical-op -Wnull-dereference -Wshadow -Wjump-misses-init | # AM_CFLAGS = -Wall -W -Wextra -Wmisleading-indentation -Wduplicated-cond -Wdupl icated-branches -Wlogical-op -Wnull-dereference -Wshadow -Wjump-misses-init | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c11 | # AM_CFLAGS = -Wall -W -pedantic -std=c11 | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze | # AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c++14 | # AM_CFLAGS = -Wall -W -pedantic -std=c++14 | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c++1z | # AM_CFLAGS = -Wall -W -pedantic -std=c++1z | |||
# AM_CFLAGS = -Wall -W -pedantic -std=c++20 | ||||
lib_LTLIBRARIES = libsgutils2.la | lib_LTLIBRARIES = libsgutils2.la | |||
libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VE RSION} | libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VE RSION} | |||
libsgutils2_la_LIBADD = @GETOPT_O_FILES@ | libsgutils2_la_LIBADD = @GETOPT_O_FILES@ | |||
libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@ | libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@ | |||
all: all-am | all: all-am | |||
.SUFFIXES: | .SUFFIXES: | |||
.SUFFIXES: .c .lo .o .obj | .SUFFIXES: .c .lo .o .obj | |||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps) | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps) | |||
@for dep in $?; do \ | @for dep in $?; do \ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |