projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- sorted API by groups
[wine]
/
dlls
/
shell32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = shell32
7
WRCEXTRA = -g -c
8
9
C_SRCS = \
10
brsfolder.c \
11
classes.c \
12
contmenu.c \
13
dataobject.c \
14
enumidlist.c \
15
folders.c \
16
iconcache.c \
17
pidl.c \
18
shell32_main.c \
19
shellguid.c \
20
shelllink.c \
21
shellole.c \
22
shellord.c \
23
shellpath.c \
24
shlfolder.c \
25
shlview.c
26
27
RC_SRCS= \
28
shres.rc
29
30
#GEN_ASM_SRCS = \
31
# shellres.s
32
33
all: check_wrc $(MODULE).o
34
35
@MAKE_RULES@
36
37
$(RC_SRCS:.rc=.s): $(WRC)
38
39
### Dependencies:
40