mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
15bfcd0398
Makefiles.
20 lines
308 B
Makefile
20 lines
308 B
Makefile
DEFS = -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = miscemu
|
|
|
|
SPEC_SRCS = wine.spec
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
|
|
$(LDCOMBINE) $(OBJS) -o $@
|
|
|
|
### Dependencies:
|