Added first version of the Perl regression testing framework.
[wine/multimedia.git] / programs / winetest / Makefile.in
blob20dbffc63adb53d52cc56e1ea8650e574f83e37e
1 EXTRADEFS = -DSTRICT `perl -MExtUtils::Embed -e ccflags`
2 EXTRALIBS = `perl -MExtUtils::Embed -e ldopts`
3 EXTRAINCL = `perl -MExtUtils::Embed -e perl_inc`
4 TOPSRCDIR = @top_srcdir@
5 TOPOBJDIR = ../..
6 SRCDIR = @srcdir@
7 VPATH = @srcdir@
8 MODULE = winetest
10 C_SRCS = winetest.c
12 EXTRA_OBJS = wine.o
14 PERLMAKE = $(MAKE) -fMakefile.perl
16 @MAKE_PROG_RULES@
18 wine.o: wine.xs Makefile.perl
19 $(PERLMAKE) wine.o
21 Makefile.perl: Makefile.PL
22 perl Makefile.PL
24 install::
25 [ -d $(libdir) ] || $(MKDIR) $(libdir)
26 $(INSTALL_DATA) wine.pm $(libdir)/wine.pm
28 uninstall::
29 cd $(libdir) && $(RM) wine.pm
31 clean:: Makefile.perl
32 $(PERLMAKE) realclean
34 ### Dependencies: