For lines that contain a single field, the field is also the line key
[wine/multimedia.git] / miscemu / Makefile.in
blob7a96f379017bdfccb9f8659c88a5ca0baea62407
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = wine
7 IMPORTS = ntdll
8 LDIMPORTS = ntdll.dll
10 SPEC_SRCS = wine.spec
12 C_SRCS = \
13 main.c
15 all: $(MODULE)
17 @MAKE_RULES@
19 ALL_OBJS = $(SPEC_SRCS:.spec=.spec.o) $(OBJS)
21 $(MODULE): $(ALL_OBJS)
22 $(CC) -o $@ $(ALL_OBJS) -L$(DLLDIR) $(LDIMPORTS:%=-l%) $(LIBWINE) $(LIBUNICODE) $(LIBS) $(LDFLAGS)
24 install:: $(MODULE)
25 $(MKINSTALLDIRS) $(bindir)
26 $(INSTALL_PROGRAM) wine $(bindir)/wine
28 uninstall::
29 $(RM) $(bindir)/wine
31 clean::
32 $(RM) $(MODULE)
34 ### Dependencies: