1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-07 14:04:01 +00:00
Files
AROS-v0/workbench/tools/KeyShow/mmakefile.src
Matthias Rustler 37d6884291 mmakefile*: header fixes
copyright sign unfied to (C)
$Id$ removed
2021-05-02 13:52:04 +02:00

17 lines
381 B
Plaintext

# Makefile to make KeyShow tool.
include $(SRCDIR)/config/aros.cfg
FILES := main locale keyboardgroup_class
EXEDIR := $(AROS_TOOLS)
#MM- workbench-tools : workbench-tools-keyshow
#MM workbench-tools-keyshow : includes linklibs workbench-tools-keyshow-catalogs
%build_prog mmake=workbench-tools-keyshow \
progname=KeyShow targetdir=$(EXEDIR) \
files=$(FILES)
%common