mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-11-25 12:37:03 +00:00
9 lines
249 B
Text
9 lines
249 B
Text
|
# 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)
|