Port last bits and pieces of orig tool.
This commit is contained in:
parent
4419d0de21
commit
342797575f
4 changed files with 56 additions and 244 deletions
4
Makefile
4
Makefile
|
@ -24,7 +24,7 @@
|
|||
#
|
||||
|
||||
.PHONY: all
|
||||
all: brmsaptool brmsaptool-static
|
||||
all: brmsaptool
|
||||
|
||||
CSC=csc
|
||||
|
||||
|
@ -54,7 +54,7 @@ brmsaptool-static: $(BRMSAPTOOL-OBJS)
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f *.so *.link *.o *.import.scm brmsaptool brmsaptool-static
|
||||
rm -f *.c *.so *.link *.o *.import.scm brmsaptool brmsaptool-static
|
||||
|
||||
################################################################
|
||||
# Module static and shared object and import source compilation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue