Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / reqtools / mmakefile.src
blobdf4c30e620c6614cca2d96266975332c34e7e06f
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES := \
5      filereqalloc filereqextra req misc rtlocale \
6      general filereq boopsigads filereqsetup filereqmain boopsi \
7      palettereq rtfuncs
9 FUNCS := \
10     rtallocrequesta \
11     rtchangereqattra \
12     rtclosewindowsafely \
13     rtezrequesta \
14     rtfilerequesta \
15     rtfontrequesta \
16     rtfreefilelist \
17     rtfreerequest \
18     rtfreereqbuffer \
19     rtgetlonga \
20     rtgetstringa \
21     rtgetvscreensize \
22     rtinternalenterpassword \
23     rtinternalgetpassword \
24     rtlockwindow \
25     rtlockprefs \
26     rtpaletterequesta \
27     rtreqhandlera \
28     rtscreenmoderequesta \
29     rtscreentofrontsafely \
30     rtsetreqposition \
31     rtsetwaitpointer \
32     rtspread \
33     rtunlockprefs \
34     rtunlockwindow 
36 #MM- workbench-libs-reqtools-includes : \
37 #MM      kernel-exec-includes \
38 #MM      kernel-dos-includes \
39 #MM      kernel-graphics-includes \
40 #MM      kernel-layers-includes \
41 #MM      kernel-intuition-includes \
42 #MM      kernel-console-includes \
43 #MM      kernel-workbench-includes \
44 #MM      workbench-libs-diskfont-includes \
45 #MM      workbench-libs-gadtools-includes \
46 #MM      workbench-libs-locale-includes \
47 #MM      workbench-gadgets-colorwheel-includes \
48 #MM      includes-copy
49 #MM- workbench-libs-reqtools : linklibs workbench-libs-reqtools-catalogs
51 %build_module mmake=workbench-libs-reqtools \
52     modname=reqtools modtype=library \
53     files="reqtools_init $(FUNCS) $(FILES)" \
54     uselibs="amiga rom"
56 %common