Changeset 3138 in kBuild for vendor/gnumake/current/w32/Makefile.am
- Timestamp:
- Mar 12, 2018 7:32:29 PM (7 years ago)
- File:
-
- 1 edited
-
vendor/gnumake/current/w32/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/w32/Makefile.am
r2596 r3138 1 1 # Makefile.am to create libw32.a for mingw32 host. 2 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 3 # 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 2 # Copyright (C) 1997-2016 Free Software Foundation, Inc. 4 3 # This file is part of GNU Make. 5 4 # … … 17 16 # this program. If not, see <http://www.gnu.org/licenses/>. 18 17 18 AUTOMAKE_OPTIONS = subdir-objects 19 19 20 noinst_LIBRARIES = libw32.a 20 21 21 22 libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \ 22 pathstuff.c23 compat/posixfcn.c pathstuff.c w32os.c 23 24 24 libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) 25 libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) \ 26 -I$(top_srcdir)/glob
Note:
See TracChangeset
for help on using the changeset viewer.

