Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: base/third_party/libevent/Makefile.am

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/third_party/libevent/LICENSE ('k') | base/third_party/libevent/Makefile.nmake » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 AUTOMAKE_OPTIONS = foreign no-dependencies 1 AUTOMAKE_OPTIONS = foreign no-dependencies
2 2
3 ACLOCAL_AMFLAGS = -I m4 3 ACLOCAL_AMFLAGS = -I m4
4 4
5 # This is the point release for libevent. It shouldn't include any 5 # This is the point release for libevent. It shouldn't include any
6 # a/b/c/d/e notations. 6 # a/b/c/d/e notations.
7 RELEASE = 1.4 7 RELEASE = 1.4
8 8
9 # This is the version info for the libevent binary API. It has three 9 # This is the version info for the libevent binary API. It has three
10 # numbers: 10 # numbers:
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 man_MANS = event.3 evdns.3 143 man_MANS = event.3 evdns.3
144 144
145 verify: libevent.la 145 verify: libevent.la
146 cd test && make verify 146 cd test && make verify
147 147
148 doxygen: FORCE 148 doxygen: FORCE
149 doxygen $(srcdir)/Doxyfile 149 doxygen $(srcdir)/Doxyfile
150 FORCE: 150 FORCE:
151 151
152 DISTCLEANFILES = *~ event-config.h 152 DISTCLEANFILES = *~ event-config.h
OLDNEW
« no previous file with comments | « base/third_party/libevent/LICENSE ('k') | base/third_party/libevent/Makefile.nmake » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698