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
libs/neuronet: Implemented the new function NNet_GetMaster.
[neuro.git]
/
src
/
memory
/
Makefile.am
blob
5f1a6e26db82e5f0919b5af3b3bd186c08cae5e4
1
#!/bin/bash
2
3
noinst_LTLIBRARIES
=
libmemory.la
4
5
lib_sources
=
\
6
ebuf.c \
7
lbuf.c
8
9
libmemory_la_SOURCES
=
$
(
lib_sources
)
10
11
AM_CFLAGS
=
@NEUROFLAGS@
12
#AM_CFLAGS= @SDLFLAGS@
13
14
#include_HEADERS= \
15
# ebuf.h
16
17
srcdir
=
@srcdir@
18
VPATH
=
@srcdir@