mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-24 09:42:02 +01:00
tool to create & save a random generator state
This commit is contained in:
@ -15,11 +15,16 @@ endif
|
||||
endif
|
||||
|
||||
bin_PROGRAMS = \
|
||||
latan_create_rg_state \
|
||||
latan_make_fake_sample\
|
||||
latan_sample_combine \
|
||||
latan_sample_read \
|
||||
latan_resample
|
||||
|
||||
latan_create_rg_state_SOURCES = create_rg_state.cpp
|
||||
latan_create_rg_state_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
latan_create_rg_state_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
latan_make_fake_sample_SOURCES = make_fake_sample.cpp
|
||||
latan_make_fake_sample_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
latan_make_fake_sample_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
Reference in New Issue
Block a user