mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
18 lines
258 B
Makefile
18 lines
258 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = lzexpand
|
|
|
|
SPEC_SRCS = lz32.spec lzexpand.spec
|
|
|
|
C_SRCS = \
|
|
lzexpand_main.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|