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>
|
2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
|
||||||
|
|
||||||
Add smart identification of auxiliary header file paths.
|
Add smart identification of auxiliary header file paths.
|
||||||
|
@ -36,6 +36,7 @@ LD = @LD@
|
|||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
ALL_CFLAGS = $(CFLAGS) $(INCLUDES)
|
ALL_CFLAGS = $(CFLAGS) $(INCLUDES)
|
||||||
EXTRA_INCLUDES = -nostdinc -iwithprefix include @EXTRA_INCLUDES@
|
EXTRA_INCLUDES = -nostdinc -iwithprefix include @EXTRA_INCLUDES@
|
||||||
|
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
||||||
|
|
||||||
DLLTOOL = @DLLTOOL@
|
DLLTOOL = @DLLTOOL@
|
||||||
DLLTOOL_FLAGS = --as=$(AS) -k
|
DLLTOOL_FLAGS = --as=$(AS) -k
|
||||||
|
@ -19,8 +19,6 @@ VPATH = @srcdir@
|
|||||||
|
|
||||||
include ${top_builddir}/Makefile.comm
|
include ${top_builddir}/Makefile.comm
|
||||||
|
|
||||||
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
|
||||||
|
|
||||||
# Headers
|
# Headers
|
||||||
#
|
#
|
||||||
HEADERS = $(notdir $(wildcard ${top_srcdir}/include/*.h))
|
HEADERS = $(notdir $(wildcard ${top_srcdir}/include/*.h))
|
||||||
|
@ -16,7 +16,6 @@ top_builddir = @top_builddir@
|
|||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include ${top_builddir}/Makefile.comm
|
include ${top_builddir}/Makefile.comm
|
||||||
INCLUDES = -I ${top_srcdir}/include $(EXTRA_INCLUDES)
|
|
||||||
|
|
||||||
# Headers
|
# Headers
|
||||||
#
|
#
|
||||||
|
@ -16,8 +16,6 @@ top_builddir = @top_builddir@
|
|||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include ${top_builddir}/Makefile.comm
|
include ${top_builddir}/Makefile.comm
|
||||||
INCLUDES = -I ${top_srcdir}/include -I ${top_srcdir}/include/directx \
|
|
||||||
$(EXTRA_INCLUDES)
|
|
||||||
|
|
||||||
# Headers
|
# Headers
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user