grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / prefs / Editor / mmakefile.src
blob3a5de94bcafeef6e0a9d231379555c371520ccbb
1 # $Id$
3 # Makefile to make JanoEditor Prefs Program.
5 include $(SRCDIR)/config/aros.cfg
7 FILES := JanoPrefs PrefsPort Prefs Prefs_Strings SampleEd Utils
9 EXEDIR := $(AROS_PREFS)
11 USER_CFLAGS := -DJANOPREF
12 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/../../tools/Edit -I$(TOP)/$(CURDIR)/
14 #MM- workbench-prefs : workbench-prefs-editor
15 #MM workbench-prefs-editor : includes linklibs workbench-prefs-editor-catalogs
17 Prefs.c : ../../tools/Edit/Prefs.c
18         @$(CP) $< $@
20 %build_prog mmake=workbench-prefs-editor \
21     progname=Editor targetdir=$(EXEDIR) \
22     files=$(FILES)
23     
25 %common