mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-06 05:00:25 +00:00
22 lines
406 B
Plaintext
22 lines
406 B
Plaintext
|
|
include $(SRCDIR)/config/aros.cfg
|
|
|
|
FILES := printer driver prefs gfx text
|
|
|
|
#MM- workbench-devs-common: workbench-devs-printer
|
|
|
|
#MM- workbench-devs-quick: workbench-devs-printer-quick
|
|
|
|
#USER_CFLAGS := -DDEBUG=1
|
|
USER_LDFLAGS :=
|
|
|
|
%build_module mmake=workbench-devs-printer \
|
|
modname=printer modtype=device \
|
|
files=$(FILES)
|
|
|
|
INCLUDE_FILES = include/turboprint.h
|
|
|
|
%copy_includes path= dir=include
|
|
|
|
%common
|