-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pozsar Zsolt
committed
Jul 13, 2024
1 parent
ec49b3f
commit bca8e59
Showing
57 changed files
with
3,910 additions
and
2,527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
# +----------------------------------------------------------------------------+ | ||
# | MM8DRead v0.3 * Status reader program for MM8D device | | ||
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> | | ||
# | MM8DRead v0.4 * Status reader program for MM8D device | | ||
# | Copyright (C) 2020-2024 Pozsár Zsolt <pozsarzs@gmail.com> | | ||
# | Makefile | | ||
# | Makefile for Unix-like systems | | ||
# +----------------------------------------------------------------------------+ | ||
|
||
include ./Makefile.global | ||
|
||
dirs = desktop documents languages manuals source | ||
srcdirs = source | ||
dirs = desktop documents manuals messages source | ||
|
||
all: | ||
@echo Compiling $(name): | ||
@for dir in $(srcdirs); do \ | ||
@echo "Compiling source code..." | ||
@for dir in $(dirs); do \ | ||
if [ -e Makefile ]; then make -s -C $$dir all; fi; \ | ||
done | ||
@echo "Source code is compiled." | ||
@echo "Done." | ||
|
||
clean: | ||
@echo Cleaning source code: | ||
@for dir in $(srcdirs); do \ | ||
@echo "Cleaning source code..." | ||
@for dir in $(dirs); do \ | ||
if [ -e Makefile ]; then make -s -C $$dir clean; fi; \ | ||
done | ||
@echo "Source code is cleaned." | ||
@$(rm) config.log | ||
@$(rm) config.status | ||
@$(rm) Makefile.global | ||
@echo "Done." | ||
|
||
install: | ||
@echo Installing $(name): | ||
@echo "Installing program to "$(prefix)":" | ||
@for dir in $(dirs); do \ | ||
if [ -e Makefile ]; then make -s -C $$dir install; fi; \ | ||
done | ||
@echo "Application is installed." | ||
@echo "Done." | ||
|
||
uninstall: | ||
@echo Removing $(name): | ||
@echo "Removing program from "$(prefix)":" | ||
@for dir in $(dirs); do \ | ||
if [ -e Makefile ]; then make -s -C $$dir uninstall; fi; \ | ||
done | ||
@echo "Application is removed." | ||
@echo "Done." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
**MM8DRead * Status reader program for MM8D device** | ||
Copyright (C) 2020-2022 Pozsár Zsolt <pozsarzs@gmail.com> | ||
## MM8DRead * Status reader program for MM8D device | ||
Copyright (C) 2020-2024 Pozsár Zsolt <pozsarzs@gmail.com> | ||
Homepage: <http://www.pozsarzs.hu> | ||
GitHub: <https://github.com/pozsarzs/mm8dread> | ||
|
||
**Software** | ||
#### Software | ||
|features | | | ||
|:---------------------|-----------------------| | ||
|architecture |amd64, i386 | | ||
|operation system |FreeBSD, Linux, Windows| | ||
|version |v0.4 | | ||
|language |en | | ||
|licence |EUPL v1.2 | | ||
|local user interface |GUI | | ||
|remote data access |HTTP | | ||
|
||
- architecture: amd64, i386 | ||
- operation system: Linux, Windows | ||
- version: v0.3 | ||
- language: en | ||
- licence: EUPL v1.1 | ||
- user interface: GUI | ||
#### External libraries in package | ||
|
||
**External libraries in package** | ||
|
||
- Ararat Synapse by Lukas Gebauer | ||
- [Ararat Synapse](http://www.ararat.cz/synapse) library by Lukas Gebauer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.