Added spec generation tool specmaker.
[wine.git] / tools / specmaker / Makefile.in
blobe3c7bfdf173a8c351c2a0e0e548dd0ed13a88a4d
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = specmaker
8 MODULE = none
10 C_SRCS = \
11 dll.c \
12 main.c \
13 misc.c \
14 msmangle.c \
15 output.c \
16 search.c \
17 symbol.c
19 all: $(PROGRAMS)
21 @MAKE_RULES@
23 specmaker: $(OBJS)
24 $(CC) $(CFLAGS) -o specmaker $(OBJS) $(LDFLAGS)
26 install:: $(PROGRAMS)
27 [ -d $(bindir) ] || $(MKDIR) $(bindir)
28 $(INSTALL_PROGRAM) specmaker $(bindir)/specmaker
29 $(INSTALL_PROGRAM) function_grep.pl $(bindir)/function_grep.pl
31 uninstall::
32 $(RM) $(bindir)/specmaker
33 $(RM) $(bindir)/function_grep.pl
35 ### Dependencies: