mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
More makefile code refactoring; remove redundant INCLUDES references.
This commit is contained in:
parent
71992560f7
commit
fe493b0f4b
@ -1,3 +1,13 @@
|
||||
2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
|
||||
|
||||
More makefile code refactoring; remove redundant INCLUDES references.
|
||||
|
||||
* lib/directx/Makefile.in (INCLUDES): Reference to include/directx
|
||||
is redundant; remove it. This results in identical definitions...
|
||||
* lib/Makefile.in lib/ddk/Makefile.in (INCLUDES): ...here; factor out
|
||||
from all three independent makefile locations; relocate to...
|
||||
* Makefile.comm.in (INCLUDES): ...here.
|
||||
|
||||
2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
|
||||
|
||||
Add smart identification of auxiliary header file paths.
|
||||
|
@ -36,6 +36,7 @@ LD = @LD@
|
||||
CFLAGS = @CFLAGS@
|
||||
ALL_CFLAGS = $(CFLAGS) $(INCLUDES)
|
||||
EXTRA_INCLUDES = -nostdinc -iwithprefix include @EXTRA_INCLUDES@
|
||||
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
||||
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DLLTOOL_FLAGS = --as=$(AS) -k
|
||||
|
@ -19,8 +19,6 @@ VPATH = @srcdir@
|
||||
|
||||
include ${top_builddir}/Makefile.comm
|
||||
|
||||
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
||||
|
||||
# Headers
|
||||
#
|
||||
HEADERS = $(notdir $(wildcard ${top_srcdir}/include/*.h))
|
||||
|
@ -16,7 +16,6 @@ top_builddir = @top_builddir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include ${top_builddir}/Makefile.comm
|
||||
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
||||
|
||||
# Headers
|
||||
#
|
||||
|
@ -16,8 +16,6 @@ top_builddir = @top_builddir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include ${top_builddir}/Makefile.comm
|
||||
INCLUDES = -I ${top_srcdir}/include -I ${top_srcdir}/include/directx \
|
||||
$(EXTRA_INCLUDES)
|
||||
|
||||
# Headers
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user