Add more flexibility to the queue_async server call by moving most
[wine] / miscemu / Makefile.in
1 DEFS      = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = miscemu
7
8 SPEC_SRCS = wine.spec
9
10 C_SRCS = \
11         main.c
12
13 all: $(MODULE).o
14
15 @MAKE_RULES@
16
17 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
18         $(LDCOMBINE) $(OBJS) -o $@
19
20 ### Dependencies: