revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / identify / mmakefile.src
blobf7e4adf5e0b6b6801a8c4a94edcc254fb3f4f651
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := library \
6     idalert  \
7     idestimateformatsize  \
8     idexpansion  \
9     idformatstring  \
10     idfunction  \
11     idhardware  \
12     idhardwarenum  \
13     idhardwareupdate \
14     locale
16 #MM- workbench-libs-identify : \
17 #MM     workbench-libs-identify-lib \
18 #MM     workbench-libs-identify-test \
19 #MM     workbench-libs-identify-tools
21 #MM- workbench-libs-identify-quick : \
22 #MM     workbench-libs-identify-lib-quick \
23 #MM     workbench-libs-identify-test-quick \
24 #MM     workbench-libs-identify-tools-quick
26 #MM- workbench-libs-identify-clean : \
27 #MM     workbench-libs-identify-lib-clean \
28 #MM     workbench-libs-identify-test-clean \
29 #MM     workbench-libs-identify-tools-clean
31 #MM  workbench-libs-identify-lib : \
32 #MM    workbench-libs-identify-includes linklibs \
33 #MM    workbench-libs-identify-catalogs
35 #MM- workbench-libs-identify-includes : \
36 #MM     kernel-exec-includes \
37 #MM     kernel-dos-includes \
38 #MM     kernel-utility-includes \
39 #MM     includes-copy
41 #MM workbench-libs-identify-test : \
42 #MM    workbench-libs-identify-lib includes linklibs
44 %build_prog mmake=workbench-libs-identify-test progname=identifylib files=testidentifylib \
45     targetdir=$(AROS_TESTS) \
46     cflags=$(CFLAGS) \
47     uselibs="identify"
49 USER_LDFLAGS := -static
51 %build_module mmake=workbench-libs-identify-lib \
52     modname=identify modtype=library \
53     files="$(FILES)"
55 %copy_includes mmake=includes-copy includes=identify.h path=libraries
57 %common