Sweden-Number/programs/control/Makefile.in

28 lines
426 B
Makefile

DEFS = -DWINELIB
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = control
IMPORTS = shell32 ole32
C_SRCS = control.c
SPEC_SRCS = control.spec
all: $(PROGRAMS)
@MAKE_RULES@
control: $(OBJS)
$(CC) -o control $(OBJS) $(DLL_LINK) $(LIBS)
install::
$(INSTALL_PROGRAM) control $(bindir)/control
uninstall::
$(RM) $(bindir)/control
### Dependencies: