Add czech.ct locale for SzsExplorer (tools)
[AROS.git] / compiler / coolimages / mmakefile.src
blobd5aaa9c5822605f229273ac3a00804b62244e158
1 #   $Id$
4 include $(SRCDIR)/config/aros.cfg
6 INCLUDE_FILES   := include/coolimages.h
8 FILES := saveimage      \
9          loadimage      \
10          useimage       \
11          cancelimage    \
12          dotimage       \
13          warnimage      \
14          diskimage      \
15          switchimage    \
16          monitorimage   \
17          mouseimage     \
18          infoimage      \
19          askimage       \
20          keyimage       \
21          clockimage     \
22          flagimage      \
23          headimage      \
24          windowimage    \
25          kbdimage       \
26          buttonclass    \
27          imageclass
29 USER_CFLAGS := -I$(SRCDIR)/$(CURDIR)/include
31 #MM- linklibs : linklibs-coolimagesstatic
32 #MM linklibs-coolimagesstatic : includes
33 #MM includes-copy
35 %copy_includes path=linklibs dir=include
37 %build_linklib mmake=linklibs-coolimagesstatic libname=coolimagesstatic \
38     files=$(FILES)
40 %common