rename/move some files; fix some stuff regarding this
This commit is contained in:
parent
edb72ca04b
commit
7cc18ffd11
@ -68,7 +68,7 @@ while (<IN>) {
|
|||||||
# EXAM,file
|
# EXAM,file
|
||||||
chomp($_);
|
chomp($_);
|
||||||
@m = split(",",$_);
|
@m = split(",",$_);
|
||||||
open(SRC,"<$m[1]") or die "Error:$srcline:Can't open source file $m[1]";
|
open(SRC,"<../$m[1]") or die "Error:$srcline:Can't open source file $m[1]";
|
||||||
|
|
||||||
print "$srcline:Inserting $m[1]:";
|
print "$srcline:Inserting $m[1]:";
|
||||||
|
|
2
makefile
2
makefile
@ -15,7 +15,7 @@ endif
|
|||||||
|
|
||||||
coverage: LIBNAME:=-Wl,--whole-archive $(LIBNAME) -Wl,--no-whole-archive
|
coverage: LIBNAME:=-Wl,--whole-archive $(LIBNAME) -Wl,--no-whole-archive
|
||||||
|
|
||||||
include makefile.include
|
include makefile_include.mk
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
ifneq ($V,1)
|
ifneq ($V,1)
|
||||||
|
@ -7,7 +7,7 @@ ifndef LIBNAME
|
|||||||
LIBNAME=libtommath.la
|
LIBNAME=libtommath.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include makefile.include
|
include makefile_include.mk
|
||||||
|
|
||||||
LT ?= libtool
|
LT ?= libtool
|
||||||
LTCOMPILE = $(LT) --mode=compile --tag=CC $(CC)
|
LTCOMPILE = $(LT) --mode=compile --tag=CC $(CC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user