35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
misc.c auxiliary functions
tests.c test program
Installation:
configure configuration script
configure.in autoconf-2.12 source for the configuration script
../autoconf/* auxiliary configuration scripts
Makefile.in Makefile master
config.h.in config.h master
Porting:
Makefile.devel developer's Makefile
underscore.h used to build the *.S files
|
|
|
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
misc.c auxiliary functions
tests.c test program
Installation:
configure configuration script
configure.in autoconf-2.12 source for the configuration script
../build-aux/* auxiliary build scripts
Makefile.in Makefile master
config.h.in config.h master
Porting:
Makefile.devel developer's Makefile
underscore.h used to build the *.S files
|