blob: ef1aa0a4f48138ca1656b36797411b3047086a9e [file] [log] [blame]
DEFS = -DWINELIB -DSTRICT
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = regapi
IMPORTS = kernel32
C_SRCS = \
regapi.c
SPEC_SRCS = \
regapi.spec
all: $(PROGRAMS)
@MAKE_RULES@
regapi: $(OBJS)
$(CC) -o regapi $(OBJS) $(DLL_LINK) $(LIBS)
install::
$(INSTALL_PROGRAM) regapi $(bindir)/regapi
uninstall::
$(RM) $(bindir)/regapi
### Dependencies: