mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 13:03:08 +00:00
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
8 lines
249 B
Makefile
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)
|