Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4794a582
Commit
4794a582
authored
Apr 12, 2010
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
non-cpp section.
parent
b9465836
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/Makefile.in
lib-src/Makefile.in
+6
-9
No files found.
lib-src/ChangeLog
View file @
4794a582
2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
non-cpp section.
2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
...
...
lib-src/Makefile.in
View file @
4794a582
...
...
@@ -152,6 +152,12 @@ LIBS_MAIL=@LIBS_MAIL@
## Extra libraries to use when linking movemail.
LIBS_MOVE
=
$(LIBS_MAIL)
$(KRB4LIB)
$(DESLIB)
$(KRB5LIB)
$(CRYPTOLIB)
$(COM_ERRLIB)
$(LIBHESIOD)
$(LIBRESOLV)
# Those files shared with other GNU utilities need HAVE_CONFIG_H
# defined before they know they can take advantage of the information
# in ../src/config.h.
ALL_CFLAGS
=
$(C_SWITCH_SYSTEM)
$(C_SWITCH_MACHINE)
-DHAVE_CONFIG_H
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${LDFLAGS}
${CPPFLAGS}
${CFLAGS}
LINK_CFLAGS
=
$(C_SWITCH_SYSTEM)
$(C_SWITCH_MACHINE)
-DHAVE_CONFIG_H
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${LDFLAGS}
${CFLAGS}
CPP_CFLAGS
=
$(C_SWITCH_SYSTEM)
$(C_SWITCH_MACHINE)
-DHAVE_CONFIG_H
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${CPPFLAGS}
${CFLAGS}
# ========================== start of cpp stuff =======================
/*
From
here
on,
comments
must
be
done
in
C
syntax.
*/
...
...
@@ -185,15 +191,6 @@ LIBS_MOVE = $(LIBS_MAIL) $(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRL
LOADLIBES
=
LIBS_SYSTEM LIBS_MACHINE
/*
Those
files
shared
with
other
GNU
utilities
need
HAVE_CONFIG_H
defined
before
they
know
they
can
take
advantage
of
the
information
in
../src/config.h.
*/
ALL_CFLAGS
=
$(C_SWITCH_SYSTEM)
$(C_SWITCH_MACHINE)
-DHAVE_CONFIG_H
\
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${LDFLAGS}
${CPPFLAGS}
${CFLAGS}
LINK_CFLAGS
=
$(C_SWITCH_SYSTEM)
$(C_SWITCH_MACHINE)
-DHAVE_CONFIG_H
\
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${LDFLAGS}
${CFLAGS}
CPP_CFLAGS
=
$(C_SWITCH_SYSTEM)
$(C_SWITCH_MACHINE)
-DHAVE_CONFIG_H
\
-I
.
-I
../src
-I
${srcdir}
-I
${srcdir}
/../src
${CPPFLAGS}
${CFLAGS}
.SUFFIXES
:
.m
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment