Last change
on this file since 374 was
374,
checked in by Jari Häkkinen, 18 years ago
|
Added documentation.
Added missing Makefile.am.
Implemented seeding of the rng. Implemented seed acquring from /dev/urandom.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
260 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 374 2005-08-05 22:30:57Z jari $ |
---|
4 | |
---|
5 | |
---|
6 | INCLUDES = @LOCAL_INCLUDES@ |
---|
7 | |
---|
8 | noinst_LTLIBRARIES = librandom.la |
---|
9 | librandom_la_SOURCES = \ |
---|
10 | Random.cc |
---|
11 | |
---|
12 | include_randomdir = $(includedir)/c++_tools/random |
---|
13 | |
---|
14 | include_random_HEADERS = \ |
---|
15 | Random.h |
---|
Note: See
TracBrowser
for help on using the repository browser.