Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / openurl / prefs / mmakefile.src
blob0c15b8563fe6bad007af9626cae79db05c8f28d1
1 #   $Id$
3 #   Makefile for the OpenURL Pref. editor of openurl.library
5 include $(TOP)/config/make.cfg
7 #MM- workbench-libs-openurl : workbench-libs-openurl-prefs
9 #MM workbench-libs-openurl-prefs : includes linklibs \
10 #MM   workbench-libs-openurl-lib
12 EXE := OpenURL
13 EXEDIR := $(AROS_PREFS)
15 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/../include/aros
17 USER_CFLAGS := -Wall \
18           -Wno-missing-braces \
19           -Wno-parentheses \
20           -Wno-switch \
21           -Wstrict-prototypes \
22           -Werror-implicit-function-declaration \
23           -Wpointer-arith
25 FILES := \
26     OpenURL \
27     loc \
28     stubs \
29     popport \
30     popph \
31     ftpeditwin \
32     mailereditwin \
33     browsereditwin \
34     applist \
35     win \
36     pens \
37     about \
38     app \
39     utils
41 %build_prog mmake=workbench-libs-openurl-prefs \
42     progname=$(EXE) files=$(FILES) \
43     targetdir=$(EXEDIR) uselibs="amiga openurl mui"
45 %common