remove unused file
[AROS.git] / workbench / libs / identify / mmakefile.src
bloba09d903b920cff53ed273f4ab95282b5521c1fcd
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES := library \
5     idalert  \
6     idestimateformatsize  \
7     idexpansion  \
8     idformatstring  \
9     idfunction  \
10     idhardware  \
11     idhardwarenum  \
12     idhardwareupdate \
13     locale
15 #MM- workbench-libs-identify : \
16 #MM     workbench-libs-identify-lib \
17 #MM     workbench-libs-identify-test \
18 #MM     workbench-libs-identify-tools
20 #MM- workbench-libs-identify-quick : \
21 #MM     workbench-libs-identify-lib-quick \
22 #MM     workbench-libs-identify-test-quick \
23 #MM     workbench-libs-identify-tools-quick
25 #MM- workbench-libs-identify-clean : \
26 #MM     workbench-libs-identify-lib-clean \
27 #MM     workbench-libs-identify-test-clean \
28 #MM     workbench-libs-identify-tools-clean
30 #MM  workbench-libs-identify-lib : \
31 #MM    workbench-libs-identify-includes linklibs \
32 #MM    workbench-libs-identify-catalogs
34 #MM- workbench-libs-identify-includes : \
35 #MM     kernel-exec-includes \
36 #MM     kernel-dos-includes \
37 #MM     kernel-utility-includes \
38 #MM     includes-copy
40 #MM workbench-libs-identify-test : \
41 #MM    workbench-libs-identify-lib includes linklibs
43 %build_prog mmake=workbench-libs-identify-test progname=identifylib files=testidentifylib \
44     targetdir=$(AROS_TESTS) \
45     cflags=$(CFLAGS) \
46     uselibs="identify"
48 USER_LDFLAGS := -static
50 %build_module mmake=workbench-libs-identify-lib \
51     modname=identify modtype=library \
52     files="$(FILES)"
54 %copy_includes mmake=includes-copy includes=identify.h path=libraries
56 %common