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
/
video
/
Makefile.am
blob
86e2441cddbfb150bea4c227074661b6f662e657
1
#!/bin/bash
2
3
EXTRA_DIST
=
video.h pool.h
4
5
noinst_LTLIBRARIES
=
libvideo.la
6
7
lib_sources
=
\
8
painter.c \
9
coredraw.c \
10
graphics.c \
11
debug.c \
12
interface.c \
13
pixels.c
14
15
libvideo_la_SOURCES
=
$
(
lib_sources
)
16
17
AM_CFLAGS
=
@NEUROFLAGS@
18
#AM_CFLAGS= @SDLFLAGS@
19
20
#LIB_FLAGS= @NEUROLIBFLAGS@
21
#libvideo_la_LDFLAGS = $(LIB_FLAGS)
22
23
#include_HEADERS= \
24
# graphics.h