16 lines
334 B
Makefile
16 lines
334 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = lz32.dll
|
|
IMPORTLIB = liblz32.$(IMPLIBEXT)
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = lzexpand_main.c
|
|
C_SRCS16 = lzexpand16.c
|
|
SPEC_SRCS16 = lzexpand.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|