make-dfsg/w32/Makefile.am
Manoj Srivastava b53b3ced0b Imported make-3.81beta3
Imported make-3.81beta3
into srivasta@debian.org--etch/make--upstream--3.81



git-archimport-id: srivasta@debian.org--etch/make--upstream--3.81--patch-1
2005-12-09 23:01:20 +00:00

8 lines
249 B
Makefile

# Makefile.am to create libw32.a for mingw32 host.
noinst_LIBRARIES = libw32.a
libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \
pathstuff.c
libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir)