Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
logstash-forwarder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LaaS
logstash-forwarder
Commits
cd148336
Commit
cd148336
authored
Aug 02, 2012
by
Jordan Sissel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix filenames, disable the posix nonsense again, maybe..
parent
456ea2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
cd148336
VERSION
=
0.0.1
VERSION
=
0.0.1
CFLAGS
+=
-Ibuild
/include
-std
=
c99
-Wall
-Wextra
-Werror
-pipe
-g
CFLAGS
+=
-Ibuild
/include
-std
=
c99
-Wall
-Wextra
-Werror
-pipe
-g
CFLAGS
+=
-D_POSIX_C_SOURCE
=
199309
#CFLAGS+=-D_POSIX_C_SOURCE=201201
LDFLAGS
+=
-pthread
LDFLAGS
+=
-pthread
LDFLAGS
+=
-Lbuild
/lib
-Wl
,-rpath,
'$$ORIGIN/../lib'
LDFLAGS
+=
-Lbuild
/lib
-Wl
,-rpath,
'$$ORIGIN/../lib'
LIBS
=
-lzmq
-ljansson
LIBS
=
-lzmq
-ljansson
...
@@ -28,7 +28,7 @@ rpm deb:
...
@@ -28,7 +28,7 @@ rpm deb:
backoff.c
:
backoff.h
backoff.c
:
backoff.h
harvester.c
:
harvester.h
harvester.c
:
harvester.h
emitter.c
:
emitter.h
emitter.c
:
emitter.h
lumberjack.c
:
build/include/insist.h build/include/z
ero
mq.h build/include/jansson.h
lumberjack.c
:
build/include/insist.h build/include/zmq.h build/include/jansson.h
lumberjack.c
:
backoff.h harvester.h emitter.h
lumberjack.c
:
backoff.h harvester.h emitter.h
build/bin/pushpull
:
| build/lib/libzmq.$(LIBEXT) build/lib/libjansson.$(LIBEXT) build/bin
build/bin/pushpull
:
| build/lib/libzmq.$(LIBEXT) build/lib/libjansson.$(LIBEXT) build/bin
...
@@ -45,7 +45,7 @@ build/bin/lumberjack: lumberjack.o backoff.o harvester.o emitter.o
...
@@ -45,7 +45,7 @@ build/bin/lumberjack: lumberjack.o backoff.o harvester.o emitter.o
build/include/insist.h
:
| build/include
build/include/insist.h
:
| build/include
curl
-s
-o
$@
https://raw.github.com/jordansissel/experiments/master/c/better-assert/insist.h
curl
-s
-o
$@
https://raw.github.com/jordansissel/experiments/master/c/better-assert/insist.h
build/include/z
ero
mq.h build/lib/libzmq.$(LIBEXT)
:
| build
build/include/zmq.h build/lib/libzmq.$(LIBEXT)
:
| build
$(MAKE)
-C
vendor/zeromq/
install
PREFIX
=
$$
PWD/build
$(MAKE)
-C
vendor/zeromq/
install
PREFIX
=
$$
PWD/build
#build/include/msgpack.h build/lib/libmsgpack.$(LIBEXT): | build
#build/include/msgpack.h build/lib/libmsgpack.$(LIBEXT): | build
...
...
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