repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make the winehq.org domain the official one.
[wine.git]
/
dlls
/
msi
/
Makefile.in
blob
5c1a20fcadf1e40d68a3c9c37d26d4cde2b164dc
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
msi.dll
6
IMPORTS
=
ole32 user32 advapi32 kernel32
7
EXTRALIBS
= $(
LIBUUID
) $(
LIBUNICODE
)
8
9
C_SRCS
=
\
10
distinct.c \
11
handle.c \
12
msi.c \
13
msiquery.c \
14
order.c \
15
record.c \
16
select.c \
17
suminfo.c \
18
table.c \
19
tokenize.c \
20
where.c
21
22
#RC_SRCS= msi_rc.rc
23
24
EXTRA_SRCS
=
sql.y
25
EXTRA_OBJS
=
y.tab.o
26
27
@MAKE_DLL_RULES@
28
29
y.tab.c y.tab.h
:
sql.y
30
$(
YACC
) -
d
-
t
$(
SRCDIR
)/
sql.y
31
32
# hack to allow parallel make
33
y.tab.h
:
y.tab.c
34
y.tab.o
:
y.tab.h
35
36
tokenize.o
:
y.tab.h
37
38
### Dependencies: