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