Release 940804
[wine/gsoc-2012-control.git] / misc / Imakefile
blob09d194cc75c442fc5cb9b9739b1ece30e5ab5edf
1 #include "../Wine.tmpl"
3 MODULE = misc
5 SRCS = \
6         audio.c \
7         atom.c \
8         clipboard.c \
9         comm.c \
10         cursor.c \
11         dos_fs.c \
12         driver.c \
13         exec.c \
14         escape.c \
15         file.c \
16         keyboard.c \
17         lstr.c \
18         main.c \
19         mcicda.c \
20         message.c \
21         mmaux.c \
22         mmsystem.c \
23         network.c \
24         profile.c \
25         property.c \
26         rect.c \
27         shell.c \
28         sound.c \
29         spy.c \
30         stress.c \
31         user.c \
32         winsocket.c
34 OBJS = $(SRCS:.c=.o)
36 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
37 DependTarget()
38 CleanTarget()
40 includes::
42 install::