blob: 410d2b6aca4cfae04416d5af8d99aa4c59108902 [file] [log] [blame]
DEFS = -DWINELIB
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = regapi
ALL_LIBS = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
RCFLAGS = -w32 -h
WRCEXTRA = -t -A -p $*
C_SRCS = \
regapi.c
all: $(PROGRAMS)
depend::
@MAKE_RULES@
regapi: $(OBJS) $(WINESTUB)
$(CC) -o regapi $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
install: dummy
$(INSTALL_PROGRAM) regapi $(bindir)/regapi
uninstall: dummy
$(RM) $(bindir)/regapi
dummy:
### Dependencies: