makefiles: Only run test and documentation targets in directories that need them.
[wine/gsoc_dplay.git] / dlls / cabinet / Makefile.in
blobbbdaff7b4f9a1260fa54991d9db20944f81a3f96
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = cabinet.dll
6 IMPORTLIB = libcabinet.$(IMPLIBEXT)
7 IMPORTS = kernel32
9 C_SRCS = \
10 cabinet_main.c \
11 fci.c \
12 fdi.c
14 RC_SRCS = cabinet.rc
16 @MAKE_DLL_RULES@
18 ### Dependencies: