Sweden-Number/programs/wcmd/Makefile.in

38 lines
556 B
Makefile
Raw Normal View History

DEFS = -DWINELIB -DSTRICT
1999-06-06 17:24:04 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = wcmd
IMPORTS = shell32 user32 gdi32 kernel32 ntdll
1999-06-06 17:24:04 +02:00
C_SRCS = \
batch.c \
builtins.c \
directory.c \
wcmdmain.c
SPEC_SRCS = \
wcmd.spec
1999-06-06 17:24:04 +02:00
RC_SRCS = \
wcmdrc.rc
all: $(PROGRAMS)
1999-06-06 17:24:04 +02:00
@MAKE_RULES@
$(SPEC_SRCS:.spec=.spec.c): $(RC_SRCS:.rc=.res)
wcmd: $(OBJS)
$(CC) -o wcmd $(OBJS) $(DLL_LINK) $(LIBS)
1999-06-06 17:24:04 +02:00
install::
1999-06-06 17:24:04 +02:00
$(INSTALL_PROGRAM) wcmd $(bindir)/wcmd
uninstall::
1999-06-06 17:24:04 +02:00
$(RM) $(bindir)/wcmd
### Dependencies: