1 DEFS
= -DINCLUDEDIR
="\"$(includedir)\""
2 TOPSRCDIR
= @top_srcdir@
7 DEFS
= -D__WINESRC__
$(EXTRADEFS
)
9 PROGRAMS
= wrc
$(EXEEXT
) wrc-installed
26 INSTALLDIRS
= $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man
$(prog_manext
)
28 all: $(PROGRAMS
) $(MANPAGES
)
32 wrc
$(EXEEXT
): $(OBJS
) $(LIBWPP
)
33 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBWPP
) $(LIBWINE
) $(LIBPORT
) $(LDFLAGS
) $(LDRPATH_LOCAL
)
35 wrc-installed
: $(OBJS
) $(LIBWPP
)
36 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBWPP
) $(LIBWINE
) $(LIBPORT
) $(LDFLAGS
) $(LDRPATH_INSTALL
)
38 install install-dev
:: wrc-installed
$(MANPAGES
) $(INSTALLDIRS
)
39 $(INSTALL_DATA
) wrc.man
$(DESTDIR
)$(mandir)/man
$(prog_manext
)/wrc.
$(prog_manext
)
40 $(INSTALL_PROGRAM
) wrc-installed
$(DESTDIR
)$(bindir)/wrc
$(EXEEXT
)
43 $(RM
) $(DESTDIR
)$(bindir)/wrc
$(EXEEXT
) $(DESTDIR
)$(mandir)/man
$(prog_manext
)/wrc.
$(prog_manext
)
45 parser.tab.c
: parser.tab.h
# for parallel makes
47 @DEPENDENCIES@
# everything below this line is overwritten by make depend