Sweden-Number/tools/winedump/Makefile.in

30 lines
342 B
Makefile
Raw Normal View History

PROGRAMS = winedump
MANPAGES = winedump.man.in
SCRIPTS = function_grep.pl
2001-01-04 20:45:49 +01:00
C_SRCS = \
debug.c \
dos.c \
dump.c \
emf.c \
font.c \
2005-01-03 15:48:49 +01:00
le.c \
lib.c \
2005-02-17 12:51:23 +01:00
lnk.c \
main.c \
mf.c \
minidump.c \
misc.c \
msc.c \
msmangle.c \
ne.c \
nls.c \
output.c \
pdb.c \
pe.c \
search.c \
2012-12-04 13:08:53 +01:00
symbol.c \
tlb.c
2001-01-04 20:45:49 +01:00
INSTALL_DEV = $(PROGRAMS) $(SCRIPTS)