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

20 lines
522 B
Plaintext

#
# Makefile for Public Screen Inspector
include $(SRCDIR)/config/aros.cfg
FILES := psi displayidinfo_class displayidlist_class editpanel_class editwindow_class \
mainwindow_class screenlist_class screenpanel_class syspenfield_class
EXEDIR := $(AROSDIR)/Prefs
#MM- workbench-prefs : workbench-prefs-psi
#MM workbench-prefs-psi : includes linklibs workbench-prefs-psi-catalogs
%build_prog mmake=workbench-prefs-psi \
progname="PSI" targetdir=$(EXEDIR) \
files=$(FILES) uselibs="muiscreen"
%common