2017-01-05 22:07:20 +01:00
|
|
|
orbutils: \
|
|
|
|
filesystem/ui/bin/browser \
|
|
|
|
filesystem/ui/bin/calculator \
|
|
|
|
filesystem/ui/bin/character_map \
|
|
|
|
filesystem/ui/bin/editor \
|
|
|
|
filesystem/ui/bin/file_manager \
|
|
|
|
filesystem/ui/bin/launcher \
|
|
|
|
filesystem/ui/bin/orblogin \
|
2017-05-04 06:09:58 +02:00
|
|
|
filesystem/ui/bin/orbterm \
|
2017-01-05 22:07:20 +01:00
|
|
|
filesystem/ui/bin/viewer
|
|
|
|
|
|
|
|
filesystem/ui/bin/%: programs/orbutils/Cargo.toml programs/orbutils/src/%/**.rs $(BUILD)/libstd.rlib
|
|
|
|
mkdir -p filesystem/ui/bin
|
|
|
|
$(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@
|
|
|
|
$(STRIP) $@
|