Sweden-Number/programs/regapi/Makefile.in

30 lines
434 B
Makefile
Raw Normal View History

DEFS = -DWINELIB -DSTRICT
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = regapi
2000-10-31 01:22:41 +01:00
IMPORTS = kernel32 ntdll
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: