Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b4d38a25
...
b4d38a2527af33374104e68f516ff7df2ed31d1f
authored
2001-10-17 09:58:01 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed MAINTAINER_MODE conditionals.
1 parent
43055e2e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
guimb/Makefile.am
libmu_scm/Makefile.am
mail/Makefile.am
guimb/Makefile.am
View file @
b4d38a2
...
...
@@ -36,9 +36,5 @@ SUFFIXES=.x .doc
guile-procedures.txt
:
$(DOT_DOC_FILES)
cat
$(DOT_DOC_FILES)
>
$@
if
MAINTAINER_MODE
## Add -MG to make the .x magic work with auto-dep code.
MKDEP
=
$(CC)
-M -MG
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
endif
...
...
libmu_scm/Makefile.am
View file @
b4d38a2
...
...
@@ -41,9 +41,5 @@ SUFFIXES=.x .doc
guile-procedures.txt
:
$(DOT_DOC_FILES)
cat
$(DOT_DOC_FILES)
>
$@
if
MAINTAINER_MODE
## Add -MG to make the .x magic work with auto-dep code.
MKDEP
=
$(CC)
-M -MG
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
endif
...
...
mail/Makefile.am
View file @
b4d38a2
AUTOMAKE_OPTIONS
=
../lib/ansi2knr no-dependencies
if
MAINTAINER_MODE
AM_YFLAGS
=
-vt
endif
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib @ARGPINCS@
AM_CFLAGS
=
-DSITE_MAIL_RC
=
\"
@SITE_MAIL_RC@
\"
...
...
Please
register
or
sign in
to post a comment