Port last bits and pieces of orig tool.

This commit is contained in:
Dominik Pantůček 2023-03-16 19:53:54 +01:00
parent 4419d0de21
commit 342797575f
4 changed files with 56 additions and 244 deletions

View file

@ -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