Release 940405
[wine/gsoc-2012-control.git] / misc / Imakefile
blob2979b52987ceda1d06e39c2be464df01f8eda0c2
1 #include "../Wine.tmpl"
3 MODULE = misc
5 SRCS = \
6         atom.c \
7         clipboard.c \
8         comm.c \
9         cursor.c \
10         dos_fs.c \
11         exec.c \
12         file.c \
13         keyboard.c \
14         lstr.c \
15         main.c \
16         message.c \
17         profile.c \
18         rect.c \
19         sound.c \
20         spy.c \
21         stress.c \
22         user.c \
23         winsocket.c
25 OBJS = $(SRCS:.c=.o)
27 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
28 DependTarget()
29 CleanTarget()
31 includes::
33 install::