mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-09 16:00:35 +00:00
20 lines
522 B
Plaintext
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
|