This header is no longer used. Closes #1422 and #1521.
- gvedit -? gives "option - unrecognized - ignored" instead of showing usage #1813
- lefty is not built for Windows (fixed for MSBuild builds only) #1818
- a failure to detect OpenGL glGenTextures() errors has been corrected
+- sfio does compile time benchmarknig #1422
+- iffe "lib" check always succeeds when compiler optimises #1521
## [2.44.1] - 2020-06-29
libsfio_C_la_DEPENDENCIES = \
Sfio_f/libsfiof_C.la
-$(top_builddir)/FEATURE/sfio: $(top_srcdir)/lib/sfio/features/sfio
- mkdir -p $(top_builddir)/FEATURE
- $(top_srcdir)/iffe - set cc $(CC) $(CCMODE) $(CXFLAGS) : run $(top_srcdir)/lib/sfio/features/sfio >$@
-
-$(libsfio_la_OBJECTS): $(top_builddir)/FEATURE/sfio
-
-DISTCLEANFILES = $(top_builddir)/FEATURE/sfio
-
EXTRA_DIST = README features sfio.vcxproj*
SOFTWARE CONSTRUCTION:
-The build procedure is based on the iffe language for automatic
-configuration. An iffe interpreter and its manual pages are included in
-this code distribution. See the files in ./features for examples of iffe
-probes to generate configuration parameters.
-
Two sets of libraries will be built:
libsfio.a and libstdio.a: for uni-threaded applications, and
libsfio-mt.a and libstdio-mt.a: for multi-threaded applications.
_sffileno.c _sfgetc.c _sfllen.c _sfputc.c _sfputd.c \
_sfputl.c _sfputm.c _sfputu.c _sfslen.c _sfstacked.c \
_sfulen.c _sfvalue.c
-
-${top_builddir}/FEATURE/sfio: ${top_srcdir}/lib/sfio/features/sfio
- mkdir -p ${top_builddir}/FEATURE
- $(top_srcdir)/iffe - set cc $(CC) $(CCMODE) $(CXFLAGS) : run ${top_srcdir}/lib/sfio/features/sfio > $@
-
-$(libsfiof_C_la_OBJECTS): ${top_builddir}/FEATURE/sfio
-
-DISTCLEANFILES = ${top_builddir}/FEATURE/sfio