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
started to fix the manuals for EBuf. Implemented a
[neuro.git]
/
src
/
memory
/
Makefile.am
blob
3edb1c8640b04f039f7979b11fc867bf360bb179
1
#!/bin/bash
2
3
noinst_LTLIBRARIES
=
libmemory.la
4
5
lib_sources
=
\
6
ebuf.c
7
8
libmemory_la_SOURCES
=
$
(
lib_sources
)
9
10
AM_CFLAGS
=
@NEUROFLAGS@
11
#AM_CFLAGS= @SDLFLAGS@
12
13
#include_HEADERS= \
14
# ebuf.h