make.tmpl: add missing compiler attribute to build_progs
[AROS.git] / external / openurl / prefs / mmakefile.src
blob34af52f119ef7d11bbed982ac5301cfd35c33433
1 #   $Id$
3 #   Makefile for the OpenURL Pref. editor of openurl.library
5 include $(SRCDIR)/config/aros.cfg
7 #MM external-openurl-prefs : includes linklibs \
8 #MM external-openurl-lib \
9 #MM external-openurl-catalogs \
10 #MM external-openurl-prefs-setup \
11 #MM external-openurl-prefs-icon
13 #MM
14 external-openurl-prefs-setup : locale.h 
16 EXE := OpenURL
17 EXEDIR := $(AROS_PREFS)
19 # We need to use -idirafter, so that we
20 # *don't* pick up the project's local MUI headers.
21 USER_INCLUDES := -idirafter $(SRCDIR)/$(CURDIR)/../include
23 FILES := \
24         OpenURL \
25         locale \
26         utils \
27         popport \
28         popph \
29         ftpeditwin \
30         mailereditwin \
31         browsereditwin \
32         applist \
33         win \
34         about \
35         app \
36         vastubs \
37         debug
39 %build_prog mmake=external-openurl-prefs \
40     progname=$(EXE) files=$(FILES) \
41     targetdir=$(EXEDIR)
43 locale.h: $(SRCDIR)/$(CURDIR)/../locale/OpenURL.pot $(SRCDIR)/$(CURDIR)/locale_h.sd
44         @$(FLEXCAT) $(SRCDIR)/$(CURDIR)/../locale/OpenURL.pot locale.h=$(SRCDIR)/$(CURDIR)/locale_h.sd
46 %common