revert between 56095 -> 55830 in arch
[AROS.git] / workbench / prefs / PSI / mmakefile.src
blob6990158d0d4f89b84ebac1e02c6038a3942d7c9d
1 #   $Id$
3 #   Makefile for Public Screen Inspector
5 include $(SRCDIR)/config/aros.cfg
7 FILES := psi displayidinfo_class displayidlist_class editpanel_class editwindow_class \
8          mainwindow_class screenlist_class screenpanel_class syspenfield_class
10 EXEDIR := $(AROSDIR)/Prefs
12 #MM- workbench-prefs : workbench-prefs-psi
14 #MM workbench-prefs-psi : includes linklibs workbench-prefs-psi-catalogs
16 %build_prog mmake=workbench-prefs-psi \
17     progname="PSI" targetdir=$(EXEDIR) \
18     files=$(FILES) uselibs="muiscreen"
20 %common