Add missing file.

This commit is contained in:
David Given
2022-06-14 01:07:20 +02:00
parent 8cbdce1d5b
commit 62258be400

17
tools/build.mk Normal file
View File

@@ -0,0 +1,17 @@
brother120tool.exe: $(OBJDIR)/tools/brother120tool.o
brother240tool.exe: $(OBJDIR)/tools/brother240tool.o
upgrade-flux-file.exe: $(OBJDIR)/tools/upgrade-flux-file.o
$(call use-library, brother120tool.exe, $(OBJDIR)/tools/brother120tool.o, PROTO)
$(call use-library, brother120tool.exe, $(OBJDIR)/tools/brother120tool.o, LIBFLUXENGINE)
$(call use-library, brother120tool.exe, $(OBJDIR)/tools/brother120tool.o, PROTO)
$(call use-library, brother240tool.exe, $(OBJDIR)/tools/brother240tool.o, PROTO)
$(call use-library, brother240tool.exe, $(OBJDIR)/tools/brother240tool.o, LIBFLUXENGINE)
$(call use-pkgconfig, upgrade-flux-file.exe, $(OBJDIR)/tools/upgrade-flux-file.o, sqlite3)
$(call use-library, upgrade-flux-file.exe, $(OBJDIR)/tools/upgrade-flux-file.o, LIBFLUXENGINE)
$(call use-library, upgrade-flux-file.exe, $(OBJDIR)/tools/upgrade-flux-file.o, PROTO)
all: brother120tool.exe brother240tool.exe upgrade-flux-file.exe