repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 981025.
[wine/gsoc-2012-control.git]
/
programs
/
control
/
Makefile.in
blob
07c41182c6f883bea8c77728e1e13cffa356a5a1
1
DEFS
= -
DWINELIB
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
none
7
PROGRAMS
=
control
8
ALL_LIBS
= $(
WINELIB
) $(
X_LIBS
) $(
XPM_LIB
) $(
XLIB
) $(
LIBS
)
9
10
C_SRCS
=
control.c
11
12
all
: $(
PROGRAMS
)
13
14
@MAKE_RULES@
15
16
control
: $(
OBJS
)
17
$(
CC
) -
o control
$(
OBJS
) $(
LDOPTIONS
) $(
ALL_LIBS
)
18
19
install
:
dummy
20
$(
INSTALL_PROGRAM
)
control
$(
bindir
)/
control
21
22
uninstall
:
dummy
23
$(
RM
) $(
bindir
)/
control
24
25
dummy
:
26
27
### Dependencies: