Makefile.in 270 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = expand.exe
6
APPMODE   = -mconsole
7
IMPORTS   = lz32 kernel32
8 9 10 11 12

C_SRCS = expand.c

@MAKE_PROG_RULES@

13
@DEPENDENCIES@  # everything below this line is overwritten by make depend