repo.or.cz
/
neuro.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
completely finished the documentation of the EBUF module (!)
[neuro.git]
/
src
/
events
/
Makefile.am
blob
4356b505909edd515e403cdeee186dc84c22d4e3
1
#!/bin/bash
2
3
noinst_LTLIBRARIES
=
libevents.la
4
5
lib_sources
=
\
6
events.c
7
8
libevents_la_SOURCES
=
$
(
lib_sources
)
9
10
AM_CFLAGS
=
@NEUROFLAGS@
11
#AM_CFLAGS= @SDLFLAGS@
12
13
#LIB_FLAGS= @NEUROLIBFLAGS@
14
#libevents_la_LDFLAGS = $(LIB_FLAGS)
15
16
#include_HEADERS= \
17
# events.h