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
a37b1105
...
a37b1105582dc08415940e416c7bf077b8934327
authored
2001-12-16 16:05:34 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Ignore mimetest
1 parent
d824e048
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
examples/.cvsignore
examples/Makefile
examples/.cvsignore
View file @
a37b110
...
...
@@ -10,3 +10,4 @@ mbox-dates
mbox-dates.out
mbox-explode
url-parse
mimetest
...
...
examples/Makefile
View file @
a37b110
...
...
@@ -2,11 +2,14 @@
CFLAGS
=
-g -I../include -Wall
LDFLAGS
=
-g -static
# On QNX
LDLIBS
=
-lsocket
# On GNU/Linux (if compile with threads)
#LDLIBS = -lpthread
MULIBS
=
../mailbox/.libs/libmailbox.a ../lib/libmailutils.a
EXES
=
addr mbox-explode mbox-dates mbox-auth url-parse mbox-check
EXES
=
addr mbox-explode mbox-dates mbox-auth url-parse mbox-check
mimetest
default
:
$(EXES)
...
...
@@ -32,6 +35,9 @@ url.test: url-parse
@
echo
"---- There should be no differences! ----"
diff -u Urls.good Urls.test
# mimetest example and test
# TODO
# clean and empty
clean
:
...
...
Please
register
or
sign in
to post a comment