mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
(include/config.h.in): New dependancy.
(include/config.h): New dependancy. (ALL_CPPFLAGS): Added -include argument to have gcc look at include/config.h. It is no longer included in include/preface.h because other packages that use the installed Base Library may have their own ideas about these macro values. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dfc63ccb70
commit
9ba503d1b5
1 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,7 @@ GNU_NEXT_INCLUDES = -I$(srcdir)
|
|||
NEXT_INCLUDES = @NEXT_INCLUDES@
|
||||
|
||||
ALL_INCLUDE_FLAGS = -I. -I./srcdir-include $(NEXT_INCLUDES) $(INCLUDEFLAGS)
|
||||
ALL_CPPFLAGS = $(ALL_INCLUDE_FLAGS) $(CPPFLAGS)
|
||||
ALL_CPPFLAGS = -include include/config.h $(ALL_INCLUDE_FLAGS) $(CPPFLAGS)
|
||||
ALL_CFLAGS = $(CFLAGS)
|
||||
ALL_OBJCFLAGS = $(CFLAGS) -Wno-protocol
|
||||
|
||||
|
@ -637,6 +637,9 @@ Makefile: $(srcdir)/Makefile.in ../config.status
|
|||
cd ..; $(SHELL) config.status
|
||||
../config.status:
|
||||
cd ..; $(SHELL) configure --no-create
|
||||
include/config.h.in: $(srcdir)/../configure.in $(srcdir)/../acconfig.h
|
||||
cd ..; $(SHELL) autoheader
|
||||
include/config.h: include/config.h.in
|
||||
|
||||
TAGS: $(DIST_FILES)
|
||||
etags $(DIST_FILES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue