Added Wine command-line interpreter.
[wine/wine-kai.git] / programs / wcmd / Makefile.in
blob947929982f846e32073fc8bccf875109df3afa1e
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = wcmd
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
9 RCFLAGS = -w32 -h
10 WRCEXTRA = -A -t -p $*
12 C_SRCS = \
13 batch.c \
14 builtins.c \
15 directory.c \
16 wcmdmain.c
18 RC_SRCS = \
19 wcmdrc.rc
21 all: check_wrc $(PROGRAMS)
23 depend:: $(RC_SRCS:.rc=.h)
25 @MAKE_RULES@
27 #this line is needed to prevent winestub.o being linked
28 WINESTUB =
30 wcmd: $(OBJS)
31 $(CC) -o wcmd $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
33 install: dummy
34 $(INSTALL_PROGRAM) wcmd $(bindir)/wcmd
36 uninstall: dummy
37 $(RM) $(bindir)/wcmd
39 $(RC_SRCS:.rc=.s): $(WRC)
41 dummy:
43 ### Dependencies: