blob: dbf1b17cb6c7e0071650dca97b355ed47ced34e9 [file] [log] [blame]
Alexandre Julliard7cae5582002-06-01 02:55:48 +00001DEFS = -D__WINE__ -DNO_LIBWINE -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
Alexandre Julliardbf9130a1996-10-13 17:45:47 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00006
Alexandre Julliardf673b712002-06-14 23:48:27 +00007PROGRAMS = makedep fnt2bdf bin2res
Alexandre Julliard530ee841996-10-23 16:59:13 +00008MODULE = none
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00009
Alexandre Julliarde482eeb2000-06-23 20:15:35 +000010C_SRCS = makedep.c fnt2bdf.c bin2res.c
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000011
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000012SUBDIRS = \
Alexandre Julliard7d4ee772002-07-16 03:20:45 +000013 widl \
Alexandre Julliarde482eeb2000-06-23 20:15:35 +000014 winebuild \
Eric Pouechd786a122001-09-07 16:04:38 +000015 winedump \
Bertho Stultiens30855912000-06-13 04:34:41 +000016 wmc \
Alexandre Julliardb7d3c792002-07-16 02:33:10 +000017 wpp \
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000018 wrc
19
Alexandre Julliardf673b712002-06-14 23:48:27 +000020INSTALLSUBDIRS = $(SUBDIRS)
Gerald Pfeifer19f8f462000-06-18 17:20:53 +000021
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000022EXTRASUBDIRS = \
23 winapi_check \
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000024 wineconf.libs
25
Alexandre Julliardf673b712002-06-14 23:48:27 +000026all: $(PROGRAMS) $(SUBDIRS)
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000027
Alexandre Julliardff8331e1995-09-18 11:19:54 +000028@MAKE_RULES@
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000029
Alexandre Julliard7d4ee772002-07-16 03:20:45 +000030widl wrc: wpp
Alexandre Julliardb7d3c792002-07-16 02:33:10 +000031
Alexandre Julliard2f158c22000-06-14 21:45:38 +000032makedep: makedep.o
33 $(CC) $(CFLAGS) -o makedep makedep.o
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000034
Alexandre Julliard2f158c22000-06-14 21:45:38 +000035fnt2bdf: fnt2bdf.o
36 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000037
Alexandre Julliard2f158c22000-06-14 21:45:38 +000038bin2res: bin2res.o
39 $(CC) $(CFLAGS) -o bin2res bin2res.o
40
Alexandre Julliardf673b712002-06-14 23:48:27 +000041install::
42 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
Satsuki Fujishimaf34f4182001-03-19 19:19:23 +000043 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
Alexandre Julliardf673b712002-06-14 23:48:27 +000044 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
Alexandre Julliard2f158c22000-06-14 21:45:38 +000045
Alexandre Julliardf673b712002-06-14 23:48:27 +000046uninstall::
47 $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
Juergen Schmied04f7fe71999-11-13 22:32:21 +000048
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000049### Dependencies: