repo.or.cz
/
libnbds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[libnbds.git]
/
src
/
Makefile.am
blob
2174682f162de0151062f4f087b6660fcb24fe76
1
# libnbds
2
#
3
# Copyright (C) 2013 Paweł Dziepak
4
5
AUTOMAKE_OPTIONS = 1.4 foreign
6
7
CFLAGS += -Wall -Wextra -Werror -pedantic --std=gnu99
8
LDFLAGS += $(LIBS)
9
10
LIBRARY_VERSION=1:0:0
11
12
lib_LTLIBRARIES = libnbds.la
13
14
libnbds_la_SOURCES =
15
16
pkginclude_HEADERS =
17
18
libnbds_la_LDFLAGS = -version-info $(LIBRARY_VERSION)
19
libnbds_la_CFLAGS =