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