diff --git a/ChangeLog b/ChangeLog index 4e59a1d..f9c5933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2819 +1,3425 @@ -2011-01-09 dab - * .:Added dab_filltree2 test - -2011-01-09 dab - * .:Added dab_filltree test - -- This isn't a great test, but it does better than many of the original - Diehard tests, and it acts as an introduction to dab_filltree2, which - does better. - -2011-01-09 dab - * .:Added dab_monobit2 test - * libdieharder/chisq.c:Modified chisq_binomial to use GSL's binomial function - -- Fixed an error with prob.c's binomial function - -2011-01-09 dab - * Fixed output.c to be two-tailed again. - * Matching fix to run_test.c to use a two-tailed test. - -2011-01-07 Dirk Eddelbuettel - - * autotoolsRerunMeIfTroubles.sh: Needed to reset autotools on Ubuntu - 10.10 - -2008-08-18 19:50 rgb - - * .: This might be ready for a production snapshot, or a testing - snapshot, - or something like that. At any rate, I have BOTH fixed the - generator - problem (where rngs have numbers that can change as new - generators - are added. I fixed this by significantly increasing the size of - the - types[] vector and working moderately hard to pack it with - generators - sparsely and sanely -- sparse so there is plenty of room, sane - because - the space is now blocked out by general category with room to - grown. - - This will NOT GUARANTEE that the GSL will not change its internal - order, - and dieharder will continue to follow the GSL order where they - overlap - as nothing else makes sense. - - I >>also<< think I've fixed -r 5, rgb_permutations. This is a - non-overlapping permutations test and runs to more or less - arbitrary - order (and seems to work quite nicely where it runs, although it - gets - quite slow when we get to very large permutations as one might - expect). - - I think it is time to bump the minor-minor number to 11 and post - it, for - the time being with -r 5 still marked out as experimental in the - help listing. - -2008-08-18 18:33 rgb - - * .: This fixes the only real bug, I think -- dieharder now dies - with a - complaint if it is invoked with an invalid -g entry, sort of. - Hmmm, - actually I might need to tweak this fix just a bit more to check - on the complete range. - -2008-08-18 18:29 rgb - - * .: This actually works and has the number spaces previously - discussed - all implemented and everything. - -2008-08-18 00:15 rgb - - * .: This is a step in the process of figuring out how to "fix" the - numbers - for rngs to test. I think I'm going to have to move my own setup - routine to libdieharder. But I'm still trying to figure out - whether or - not I can or should replace the gsl code itself, or run something - in - parallel. - -2008-08-17 17:30 rgb - - * .: This rearranges the Bugs stuff. I need to create a "cleared" - directory - in Bugs so I can see what is done, as well. - -2008-08-17 16:31 rgb - - * .: This updates the abstract, which is also important - documentation and has - been added to the %doc lines in the specfile. I should really - create a - make installdoc target in Makefile.am that can install a bunch of - documents, but that is for another day. - -2008-08-15 23:03 rgb - - * .: This is 2.27.10-1, and adds stdin support and fixes a few bugs - in the - specfile. I'm posting it for distribution, although it is still - not - "finished" -- this is very much development snapshot time. - -2008-08-15 18:14 rgb - - * .: This adds the capability to input a binary stream into stdin. - This - patch is due to Paul Serice. He also included a (standalone?) rng - to - test with, which I'll mess with in a moment. - -2008-08-03 12:40 rgb - - * .: Added a version string to help. Probably should add one - elsewhere, e.g. - at the top of rng listing and test listing. - -2008-08-01 13:11 rgb - - * .: Had to back off the svn2cl in the rpm build -- it now has to - be run BY - HAND before just MY rpmbuild (dummy me) so that it won't fail for - end - users without svn2cl and an svn repo to match. It still builds - perfectly, and I'll do a full rpm build cycle including this step - to get - this last comment into the changelog. - -2008-07-29 16:01 rgb - - * .: ...And it is. So henceforth ALL of my svn checkins will be - duly noted - in the ChangeLog, which will therefore get to be very long - indeed, as I - check in a lot. - - Damn! I guess this means no more swearing, and I sure hope I - haven't - impugned anyone's character in the first 400 plus checkins. At - least - not too much. Hmmm, I wonder just what I HAVE said down there. I - tend - to treat SVN logs as sort of a free-association commentary about - the - project in addition to being a place to document changes. Some - changes - have "real" documentation in the form of the svn diffs, as well - -- I - haven't been too specific about just EXACTLY what I've changed - every - time. - - Well, better a ChangeLog up to date and verbose than one months - to years - old, and I'll be hogtied and hung by the nose before I write a - precisely - formatted description of changes day to day as I work on this -- - twice. - So SVN it is (dating back to when it was really CVS, BTW, - imported to - SVN). - - Next, I suppose we should provide at least >>a<< fix for the - problem of - shifting generator numbers, and on my own I want to clean up some - issues with file read -- arrange it so we can read in very large - files - and eliminate/document file-based usage redundancies such as - needing -g - 65 AND -f filename. This will be a bit tricky, as dieharder can - read in - raw (binary) as well as ascii in many formats, and using the -g - flag to - differentiate at least raw vs cooked has been an easy solution. - - Regarding numbers, it has been suggested that we do two things: - - a) Take action to ensure that the numbers don't change any more, - even if - the gsl or I or a user add new generators. This is actually a bit - of a - PITA (much as I see the motivation for doing so, as moving - numbers break - user scripts) because the way generators are added is to run - through all - the supported ones of each type and just add them in gsl or call - order. - However, there are several ways I can do it (some requiring more - programming than others) and I'll see which one looks to be - easiest and - most robust. - - b) Arrange it so we can call generators by name, not just by - number. - Names would presumably not change even if numbers were inserted, - and - many users will be interested in testing a single generator they - are - thinking of using by name. - - rgb - -2008-07-29 15:40 rgb - - * .: OK, this seems to work, autobuilding ChangeLog from the svn - log of my - timestamp file, that basically picks up a message like this one - every - time I do an svn checkin. We'll see in a moment if this is - reflected in - ChangeLog on the next build. - -2008-07-29 15:26 rgb - - * .: Just testing... - -2008-07-22 13:06 rgb - - * .: This is, in fact, a major checkin. A serious - won't-build-on-lib64 bug - was identified and resolved, the resolution being the addition of - --libdir=... to the ./configure line in the toplevel specfile. - Truthfully, I should probably add this to autogen.sh. - -2008-03-27 16:33 rgb - - * .: This is getting close to a release snapshot once again. We do - need to - set the number of tests correctly. I may have to give up on - operm5 or - rgb_operm for the time being (again) but at least I have - rgb_permutations and rgb_bitdist, both of which test similar - things - along with sts_serial ditto. I do need to try to fix sums. I'd - love to - add a couple of the contributed tests. I do need to go through - the - opso, dna, etc. tests and "fix" them wrt overlap and so on. - -2008-03-27 01:20 rgb - - * .: This APPEARS to be a functional permutations test, as - expected/hoped. - It uses NON-overlapping samples, although at a guess it would - work - for overlapping ones, just not as well. - -2008-03-26 21:09 rgb - - * .: This is one, last, poor attempt to get SOME sort of - functioning - permutations test. I actually had this working "inside" - rgb_operm() - so I imagine I will have it working again here shortly. - -2008-03-26 17:39 rgb - - * .: This appears to be "fixed" so that bitstream runs without - complaint. I - will need to check for memory leaks in the long run (heh heh). - This - once again takes me to where "everything works" but sums operm5, - I - think. I'll do another standard S 1 run in a second to make a new - snapshot with a fixed/reference bitstring. - -2008-03-24 19:39 rgb - - * .: This fixes up all the tests that seem to require chisq with - explicit - cutoffs (frequently one that will be ignored). Cutoff does matter - in the rgb_bitdist test, though! I think all of these tests are - at last - valid through -p 100 and possibly -p 1000, except for sums, - bitstream - (which I'll fix shortly) and the perennial operm5. - -2008-03-24 04:18 rgb - - * .: I am HOPING that this is all good, finally. It runs and gives - very - reasonable answers (once) at -p 1000. Now to see if this is - semiconsistent. I've fixed a few zillion small bugs... - -2008-03-22 22:33 rgb - - * .: This repairs one serious bug -- I was misinitializing itail -- - and makes - it a bit more precise as far as counting dofs. - -2008-03-22 19:54 rgb - - * .: This MAY at long last, actually fix rgb_bitdist by - simultaneously fixing - vtests in general. Our chisq now AUTOMATICALLY bundles the - tail(s) or - low spots in a chisq, independent of where they occur. It looks - like I - failed to set ndof correctly, so there will be another round of - tests - and a quick checkin in a moment. - -2008-03-19 06:23 rgb - - * .: THIS IS A WORKING STS SERIAL as far as I can tell. It - correctly reveals - known weak generators. It seems to pass known "decent" - generators. It - is very sensitive to certain kinds of failure. - - I now should redo rgb_bitdist to be the NON-overlapping version - of this - test, at the very least comparing the freq output (generated with - the - same code, I think, ported the other way) to a multinomial chisq - on the - expected values. If I can actually check the distribution of each - number against an asymptotically normal curve, that would be - great too. - If I could IN THE SAME TEST check the asymptotic fraction -- - something - like the monkey tests do -- that would be just fabulous! - Especially if - I use a normal and make the comparison very good and not - empirical. - -2008-03-19 00:45 rgb - - * .: This is very, very close to working perfectly WITH LABELS for - all the histograms generated by sts_serial. We'll save it just - because - it looks really useful. - -2008-03-18 21:13 rgb - - * .: As far as I can tell, sts_serial now works perfectly. Time to - clean up - its act. I will start by decrufting some of the superfluous - output from - the library call, then I'm going to FIX the test struct so that - each - test has its OWN descriptor line that can be set along with its - pvalue - and that will be used by the histogram and/or single line output - routine - to identify the associated statistic. I have to make it a bit - easier - to make a single test call and get back the MATRIX of p-values - for a set - of statistics all generated with the single call. - -2008-03-17 04:58 rgb - - * .: This, finally, appears to work perfectly. The last thing I - need to do - is to put all of the pvalues somewhere to be passed back to the - caller, - in order. - -2008-03-17 01:44 rgb - - * .: This fixes a build problem on x86_64 -- must not have an - explicit - -L/usr/lib on x86_64 systems, empirically. - -2008-03-17 00:55 rgb - - * .: This is much closer. Fixed a few small bugs, and one fairly - large one - from the transition to a loop. This is "probably" right at this - point. - The interesting question is whether and how we can generate - statistics, - pvalues, and results for the whole vector of results. In - principle we - can, but I don't know that I've done 14 in a row. OR, maybe I'll - figure - out that all I need to do is m = 16 (as it includes all its - smaller - cousins, supposedly). - -2008-03-16 19:40 rgb - - * .: This isn't really done, but we're going to check it in since - it sort of - mostly works. - -2008-03-12 21:47 rgb - - * .: Let's see if this revision works... - -2008-03-12 17:34 rgb - - * .: Sending it ALL in to Duke and upstairs. There is a bug - of sorts in our chisq -- we don't have a good way of - specifying the number of degrees of freedom for some - of the tests and we need to. - -2008-03-12 11:09 rgb - - * .: This is about as fixed as I can make it without doing algebra. - Algebra - later, fix code up now. - -2008-03-11 23:26 rgb - - * .: This APPEARS to check with John E. Davis's patches. - diehard_dna is no - problem -- the drop-in replacement there produces identical - numbers, - runs in half the time. rgb_bitdist gives DIFFERENT numbers but is - MUCH - faster. I still have several "small bugs" to check out including - bugs - in specific tests, and I probably will need to test the static - routines - as well. - -2008-03-11 19:49 rgb - - * .: Preparing to do the next round(s) of patches. I suppose we'll - start - with the get_bit_whatever patches. First I need to generate a - "before" - for at least one test that uses them, e.g. birthdays. Then we'll - compare it to after with the fixed seed of 1. - -2008-03-11 04:53 rgb - - * .: This is beefing up the tarball so it just works with the usual - preexisting configure. - -2008-03-11 04:25 rgb - - * .: RIGHT THIS INSTANT we finally have a clean F8 build with the - new - Makefile.am's and a hacked specfile. Alas, to fix the rpath - problem - I had to resort to using chrpath, which sucks big time. Unless - there - is a libtool directive for fixing it, though, I'm SOL. - -2008-03-10 13:41 rgb - - * .: I don't know -- I think that we're getting closer and closer. - We will - have the code completely and cleanly GBT based by the end of the - morning, I think. Well, maybe not since I'm going in to see if - there - is anything entrepreneurial going on with Thom LaBean. - -2008-03-10 12:08 rgb - - * .: OK, this is pretty much all the patches, I think. We should be - very - close to BSD-ready. I wonder if I can add the word "beta" to the - "release" or the "8" in VERSION? - - Oh, one other thing -- I very definitely need to fix the rpm - build - (specfile). Let's install into /tmp and see what we've got. - -2008-03-10 11:54 rgb - - * .: Decrufted the makefiles, added a /dev/arandom rng for BSD, - fixed tiny - modulus bug in rng list display, added sensible error message - extensions - for people running across distros for the /dev/?random devices (I - "could", of course, use fstat to determine if the devices are - there and - refuse to add them if they aren't, but that's for the future). - -2008-03-10 02:07 rgb - - * .: Checking in a mildly broken set. FWIW, a full build actually - works. - OTOH, make rpm does not. Perhaps not too unsurprising. I need to - do - a full install into /tmp and see what comes up. - -2008-03-09 19:35 rgb - - * .: This actually is getting close to being done "the right way". - It still - builds, and I think builds an RPM, but I need to work on the - library - side to clean it up as well. - -2008-03-09 18:57 rgb - - * .: OK, this is really close to being what freebsd wants. - -2008-03-09 17:55 rgb - - * .: OK, looks like the BSD patch for rngs_gnu_r.c works, and I'm - guessing - that it will work in general UNLESS it has to be the gnu error() - program to interface with R, in which case the patch will have to - be - ifdef'd. - -2008-03-09 17:38 rgb - - * .: OK, we are in the middle of a Major Patch Job. We're fixing - various - small things that are wrong with our GBT port, trying to get it - so that - it will automagically build on a wider set of systems. The stuff - I've - done so far still builds (I need to test the rpm build though) - and - "should" build on gentoo as well as Debian and Fedora/RH. - -2008-02-13 00:01 rgb - - * .: This fixes the Crispin bug, -- a bad number in one column of - s[i][j] - relative to the original diehard. Sure hope it is the correct - one; the - later (c version) diehard matched what I had. - - I really need to compute the r and s directly. But then, I think - I - understand the operm5 test well enough to do it "directly" - without - overlap as a non-overlapping permutations test. It might even be - fun to - make overlap just an option. - -2008-01-30 12:47 rgb - - * .: This fixes the abstract AGAIN... - -2008-01-02 16:23 rgb - - * .: This should be the absolute minimum needed to build clean from - tarball - using "just" ./configure followed by make. Need to fix the - configure - script to check for the gsl and anything else that might be - needed. - -2007-12-07 17:40 rgb - - * .: This checkin just updates the release number. - -2007-12-06 19:39 rgb - - * .: This patches two small things -- adds fflush(stdout); so tees - of the - results don't make you wait. Removes a development line from - diehard_operm5 that shouldn't be there in any KIND of real - release. - - Need to bump the snap revision and reinstall. - -2007-11-19 12:38 rgb - - * .: This is pretty much a fully functional version. I fixed the - last bug, - which turned out to be that I had the right idea but missed the: - - I + P + P* + P^2 + P*^2 + ... - - and was accidentally doing (when I empirically noted that - including k=0 - in the sum was necessary) either: - - I + P + P^2... - - or - - 2I + P + P* + ... - - Added a conditional to eliminate the second k = 0 instance in the - core - loop summing the fi*fj and got perfect correspondance through -n - 3. The - -n 3 matrix is different, but pretty obviously a permutation of - the - AKM matrix as to be expected since the permutation order is - arbitrary - and they probably didn't use lexical ordering. The eigenvalues, - however, are dead on the same! - - So I'm back up to the point where I should be able to form a test - statistic somehow. I have to covariance matrix precisely in hand - -- - something at this point about weak inverses (weak because it is - singular - and has no inverse?). A bit curious, actually. We'll see. - - rgb - -2007-11-19 06:02 rgb - - * .: OK, this SEEMS to repair everything, except for some spurious - normalization stuff that is at least consistent between the exact - and experimental matrices. They now come out the same, and I - suspect - they are proportional to the nilpotent markov processes paper - result. - For k=2 they clearly are -- a factor of 2. For k=3 it is harder - to see - for sure. Time to go back to the paper with a calculator. - - At least now the matrices are properly symmetric, as well. That - means - that their eigenvalues can be computed with my existing code with - its - symmetric matrix eigenvalue calls. It does leave me with the - substantial problem of computing a test statistic automagically, - but one - small step at a time... - -2007-11-14 12:01 rgb - - * .: This works, but my assumptions concerning the inverse of C are - incorrect - because (gasp) C isn't invertible. It has eigenvalues and - eigenvectors. - I can compute them, apparently -- that's what this snapshot does - (I'm - going to compare the results now to what's in my nilpotent - processes - paper). I still don't quite see how to make my results into a - p-value, - though, and may need help with this... - -2007-11-13 16:53 rgb - - * .: It is SO key to preserve this in precisely this state. At this - instant - in time, cexact and cexpt are identically formed, one running - over all - permutations and the other from sampling, and they work perfectly - EXECPT - for the #!)#%@ sign error. I had the sign right, and don't quite - see - how I changed the code, so I'm about to look. In the meantime, - though, - we mustn't lose this working form... - -2007-11-01 02:11 rgb - - * .: This is a broken checkin, but I'm on track for getting operm - finished at - last, if only I stick to it. - -2007-10-24 19:19 rgb - - * .: Need to send to duke, dummy.s - -2007-10-24 19:18 rgb - - * .: This is needed for development, I think. - -2007-10-24 19:17 rgb - - * .: Trying again. Dunno how this got screwed up but it is. - -2007-10-03 20:16 rgb - - * .: This is actually a pretty solid implementation of - rgb_minimum_distance... - -2007-09-29 21:43 rgb - - * .: works perfectly. fixed memory leak. about to improve 2dsphere - with - sort, then run -a. - -2007-09-29 15:24 rgb - - * .: This is IT and works... rgb_minimum_distance is there. - -2007-09-20 09:37 rgb - - * .: I need to fix this, but probably not today. In doc there is a - "fix me" - recipe for 2d spheres. I'm currently adding the Linux Magazine - invoice. - -2007-09-19 18:44 rgb - - * .: Checking in a fix for the BROKEN 2d spheres test. I should be - able to - fix 3dspheres as well from it. - -2007-08-28 16:54 rgb - - * .: Bug reported by a user, sort of. The README still said you - could just - type "make" and you can't. Fixed. - -2007-08-13 22:30 rgb - - * .: Will this go in? Time will tell... - -2007-07-16 15:20 rgb - - * .: We are working HARD or confirming or denying dieharder_operm5 - AND - working out a more general rgb_operm. The convertoperm.pl script - once AGAIN confirms that I'm unpacking and repacking (for C) the - r and s matrices of diehard_operm correctly. - - However, AFAICT, the diehard_operm5 JUST tallies up t[120], the - count of - the different permutation indices. However, all the permutations - should - occur with a SYMMETRIC probability -- I verified this directly by - doing - the actual integrals, but in retrospect it is pretty obvious from - symmetry alone. The t-vector therefore has NOTHING TO DO with the - covariance matrix no matter what you do with it, which may be why - diehard_operm5() is a bad test. FWIW, I've added output - statements to - diehard_operm5() that dump the t-vector and verified empirically - that - yes, it produces a more or less uniform distribution of - bin-probability - 1/120 -- one could in fact do a chisq test on this directly and - very - likely obtain an actual meaningful test, but that is not at all - what is - done. - - Note well that the sampled distribution of t[] will not - SIGNIFICANTLY - vary if computed from overlapping samples! This is simple to see - -- it - would be just like computing five distinct samplings of - non-overlapping - samples, each of which would be expected to have exactly the same - mean - and variance. Because of the overlap there could be a tiny bit of - correlation between the FLUCTUATIONS in the MEASURED mean values - for any - given bin, but the bin mean would have to be unchanged for each - overlapping sampling, and for that matter the bin variance for - each - sampling would ALSO have to be the same. - - The only effect of combining the overlapping five samplings (each - with - identical mean and variance!) would therefore be to AT MOST alter - the - sampled VARIANCE of the bin distribution, per bin, a tiny bit - from what - one might expect analytically from truly iid samples. One - certainly - isn't going to see this variation in the variance from two runs - -- the - expected statistical noise would overwhelm the signal as this is - a - second moment/cumulant effect, a susceptibility if you like, and - hence - VERY difficult to resolve. - - What we in fact must do is (I'm pretty sure) compute c[][] - analytically, - (which I have done) and then simulate the SAME c[][] directly - from the - data. Then difference them, which should make the components of - c_exp[][] - c_exact[][] presented as vector a zero mean chisq - distributed object with N! - (N-1)! DoF or something like that -- - 120-24 - = 96 for N = 5? Here I'll defer to experts, eventually. - -2007-06-16 05:11 rgb - - * .: Hopefully this has all the files needed for rgb_operm() - checked in. - -2007-06-16 05:09 rgb - - * .: This actually builds. Let's see if the new test shows up... - -2007-06-16 00:12 rgb - - * .: Checking in several things. rgb_operm.c is a template for my - eventual - replacement for operm5. I have about concluded that operm5 is - basically - a joke -- it is conceptually incorrect. The correct statistic - should be - the overlapping permutations covariance matrix itself. This test - just - counts the occurrence of permutations -- the "overlap" part is - completely irrelevant in this context. It returns an aggregate - count - vector whose mean is 1/120 (obviously, permutations of 5 objects - = 5! = - 120). It makes NO DIFFERENCE AT ALL if this vector is evaluated - from - overlapping samples or from independent samples -- the mean will - be the - same. All that MIGHT change is the variance -- since the samples - are - drawn from an overlapping population, one would expect that their - variance would be strictly less than one would expect from truly - independent samples. - - In a minute I'll verify this with the overlap flag and a couple - of runs - with mt, but I now understand why the test fails. It remains to - figure - out how to build a CORRECT overlapping permutations test that - uses the - COVARIANCE of overlapping samples as a statistic. I actually - think that - this will be pretty easy, but I do have to also understand why - the - definition in the nilpotent markov chains paper doesn't (I think) - lead - to the numbers that they publish there. Or rather, why my MUCH - SIMPLER - algorithm doesn't lead to the same numbers they get. - -2007-06-14 18:54 rgb - - * .: This should have no operm in it. - -2007-06-14 18:36 rgb - - * .: Probably a good time to update to lucifer, since it is - actually up... - -2007-06-08 14:14 rgb - - * .: OK, NOW let's actually try to get rng_uvag in, THEN we'll try - to - increase its speed... - -2007-05-24 17:35 rgb - - * .: I'm gradually refining the bitstream variance -- 290 is from - over - 260000 samples. I'm shooting for a s.d. of a couple of tenths, - although - honestly it is overkill. - -2007-05-23 05:02 rgb - - * .: OK, this is a major enough checkin. I have at long last fixed - bitstream.c. Marsaglia's published value of sigma is off by close - to a - factor of two. sigma is in fact 288.6. I have verified this by - simulation with very excellent RNGs, e.g. MT or gfsr4 AND with - HARDWARE - generators (which were failing bitstream before). - - Marsaglia couldn't resolve the error (which could just have been - due to - a typo at some point that was perpetuated) because his test - didn't run - enough times or plot the pvalues in a histogram, but if you plot - the - obtained means in a histogram and fit a normal to them, there is - absolutely no doubt. - -2007-05-23 04:35 rgb - - * .: Forgot to check this one in... - -2007-05-23 04:31 rgb - - * .: OK, this is one of two ways to get things to metatron to run - faster. - -2007-05-23 01:12 rgb - - * .: This fixes several problems, and is working its way towards a - new - release. - -2007-05-22 14:04 rgb - - * .: Silly checkin, as I dropped a file here that goes below. - -2007-05-21 23:46 rgb - - * .: Well, we're making LOTS of little changes here. We're - splitting off - Exit() into its own file so it can be shred, we're moving - db_gnu_r_rngs.c to gnu_r_rngs.c, we're adding prototypes and - changing - the namespace for RDH. All at once. - -2007-05-21 22:14 rgb - - * .: Fixed small problem in makefile. Otherwise I'm not sure why - these files - are changing -- they really shouldn't. - -2007-05-21 19:04 rgb - - * .: I do believe that this now is ready to rock and roll. AFAICT, - it "just - works". - -2007-05-21 18:39 rgb - - * .: This is checking in dieharder WITH RDieHarder included and - under version - control. RDieHarder now depends on dieharder sources. I still - haven't - got the Makefile, with dependencies, built into the existing - Makefile - but I will. Basically, I plan three new targets: rdhprep, rdhlib - (as - root only) and rdhtgz (to make a "package" out of it). - -2007-05-21 13:34 rgb - - * .: Well, we've been working hard here. Let me try to summarize. - I've - instrumented the code to make it "easy" to move it to RDieHarder. - Dirk - doesn't understand, quite, how I plan to make RDH a "part of" the - dieharder source tree, but he will when I'm done as it will then - be - really easy to prep his cran/debian package. I think, I hope. - - I think that I'm going to need to pursue dieharder this summer - pretty - aggressively in addition to working on axioms and other books. I - should - probably look hard at getting money to support it, as well. - -2007-05-19 12:14 rgb - - * .: We've got to get this to lucifer and then try to unpack it on - metatron... - -2007-04-29 18:06 rgb - - * .: This too has to go to lucifer... - -2007-03-12 13:50 rgb - - * .: This is the last set of changes associated with 2.24.3 -- - which is - hopefully getting really, really close to a release I can live - with. - I suppose I should fix the man pages, at least to some extent. - -2007-03-05 15:35 rgb - - * .: This looks like it successfully splits off the manual so it is - no longer - autobuilt and is not in the rpms. - - From here out the manual will be a SEPARATE project aimed square - at lulu - publication as a book I might even make money from. - -2007-03-05 15:32 rgb - - * .: We'll work our way there by hook or by crook. - -2007-03-05 15:32 rgb - - * .: Grrr. I just lost a whole bunch of work... - -2007-03-02 01:00 rgb - - * .: This has now been fixed, a la Charles Karney's suggestion and - Janusz's - paper demonstrates, to use overlapping samples by default. Some - tests - it really DOES matter, if those tests are valid at all (operm5 - being a - classic example). I still doubt the bitstream-dna test series -- - I - think that there is NO difference between overlapping and - non-overlapping samples there, or at most a tiny shrinking of the - distribution variance in the end, as they don't measure - "overlap", only - a CLT-limited mean. Overlapping 20 bit samples should make a tiny - shift - in the sample standard deviation and have no other effect in - these - tests. - -2007-03-02 00:38 rgb - - * .: This fixes the Bug reported by Brian J. Wong, making bl and bu - of a - function in bits.c static uint (preserved between calls) instead - of - dynamic. Probably my bad... - -2007-02-28 15:39 rgb - - * .: Sending this into SVN on general principles. - -2007-02-28 03:38 rgb - - * .: This actually seems to work. So we now have 66 random number - generators - to test. Tony Pasqualoni's Cellular Automaton rng isn't anywhere - NEARLY - as fast as he alleges compared to the GSL routines inside - identical - packaging -- in fact it is about par for the course -- but so far - it - seems to be 1 bit and 2 bit random, and we're working on a -a run - that - will expose it to the latest/greatest operm5. It remains to be - seen - whether or not K. Janusz's paper contains algorithms that will - let me - check and/or correct Marsaglia's operm5, or perhaps extend the - operm5 - into a RANGE of tests like rgb_bitdist. - -2007-02-28 03:19 rgb - - * .: This is a very first cut of Tony Pasqualoni's Cellular - Automaton - random number generator, ported into a gsl standard wrapper. This - will - let me test Tony's assertion that this is a good, very fast rng - in - exactly the same wrapper that one can study the other "good" (but - slower) rng's. - -2007-02-27 07:10 rgb - - * .: This is a really modest checkin, but we'll see if it can - manage... - -2007-02-27 07:04 rgb - - * .: TAG 2.24.2 - - I fixed the -q(uiet) flag so that it works, and decided to bundle - all of - the above bugfixes and feature shifts into a new minor minor - bump. This - is the "official" GBT build, if Dirk concurs when he tries it. - - As far as I know, we're at least back where we were when we - started - implementing GBT and then some. - - Now, if only I could figure out the trunk thing. Maybe I'll try - doing a - checkout and build without the trunk movement... - -2007-02-27 06:31 rgb - - * .: TAG 2.24.1-2 - - Fixed documentation and added a hard record of Janusz's bug in - operm5. - -2007-02-27 06:06 rgb - - * .: Sending this to Duke, at least... - -2007-02-27 06:06 rgb - - * .: This contains a change suggested by the following: - - % - To: Robert G. Brown - Cc: Dirk Eddelbuettel - Subject: Re: Random R-Package - - Hello, without going to much into peculiarities (for now, at - least) of - the rngs and numbers coming from Marsaglia and you (Robert), I - would - like to give the result from our paper that is directly - applicable to - the operm5 header you cited below: - - "...(with # rank 99)..." - this is the point I questioned in our - paper. - I asked Marsaglia how he got this rank, but I never received the - reply - from him. I can only presume that he either guessed this number - or - estimated it (somehow). It remains a mystery to me; like a - Marsaglia's - voodoo step. The answer should be 96=5!-4!. It is not a big deal - of a difference in this case, however, the theorem we proved - allows one - to consider cased of perm6, perm7 ... and higher with the exact - number - of degree of freedom calculations. Thus, exact and not guessed - results. - - It is my opinion that the operm-type test is very powerful for - detecting - local correlations (dependencies) and it should be used for such - purpose. So, any algorithmic PRNG will suffer and most likely do - not - dwell well when exposed to this test. I have not had a chance to - do - serious experiments on the "natural-random" generators, e.g. - alpha-particle counting, radio noise signals and many others. - But, I - suspect that the operm-type test should do well in this - situation. - - I cannot promise at this time much, but I am going to look at the - issues - you addressed in your e-mail. However, the questions you've - raised are a - bit different animals to deal with. - - In summary, it would be useful, once and for all, to correct 99 - degrees - to 96 in the operm5 Marsaglia's header file. Maybe, one day, this - will - happen :-) - %, who - was running the test on a file of data just one time per test - using more - or less this line: - - for t in $(echo "-d"{1..19} "-r"{1..4} "-s"{1..2}); do - ./dieharder -q -t9375 -p1 $t;done > results - - He noted that kstest_kuiper returned 2.0 for input single pvalues - of - 0.0, and that the test overall returned a pass even if p=1.0 - exactly - (which it also should not do for single pvalues). - - I made the following changes. kstest_kuiper now returns a single - input - pvalue as its output pvalue -- clearly that's all one can do and - the - right thing to do. The test.c assessment that prints out the - results - also no longer calls the return a KStest result, and reports - failure - a bit differently, flagging the high-p failures as well as the - low p - failures, and adjusting the reported failure range accordingly. - - To do this I had to use -static in the Makefile to work in the - development tree. I'm guessing that I need to add LDFLAG = - -dynamic to - the build make line in the specfile and should LEAVE it -static - in the - actual tree so people don't get stymied if they download and - build in - the tarball directory ("people" including me) while rpm's will - still - autobuild dynamic correctly. - - Finally, Matthias reported that the -q flag doesn't work. He's - right, - but I'm not sure I'm going to fix that. Rather I should probably - just - kill it and let people filter the output results by hand... - -2007-02-06 04:42 rgb - - * .: I've just fired this up to the web. I deem it finished enough. - Now to backport the library fix to wulfware, and call it a night, - very - much a night. - -2007-02-06 03:06 rgb - - * .: OK, it installs and builds PERFECTLY, and THIS time it almost - certainly - is dynamically linking to libdieharder.so, as it linked without - the .a - library present at all. I'll now have to go retrofit this to - wulfware, - as it is not building correctly. - -2007-02-06 02:39 rgb - - * .: This actually rand and built! Now to try to rebuild it WITHOUT - the .a - library installed... - -2007-02-06 02:30 rgb - - * .: Just in case I drop something, I finally seem to have "fixed" - the - libdieharder makefile. On to fame and glory. - -2007-02-05 20:06 rgb - - * .: OK, this is crawling on closer to ready to go... - -2007-02-05 19:51 rgb - - * .: Make this go away, please. - -2007-01-28 15:58 rgb - - * .: This has a brand new ultra-cool target, "installrepo" that - makes the - rpms and installs them in the repo, from when yum can install - them. - - BTW, I think I forgot the "requires" tag in the dieharder - sources, - partly because it seems that it isn't, in fact, required. Hmmm. - -2007-01-28 00:11 rgb - - * .: This works! - -2007-01-27 22:39 rgb - - * .: This is getting really close, worth checking in... - -2007-01-27 18:27 rgb - - * .: This now builds a perfectly rebuildable tarball. We can think - about - just what else we'd like to add to that tarball in a moment, but - first - we need to FINALLY get the rpm to build, maybe. - -2007-01-27 17:59 rgb - - * .: This updates the abstract. - -2007-01-27 17:50 rgb - - * .: OK, this just maybe is working now with a target that rebuilds - both specfiles and Makefiles when the toplevel Makefile is - altered. - -2007-01-27 16:57 rgb - - * .: This is just peachy. make and make install targets work for - BOTH - dieharder_src and libdieharder directories, which is pretty cool, - really. The remaining problem will be how to force a rebuild - of the library in such a way that it works when we're developing - but - doesn't barf when we're rpm-ifying. - - At this point in time it is high time to try the rpm build. +------------------------------------------------------------------------ +r529 | rgbatduke | 2011-04-01 13:49:31 -0400 (Fri, 01 Apr 2011) | 117 lines + +OK, this is a fairly enormously major brutal checkin. Both dieharder +and libdieharder are ALMOST -Wall -pedantic clean. To get it there I +had to learn several things, such as how to get gcc to ignore "unused +variables" that are conveniently in a shared include file but aren't +really used in all the modules that share it, the fact that the various +flavors of C have varying "maximum string size guaranteed to be +supported" limits (none of which are really relevant to gcc, but it +complains about them anyway), and more. And of course I had to delete +all the cruftish lines of e.g. unused loop variables. I'm not quite +done with cleanup -- I may have gone overboard in a place or two and may +need to put some things back or address things that might affect +function -- but I want to get this all checked in. + +There are two build errors left -- one is in dieharder/rdieharder.c (and +hence is yours, Dirk) and the other is in the skein code (and hence is +yours, David). David, I also need you to check a fix I made to the +rng_threefish code -- I finally took the time to figure out the dread +"dereferencing type-punned pointer breaks strict aliasing rules" +warning. I replaced the offending line: + + *((unsigned long int *) state->block) = s; + +with + + unsigned long int *blockptr; +... + blockptr = (unsigned long int*) &state->block; + *blockptr = s; + +That is, I read what you were trying to do as "Set the contents of +state->block, cast to an unsigned long int pointer, equal to unsigned +long int pointer s" which might work but gcc -Wall hated it even before +-pedantic and (from what I've read) can have undesired side effects. So +I introduced an actual unsigned long int pointer, put the address of +state->block in it, and the set its contents equal to s. It didn't seem +to break threefish -- I tested the first few returns before and after +the fix with -S 1 and they were the same -- and I'm using threefish +right now in a validate.sh run to make sure that I didn't egregiously +break dieharder with all of the changes. + +Changes you should be aware of: + + * To avoid most of the "too long string" errors I went to -std=c95, +which permits strings a page in size (4095 bytes). That accommodates +the auto-documentation strings in the test headers. There may be +another way of doing this -- in fact there are probably two or three -- +but to alter the dh headers at this point would (marginally) break the +API so it will need to wait for v4, I think. Apparently gcc is about to +be dressed up with an __attribute__ that will probably enable extra +large or unlimited data strings without complaints which is sensible +enough since it works on them anyway AFAICT. + + * c95 turned off uint translation . I went through a huge block of +code turning uint into the two words unsigned int before getting +irritated enough to look at the headers where I discovered that yeah, +you can turn on the uint -> unsigned int macro with a suitable define. +So I did. + + * c95 turned of BSD math macros in math.h, including M_PI. That +seemed really silly, so I turned them back on with a suitable define. I +didn't turn on the long forms (they only really make sense for long +doubles) but we can do that if we ever need PI to 24 places or whatever +it was. + + * -Wall -pedantic really hates any sort of data that is included in a +source file where it isn't used. If we were all perfect programmers, I +suppose that we would create enough include files and control where they +were included precisely enough that no source file even included an +include file with a variable it didn't actually use. Alas, I'm not a +perfect programmer and lots of the data structures used only inside +certain tests or by certain generators are shared via libdieharder.h +with program modules that don't use them. Adding +__attribute__((unused)) after the definition but before the = sign +basically tells the compiler "Yes, I know, I planned it that way, now +shut the fuck up" and passes them through -pedantic without complaint. + +I suppose that the virtue of the check is that it helps prevent +namespace collision, but of course the compiler checks for that anyway +and general local vs global rules seem like they would handle any +accidents that crop up the right way. If I feel really, really +energetic someday I may go and segregate out the data and either add it +to the sources directly (in a lot of cases that's a good place for it +anyway) or put it in a separate include file per module. OTOH things +like the dh headers are shared because I DO access content from them in +lots of places and want to be able to get to it from anyplace, so there +will always be some ((unused)) attribute variables in the program. +Printing out the test description string for any given test, or looking +up the default tsamples or psamples, for example, is something any sort +of application that uses the libdieharder library might want to do. + + * As per current GBT recommendations and Dirk's suggestions, all of +the auto-whatever stuff in autogen.sh is now basically a single +autoreconf call. In fact, it looks like they made autoreconf just +because getting all of the things just right after a major GBT update +is, in fact, the pain in the ass that it has been to me from the +beginning, so this is rather a relief. I did leave the configure call +in the bottom, so running autogen.sh should still take one from a clean +checkout to make-ready, or of course you can enter autoreconf by hand +and run configure by hand as per usual. Hopefully this will all make +Debianheads happy...;-) + +Things that I have NOT done yet -- this checkin is basically six hours +of work from 9 to 3 am plus another couple of hours today, so I'm +working as fast as I can as it is -- include debugging the endian +problem in the threefish (or was it AES?) code on e.g. a sparc or +powerpc set to the other endianness and dealing with a few real bug +reports that have come in from users already. I wanted to get the code +clean first as who knows, maybe doing so will help solve the problem? + +SO, if you guys could each fix the two remaining problems (or tell me to +play through in spite of the fact that I'm not sure what is being +accomplished and what would break what) then I'll try to move on to the +next step. + + rgb + + +------------------------------------------------------------------------ +r523 | rgbatduke | 2011-03-10 11:09:12 -0500 (Thu, 10 Mar 2011) | 4 lines + +A last minute oops. I wanted to mark operm5 as good, and mark all of +the monkeys suspect (as they can pretty easily be run to failure for +good generators still). + +------------------------------------------------------------------------ +r510 | rgbatduke | 2011-01-07 16:19:40 -0500 (Fri, 07 Jan 2011) | 31 lines + +This is a WORKING snap and bump to 3.29.6beta. I actually fixed several +things that I broke before in the rng selection process. New features: + + rng_kiss -- a damn fine rng. Faster than mt, better than mt except for +period. + + rng_XOR -- Select this rng, and a list of others, e.g. + + ./dieharder -g 207 -g 208 -g 14 -g 6 -g 205 -a + +dieharder will then return the output of 208 (kiss), 14 (mt19937_1999), +6 (gfsr4) and 205 (aes) all xor'd together. Period infinite, no LESS +random than the MOST random of the generators alone. The price you pay +is sure, 2, 3, 4 times slower. But this is now the official gold +standard dieharder testing generator, as finding something randomer will +be difficult and of longer period impossible (what is the least common +multiple of 19937, 121, and all the rest? 2 to that power, like that). + +I'm working on superkiss, a vectorized version of kiss with an insanely +long period, but the double precision part is broken and I don't see +why. The integer part works. I'll figure it out maybe tonight, and +have a few other Marsaglia generators to add. + +Then I'll return (finally) to tests, with the gold standard generator +well and truly in place. At least three dieharder (diehard) tests are +broken, and I'd like to fix at least ONE of them before I get bogged +down teaching again. + + rgb + + +------------------------------------------------------------------------ +r508 | rgbatduke | 2010-02-19 13:13:56 -0500 (Fri, 19 Feb 2010) | 9 lines + +Oops, forgot to update FIRST. This should get me back in sync. You +guys should ignore this; I'm rearranging my whole source tree on my +laptop(s), dieharder included, and am just trying to make sure that the +rebuilt one is clean. + +I also haven't completely forgotten the last post/request for interface +room -- I've just been insanely busy and haven't had time to even think +about it for the last few weeks. But I will get back there, I promise. + +------------------------------------------------------------------------ +r498 | rgbatduke | 2009-10-28 01:48:25 -0400 (Wed, 28 Oct 2009) | 28 lines + +Wow, a lot of stuff. This checkin contains a working -Y 2 option for +"test to destruction" where ttd is by default a return pvalue of +0.000001 or less OR getting to 10000 samples alive (both parameters +can be set on the command line with -X tolerance and -Z cutoff). I +actually did it two ways, and will keep the second (better) one and +shortly remove the cruft in std_test.c. In addition I had to update the +help, I updated the output routines in output_rnds so I could dump a +list of formatted floats (to test another rng tester that alas was so +broken it couldn't read any format I tried anyway), I fixed and updated +the man page, I got rid of the old overlap variable (no longer +desireable or necessary, although I have a bit of cruft left behind to +clean up still). + +As a result of the initial ttd test, I am certain that there is a +problem with diehard_dna, one that causes it to fail aes at 0.000001 in +1500-4000 samples. This is odd, since this test has an "exactly" +computed mean and sigma target. I may try threefish in a second to see +if it fails too, in the same general order. Haven't done the auto-xor +generator thing yet. + +I still have to implement -Y 1 (resolve ambiguity mode) where it will +force a test to fail or come back up with more samples, but it should be +straightforward. However, it is almost 2 am and I teach way too early, +so it is off to bed. + + rgb + + +------------------------------------------------------------------------ +r497 | rgbatduke | 2009-10-22 09:45:52 -0400 (Thu, 22 Oct 2009) | 20 lines + +This is a not-quite-yet-broken checkin of -Xtreme mode changes. Three new +control variables are in place. They are parsed (untested). They are +used in std_test to allocate much larger pvalue vectors (Xcutoff in +size) at test initialization time. I'm JUST READY to hack into the main +std_test execution loop with case switches or other conditionals and +implement at least resolve ambiguity and ttd modes. But as usual, I +have to go in and teach. At the moment, though, DH still builds and +runs -a correctly, so it seems like a good idea to check in a still +working snap in case I break everything and want to start over from +here. + +Oh, I also am cleaning up a bit and made the multiply_p variable (-m +option) a double, so you CAN enter -m 0.1 and run only 10 psamples for a +fast version of -a(ll). At this point a lot of debugging is just +ensuring that all the tests run, and it is a PITA to wait 30+ minutes +for a -a(ll) run to get through. So you now CAN test fewer than the +default number of psamples in an -all run, even though most people won't +use the option in actual testing. The usual usage, -m 10 or -m 100, +works fine still. + +------------------------------------------------------------------------ +r495 | rgbatduke | 2009-10-20 14:25:32 -0400 (Tue, 20 Oct 2009) | 34 lines + +I'm checking in a lot of changes down below. -m is implemented and +documented. -k is implemented and documented. The man page is fixed +(post good-kstest and aes/threefish). The endian bug went away when I +refreshed the include files, making me wonder if it wasn't some sort of +strange GBT stuff and not a real problem -- I left in the endian code in +configure.ac but don't use it. I re-fixed diehard_runs.c -- it was +broken post patching but now seems good. I filed some documentation and +bug reports. I fixed a number of pernicious warnings about needing +casts (one still remains in threefish, but it is David's and I don't +know how to fix it). I worked on dieharder.html.in pretty substantially +to get it to match all of the above. + +Next, -x (and maybe -X). + +(p.s. -- Welcome David.) + +(p.p.s. -- I'm still testing -- sigh, forever -- but it looks like all +non-deprecated tests are working OK in this snap, and that the -m +feature works nicely. I documented timings for the k options, and +basically it comes down the kstest being too slow to do large numbers of +samples without switching over to the asymptotic form of the test at +some point. I mean, going from three minute runs to over three hours +and still counting when I quit for a factor of 10 difference in the +number of samples, really serious nonlinear gains in the amount of +work/time required, and this was still -k 1 with Marsaglia's more modest +speedup, not even the "exact" mode with no speedup at all. + +This will quite possibly require some further hacking of the boundaries +for a crossover that is "practical" and not too inaccurate as we gain +experience with our own patience, especially as we implement a -x like +option that just keeps crankin' on the number of samples to hit a +prespecified tolerance for failure.) + + +------------------------------------------------------------------------ +r494 | rgbatduke | 2009-10-19 09:46:39 -0400 (Mon, 19 Oct 2009) | 3 lines + +This is all of the Bauer patches. Some are tested, but the testing +continues. + +------------------------------------------------------------------------ +r493 | rgbatduke | 2009-10-18 10:43:52 -0400 (Sun, 18 Oct 2009) | 108 lines + +This is checking in what will be 3.29.4beta. + +Primary fixes so far: + + Several changes to configure.ac to eliminate all reference to libaes +and to set macros ENDIAN_BIG or ENDIAN_LITTLE to 1 in the configure +stage of the build. I plan to insert a very simple prequel in Brian +Goodman's brg_endian.h header file that handles endian issues cleanly +and skips most of the stuff below for little endian. I do need to +ensure that it builds on i386 as well (when I'm done) as I have a report +that 3beta doesn't build clean on that architecture due to problems in +this header file. + + A fix due to Glenn Emelko, GEmelko@aclara.com, where I correctly +bumped filecount to type off_t in libdieharder.h but failed to redefine +rtot and rptr accordingly in the rng_file_input.c struct and code. He +was running 18 GB raw files and obviously this overflowed uint variables +with bad results. Oops, and thanks Glenn. + + I am trying to get sts_serial.h to run at 24 bits by default, not 16 +(I think that this will still take a not unreasonable amount of time). +The problem is that sts_serial doesn't use bits.c calls to parse out the +next 24 bits, it just grabs 16 bit, then the next 16 bits, out of 32 bit +uints. This is fast but not scalable. I have to go in and edit the +code to use bits calls to get the next 24 bits, no foolin, or better yet +use -n ntuple to set the maximum number of bits teste (that's my real +goal, with 24 being the default). + +Plans: David Bauer sent me a fairly extensive patch against 3.29.3beta +that fixes some memory leaks and/or speed issues in bits (?) as well as +fixing some parts of the diehard OP code -- probably fixing Marsaglia's +bugs and not mine, but hard to say. There are bugs in there and I've +already squashed several so it wouldn't surprise me if there are more +(even more of my own:-). I'm going to TRY to implement most of his +fixes if they work well and seem to fix something that makes sense to +me, although I'd feel better (per fix) if I could find a test case that +illustrates the failure. I may have to ask him how he found the bugs so +I can document them in svn somewhere, later. Memory leaks of course are +relatively easy and again, I could easily have created some -- getting +rid of them is definitely called for. David is also looking at the +rgb_bitdist tests (which SHOULD be as sensitive as the OP tests if +cranked up to the correct degree) -- there may be some fixes there +coming. + +Finally, I have a few operational changes in mind -- primarily adding or +altering the new interface in a couple of small ways. Kuiper will go +away as an option (but not the code -- I'll leave a macro in place that +can switch it back on in case there is ever any point in reconsidering +the test, if for example I or David or somebody else figures out an +exact CDF for it so it becomes as accurate and perhaps faster than KS, +or it is needed for a specific rng test in the future. -k flags will be +used to control how hard ks works (and hence how fast vs accurate +dieharder is) with a default of pretty fast, pretty accurate and +alternatives of slow but to-convergence-exact and really fast but only +accurate enough for the short version of the -a(ll) run. + +I'd also like to introduce two new run modes controlled by flags. One +of them, -m(ultiplier), will allow the user to enter a scale factor to +be applied to the default 100 -psamples used in -a(ll) runs (otherwise +ignored). So if one want to run all the tests but with 1000 psamples +per test (or 10x whatever the per-test default is) one runs -a -m 10. +This should make it MUCH easier to test to destruction, increase test +resolution, etc. + +Second, I want to introduce a flag that runs a test "to failure" -- +something I've planned to do for a long time. David has already hacked +in his own version of doing this, and I used to do something very +similar in my numerical simulations. The idea of running in -x(treme) +mode (or whatever I name the flag) would be to start with e.g. 100 +pvalues and then add 100 pvalues at a time to the test run until the +final pvalue fails a fairly stringent (user selectable) cutoff. + + -d 1 -x 0.000001 + +would add psamples to the birthdays test until the final pvalue is under +0.000001. + + -d 1 -X 0.000001 + +would do the same thing, but it would run the test to this degree of +failure psamples = 100 times with different rng seeds (if appropriate) +and return something like max, min, mean number of psamples required to +cause a test failure. SOMETHING like this is going to be needed, +because I think it is entirely plausible that some tests have +"poisonous" seeds that have just the right prime modulus to introduce +correlations in their stream, but that NEARLY ALWAYS are started with +seeds that yield good streams. + +I'd like to have these last two options work for -a -m runs as well, so + + -a -m 10 -X 0.000001 + +runs all tests until they fail low or high at one part in a million, +1000 times for different seeds per run, returning the average number of +psamples required to reach failure. I'd even like to be able to plot +the distribution of this number so one can pick out e.g. bimodal +distributions (bad seeds!) etc. + +At some point being able to do everything that dieharder will want/need +to do is going to require a GUI -- something that can generate scatter +plots, candlesticks, real non-ascii histograms, line graphs, 2d/3d +surfaces. But that's still a ways in the future. -X is going to be +pretty tricky as well, as dieharder isn't equipped to return anything +but a final cumulative "pvalue" in [0,1] for a test. But it is probably +better to do it now in the beta phase where this doesn't really damage +any other future dependent interfaces (e.g R). + + +------------------------------------------------------------------------ +r492 | rgbatduke | 2009-10-12 18:53:13 -0400 (Mon, 12 Oct 2009) | 8 lines + +THis is mostly to check in the dieharder NSF proposal from last year as +it has a roadmap for future dieharder development, and I'm thinking hard +about adding a few of the many missing generators now that kstest is +reliable. I'm still working on kstest, mind you, but it is mostly on +the details, not on the basic code. + + rgb + +------------------------------------------------------------------------ +r491 | rgbatduke | 2009-10-12 14:55:55 -0400 (Mon, 12 Oct 2009) | 6 lines + +This actually works PRECISELY for all count ranges. It is still in +testing -- I've got a bit of work to do to be ready to release this +globally (including letting David test it and see if he agrees) but it +should COMPLETELY FIX dieharders final kstest (and I'll give it one +last opportunity to fix diehard_sums():-). + +------------------------------------------------------------------------ +r490 | rgbatduke | 2009-10-12 12:39:51 -0400 (Mon, 12 Oct 2009) | 10 lines + +Checking in some key papers (and some stuff getting rid of broken +diehard_sums altogether for now -- leaving in the test but strongly +deprecating it in dieharder). The papers SHOULD permit us to compute +the exact CDF for the one-sided KS test against a uniform distribution +for small N and thereby make the KS test reliable for all sample sizes. + +In particular ks_CDF_N.pdf looks like it will do the trick. + + rgb + +------------------------------------------------------------------------ +r489 | rgbatduke | 2009-10-11 11:05:24 -0400 (Sun, 11 Oct 2009) | 32 lines + +FINALLY I got threefish to work. brg_endian.h was broken as shit; it +starts off by pulling something from crypt.h that is obviously broken on +modern linux boxes (at least my Fedora 11 x86_64 box). The remaining +code looks quite general and seems to work, although I have to admit I +absolutely hate crap code like this -- it smacks of aimk, imake, and +other crap tools that detect platform type using some sort of transient +trace from one tool or another that breaks three years later (or rather, +requires yet another conditional). I'll leave this in for now in case +somebody wants to port to sparc or some bigendian platform, but since we +are using threefish only to make random numbers and don't care to ever +decrypt the stream of 0's or whatever it is applied to, I honestly doubt +that it matters. Getting endianness wrong sounds like it is at worst an +extra byte shuffle. + +Either way, this will be 3.29.2beta and I'll put it up on the dieharder +website in a few minutes (after a full -a run of threefish passes). I +may add a comment to brg_endian.h indicating my hack, lest people be +tempted to use it as if it weren't modified. + +Grrr. I'm REALLY tempted to just strip it to the two line definition +that is all that matters in skein_port.h and screw the whole "automagic" +thing. Robust code is robust code, and there are bound to be +intrinsically portable ways to handle endianness IF it is really +necessary in the first place. + +At least this finally liberates me to move on and work on kstest and +kuiper again. That's been on hold for a few days, but I'm feeling like +we're getting close to having one or the other work "perfectly" (if I +can find and add the missing O(1/N) correction terms from the +literature). + + +------------------------------------------------------------------------ +r488 | rgbatduke | 2009-10-08 12:50:29 -0400 (Thu, 08 Oct 2009) | 25 lines + +This is most of the threefish stuff required, but I'm still having +trouble with the big/smallendian conversions apparently needed by skein +in threefish. One function that is supposed to be defined automagically +is coming out UNdefined in the linker, which is "bad". I may have to +ask David Bauer how he got this to compile. Note that I've added both +bauer and emelko's current round of bug reports and remarks to the Bugs +directory below. David in particular has been really looking hard at +kstests, and with good justification. The kstest is apparently very +poorly defined even in stats texts and the literature. It is apparently +more broken in R than it is in dieharder, and it is still a bit broken +in dieharder. + +As is so often the case in dieharder problems, pushing the test suite to +new limits exposes weaknesses in code that has long been taken for +granted because it has never been used for a rigorous analysis of this +sort. But it NEEDS a precise ks or kuiper test, not just a sorta-useful +approximate one, or one cannot rely on its statements of weakness or +failure. + +Anyway, this checkin is still broken but is within one #define or so of +working, I think, once I figure out how to do it without violating the +code in the brg_endian.h include that is supposed to automagically +select the right Skein function that is currently undefined. + + +------------------------------------------------------------------------ +r487 | rgbatduke | 2009-10-07 12:19:44 -0400 (Wed, 07 Oct 2009) | 16 lines + +David Bauer contribued two cryptographic grade GSL wrapped rngs (one of +which I had been working on myself, but his has no dependencies and it +works already). rng_aes appears to work, very respectably. It has +minimal controls (compared to aespipe) but aespipe is still there if +people want to play with it directly. It isn't too shabby speedwise, +actually, for what should be a world-class rng. I'm going to see if he +(David) cares if I contribute it back to the GSL -- it needs a few +generators like this in its collection. Although as it is GPL the +answer is obviously not, I think. + +In a second I'm going to insert rng_3fish as a second one. These are +enormously useful for testing dieharder itself, and as GPL sources will +be useful just being part of the dieharder unless/until they make the +GSL. + + +------------------------------------------------------------------------ +r486 | rgbatduke | 2009-10-06 14:26:39 -0400 (Tue, 06 Oct 2009) | 3 lines + +Little fixes, ignore. Added -d 204 to -all properly, fixed its +autodocumentation a bit. + +------------------------------------------------------------------------ +r485 | rgbatduke | 2009-10-06 14:17:43 -0400 (Tue, 06 Oct 2009) | 35 lines + +This records a validation script to use with aespipe to produce a +"standard run" of dieharder in -v3. aespipe with the fixed, trivial +256-bit key in aeskey below, is used to encrypt /dev/zero into a stdin +stream and fed to dieharder -a. The encrypted stream should be as close +to "truly random" as we can currently manage with simple, reasonably +fast tools. The interesting thing is that this stream actually PASSES +ALL OF THE TESTS in dieharder, even the "known bad" tests such as +diehard_operm5. This makes it very, very useful for comparison +purposes. For example, for the first time ever, I feel like I can now +say that mt19937 actually FAILS dieharder (or has weaknesses that are +explicitly exposed by dieharder) when it consistently has tests (even +very specific tests for very specific length ntuples) on which it is +weak or fails or exhibits high bias in its output pvalues. + +To be fair, passing all of the tests isn't necessarily a good thing, +since there are over 100 of them including ntuples. One expects 1/100 +or 1/200 or thereabouts to be weak for a PERFECT RNG on most runs. +Eyeballing the distribution of final P in the aespipe run reveals that +dieharder still produces a weak high bias in the final distribution of +pvalues, but this is very much in line for the bias revealed by +rgb_kstest_test and is therefore very likely an artifact of using -p 100 +as the default for most of the tests in -a(ll). + +I'm going to run the validation line: + + cat /dev/zero | aespipe -P aeskey | ./dieharder -g 200 -a + +with -p 1000 just for grins (which will take the rest of the day, I +expect) and see if it doesn't push the final distribution right back +where it belongs, with less visible bias towards the 0.9-1.0 range and +away from 0.0-0.1 on the bottom. + +Still, a perfect PASS for a nearly perfect generator. How cool is that? + + +------------------------------------------------------------------------ +r484 | rgbatduke | 2009-10-06 12:45:36 -0400 (Tue, 06 Oct 2009) | 40 lines + +This is a set of changes that: + + a) Fix (for the time being) a problem with ltmain.sh, badly. I +suspect that I'll need to add a libtoolize command to the autogen.sh +script in order to prevent drift from local libtools in the long run, or +give in and make it a link to /usr/share/libtool/config/ltmain.sh and +pray that this is portable. + + b) Changes the default ks test in dieharder from broken Kuiper or +broken KS to fixed KS. This is an CRITICAL fix and needs to backport to +2.28 as with it dieharder will FINALLY give much more nearly correct +pvalues for the relatively small number of pvalue samples in the kstest +at the end of each test. With the old code one needed two or three +orders of magnitude more samples -- at LEAST -p 10000 -- in order for +the final pvalue to be not VISIBLY high biased when applied to perfect +uniform deviates. With the fix -p 100 works "OK" although -p 1000 would +be better and will probably be the default -a(ll) option in 3.x. + +The actual fixes are a single line in dieharder/set_globals.c (change +the comment name but not the default number of the ks_test global), a +single line in libdieharder/kstest.c, and switching the order in +libdieharder/std_test.c so that ks_test == 0 runs kstest, not +kuiper_kstest. Fixing the documentation is probably not worth it in +2.28. + +I would suggest still holding out on actually making the fixes for a +bit, as I'm actively playing with things and testing out the new code +(in a moment with aespipe as I still haven't finished rng_aes). The +changes are preserved and saved as 3.29.1beta, though, with the addition +of a very useful and useable rgb_kstest_test routine that can be used to +further debug and/or improve the kstest used to generate final test +pronouncements of pass/fail/weak etc. And we still need to decide if it +is time to move on to v3, as a lot of people are using it and it seems +to be stable and usable and has lots of bug fixes and feature +enhancements (including much better future scalability as I add tests +and generators). + + rgb + + +------------------------------------------------------------------------ +r483 | rgbatduke | 2009-10-06 09:08:59 -0400 (Tue, 06 Oct 2009) | 7 lines + +The new rgb_kstest_test in this version actually works, but it looks +like we have some sort of libtool derived bug in the build. I'm +checking in clean so I can rerun libtoolize, which will hopefully get me +a new ltmain.sh, which will hopefully build a libtools script that +contains the correct ECHO/echo lines and perhaps deals with MODE +correctly. + +------------------------------------------------------------------------ +r482 | rgbatduke | 2009-10-04 09:44:12 -0400 (Sun, 04 Oct 2009) | 15 lines + +Ignore today's checkins, Dirk. I'm adding a new test (rgb_kstest_test) +to test the kstest routines (as well as to MAYBE function as a new test +in the suite, but I doubt that it will be sensitive enough to be any +use). Basically, I plan to fill a vector with tsamples uniform +deviates, run a kstest on them (which tests for uniformity and generates +a pvalue that should itself be a uniform deviate) to fill in the usual +vector of pvalues and run the final kstest on that. A kstest SHOULD +recursively take uniform deviates to a uniform deviate, for a large +enough set of uniform deviates, and I want to find out a) if this is +true; and b) if it is true just what a "large enough set" is. This test +should help me find out both, and if a) is incorrect, to perhaps "fix" +the kstest as this is their THEORETICAL behavior and failure to +accomplish this indicates a bug in the code or a real problem in the +theory... + +------------------------------------------------------------------------ +r481 | rgbatduke | 2009-10-02 16:32:30 -0400 (Fri, 02 Oct 2009) | 3 lines + +This checks in what might be a VERY IMPORTANT fix to kstest, due to +David Bauer. Needs more testing, though, with a world class crypt. + +------------------------------------------------------------------------ +r480 | rgbatduke | 2009-03-17 08:27:23 -0400 (Tue, 17 Mar 2009) | 2 lines + +Checking in so I can leave. + +------------------------------------------------------------------------ +r479 | rgbatduke | 2009-03-17 00:28:25 -0400 (Tue, 17 Mar 2009) | 3 lines + +This is broken as far as the aes generator is concerned, AND I'll +probably need to put libaes into the dieharder packaging. + +------------------------------------------------------------------------ +r478 | rgbatduke | 2009-01-29 10:57:43 -0500 (Thu, 29 Jan 2009) | 8 lines + +Checking in a LOT of changes and additions associated with v3 -- I've +been holding them so as not to screw up the RDH side of things before +everything stabilizes. A lot of the stuff below is documentation +intended to guide future development and additions. Some of it is fixes +(data and otherwise) in diehard tests. Some of it fixes the way +dieharder (the binary, not library) initializes (and adds local tests) +and runs all tests. + +------------------------------------------------------------------------ +r477 | rgbatduke | 2008-10-08 15:11:30 -0400 (Wed, 08 Oct 2008) | 3 lines + +Sending in a minor change to START fixing up parsecl.c to be more +robust. + +------------------------------------------------------------------------ +r476 | rgbatduke | 2008-09-29 22:22:38 -0400 (Mon, 29 Sep 2008) | 26 lines + +This checkin should make Mattias "perfectly happy". It enables: + +rgb@lilith|B:1140>./dieharder -a -D default -D -1 -D prefix -D +no_whitespace -D show_num -s 1 +0|rng_name|num|rands/second| +1|mt19937|13|1.17e+08| +0|test_name|num|ntup|tsamples|psamples|p-value|Assessment|Seed +2|diehard_birthdays|0|0|100|100|0.16302070|PASSED|3542794731 +2|diehard_operm5|1|5|1000000|100|0.04115096|PASSED|2304163927 +2|diehard_rank_32x32|2|0|40000|100|0.92631752|PASSED|2245496723 +2|diehard_rank_6x8|3|0|100000|100|0.86585575|PASSED|3223183182 +2|diehard_bitstream|4|0|2097152|100|0.60520232|PASSED|2615297461 +2|diehard_opso|5|0|2097152|100|0.05852624|PASSED|1542897414 + +which is, AFAICT, exactly what he wants. Oh, he wants the full test +name as an output field option instead of the short name, but he might +have to wait on that... + +This also checks in a couple of minor bugfixes reported by Mattias and +Marc Abel. Marc has another feature request I haven't looked at yet. +Both of them are using dieharder quite heavily in the beta version, so +I'm hoping that it is shaking out. I'm also hoping this round of +changes didn't break anything. + +Not quite ready for a release, but perhaps getting closer. + +------------------------------------------------------------------------ +r475 | rgbatduke | 2008-09-22 19:10:01 -0400 (Mon, 22 Sep 2008) | 2 lines + +Added small section to man page on output control. + +------------------------------------------------------------------------ +r474 | rgbatduke | 2008-09-22 07:24:15 -0400 (Mon, 22 Sep 2008) | 12 lines + +Small changes to add dieharder-config.in to the Makefile.am and to +get the rpm to autobuild with a split between @VERSION@ and +@DIEHARDER_LT_VERSION@ -- I basically twinned the latter into +@DIEHARDER_LIB_VERSION@. A slight pain, but it means the library can +have a different version (no beta) compared to the program (with beta). + +The successful RPM build means that everything is in place, although +there is still cruft in include and probably libdieharder and there may +be NON-cruft that isn't in the repo. But I gotta go and won't find it +now. + + +------------------------------------------------------------------------ +r473 | rgbatduke | 2008-09-22 03:29:33 -0400 (Mon, 22 Sep 2008) | 24 lines + +OK, this is PARTIALLY decrufted -- I doubt that it is finished yet, and +I haven't even started to tackly the proper decrufting of the library. +I've cleaned up the dieharder man page, checked all the autodocumenting +features of dieharder, and run a bunch of tests. I've preemptively +fixed around three or four bugs, and finished implementing a couple of +features that were missing on the previous checkin, e.g. the ability to +use any of: + + dieharder -d diehard_sums -g 6 + dieharder -d 14 -g gfsr4 + ... + +(all tests AND rngs selectable by name OR number. It is 3:20 am, and I +have to get up by 6:40. It is therefore bedtime. + +If I haven't forgotten to checkin any files, it should build and run +pretty well. Probably not perfectly, but pretty well. Matthias should +be happy -- if he uses -c ',' and -D prefix, he'll get close to exactly +what he wants. Everything seems to be working as far as I can tell with +limited testing. + +Might be a day or three before I can really tackle this again. G'night. + + +------------------------------------------------------------------------ +r472 | rgbatduke | 2008-09-22 00:13:56 -0400 (Mon, 22 Sep 2008) | 92 lines + +OK, this is a checkin of dieharder 3.28.0beta. It is NOT fully +decrufted, but seems to mostly nearly hopefully all work. That probably +means that there are only a dozen or two bugs. There are also a few +API features I haven't implemented in the UI yet -- specifically the +reporting of errors (like a rewind of a file in mid-test). So this +ISN'T really a beta -- more like an alpha. + +Dirk, please do not start converting this over into Rdh yet. I'm +checking it in for two reasons -- one is that I have to remove a whole +pile of files to decruft and svn won't let me until I check in. Another +is that I NEED to checkin -- it makes me nervous to have this large a +delta not checked in. There are probably a couple of critical sources +I've forgotten to add entirely and I won't know until I check in and +check out and build a fresh clean copy. + +MOST of what I've done, from Rdh's point of view, should be invisible +after Rdh is (fairly minimally) hacked one last time. Basically Rdh +should use its own version of set_globals.c (or patch mine, or ifdef +mine). Note that there are a lot fewer variables, and this list may +shrink a bit more. + +ntuple's meaning hasn't changed, and you already handle that. + +Seed and strategy work together -- the latter is a new variable and +SHOULDN'T affect Rdh, but just in case, here's what it does. + +The default strategy for dieharder is to reseed once when a rng is +chosen. In the default output view, the seed is written to the rng +information part of the header. That way if one wishes to reproduce +a test result, one can enter the seed with -S seed. + +However, this is actually a PROBLEM if one runs multiple tests from this +one seed. If one runs tests out of order, the results will be +different. This is true for me running all the tests in order via +dieharder -a if I should ever change test order, and is true for Rdh if +one runs first one test, then another in different orders, from the same +single specification of rng and/or Seed. -2007-01-27 16:41 rgb +Also, there may be situations where one wants to run a single test +multiple times, each time from a newly selected seed to (in essence) +determine if some seeds are "bad" for a given rng. dieharder doesn't +yet support that, but I think that in R it would be pretty easy. - * .: OK, this is making progress. Time to go back to libdieharder - and get - a build to work there... +Setting strategy to anything nonzero (say, 1) causes dieharder to reseed +the random number generator at the beginning of any test. If -S seed +was NOT specified, it just generates a new random seed, so that one +could run e.g. diehard_birthdays 100 times in a loop and each one would +reseed anew with a new random seed. If -S seed IS specified, it uses +the specified seed. If a file is being used for input (not stdin) it +forces a rewind at the beginning of each test, which is actually not a +bad thing to do as it conserves rands. (I hope, I haven't yet tested +this latter feature much yet but it should work.:-). -2007-01-27 16:13 rgb +SO, Rdh will probably just leave strategy = 0 alone and either set the +global value of Seed for one-time initialization with a fixed seed or +not, accepting a one-time random seed. But you CAN support strategy if +you ever think you need to. - * .: Just making sure this is all ready to run when I start to edit - the Makefile in libdieharder. +(From my point of view its primary purpose is to make the creation of a +validation run trivial -- if I run -2007-01-27 16:08 rgb + dieharder -a -S 1 -s 1 - * .: OK, this is a very painful move. We will, of course, mothball - and - preserve libdieharder's original svn tree, but now that we're - figuring - out how to do one specfile, many packages from a single toplevel - source tree we no longer wish to maintain libdieharder in a - separate - subversion project. So we're checking it into this one. All the - change history is preserved, but in pieces -- CVSROOT first, - subversion's libdieharder second, and from now on, here in the - one - true dieharder tree and its subversion controlled project. - - Next we have to get this so that a make install does the right - thing. +I generate a validation table. If I run -2007-01-27 15:53 rgb + dieharder -a -S 1 -s 1 -D test_name -D pvalues - * .: This is a first cut at making dieharder actually build, after - libdieharder is built and installed. From now on BOTH will use - ONLY - the include files that are stored in ./include, which will - actually - simplify life tremendously. I may symlink them through to the - source directory(s) and may even svn control the symlinks, if svn - can - manage them. CVS couldn't... +I generate a very sparse validation table (basically, just test name and +pvalue). You can throw a -c ' ' in there if you want white space +separation or -c ',' if you prefer comma separated values, etc. You +have nearly complete control over dieharder's output at this point, see: -2007-01-27 15:31 rgb + dieharder -F + +for a listing of output control flags. dieharder -l and dieharder -h +and dieharder -g -1 all work as before, but I've completely flattened +and rationalized test-space so it works just like rng-space (and I mean +JUST like it -- very similar setup. - * .: OK, we are within a single step (removing or moving some - include files) - of being cleaned up and ready to proceed. I'll probably copy at - least - part of the sm Makefile to get the hang of looping a make through - source - directories in order to achieve the make install in the right - sequence. +I completely changed (seriously streamlined and cleaned up) the test +call procedure, so a SINGLE run_test() routine does pretty much all the +work, a SINGLE output() routine does all of THAT work, and so that all +the dieharder CLI-specific stuff is done in parsecl(), and then only if +you enter specific commands, or in dieharder.c (main()). I tried to +label things that are CLI specific there as well. -2005-03-14 13:57 rgb +If you want to grab a copy of this and build it and play with it, feel +free. As soon as this checkin is complete, though, I'm going to start +decrufting and checking to be sure I have all the required modules +actually in the repo. - * : This sends in parse.c. Y'know, I'll bet that this is what - breaks - Dan's access. Shit, looks like I'll have to kiss "make sync" - goodbye... - or give him an "account" locally with the same uid/gid -- nope - that - won't work either. Sigh. -2005-03-11 03:42 rgb +------------------------------------------------------------------------ +r453 | rgb | 2008-09-10 07:16:17 -0400 (Wed, 10 Sep 2008) | 14 lines - * : This goes home and into laptop... +Dearie me. This checkin actually works, although I still haven't +implemented the output.c patch needed by Dirk or fixed the missing .h +file in include/dieharder. Still, I >>HAVE<< turned all the tests into +type int's (still no returns) and stripped dieharder.h and split off a +globals.h file that I don't think I'm going to need, actually, although +it was useful while stripping dieharder.h as a reservoir of codelets +that I needed to put back. -2005-03-11 03:05 rgb +Anyway, it is entirely possible that Dirk will read these words as I +ALSO have dieharder.googlecode.com set up with him on it, and while this +checkin is still local (about to be svnsync'd up, not directly checked +in) VERY SOON NOW I may try checkout out from the google repo, which +will of course check BACK into the google repo thereafter. - * : Sending this all home, so I can make it on metatron? +------------------------------------------------------------------------ +r452 | rgb | 2008-09-09 18:38:14 -0400 (Tue, 09 Sep 2008) | 4 lines -2004-11-30 14:14 rgb - - * : I think we'll add this to the repository as the "reference run" - against - the default generator, dieharder -a > dieharder.all. If we update - this - at the end of every new addition, we'll be able to advance to - toolset - in a fairly systematic (but generally reliable) way. - -2004-11-29 21:36 rgb - - * : This looks like it ran nicely. - -2004-11-29 19:30 rgb - - * : This MIGHT just be a reference run followed by tag bump and - checkin. - Looks pretty nifty, right up to a first draft of histogram. - -2004-11-29 19:03 rgb - - * : Adding the published diehard F90 source code to the tree for - porting convenience, although we will not use any of it verbatim, - obviously, in a c port. - -2004-11-29 17:18 rgb - - * : I'm hoping that this is the needed binary rank program that - analyzes - binary (bitlevel) matrices for the diehard binary rank tests. - -2004-11-24 06:14 rgb - - * : This seems to "work", although it is consistently producing an - overall - p-value that is in the .9 range and hence "too high". I'm going - to - start up a full run of 100 x 40000 in a second to see if I get a - "normal" pvalue. - -2004-11-24 06:00 rgb - - * : Well, not JUST that. I suppose that next we'll have to actually - debug. - -2004-11-24 05:58 rgb - - * : This is ALMOST working. I'd say the binary rank part is - working, hence - the checkin. It is the rank_32x32 part that isn't, but I'll work - on it. - - I suspect something really simple, like needing to normalize y by - tsamples... - -2004-11-22 20:08 rgb - - * : This is simply lovely, simply lovely, with a good start on - adding - Diehard's Binary Rank test. All I need is a suitably scaled - matrix - and a few zillion rands... - -2004-11-22 19:23 rgb - - * : Why didn't these make it to Duke? - -2004-11-22 08:35 rgb - - * : This is 0.5.8 stable, I hope. Time to go beddy-bye, hoping that - this is - now ready for real development and grantseeking work. I should be - able to add a couple more diehard tests "easily" at this point, I - think. - - rgb - -2004-11-22 06:47 rgb - - * : This is VERY VERY close to being a fairly serious tagged - checkin. - We've resolved the problem of multiline strings in gcc, snagged a - C tutorial for gcc, completely fixed the documentation -- this is - all pretty awesomely ready for a brave new release. - -2004-11-22 04:24 rgb - - * : This is really close to working with all the changes in the - command - line options and associated global variables. In fact, it might - BE - working. - - Two things that I really really need are a routine that can take - a - data object that is one big string and display it to the screen - (something gcc refuses to do any more, which sucks big time) and - a 20x - histogram of p-values. Let's see if I can find them on the web - before - tackling them -- in particular the former seems like it must have - been - written by somebody... - -2004-11-20 18:17 rgb - - * : This is now really truly ready to go, EXCEPT that NOW I have to - alter - all sorts of command options according to the latest - prescriptions in - the checkin logs and abstract/web page. And get it "working - perfectly" - once again. I might even finish this this weekend, if I really - hammer - at it. - -2004-11-20 15:55 rgb - - * : This is the REALLY final checkin of rand_rate, I think, before - we clone - it into dieharder. - -2004-11-20 15:50 rgb - - * : This is the last checkin of rand_rate AS rand_rate. I'm going - to change - the name of this suite to dieharder. I'm also going to change the - test numbering schema and option naming so that e.g. - - -d diehard test number - -r rgb test number - -s sts test number - - where -1 runs all tests of a given kind, 0 lists a description of - all - tests in the suite, -2 runs all tests of a given kind EXACTLY as - they - are run in the original code, if possible -- I'm not sure I'm - going to - test overlapping bit strings drawn from a single int just to bump - the - count of "random numbers" unless the test explicitly calls for it - and it - makes sense, as there is this thing about each sample being - "independent" that worries me with overlapping draws. - - -p number of p-values in final KS (and possibly other) test(s). - This - is the number of times each "test" is run with independent random - number - seeds (as the DEFAULT from now on). This defaults to 100, which - is - actually a lot and very reasonable but which can be increased if - one is - in doubt about whether the distribution of p returned by "the - test" is - in fact uniform. - - -t number of test samples that go into making up a single test. - This - is NOT always a free parameter -- in many of the diehard tests - especially, the number of e.g. points drawn from a 2d or 3d - volume in - the minimum distance tests is fixed, and varying it would vary - the - target distribution and test statistic. Although this is a bit - unfortunate, since varying the number of test samples is an - excellent - way to make marginal failures in the distribution of p resolve - into - clear failures, we either live with it or derive general forms - for the - asymptotic target distributions as a function of the number of - samples - or do simulations and empirically deduce forms ditto (as - Marsaglia and - others appear to have done). For the moment we'll live with it. - - -b bitstring width. Some tests are applied only to samples that - are - "bitstrings" (as opposed to e.g. lists of unsigned integers) of - user-specifiable length. One reason to limit the tests in this - way is - to avoid numerical difficulties in e.g. evaluating - P_binomial(k,p,n), - where one can easily under or overflow and end up with garbage or - a gsl - fault. Another is to "free" some of the existing tests that have - a very - specific size of bitstring that they look at so that this can be - varied - when the target distribution can still be computed as a function - of - bitstring size. This will be overridden as necessary, like -t, - for - tests that really do require a fixed bitstring size to approach - the - known target distribution. - - -n ntuple or window width. A number of tests look at bit ntuples. - An - ntuple is a set of n consecutive bits drawn from a bitstring - (possibly - of -b specified width) or vector of random uints (possibly of -t - specified length). ntuples are always drawn relative to a bit - offset - specified from the right (least significant) with 0 being the - rightmost - bit, with cyclic boundary conditions on the entire bitstring - >>or<< - sample uint vector, so drawing an ntuple cannot fail for any - offset - within the number of significant bits returned by the generator - (which - MAY NOT BE 32, or even 31 -- some generators return as few as 16 - significant bits!). - - For example, an 8-bit bitstring might be: - - 01100111 - - and all the 3-tuples drawn from it are given by - - offset 3-tuple - ===================== - 0 111 - 1 011 - 2 001 - 3 100 - 4 110 - 5 011 - 6 101 <- Note wrap around! - 7 110 <- Ditto! - - A general purpose - - get_bit_ntuple(*bitstring,bitstring size,ntuple size,offset) - - routine is provided that is used by many tests to get ntuples - from a - uint *bitstring of given >>uint vector length<< (not bitstring - length). - - Other test controls may be added as well, but these are what I'm - going - to document right now. Mostly I'm checking in all the - placeholders - required for the rest of the diehard tests so I can start to - knock them - off systematically. Sure hope I'm past major rewrites! - -2004-11-20 08:07 rgb - - * : Fixed silly spelling error (sigh). - -2004-11-20 07:50 rgb - - * : Well, that was quick. A nasty (but easy) little bug in - diehard_runs - squashed (size -> tsamples). - -2004-11-20 07:47 rgb - - * : This should/maybe be a serious v 0.5.3 checkin. We are about to - try - -v -1. If it works, it will cycle through all of the working - tests - (and all the tests are working). All the tests are now written in - a way that they can use sample and kstest_kuiper() to do the - validation - of the p-values obtained from running a possibly size-variable - test - on bits or frequencies or runs or whatever. - - If this test works, it is off to the website, I'm off to bed, and - next - we go back to moving in new diehard tests. With the magical - sliding - bitwindow (which really does seem to work pretty well:-) - implementing - at least the n-tuple diehard tests should now be pretty easy, and - I - can probably do a more rigorous job than GM did because I don't - have - to scrimp on rands. - -2004-11-20 07:34 rgb - - * : Try again (network down). - -2004-11-20 07:34 rgb - - * : This clears diehard_birthdays AND diehard_2dsphere. Only one - diehard - to go and we'll have EVERYTHING running with sample and the new - test - format (but of course rgb_persist, which doesn't count). - -2004-11-20 03:11 rgb - - * : Fixed up diehard_runs so it uses the new test format. Works - charmlike. - -2004-11-19 23:38 rgb - - * : This is v 0.5.1, which is nicely fixed for BOTH sts_monobit AND - sts_runs, both in the new format, with a consistent Xtest_eval() - routine. This fixes lots of things -- both tests are very likely - to be "good". - -2004-11-19 23:34 rgb - - * : OK, this looks like sts_runs is now "good" in the new format. - However, - it may have broken sts_monobit. The problem is, is there or is - there - not a sqrt(2.0) in the erfc relative to sigma, and if there is is - there an EXTRA one in sts_runs vs sts_monobit. Need to clear this - up - and either always put it into Xtest or always put it into - xtest.sigma, - but not both. - -2004-11-19 21:06 rgb - - * : Sending this home, I hope. - -2004-11-19 20:09 rgb - - * : This is now squeaky clean for rgb_bitdist and sts_monobit, and - we're - working on sts_runs. Then a quick dash through the diehards and - we'll - be back to where we were but a bit cleaner. - - I still MIGHT try to get cleaner still. I'm not at all convinced - that I need the test structs, for example, although perhaps they - allow some encapsulation that is useful. - -2004-11-19 18:55 rgb - - * : This is a checkin to Duke of the nifty neato cool new improved - version. It may be time to change the name and everything. - -2004-11-19 17:35 rgb - - * : OK so there was one more teeny bug in rgb_bitdist() -- wrong - order in - the final output statement. Fixed. I also added a feature, - reseeding - the rng in sample on an -i flag. - -2004-11-19 17:28 rgb - - * : This is just ensuring that the tag for version 0.5.0 is noted. - This - version works through rgb_bitdist, which I'll bet a nickel is a - very - powerful test indeed. - -2004-11-19 17:26 rgb - - * : This is a "permanent" checkin. I think that this fixes - rgb_bitdist - nicely to use sample() and provides a prototype for doing other - tests. - -2004-11-19 02:09 rgb - - * : This is a fairly major fix -- I was truncating blen in bits.c - at - the sizeof(uint), not 8*sizeof(uint). One lesson is that this - truncation isn't right anyway. We rather need to just punt/die. - - I'm wondering now if the apparent failure that is still present - (although not nearly as bad) for the larger ntuples is because - fewer - bins pass the cutoff in the formation of the primary sample - pvalue(s). - - We might just try lowering this cutoff a bit. I don't know - exactly what - a "degree of freedom" is, but we do need to be pretty careful - with it. - -2004-11-18 23:43 rgb - - * : Now it REALLY looks like it works, and even the best rng's look - like - they FAIL the test in fairly short order. Now we're cookin' with - gas, - although I've got to see the details of the failure soon enough. - - Hmmm, maybe I need to have a lot more bins... - -2004-11-18 23:25 rgb - - * : Just to verify that it APPEARS to work to quite high precision - through - triplets. We could just keep adding things, I suppose... - -2004-11-18 23:17 rgb - - * : This is now working. Working amazingly well, actually. Well - enough - to double the size of the bits in rgb_bitdist_test(). - - The one MAJOR remaining problem is that I cannot use samples for - tests - that return a vector of pvalues. Oh, and it is fairly difficult - to - pass arguments to the testing function in when it is an argument - TO - samples(). - - This means that I have two itty bitty problems to solve -- one is - to - pass in parameters (possibly by making them global variables). - This - makes sense IF I want to be able to control them from the command - line - anyway. The other is to return a vector of pvalues. The only way - I - can think of doing this is to make pvalues[] a global vector as - well - of length (say) 1K. This puts an upper bound on the number of - pvalues - that can be returned by a test, but that SHOULDN'T be much of a - problem, - as it is really a question of what granularity one wishes to - evaluate p - at. - - Anyway, just a BIT more work and rgb_bitdist should be production - ready, - AND I should be perfectly ready to clean up p-sampling and - testing as - separate entities in the other tests. - -2004-11-18 22:28 rgb - - * : This MIGHT be working. - -2004-11-18 20:42 rgb - - * : I sent this home, I did, I did. - -2004-11-18 20:08 rgb - - * : This is still fairly screwed up, at least in the sense that - it doesn't look like rgb_bitdist works. Curiously, it LOOKS like - it WORKS -- walking through the code, it looks VERY much like it - is collecting two bits at a time and correctly incrementing the - correct bit count in the correct vector. - - The final histogram, however, comes out wrong, wrong, wrong. - - I may have to make this simpler. Or maybe I'm doing something - else - wrong -- come to think of it, the totals in the histograms - shouldn't - equal the number of samples for EACH value of the ntuple, only - the - total should sum to the number of samples. Maybe this is what is - wrong... - -2004-11-18 16:27 rgb - - * : We have to go into Duke, but we are very much ready to finish - off bits.c - and rgb_bitdist.c to where we can eliminate BOTH rgb_binomial AND - rgb_bit2.c AND at least one, maybe 3-4 diehard tests AND a couple - or - three sts tests as being equivalent to this test, for particular - call - values. I have great hope that this rgb_bitdist will become "the" - bit - frequency test for all random bit sequences. There may still be a - point - to tests that look at intervals >>between<< bit sequences - thought. - - In fact, I suspect that the best way to proceed with the latter - is to - test lagged correlation for arbitrary lags in a long bitstring. - This - SAME TEST applied with arbitrary displacements between samples - might be - revealing... - -2004-11-17 19:57 rgb - - * : This is HIGHLY BROKEN but is absolutely necessary. We have to - break - this code up to unify the replicated pieces and streamline the - testing processes now that we know how a test "works" in the - abstract. - -2004-11-17 03:40 rgb - - * : A bugfix commit. The sanity check in get_bit() is broken and is - commented out -- if I'm going to allocate rand_int[] vectors - other than - size in length, I cannot test on a global size to see if - get_bit() is - out of bounds. This is STILL broken in that there is a risk with - no - warning, but there is also functionality for the moment (and I - have - to write a bunch of new bitlevel functions and can rewrite - get_bits - at the same time). - - More important, I found a real bug in Btest where I was - initializing - btest->chisq to zero before accumulation but was accumulating in - chisq. - Curiously, it worked a lot of the time the old way, but only for - certain - rng's. I may have memory management problem, which isn't - surprising - given the slovenliness of the code at this moment...;-) - - rgb - -2004-11-16 23:46 rgb - - * : This is a tagged checkin, about to push. - -2004-11-16 23:45 rgb - - * : This appears ready for a checkin. - -2004-11-16 23:19 rgb - - * : This appears to FINALLY fix rgb_binomial so that it reliably - works. - It remains to be seen whether or not it is any more senstitive - than e.g. - sts_monobit. - -2004-11-16 20:11 rgb - - * : This is STILL broken as far as the Ntests are concerned. I've - really - got to figure this out... - -2004-11-16 15:51 rgb - - * : Send this to Duke to finish this morning. - -2004-11-14 17:40 rgb - - * : This is a pretty serious bugfix -- probably need to update the - website. - Basically, my kstest was simply wrong last night; now it is - working, - I've also added the Kuiper form of the KS test, and will program - Anderson and Darling's version (the one used, apparently, in - Diehard) - when I get around to it. However, for tests involving more than a - very - few p-values in a vector, it shouldn't really matter -- Kuiper KS - and the - regular KS and Anderson-Davis KS should all GENERALLY generate - similar - p-distributions -- different perhaps where they don't matter, but - very - similar at the ends. The key question is just whether one has a - tendency to pass a vector of p-values where the other would - consistently - fail it. So far it looks like USUALLY if one fails the other - fails. - - I think I'm still going to want to do a histogram picture of - binned - pvalues and do a Pearson chisq p-test on the result. This should - really - be pretty easy... maybe today, maybe not. - - We're getting close to being ready to go BACK and mess with the - Ntest - and Xtest stuff. I think that now that I understand Pearson vs - the - alternatives, I can PROBABLY arrange things so that I can use a - single - set of common tools to do all the test assessment. - - One thing, for example, would be to make each test return a - p-value, - period, and put the samples loop in rand_rate_work, to ALWAYS - fill a - vector of p-values and ALWAYS do KS tests, confidence interval - tests, - and histogram tests. This would have a number of advantages -- - being - able to produce a really pretty, really standardized picture of - results - for one. - - A second thing that would make this tool relatively interesting - to the - mass unwashed would be to put a nice little GUI onto it. There - are two - generic ways to do this. One is to leave it a command line tool - but - REALLY clean up the output result so that it is just a single - line - per test with ks test scores for the various forms of test with - three - lines of # delimited frame, period. Then I can make a perl-Gtk - app to - call the binary, parse the result, and (e.g.) plot histograms or - do - other nifty graphical things. The other is to use Gtk directly, - but - perhaps have the GUI only come up if there is an appropriate - command - line flag (or not). - - A third thing to work on is clearly going to be splitting the - source - into distinct components in distinct directories. We will need a - common - library containing the kstest, chisq, Ntest, Xtest etc code, the - input, - the output, etc. We will need a directory containing extensions - to the - GSL random number library, e.g. /dev/random, /dev/urandom, empty, - and - shuffled because the one thing that is absolutely true is that we - need - to add a shuffling/mixing random number generator, one that - permits us - to set up a shuffling list and refill it from a secondary LIST of - rng's! - - A fourth thing (noted already elsewhere) is to do the simplest of - tests - -- apply a KS test to the GSL distribution-specific generators - themselves. If a "test" is generically generating a known - distribution - presuming randomness and then seeing if the result is indeed the - targeted distribution, then EVERY distribution generator in the - GSL can - simultaneously be the target of a test for algorithmic purposes - AND a - test component for the GSL rng's. - - Beyond that, I need to implement spectral tests and tests for - hyperplanes in N dimensions and uniformity tests. Sigh. I think - that I - DO need to write a grant proposal for this -- I think there is - enough - work to justify it. - -2004-11-14 09:38 rgb - - * : Tagged and on the repository as 0.4.3, with diehard 3d spheres - and a - MAYBE working KS test. - -2004-11-14 09:37 rgb - - * : Sort of playing with KS -- I'm not done here yet... - -2004-11-14 08:04 rgb - - * : OK, found my REALLY stupid bug. I was computing the absolute - length of r from the origin, not the distance between point - pairs. - No, I wasn't even doing that well -- I was computing the dot - product - of the random vectors. Now things look nearly correct. - - All I need is a KS test and life would be, if not complete, well, - worth - living. - -2004-11-14 07:22 rgb - - * : This "works". Except that it doesn't. It's very odd, but - although - it works perfectly as far as I can tell by any measure, r is - simply not - as small as it should be in order to make the pvalue come out - between - 0 and 1. - -2004-11-14 01:19 rgb - - * : THis is on the way to being another test. - -2004-11-13 22:19 rgb - - * : This is hopefully a tagged snapshot with a new test! - -2004-11-13 21:50 rgb - - * : OK, time to bump the revision number, as birthdays is home and - even - works tolerably, as far as I can tell. - - SOON I'm going to do the KS test on vectors of p's. SOON I'm - going to - really clean up the code so that chisq -> p is consistently - computed, - and so that a set of p's is consistently evaluated for the - random/nonrandom decision. - -2004-11-13 17:17 rgb - - * : This is it, ready to proceed. - -2004-11-13 17:12 rgb - - * : This checks in a placeholder for a Kolmogorov-Smirnov test, - likely to - be applied to a vector of p-values. - -2004-11-13 17:06 rgb - - * : We'll commit this for the moment. I think the sensible thing to - do is - to create as general as possible a tool for generating Pearson's - chisq - for discretely binned data, in particular and immediately for the - Poissonian birthday histogram but also for other purposes. Note - that - these routines should not only generate chisq, but when possible - go - ahead and compute goodness of fit p-values, ideally in a vector - associated with independent trials. This vector of p-values can - itself - then be subjected to a kolmogorov-smirnov analysis and - transformed into - a conclusion for the generator being tested. - -2004-11-13 09:34 rgb - - * : Just added output of lambda, which is indeed 2 with the - parameters - given... - -2004-11-13 09:32 rgb - - * : This is REALLY CLOSE to having diehard birthdays finished. We - just - need to add a chisq test for Poisson distributions sampled - samples times - with known (per sample) lambda, and a loop to convert a table of - chisq into - a table of p-values. I'm tempted to bump minor and tag, but I - shouldn't - need to -- I've been really careful and things really look like - they're - working so far. - -2004-11-13 02:02 rgb - - * : This is a simple checkin prior to doing diehard birthdays test. - -2004-11-13 01:32 rgb - - * : This splits off the confidence interval test from STS docs. - -2004-11-13 01:28 rgb - - * : This is a small adjustment (still in 0.4.1 I guess). Let's try - another - diehard, I think. +This checks in a code fragment that reseeds the rng at the beginning of +each run_whatever segment. This fragment "guarantees" that every test +run uses a fixed Seed if it is set. -2004-11-13 01:16 rgb +------------------------------------------------------------------------ +r451 | rgb | 2008-09-08 01:18:25 -0400 (Mon, 08 Sep 2008) | 2 lines - * : This is actually a fairly functional diehard test! - - I think that we can actually implement a test for the uniformity - of - p-values as suggested by NIST to run on TOP of the existing - confidence - interval test. This would actually break the p-distribution down - by - interval and return a p-value of its own computed against the - assumption - of uniformity. Or I could get fancier and try kolmogorov-smirnov, - if - GSL doesn't have one and I work hard enough to program one. If - this is - really distinct -- it isn't clear that it is. +This now works. 2.28.1 indeed I dub thee. -2004-11-12 22:32 rgb +------------------------------------------------------------------------ +r450 | rgb | 2008-09-07 23:53:50 -0400 (Sun, 07 Sep 2008) | 3 lines - * : This is actually sort of semi-functional. What I >>really<< - need now - is canned Kolmogorov-Smirnov code. Could it be that this is in - the - GSL already? I'll be it is... +This seems to fix the output of sts_serial so it is consistent. I do +have a few small bugs to clean up to get a "perfect" display. -2004-11-11 15:59 rgb +------------------------------------------------------------------------ +r449 | rgb | 2008-09-07 13:58:56 -0400 (Sun, 07 Sep 2008) | 2 lines - * : Continuing to hack this up. +So this is 2.28.1, for the moment and sake of argument. -2004-11-10 22:19 rgb +------------------------------------------------------------------------ +r448 | rgb | 2008-09-07 13:58:00 -0400 (Sun, 07 Sep 2008) | 2 lines - * : This is a nearly functional diehard_runs -- I just need to - figure out - what the expected values and sigmas are... +This is ready to get some sort of rev boost. -2004-11-10 05:32 rgb +------------------------------------------------------------------------ +r447 | rgb | 2008-09-07 10:00:25 -0400 (Sun, 07 Sep 2008) | 6 lines - * : This is simply lovely. A nice litte addition to the Makefile - that - automatically indicates the current version in the abstract. I - actually - have things fairly distributable! +This adds a "new" test -- the rgb_lagged_sums test, which is the +user test but wrapped up to run on a whole sequence of values, the +way I need to make sts_serial run very shortly. It is sufficient +to CLEARLY SHOW that mt19937 is actually a weak generator -- it +is "too uniform". -2004-11-10 05:24 rgb +------------------------------------------------------------------------ +r444 | rgb | 2008-09-06 19:50:52 -0400 (Sat, 06 Sep 2008) | 2 lines - * : OK, added a few minor changes to manage the bits issue yet - another way. - - Really, I'm going to have to figure out a consistent way of - indicating - whether a test can have size OR bits OR both OR neither - specified. - - Also, it would be really lovely to have another outer loop and to - present the lowest p in a set of (say) ten runs of a test combo. - Although in many cases running with -s 10x larger should do the - same - thing, really. +This SHOULD be everything. Table output mode should now work for -a. -2004-11-10 04:53 rgb +------------------------------------------------------------------------ +r443 | rgb | 2008-09-06 18:43:39 -0400 (Sat, 06 Sep 2008) | 3 lines - * : This is it and running, version 0.4.0 as published. Seems to - work. +This fixes four more tests. I can now run a LOT of the way through -a +before reverting to the old style output. -2004-11-10 04:53 rgb +------------------------------------------------------------------------ +r442 | rgb | 2008-09-06 14:37:53 -0400 (Sat, 06 Sep 2008) | 8 lines - * : One last checkin, then a tag, then a checkin as published. +This is coming along nicely. I have pretty much everything set up for +table vs report output and am streamlining the run_whatever routines to +the point where only a tiny bit of test-specific initiation +differentiates them. If I could move it into the test itself, I could +pretty much completely simplify the dieharder CLI code to a single +generic test shell call plus a SMALL set of specialized calls for e.g. +benchmarks or non-standard tests that don't return pvalues per se. -2004-11-10 01:43 rgb +------------------------------------------------------------------------ +r441 | rgb | 2008-09-05 15:08:47 -0400 (Fri, 05 Sep 2008) | 7 lines - * : This is a tagged release, mostly bugfixes. At the moment it all - looks - like it works. +This actually now works to display tables. Time to hack hack hack +and make ALL the tests work with a table. Right now most of them will +ignore it. I really should combine report and table in "results" and +put a SINGLE CALL to results in run_whatever.c. Results must then +"do it all". Also, I think I'm going to run the benchmarker on ALL +non-filesystem tests to get a timing, IF the table/timing flag is set. -2004-11-10 01:37 rgb +------------------------------------------------------------------------ +r440 | rgb | 2008-09-05 08:39:13 -0400 (Fri, 05 Sep 2008) | 3 lines - * : This seems to work perfectly, for the very short moment. It is - by no - means perfect or mutually exclusive. We very definitely need to - generalize the bitdist test to handle bit ntuples of arbitrary - length, - where the length is a variable. - - I think I'll retag this. It is also probably time to think about - putting this up on the website, especially if I'm going to write - a - proposal on it. +This applies a small patch from Dirk that just cleans up a few issues in +dieharder.h. -2004-11-09 22:14 rgb +------------------------------------------------------------------------ +r439 | rgb | 2008-09-05 07:20:58 -0400 (Fri, 05 Sep 2008) | 3 lines - * : Because it wasn't checked in! +OK, we'll try ONE LAST change -- commenting out the fclose -- before +sending this to Dirk. -2004-11-09 22:14 rgb +------------------------------------------------------------------------ +r438 | rgb | 2008-09-05 07:16:01 -0400 (Fri, 05 Sep 2008) | 15 lines - * : Why didn't bit2.c go home? +This is a 2.27.14 checkin. I'll shoot it off to Dirk who is waiting on +it. I noted, however, that my NEW permutations test FAILS (or should +fail) mt19937! It produces too GOOD a spread of permutations, +consistently! This is fascinating information. It means that perhaps +operm5 is NOT broken; maybe getting permutations to work out +multinomially is the most difficult test one can put an rng to. -2004-11-09 20:09 rgb +Something to look at later. - * : This is going home with a split out routine and some nice - changes that - will make it easier to add new tests with arbitrary numbers. +This checkin should fix dieharder and libdieharder so that one can run +multiple tests (including invocation of the same test or different rngs) +from a single dieharder call. This cannot happen in dieharder -- don't +worry. But it can and will happen in Rdh and in gdieharder, so it is an +important fix nonetheless. -2004-11-09 19:30 rgb +------------------------------------------------------------------------ +r437 | rgb | 2008-09-04 17:07:26 -0400 (Thu, 04 Sep 2008) | 20 lines - * : Just checking repository Root. +This actually checks in so that we can pop the snapshot number in just a +minute -- a major bugfix relative to Rdh. The two problems addressed +herein are: -2004-11-09 19:30 rgb + a) In order to be able to run many tests, one after another, on many +rngs, one after another, I have to be more careful than I have been +about allocating and freeing test resources on the one hand, rngs (which +must be freed) on the other hand, and resetting the static bit buffers +used in bits.c on the third hand. - * : Let's send this home... + b) I also needed to set up startup with a split into two sections, one +that runs only one time period and one that runs every time a new test +is created, executed, and destroyed (with everything reset at the end to +run a new test). -2004-11-09 14:51 rgb +The good thing beyond Rdh in these changes is that several of them are +equally necessary in a GUI version e.g. gdieharder. So nothing being +done here is wasted... - * : OK, fixing Makefile to actually get this home, AND adding the - URL - of the web reference from the last checkin: - - http://world.std.com/~franl/crypto/random-numbers.html - - (we need to implement some of its hyperplane tests). -2004-11-09 14:48 rgb +------------------------------------------------------------------------ +r436 | rgb | 2008-08-19 12:44:28 -0400 (Tue, 19 Aug 2008) | 4 lines - * : We're actually working on this once again. I need to get my own - "runs" - test working, as it will replace a whole RANGE of STS, and I need - to - implement a spectral distribution test with bins as is done in - the - nice web reference I found. +This really, really should be IT! I dub thee 2.27.12 as I've got to get +on with things. This version works for BOTH x86_64 and i386. It should +build into debian packages. It should rpmbuild --rebuild. -2004-11-08 14:52 rgb +------------------------------------------------------------------------ +r435 | rgb | 2008-08-19 12:34:56 -0400 (Tue, 19 Aug 2008) | 5 lines - * : This adds yet another built-in device to GSL. +This is a nearly final (for now) checkin for 2.27.12. It builds +decently. I probably need to put back config.sub as it is one of the +many things that should get automagically rebuilt -- if I have a +placeholder for it already present. -2003-06-10 15:21 rgb - - * : This adds an "empty" generator to help us determine gsl call - overhead - separately. - -2003-01-30 22:16 rgb - - * : This is broken as shit. I see what I did -- I made the ntest - evaluation - and presentation routines use n+1 bits (because in rgb_binomial I - needed - to do the end of the binomial). However, I have to fix it - later... - -2003-01-30 20:12 rgb - - * : Forgot to send this... - -2003-01-29 19:19 rgb +------------------------------------------------------------------------ +r434 | rgb | 2008-08-19 12:16:18 -0400 (Tue, 19 Aug 2008) | 4 lines - * : Not obviously broken, and time to add bitpair counters. Should - be - really easy -- left-shift in two bits at a time to creat the int - index - of the counter, then increment it. +We'll give this a try -- this defines __auto_build_post at the top of +the specfile and SEEMS to prevent the check-buildroot crash in rpm +building without my particular .rpmmacros. -2003-01-29 14:27 rgb +------------------------------------------------------------------------ +r433 | rgb | 2008-08-19 11:50:28 -0400 (Tue, 19 Aug 2008) | 2 lines - * : Some NOTES on future work. +With any luck at all, this will be ready to fly. -2003-01-29 14:14 rgb +------------------------------------------------------------------------ +r432 | rgb | 2008-08-19 11:42:31 -0400 (Tue, 19 Aug 2008) | 2 lines - * : This checks in a whole new test, which should probably be - combined with - sts_monobit (it generates monobit stats as it goes) - rgb_persist (one can easily generate a bitmask as one goes) - rgb_binomial (one can generate binomial stats on top of monobit - as one - goes). - - and possibly with more tests. - -2003-01-26 07:54 rgb - - * : This last little pair of changes causes measure_rate to use its - own, - fixed, number of samples ("more than enough"). It also installs a - "summary report" mode that isn't horribly useful because of - conflict - between e.g. -b, -n, -s definitions here and there. Also, - different - tests need to be run in different ways to demonstrate failure (or - a - lack thereof). - -2003-01-26 07:23 rgb - - * : OK, we haven't done TOO much, but we have definitely learned - that - all the rng's that are weak in rgb_persist will definitely fail - the - monobit test (for obvious reasons). Furthermore, when a generator - is weak in certain bits and we evaluate the bits from the other - end - (whichever end that might be!) it can often PASS the monobit - test. - - Bits that repeat, random_max's that aren't powers of two-1 (and - probably - EVEN powers of two at that) are going to be trouble! - -2003-01-26 05:00 rgb - - * : This is a VERY IMPORTANT new test, rgb_persist(), and a very - useful - new routine, dumpbits(). Read NOTES (and inline comments and - output) - to see a bit of what it does and why it is important. - -2003-01-25 21:55 rgb - - * : This actually works. In fact, it works fabulously. I can - directly - and fairly powerfully look for bitlevel correlations in the - output. - -2003-01-25 20:53 rgb - - * : OK, we've learned the hard way that some bits in e.g. boroshi - don't - change AT ALL, EVER. Which makes it pretty hard to be random, of - course. - - So we're going to invent a new tool -- rgb_persist(), which - doesn't - (yet) to a formal statistical test. It just is going to dump - successive - unsigned ints from the rng (bitwise) AND maybe run a string of - &'s on - the string of ints returned. If they share any 1 bits, the - successive - &'s will preserve them a LOT longer than permitted by binary - flips on - the slots. - - This could be made into a fairly powerful bitlevel sequential - correlation test in several ways. We'll investigate them as we - go, but - one reason to write this now is that I'm not quite convinced that - what - I'm seeing isn't some sort of bug in the get_bit() routine or the - like. - -2003-01-25 15:54 rgb - - * : This is well on the way to being MUCH better, and ready to - systematically extend. - -2003-01-25 00:50 rgb - - * : And now we send the tagged package to Duke. - -2003-01-25 00:50 rgb - - * : Checking in the notes. - -2003-01-24 22:52 rgb - - * : This is worth a minor bump. First, we fixed get_bit(). Second, - we - completed sts_runs (for what it is worth, which isn't a whole lot - as - nearly everything that fails it also fails monobit and binomial - as - expected). However, working through it suggests how to make - binomial - work better. - - Next (to make it easier to check results relative to the sts - documents) - I need to implement -b (get_bit(0 permits this pretty much - transparently, at least in the sts routines) and implement a -f - filename - filled with e.g. raw bitstrings or ascii floats or binary numbers - in xmlish wrappers that indicate the storage mechanism? Thus I - can test - explicit short bitstrings against the explicit sts numbers to be - sure - that my erfc and conversions (and sometimes slightly different - implementation) yield the same answers as theirs, except where I - don't - care because I think theirs are (basically) wrong. - - See also NOTES (about to be checked in) for a fairly detailed - beginning - critique of sts, which I don't think is particularly strong or - useful, - really. - -2003-01-24 21:43 rgb - - * : This is my home-grown version of sts_runs. It is no better than - the - actual sts version, really, but the sts version is not terribly - good. - I'm going to add a (hopefully vastly improved) binomial version - of the - test to rgb_binomial, where I can do all the tests at once with a - single set of code and multiple trials (random number seeds). - -2003-01-23 05:51 rgb - - * : Just adding some notes, and preparing to add the next sts test, - TOMORROW. - -2003-01-23 04:52 rgb - - * : I have no idea why the tag went down into fitany... - -2003-01-23 04:52 rgb - - * : This ups the minor revision number to 0.3.0. Worthwhile because - now I - have BOTH an erfc AND a Q evaluation of p-value. I could - certainly - prettify sts_monobit, but since I generally think that it isn't - that - great a test (although it does indicate how starkly many rng's - FAIL to - be even this random) I won't do so right away. - - Next (after tagging and resync'ing) is going to be adding more - tests. - At this point adding a test should be pretty easy, given the - hopefully - reusable routines I have written to do the pre- and post- - processing. - All I really have to do is input the expected values, write a - loop to - generate the "experimental" statistic, and pass everything on to - a - standard set of tools for outputting the results and deciding on - the - quality of the results. - -2003-01-23 04:46 rgb - - * : All right, this LOOKS like it correctly implements the STS - monobit - frequency test. I would still claim that anything that fails this - test - will also fail the binomial test, and that in addition things - that pass it - (e.g. the vax rng) FAIL the binomial test, so the monobit test is - a waste of time and more prone to error. However, mine is not to - reason - why... - -2003-01-22 18:04 rgb - - * : This is working incredibly well, and I've split off nearly - everything - required to make further n-point chisq tests trivial to implement - and - assess. All that remains is to do a 1-point (normal) test such as - the - sts_monobit test (which should really be done internal to the - rgb_binomial test and may one day be, but for the moment we'll - just do - it directly). - -2003-01-22 13:33 rgb - - * : Just making SURE this is at Duke... - -2003-01-21 23:56 rgb - - * : This works just lovely! - - HOWEVER, it is also clear that running it once, twice, three - times, - for EACH generator looking for good ones is a PITA. We'll have to - eventually rearrange this so that there is a "search mode" that - runs - a loop through all known generators, identifying the ones that - pass at - least at the 1% or higher level. - - BTW, I'm now prepared to bet a nickel that the rgb binomial test - has a - great deal of sensitivity, since it fails all but literally three - or - four of the available RNG's for absurdly short data strings. As - in they - aren't even APPROXIMATELY random...NONE of them. If one used them - to - generate a humble binomial distribution numerically it would be - in - significant error. - - I do need to alter this test so that I can run it for arbitrary - bit - string lengths, but for the moment I'm not going to worry about - it. - -2003-01-21 21:40 rgb - - * : This is now VERY CLOSE. I should be able to determine chisq in - a matter - of minutes when I return... - -2003-01-21 19:05 rgb - - * : This is considerably cleaner and more decrufted... - -2003-01-21 18:35 rgb - - * : This finishes the split off of list_rand and list_rngs from the - code. - I do need to "fix" the Usage() routine to reflect the change. - -2003-01-21 18:08 rgb - - * : Breaking things up into subroutines a bit better to clarify the - program - structure. - -2003-01-17 20:37 rgb - - * : This is coming along, although I'm silly for not just finishing - the - monobit test before introducing a binomial test. Still, all very - instructive. - - I need to get all this on my laptop and take it with me, along - with the - notebook. - -2003-01-17 19:28 rgb - - * : Fixes a nasty bug in sts_monobit, which I think I'm gonna - rename - rgb_binomial (and screw sts's monobit test, which is immensely - sloppy - compared to actually systematically exploring the binomial - distribution - of 1's and 0's in the overall bit strings generated by different - seeds. - - Actually, a better thing still is to leave sts_monobit, but add - rgb_binomial and document that it is more sensitive (in - particular, that - e.g. alternating series that easily pass monobit fail binomial, - and that - NOTHING that fails monobit will PASS binomial). - -2003-01-17 06:06 rgb - - * : Sending off the tag - -2003-01-17 06:06 rgb - - * : OK, this is good for a full minor number bump to 0.2.0. We have - basically installed the guts of the STS monobit test. All that we - lack is the computation of the statistics and p-value, which - should be - fairly straightforward, especially with the gsl handy. I SHOULD - be - able to just cumulate the one-count (e.g.) in a vector and hand - it to - the gsl stats routines and have mean, stddev, skew, kurtosis, and - anything else I might like just handed back to me... - -2003-01-17 05:16 rgb - - * : Just a bit of cleanup, and some moderately important additions. - - Now we REALLY need to think about tests. - -2003-01-17 04:23 rgb - - * : Tagged. - -2003-01-17 04:23 rgb - - * : This is about ready for a semipermanent snapshot, so I bumped - the - minor version number. I'd say that we are now "good" with the - ability - to add sw rng's, including interfaces to hw rng's square within - the gsl - format. - - Now to give de old tests a try... - -2003-01-17 03:54 rgb - - * : Hot diggity dawg! It works! However, I don't need types.c. All - I - need is to follow the dev_random.c template and call a routine - add_my_rngs() (to be defined) before working with gsl's rng's, - and - keep track (crudely) of which ones are which. So this can be - decrufted - a bit and then reorganized now that I know how it works. - -2003-01-17 02:54 rgb - - * : We'll try these as the basic wrappers required. With luck we'll - override the types subroutine in gsl itself, although I do have - my - doubts... - -2003-01-17 02:38 rgb - - * : This significantly improves the Usage and cl parsing, and - pre-structures - it for addition of sts/diehard tests. - - We still need to see if we can gsl-wrap our own tests without a - full - gsl recompile. - -2003-01-16 20:40 rgb - - * : Sending the tagged copy home... - -2003-01-16 20:40 rgb - - * : This is now going to be v_0_1_0. - -2003-01-16 20:39 rgb - - * : This is now functional UP TO all the gsl rngs, not any of the - add-ons. - - Which is fine, as we'll probably completely change how the - add-ons work. - - Next, we need to do all of the following, in some order: - - a) figure out how to wrap up new gsl_rngs, preferrably without - recompiling the whole damn library. - b) decruft all the command line options and no-longer-used - variables. - c) add back command line options for doing quality tests. Start - with - the very simplest test -- something from diehard or the bits test - from - sts. - d) In the meantime, increment revision, tag, and consider - "publishing" - as we go. - -2003-01-16 20:14 rgb +We're working our way back to not losing everything we just did, dammit. - * : This SHOULD split rand_rate off so it has its own CVS tree - outside of - the "random" project overall, which I think is for the best. - -2003-01-16 20:13 rgb - - * : This actually works, and needs to be saved in snapshot form. - I'm not - at ALL certain that I'm getting accurate measurements in terms of - the - number of rands per second I can generate, but this too, we shall - see... - -2003-01-13 22:12 rgb - - * : This is a fair amount of progress to having something - working... - -2003-01-12 00:07 rgb - - * : This is basically the original checkin for my lookin-major - random number - project. By the time this is done, I'd doggone better have a - paper or - two out of it, if not more. +------------------------------------------------------------------------ +r431 | rgb | 2008-08-19 11:34:04 -0400 (Tue, 19 Aug 2008) | 2 lines +Try try again... + +------------------------------------------------------------------------ +r430 | rgb | 2008-08-19 11:31:38 -0400 (Tue, 19 Aug 2008) | 3 lines + +Sending this towards lucifer. We really need to make sure everything is +in subversion! + +------------------------------------------------------------------------ +r429 | rgb | 2008-08-19 07:40:00 -0400 (Tue, 19 Aug 2008) | 4 lines + +This MAY fix things up so that they rebuild more cleanly. I'll try +sending them on to Dirk directly in tarball form to see if they make him +all happy. + +------------------------------------------------------------------------ +r428 | rgb | 2008-08-19 06:43:42 -0400 (Tue, 19 Aug 2008) | 4 lines + +Well, perhaps we should send this in since we could be suffering from +early hard disk crash syndrome. In fact, I should drag out my 8 GB USB +flash (at least) and back up Src if nothing else. + +------------------------------------------------------------------------ +r427 | rgb | 2008-08-19 06:22:07 -0400 (Tue, 19 Aug 2008) | 2 lines + +Moving math down to bugs, as it is really a set of patches. + +------------------------------------------------------------------------ +r426 | rgb | 2008-08-19 06:21:33 -0400 (Tue, 19 Aug 2008) | 14 lines + +We're rearranging this so I can track bugs a bit better. I've really +got only two outstanding ones -- getting aclocal to find libtool on a +system I don't control or understand (problem possible solved by +rerunning ./autogen.sh on that system) and getting the hard path of +missing out of the toplevel Makefile and replacing it with a relative +one so that it can be built without rerunning autogen.sh, maybe. Oh, +and some sort of rpm build wierdness. + +Also, Dirk wants me to decruft to where -Wall produces no unused +variable complaints. We'll see about that -- MAYBE I'll do it, +eventually, but unused variables are really pretty harmless and are +sometimes useful and I usually ignore them until I have too much time on +my hands. + +------------------------------------------------------------------------ +r425 | rgb | 2008-08-19 06:01:36 -0400 (Tue, 19 Aug 2008) | 4 lines + +This removes RDieHarder (which Dirk is maintaining separately at this +point). It fixes the newly improved man page (which was broken). It +removes a redundant R directory. + +------------------------------------------------------------------------ +r424 | rgb | 2008-08-18 18:10:44 -0400 (Mon, 18 Aug 2008) | 3 lines + +This fixes a few small errors in the 2.27.11 abstract; no changes to the +actual program, though. + +------------------------------------------------------------------------ +r423 | rgb | 2008-08-18 16:15:49 -0400 (Mon, 18 Aug 2008) | 19 lines + +This checks in the ChangeLog itself, as well as the last few +minor changes in the tests run with the -a command and the +test listing function in the CLI. I think I declare this to be: + + 2.27.11 + +and we'll start working on 12. I think this actually fixes +all the outstanding bugs except for the problem in sums and +the problem in operm5 in diehard (and of course there are tests +half implemented as well). + +I THOUGHT I'd fixed diehard_sums, actually, but it still most definitely +fails on large -p. I'll have to check sums out explicitly to see why it +doesn't seem to work at the moment. It's possible I dropped the fixes +when recently changing systems. + +Anyway, here it is. Bring on the bugs. + + +------------------------------------------------------------------------ +r422 | rgb | 2008-08-18 15:50:15 -0400 (Mon, 18 Aug 2008) | 21 lines + +This might be ready for a production snapshot, or a testing snapshot, +or something like that. At any rate, I have BOTH fixed the generator +problem (where rngs have numbers that can change as new generators +are added. I fixed this by significantly increasing the size of the +types[] vector and working moderately hard to pack it with generators +sparsely and sanely -- sparse so there is plenty of room, sane because +the space is now blocked out by general category with room to grown. + +This will NOT GUARANTEE that the GSL will not change its internal order, +and dieharder will continue to follow the GSL order where they overlap +as nothing else makes sense. + +I >>also<< think I've fixed -r 5, rgb_permutations. This is a +non-overlapping permutations test and runs to more or less arbitrary +order (and seems to work quite nicely where it runs, although it gets +quite slow when we get to very large permutations as one might expect). + +I think it is time to bump the minor-minor number to 11 and post it, for +the time being with -r 5 still marked out as experimental in the +help listing. + +------------------------------------------------------------------------ +r421 | rgb | 2008-08-18 14:33:06 -0400 (Mon, 18 Aug 2008) | 5 lines + +This fixes the only real bug, I think -- dieharder now dies with a +complaint if it is invoked with an invalid -g entry, sort of. Hmmm, +actually I might need to tweak this fix just a bit more to check +on the complete range. + +------------------------------------------------------------------------ +r420 | rgb | 2008-08-18 14:29:17 -0400 (Mon, 18 Aug 2008) | 3 lines + +This actually works and has the number spaces previously discussed +all implemented and everything. + +------------------------------------------------------------------------ +r419 | rgb | 2008-08-17 20:15:08 -0400 (Sun, 17 Aug 2008) | 6 lines + +This is a step in the process of figuring out how to "fix" the numbers +for rngs to test. I think I'm going to have to move my own setup +routine to libdieharder. But I'm still trying to figure out whether or +not I can or should replace the gsl code itself, or run something in +parallel. + +------------------------------------------------------------------------ +r417 | rgb | 2008-08-17 13:30:41 -0400 (Sun, 17 Aug 2008) | 3 lines + +This rearranges the Bugs stuff. I need to create a "cleared" directory +in Bugs so I can see what is done, as well. + +------------------------------------------------------------------------ +r416 | rgb | 2008-08-17 12:31:18 -0400 (Sun, 17 Aug 2008) | 5 lines + +This updates the abstract, which is also important documentation and has +been added to the %doc lines in the specfile. I should really create a +make installdoc target in Makefile.am that can install a bunch of +documents, but that is for another day. + +------------------------------------------------------------------------ +r415 | rgb | 2008-08-15 19:03:26 -0400 (Fri, 15 Aug 2008) | 4 lines + +This is 2.27.10-1, and adds stdin support and fixes a few bugs in the +specfile. I'm posting it for distribution, although it is still not +"finished" -- this is very much development snapshot time. + +------------------------------------------------------------------------ +r414 | rgb | 2008-08-15 14:14:45 -0400 (Fri, 15 Aug 2008) | 4 lines + +This adds the capability to input a binary stream into stdin. This +patch is due to Paul Serice. He also included a (standalone?) rng to +test with, which I'll mess with in a moment. + +------------------------------------------------------------------------ +r413 | rgb | 2008-08-03 08:40:35 -0400 (Sun, 03 Aug 2008) | 3 lines + +Added a version string to help. Probably should add one elsewhere, e.g. +at the top of rng listing and test listing. + +------------------------------------------------------------------------ +r412 | rgb | 2008-08-01 09:11:10 -0400 (Fri, 01 Aug 2008) | 7 lines + +Had to back off the svn2cl in the rpm build -- it now has to be run BY +HAND before just MY rpmbuild (dummy me) so that it won't fail for end +users without svn2cl and an svn repo to match. It still builds +perfectly, and I'll do a full rpm build cycle including this step to get +this last comment into the changelog. + + +------------------------------------------------------------------------ +r411 | rgb | 2008-07-29 12:01:51 -0400 (Tue, 29 Jul 2008) | 46 lines + +...And it is. So henceforth ALL of my svn checkins will be duly noted +in the ChangeLog, which will therefore get to be very long indeed, as I +check in a lot. + +Damn! I guess this means no more swearing, and I sure hope I haven't +impugned anyone's character in the first 400 plus checkins. At least +not too much. Hmmm, I wonder just what I HAVE said down there. I tend +to treat SVN logs as sort of a free-association commentary about the +project in addition to being a place to document changes. Some changes +have "real" documentation in the form of the svn diffs, as well -- I +haven't been too specific about just EXACTLY what I've changed every +time. + +Well, better a ChangeLog up to date and verbose than one months to years +old, and I'll be hogtied and hung by the nose before I write a precisely +formatted description of changes day to day as I work on this -- twice. +So SVN it is (dating back to when it was really CVS, BTW, imported to +SVN). + +Next, I suppose we should provide at least >>a<< fix for the problem of +shifting generator numbers, and on my own I want to clean up some +issues with file read -- arrange it so we can read in very large files +and eliminate/document file-based usage redundancies such as needing -g +65 AND -f filename. This will be a bit tricky, as dieharder can read in +raw (binary) as well as ascii in many formats, and using the -g flag to +differentiate at least raw vs cooked has been an easy solution. + +Regarding numbers, it has been suggested that we do two things: + +a) Take action to ensure that the numbers don't change any more, even if +the gsl or I or a user add new generators. This is actually a bit of a +PITA (much as I see the motivation for doing so, as moving numbers break +user scripts) because the way generators are added is to run through all +the supported ones of each type and just add them in gsl or call order. +However, there are several ways I can do it (some requiring more +programming than others) and I'll see which one looks to be easiest and +most robust. + +b) Arrange it so we can call generators by name, not just by number. +Names would presumably not change even if numbers were inserted, and +many users will be interested in testing a single generator they are +thinking of using by name. + +rgb + + +------------------------------------------------------------------------ +r410 | rgb | 2008-07-29 11:40:30 -0400 (Tue, 29 Jul 2008) | 5 lines + +OK, this seems to work, autobuilding ChangeLog from the svn log of my +timestamp file, that basically picks up a message like this one every +time I do an svn checkin. We'll see in a moment if this is reflected in +ChangeLog on the next build. + +------------------------------------------------------------------------ +r409 | rgb | 2008-07-29 11:26:48 -0400 (Tue, 29 Jul 2008) | 2 lines + +Just testing... + +------------------------------------------------------------------------ +r407 | rgb | 2008-07-22 09:06:14 -0400 (Tue, 22 Jul 2008) | 5 lines + +This is, in fact, a major checkin. A serious won't-build-on-lib64 bug +was identified and resolved, the resolution being the addition of +--libdir=... to the ./configure line in the toplevel specfile. +Truthfully, I should probably add this to autogen.sh. + +------------------------------------------------------------------------ +r406 | rgb | 2008-03-27 12:33:04 -0400 (Thu, 27 Mar 2008) | 8 lines + +This is getting close to a release snapshot once again. We do need to +set the number of tests correctly. I may have to give up on operm5 or +rgb_operm for the time being (again) but at least I have +rgb_permutations and rgb_bitdist, both of which test similar things +along with sts_serial ditto. I do need to try to fix sums. I'd love to +add a couple of the contributed tests. I do need to go through the +opso, dna, etc. tests and "fix" them wrt overlap and so on. + +------------------------------------------------------------------------ +r405 | rgb | 2008-03-26 21:20:57 -0400 (Wed, 26 Mar 2008) | 4 lines + +This APPEARS to be a functional permutations test, as expected/hoped. +It uses NON-overlapping samples, although at a guess it would work +for overlapping ones, just not as well. + +------------------------------------------------------------------------ +r404 | rgb | 2008-03-26 17:09:43 -0400 (Wed, 26 Mar 2008) | 4 lines + +This is one, last, poor attempt to get SOME sort of functioning +permutations test. I actually had this working "inside" rgb_operm() +so I imagine I will have it working again here shortly. + +------------------------------------------------------------------------ +r403 | rgb | 2008-03-26 13:39:14 -0400 (Wed, 26 Mar 2008) | 6 lines + +This appears to be "fixed" so that bitstream runs without complaint. I +will need to check for memory leaks in the long run (heh heh). This +once again takes me to where "everything works" but sums operm5, I +think. I'll do another standard S 1 run in a second to make a new +snapshot with a fixed/reference bitstring. + +------------------------------------------------------------------------ +r402 | rgb | 2008-03-24 15:39:49 -0400 (Mon, 24 Mar 2008) | 6 lines + +This fixes up all the tests that seem to require chisq with explicit +cutoffs (frequently one that will be ignored). Cutoff does matter +in the rgb_bitdist test, though! I think all of these tests are at last +valid through -p 100 and possibly -p 1000, except for sums, bitstream +(which I'll fix shortly) and the perennial operm5. + +------------------------------------------------------------------------ +r401 | rgb | 2008-03-24 00:18:51 -0400 (Mon, 24 Mar 2008) | 4 lines + +I am HOPING that this is all good, finally. It runs and gives very +reasonable answers (once) at -p 1000. Now to see if this is +semiconsistent. I've fixed a few zillion small bugs... + +------------------------------------------------------------------------ +r400 | rgb | 2008-03-22 18:33:47 -0400 (Sat, 22 Mar 2008) | 6 lines + +This repairs one serious bug -- I was misinitializing itail -- and makes +it a bit more precise as far as counting dofs. + + + + +------------------------------------------------------------------------ +r399 | rgb | 2008-03-22 15:54:02 -0400 (Sat, 22 Mar 2008) | 6 lines + +This MAY at long last, actually fix rgb_bitdist by simultaneously fixing +vtests in general. Our chisq now AUTOMATICALLY bundles the tail(s) or +low spots in a chisq, independent of where they occur. It looks like I +failed to set ndof correctly, so there will be another round of tests +and a quick checkin in a moment. + +------------------------------------------------------------------------ +r398 | rgb | 2008-03-19 02:23:40 -0400 (Wed, 19 Mar 2008) | 13 lines + +THIS IS A WORKING STS SERIAL as far as I can tell. It correctly reveals +known weak generators. It seems to pass known "decent" generators. It +is very sensitive to certain kinds of failure. + +I now should redo rgb_bitdist to be the NON-overlapping version of this +test, at the very least comparing the freq output (generated with the +same code, I think, ported the other way) to a multinomial chisq on the +expected values. If I can actually check the distribution of each +number against an asymptotically normal curve, that would be great too. +If I could IN THE SAME TEST check the asymptotic fraction -- something +like the monkey tests do -- that would be just fabulous! Especially if +I use a normal and make the comparison very good and not empirical. + +------------------------------------------------------------------------ +r397 | rgb | 2008-03-18 20:45:03 -0400 (Tue, 18 Mar 2008) | 4 lines + +This is very, very close to working perfectly WITH LABELS for +all the histograms generated by sts_serial. We'll save it just because +it looks really useful. + +------------------------------------------------------------------------ +r396 | rgb | 2008-03-18 17:13:51 -0400 (Tue, 18 Mar 2008) | 9 lines + +As far as I can tell, sts_serial now works perfectly. Time to clean up +its act. I will start by decrufting some of the superfluous output from +the library call, then I'm going to FIX the test struct so that each +test has its OWN descriptor line that can be set along with its pvalue +and that will be used by the histogram and/or single line output routine +to identify the associated statistic. I have to make it a bit easier +to make a single test call and get back the MATRIX of p-values for a set +of statistics all generated with the single call. + +------------------------------------------------------------------------ +r395 | rgb | 2008-03-17 00:58:13 -0400 (Mon, 17 Mar 2008) | 4 lines + +This, finally, appears to work perfectly. The last thing I need to do +is to put all of the pvalues somewhere to be passed back to the caller, +in order. + +------------------------------------------------------------------------ +r394 | rgb | 2008-03-16 21:44:35 -0400 (Sun, 16 Mar 2008) | 3 lines + +This fixes a build problem on x86_64 -- must not have an explicit +-L/usr/lib on x86_64 systems, empirically. + +------------------------------------------------------------------------ +r393 | rgb | 2008-03-16 20:55:43 -0400 (Sun, 16 Mar 2008) | 8 lines + +This is much closer. Fixed a few small bugs, and one fairly large one +from the transition to a loop. This is "probably" right at this point. +The interesting question is whether and how we can generate statistics, +pvalues, and results for the whole vector of results. In principle we +can, but I don't know that I've done 14 in a row. OR, maybe I'll figure +out that all I need to do is m = 16 (as it includes all its smaller +cousins, supposedly). + +------------------------------------------------------------------------ +r392 | rgb | 2008-03-16 15:40:29 -0400 (Sun, 16 Mar 2008) | 3 lines + +This isn't really done, but we're going to check it in since it sort of +mostly works. + +------------------------------------------------------------------------ +r391 | rgb | 2008-03-12 17:47:53 -0400 (Wed, 12 Mar 2008) | 2 lines + +Let's see if this revision works... + +------------------------------------------------------------------------ +r388 | rgb | 2008-03-12 13:34:59 -0400 (Wed, 12 Mar 2008) | 5 lines + +Sending it ALL in to Duke and upstairs. There is a bug +of sorts in our chisq -- we don't have a good way of +specifying the number of degrees of freedom for some +of the tests and we need to. + +------------------------------------------------------------------------ +r385 | rgb | 2008-03-12 07:09:20 -0400 (Wed, 12 Mar 2008) | 3 lines + +This is about as fixed as I can make it without doing algebra. Algebra +later, fix code up now. + +------------------------------------------------------------------------ +r384 | rgb | 2008-03-11 19:26:01 -0400 (Tue, 11 Mar 2008) | 7 lines + +This APPEARS to check with John E. Davis's patches. diehard_dna is no +problem -- the drop-in replacement there produces identical numbers, +runs in half the time. rgb_bitdist gives DIFFERENT numbers but is MUCH +faster. I still have several "small bugs" to check out including bugs +in specific tests, and I probably will need to test the static routines +as well. + +------------------------------------------------------------------------ +r383 | rgb | 2008-03-11 15:49:34 -0400 (Tue, 11 Mar 2008) | 5 lines + +Preparing to do the next round(s) of patches. I suppose we'll start +with the get_bit_whatever patches. First I need to generate a "before" +for at least one test that uses them, e.g. birthdays. Then we'll +compare it to after with the fixed seed of 1. + +------------------------------------------------------------------------ +r382 | rgb | 2008-03-11 00:53:27 -0400 (Tue, 11 Mar 2008) | 3 lines + +This is beefing up the tarball so it just works with the usual +preexisting configure. + +------------------------------------------------------------------------ +r381 | rgb | 2008-03-11 00:25:48 -0400 (Tue, 11 Mar 2008) | 5 lines + +RIGHT THIS INSTANT we finally have a clean F8 build with the new +Makefile.am's and a hacked specfile. Alas, to fix the rpath problem +I had to resort to using chrpath, which sucks big time. Unless there +is a libtool directive for fixing it, though, I'm SOL. + +------------------------------------------------------------------------ +r380 | rgb | 2008-03-10 09:41:26 -0400 (Mon, 10 Mar 2008) | 5 lines + +I don't know -- I think that we're getting closer and closer. We will +have the code completely and cleanly GBT based by the end of the +morning, I think. Well, maybe not since I'm going in to see if there +is anything entrepreneurial going on with Thom LaBean. + +------------------------------------------------------------------------ +r379 | rgb | 2008-03-10 08:08:18 -0400 (Mon, 10 Mar 2008) | 7 lines + +OK, this is pretty much all the patches, I think. We should be very +close to BSD-ready. I wonder if I can add the word "beta" to the +"release" or the "8" in VERSION? + +Oh, one other thing -- I very definitely need to fix the rpm build +(specfile). Let's install into /tmp and see what we've got. + +------------------------------------------------------------------------ +r378 | rgb | 2008-03-10 07:54:46 -0400 (Mon, 10 Mar 2008) | 6 lines + +Decrufted the makefiles, added a /dev/arandom rng for BSD, fixed tiny +modulus bug in rng list display, added sensible error message extensions +for people running across distros for the /dev/?random devices (I +"could", of course, use fstat to determine if the devices are there and +refuse to add them if they aren't, but that's for the future). + +------------------------------------------------------------------------ +r377 | rgb | 2008-03-09 22:07:15 -0400 (Sun, 09 Mar 2008) | 4 lines + +Checking in a mildly broken set. FWIW, a full build actually works. +OTOH, make rpm does not. Perhaps not too unsurprising. I need to do +a full install into /tmp and see what comes up. + +------------------------------------------------------------------------ +r376 | rgb | 2008-03-09 15:35:38 -0400 (Sun, 09 Mar 2008) | 4 lines + +This actually is getting close to being done "the right way". It still +builds, and I think builds an RPM, but I need to work on the library +side to clean it up as well. + +------------------------------------------------------------------------ +r375 | rgb | 2008-03-09 14:57:03 -0400 (Sun, 09 Mar 2008) | 2 lines + +OK, this is really close to being what freebsd wants. + +------------------------------------------------------------------------ +r374 | rgb | 2008-03-09 13:55:12 -0400 (Sun, 09 Mar 2008) | 5 lines + +OK, looks like the BSD patch for rngs_gnu_r.c works, and I'm guessing +that it will work in general UNLESS it has to be the gnu error() +program to interface with R, in which case the patch will have to be +ifdef'd. + +------------------------------------------------------------------------ +r373 | rgb | 2008-03-09 13:38:06 -0400 (Sun, 09 Mar 2008) | 6 lines + +OK, we are in the middle of a Major Patch Job. We're fixing various +small things that are wrong with our GBT port, trying to get it so that +it will automagically build on a wider set of systems. The stuff I've +done so far still builds (I need to test the rpm build though) and +"should" build on gentoo as well as Debian and Fedora/RH. + +------------------------------------------------------------------------ +r372 | rgb | 2008-02-12 19:01:04 -0500 (Tue, 12 Feb 2008) | 9 lines + +This fixes the Crispin bug, -- a bad number in one column of s[i][j] +relative to the original diehard. Sure hope it is the correct one; the +later (c version) diehard matched what I had. + +I really need to compute the r and s directly. But then, I think I +understand the operm5 test well enough to do it "directly" without +overlap as a non-overlapping permutations test. It might even be fun to +make overlap just an option. + +------------------------------------------------------------------------ +r366 | rgb | 2008-01-30 07:47:48 -0500 (Wed, 30 Jan 2008) | 2 lines + +This fixes the abstract AGAIN... + +------------------------------------------------------------------------ +r365 | rgb | 2008-01-02 11:23:16 -0500 (Wed, 02 Jan 2008) | 4 lines + +This should be the absolute minimum needed to build clean from tarball +using "just" ./configure followed by make. Need to fix the configure +script to check for the gsl and anything else that might be needed. + +------------------------------------------------------------------------ +r362 | rgb | 2007-12-07 12:40:35 -0500 (Fri, 07 Dec 2007) | 2 lines + +This checkin just updates the release number. + +------------------------------------------------------------------------ +r361 | rgb | 2007-12-06 14:39:53 -0500 (Thu, 06 Dec 2007) | 7 lines + +This patches two small things -- adds fflush(stdout); so tees of the +results don't make you wait. Removes a development line from +diehard_operm5 that shouldn't be there in any KIND of real release. + +Need to bump the snap revision and reinstall. + + +------------------------------------------------------------------------ +r360 | rgb | 2007-11-19 07:38:36 -0500 (Mon, 19 Nov 2007) | 29 lines + +This is pretty much a fully functional version. I fixed the last bug, +which turned out to be that I had the right idea but missed the: + + I + P + P* + P^2 + P*^2 + ... + +and was accidentally doing (when I empirically noted that including k=0 +in the sum was necessary) either: + + I + P + P^2... + +or + + 2I + P + P* + ... + +Added a conditional to eliminate the second k = 0 instance in the core +loop summing the fi*fj and got perfect correspondance through -n 3. The +-n 3 matrix is different, but pretty obviously a permutation of the +AKM matrix as to be expected since the permutation order is arbitrary +and they probably didn't use lexical ordering. The eigenvalues, +however, are dead on the same! + +So I'm back up to the point where I should be able to form a test +statistic somehow. I have to covariance matrix precisely in hand -- +something at this point about weak inverses (weak because it is singular +and has no inverse?). A bit curious, actually. We'll see. + + rgb + + +------------------------------------------------------------------------ +r359 | rgb | 2007-11-19 01:02:46 -0500 (Mon, 19 Nov 2007) | 13 lines + +OK, this SEEMS to repair everything, except for some spurious +normalization stuff that is at least consistent between the exact +and experimental matrices. They now come out the same, and I suspect +they are proportional to the nilpotent markov processes paper result. +For k=2 they clearly are -- a factor of 2. For k=3 it is harder to see +for sure. Time to go back to the paper with a calculator. + +At least now the matrices are properly symmetric, as well. That means +that their eigenvalues can be computed with my existing code with its +symmetric matrix eigenvalue calls. It does leave me with the +substantial problem of computing a test statistic automagically, but one +small step at a time... + +------------------------------------------------------------------------ +r358 | rgb | 2007-11-14 07:01:57 -0500 (Wed, 14 Nov 2007) | 7 lines + +This works, but my assumptions concerning the inverse of C are incorrect +because (gasp) C isn't invertible. It has eigenvalues and eigenvectors. +I can compute them, apparently -- that's what this snapshot does (I'm +going to compare the results now to what's in my nilpotent processes +paper). I still don't quite see how to make my results into a p-value, +though, and may need help with this... + +------------------------------------------------------------------------ +r357 | rgb | 2007-11-13 11:53:48 -0500 (Tue, 13 Nov 2007) | 7 lines + +It is SO key to preserve this in precisely this state. At this instant +in time, cexact and cexpt are identically formed, one running over all +permutations and the other from sampling, and they work perfectly EXECPT +for the #!)#%@ sign error. I had the sign right, and don't quite see +how I changed the code, so I'm about to look. In the meantime, though, +we mustn't lose this working form... + +------------------------------------------------------------------------ +r356 | rgb | 2007-10-31 22:11:57 -0400 (Wed, 31 Oct 2007) | 3 lines + +This is a broken checkin, but I'm on track for getting operm finished at +last, if only I stick to it. + +------------------------------------------------------------------------ +r354 | rgb | 2007-10-24 15:19:05 -0400 (Wed, 24 Oct 2007) | 2 lines + +Need to send to duke, dummy.s + +------------------------------------------------------------------------ +r353 | rgb | 2007-10-24 15:18:41 -0400 (Wed, 24 Oct 2007) | 2 lines + +This is needed for development, I think. + +------------------------------------------------------------------------ +r352 | rgb | 2007-10-24 15:17:37 -0400 (Wed, 24 Oct 2007) | 2 lines + +Trying again. Dunno how this got screwed up but it is. + +------------------------------------------------------------------------ +r351 | rgb | 2007-10-03 16:16:38 -0400 (Wed, 03 Oct 2007) | 3 lines + +This is actually a pretty solid implementation of +rgb_minimum_distance... + +------------------------------------------------------------------------ +r350 | rgb | 2007-09-29 17:43:55 -0400 (Sat, 29 Sep 2007) | 3 lines + +works perfectly. fixed memory leak. about to improve 2dsphere with +sort, then run -a. + +------------------------------------------------------------------------ +r349 | rgb | 2007-09-29 11:24:16 -0400 (Sat, 29 Sep 2007) | 2 lines + +This is IT and works... rgb_minimum_distance is there. + +------------------------------------------------------------------------ +r347 | rgb | 2007-09-20 05:37:04 -0400 (Thu, 20 Sep 2007) | 3 lines + +I need to fix this, but probably not today. In doc there is a "fix me" +recipe for 2d spheres. I'm currently adding the Linux Magazine invoice. + +------------------------------------------------------------------------ +r346 | rgb | 2007-09-19 14:44:10 -0400 (Wed, 19 Sep 2007) | 3 lines + +Checking in a fix for the BROKEN 2d spheres test. I should be able to +fix 3dspheres as well from it. + +------------------------------------------------------------------------ +r345 | rgb | 2007-08-28 12:54:51 -0400 (Tue, 28 Aug 2007) | 3 lines + +Bug reported by a user, sort of. The README still said you could just +type "make" and you can't. Fixed. + +------------------------------------------------------------------------ +r344 | rgb | 2007-08-13 18:30:55 -0400 (Mon, 13 Aug 2007) | 2 lines + +Will this go in? Time will tell... + +------------------------------------------------------------------------ +r343 | rgb | 2007-07-16 11:20:54 -0400 (Mon, 16 Jul 2007) | 45 lines + +We are working HARD or confirming or denying dieharder_operm5 AND +working out a more general rgb_operm. The convertoperm.pl script +once AGAIN confirms that I'm unpacking and repacking (for C) the +r and s matrices of diehard_operm correctly. + +However, AFAICT, the diehard_operm5 JUST tallies up t[120], the count of +the different permutation indices. However, all the permutations should +occur with a SYMMETRIC probability -- I verified this directly by doing +the actual integrals, but in retrospect it is pretty obvious from +symmetry alone. The t-vector therefore has NOTHING TO DO with the +covariance matrix no matter what you do with it, which may be why +diehard_operm5() is a bad test. FWIW, I've added output statements to +diehard_operm5() that dump the t-vector and verified empirically that +yes, it produces a more or less uniform distribution of bin-probability +1/120 -- one could in fact do a chisq test on this directly and very +likely obtain an actual meaningful test, but that is not at all what is +done. + +Note well that the sampled distribution of t[] will not SIGNIFICANTLY +vary if computed from overlapping samples! This is simple to see -- it +would be just like computing five distinct samplings of non-overlapping +samples, each of which would be expected to have exactly the same mean +and variance. Because of the overlap there could be a tiny bit of +correlation between the FLUCTUATIONS in the MEASURED mean values for any +given bin, but the bin mean would have to be unchanged for each +overlapping sampling, and for that matter the bin variance for each +sampling would ALSO have to be the same. + +The only effect of combining the overlapping five samplings (each with +identical mean and variance!) would therefore be to AT MOST alter the +sampled VARIANCE of the bin distribution, per bin, a tiny bit from what +one might expect analytically from truly iid samples. One certainly +isn't going to see this variation in the variance from two runs -- the +expected statistical noise would overwhelm the signal as this is a +second moment/cumulant effect, a susceptibility if you like, and hence +VERY difficult to resolve. + +What we in fact must do is (I'm pretty sure) compute c[][] analytically, +(which I have done) and then simulate the SAME c[][] directly from the +data. Then difference them, which should make the components of +c_exp[][] - c_exact[][] presented as vector a zero mean chisq +distributed object with N! - (N-1)! DoF or something like that -- 120-24 += 96 for N = 5? Here I'll defer to experts, eventually. + + +------------------------------------------------------------------------ +r342 | rgb | 2007-06-16 01:11:57 -0400 (Sat, 16 Jun 2007) | 2 lines + +Hopefully this has all the files needed for rgb_operm() checked in. + +------------------------------------------------------------------------ +r341 | rgb | 2007-06-16 01:09:13 -0400 (Sat, 16 Jun 2007) | 2 lines + +This actually builds. Let's see if the new test shows up... + +------------------------------------------------------------------------ +r340 | rgb | 2007-06-15 20:12:58 -0400 (Fri, 15 Jun 2007) | 23 lines + +Checking in several things. rgb_operm.c is a template for my eventual +replacement for operm5. I have about concluded that operm5 is basically +a joke -- it is conceptually incorrect. The correct statistic should be +the overlapping permutations covariance matrix itself. This test just +counts the occurrence of permutations -- the "overlap" part is +completely irrelevant in this context. It returns an aggregate count +vector whose mean is 1/120 (obviously, permutations of 5 objects = 5! = +120). It makes NO DIFFERENCE AT ALL if this vector is evaluated from +overlapping samples or from independent samples -- the mean will be the +same. All that MIGHT change is the variance -- since the samples are +drawn from an overlapping population, one would expect that their +variance would be strictly less than one would expect from truly +independent samples. + +In a minute I'll verify this with the overlap flag and a couple of runs +with mt, but I now understand why the test fails. It remains to figure +out how to build a CORRECT overlapping permutations test that uses the +COVARIANCE of overlapping samples as a statistic. I actually think that +this will be pretty easy, but I do have to also understand why the +definition in the nilpotent markov chains paper doesn't (I think) lead +to the numbers that they publish there. Or rather, why my MUCH SIMPLER +algorithm doesn't lead to the same numbers they get. + +------------------------------------------------------------------------ +r333 | rgb | 2007-06-14 14:54:23 -0400 (Thu, 14 Jun 2007) | 2 lines + +This should have no operm in it. + +------------------------------------------------------------------------ +r332 | rgb | 2007-06-14 14:36:51 -0400 (Thu, 14 Jun 2007) | 2 lines + +Probably a good time to update to lucifer, since it is actually up... + +------------------------------------------------------------------------ +r331 | rgb | 2007-06-08 10:14:04 -0400 (Fri, 08 Jun 2007) | 3 lines + +OK, NOW let's actually try to get rng_uvag in, THEN we'll try to +increase its speed... + +------------------------------------------------------------------------ +r330 | rgb | 2007-05-24 13:35:50 -0400 (Thu, 24 May 2007) | 4 lines + +I'm gradually refining the bitstream variance -- 290 is from over +260000 samples. I'm shooting for a s.d. of a couple of tenths, although +honestly it is overkill. + +------------------------------------------------------------------------ +r329 | rgb | 2007-05-23 01:02:21 -0400 (Wed, 23 May 2007) | 12 lines + +OK, this is a major enough checkin. I have at long last fixed +bitstream.c. Marsaglia's published value of sigma is off by close to a +factor of two. sigma is in fact 288.6. I have verified this by +simulation with very excellent RNGs, e.g. MT or gfsr4 AND with HARDWARE +generators (which were failing bitstream before). + +Marsaglia couldn't resolve the error (which could just have been due to +a typo at some point that was perpetuated) because his test didn't run +enough times or plot the pvalues in a histogram, but if you plot the +obtained means in a histogram and fit a normal to them, there is +absolutely no doubt. + +------------------------------------------------------------------------ +r328 | rgb | 2007-05-23 00:35:33 -0400 (Wed, 23 May 2007) | 2 lines + +Forgot to check this one in... + +------------------------------------------------------------------------ +r327 | rgb | 2007-05-23 00:31:03 -0400 (Wed, 23 May 2007) | 2 lines + +OK, this is one of two ways to get things to metatron to run faster. + +------------------------------------------------------------------------ +r326 | rgb | 2007-05-22 21:12:07 -0400 (Tue, 22 May 2007) | 3 lines + +This fixes several problems, and is working its way towards a new +release. + +------------------------------------------------------------------------ +r325 | rgb | 2007-05-22 10:04:12 -0400 (Tue, 22 May 2007) | 2 lines + +Silly checkin, as I dropped a file here that goes below. + +------------------------------------------------------------------------ +r324 | rgb | 2007-05-21 19:46:44 -0400 (Mon, 21 May 2007) | 5 lines + +Well, we're making LOTS of little changes here. We're splitting off +Exit() into its own file so it can be shred, we're moving +db_gnu_r_rngs.c to gnu_r_rngs.c, we're adding prototypes and changing +the namespace for RDH. All at once. + +------------------------------------------------------------------------ +r323 | rgb | 2007-05-21 18:14:19 -0400 (Mon, 21 May 2007) | 3 lines + +Fixed small problem in makefile. Otherwise I'm not sure why these files +are changing -- they really shouldn't. + +------------------------------------------------------------------------ +r322 | rgb | 2007-05-21 15:04:01 -0400 (Mon, 21 May 2007) | 3 lines + +I do believe that this now is ready to rock and roll. AFAICT, it "just +works". + +------------------------------------------------------------------------ +r321 | rgb | 2007-05-21 14:39:08 -0400 (Mon, 21 May 2007) | 6 lines + +This is checking in dieharder WITH RDieHarder included and under version +control. RDieHarder now depends on dieharder sources. I still haven't +got the Makefile, with dependencies, built into the existing Makefile +but I will. Basically, I plan three new targets: rdhprep, rdhlib (as +root only) and rdhtgz (to make a "package" out of it). + +------------------------------------------------------------------------ +r320 | rgb | 2007-05-21 09:34:44 -0400 (Mon, 21 May 2007) | 10 lines + +Well, we've been working hard here. Let me try to summarize. I've +instrumented the code to make it "easy" to move it to RDieHarder. Dirk +doesn't understand, quite, how I plan to make RDH a "part of" the +dieharder source tree, but he will when I'm done as it will then be +really easy to prep his cran/debian package. I think, I hope. + +I think that I'm going to need to pursue dieharder this summer pretty +aggressively in addition to working on axioms and other books. I should +probably look hard at getting money to support it, as well. + +------------------------------------------------------------------------ +r319 | rgb | 2007-05-19 08:14:56 -0400 (Sat, 19 May 2007) | 3 lines + +We've got to get this to lucifer and then try to unpack it on +metatron... + +------------------------------------------------------------------------ +r318 | rgb | 2007-04-29 14:06:32 -0400 (Sun, 29 Apr 2007) | 2 lines + +This too has to go to lucifer... + +------------------------------------------------------------------------ +r317 | rgb | 2007-03-12 09:50:39 -0400 (Mon, 12 Mar 2007) | 4 lines + +This is the last set of changes associated with 2.24.3 -- which is +hopefully getting really, really close to a release I can live with. +I suppose I should fix the man pages, at least to some extent. + +------------------------------------------------------------------------ +r316 | rgb | 2007-03-05 10:35:05 -0500 (Mon, 05 Mar 2007) | 6 lines + +This looks like it successfully splits off the manual so it is no longer +autobuilt and is not in the rpms. + +From here out the manual will be a SEPARATE project aimed square at lulu +publication as a book I might even make money from. + +------------------------------------------------------------------------ +r315 | rgb | 2007-03-05 10:32:43 -0500 (Mon, 05 Mar 2007) | 2 lines + +We'll work our way there by hook or by crook. + +------------------------------------------------------------------------ +r314 | rgb | 2007-03-05 10:32:03 -0500 (Mon, 05 Mar 2007) | 2 lines + +Grrr. I just lost a whole bunch of work... + +------------------------------------------------------------------------ +r313 | rgb | 2007-03-01 20:00:11 -0500 (Thu, 01 Mar 2007) | 11 lines + +This has now been fixed, a la Charles Karney's suggestion and Janusz's +paper demonstrates, to use overlapping samples by default. Some tests +it really DOES matter, if those tests are valid at all (operm5 being a +classic example). I still doubt the bitstream-dna test series -- I +think that there is NO difference between overlapping and +non-overlapping samples there, or at most a tiny shrinking of the +distribution variance in the end, as they don't measure "overlap", only +a CLT-limited mean. Overlapping 20 bit samples should make a tiny shift +in the sample standard deviation and have no other effect in these +tests. + +------------------------------------------------------------------------ +r312 | rgb | 2007-03-01 19:38:44 -0500 (Thu, 01 Mar 2007) | 4 lines + +This fixes the Bug reported by Brian J. Wong, making bl and bu of a +function in bits.c static uint (preserved between calls) instead of +dynamic. Probably my bad... + +------------------------------------------------------------------------ +r309 | rgb | 2007-02-28 10:39:58 -0500 (Wed, 28 Feb 2007) | 2 lines + +Sending this into SVN on general principles. + +------------------------------------------------------------------------ +r308 | rgb | 2007-02-27 22:38:22 -0500 (Tue, 27 Feb 2007) | 10 lines + +This actually seems to work. So we now have 66 random number generators +to test. Tony Pasqualoni's Cellular Automaton rng isn't anywhere NEARLY +as fast as he alleges compared to the GSL routines inside identical +packaging -- in fact it is about par for the course -- but so far it +seems to be 1 bit and 2 bit random, and we're working on a -a run that +will expose it to the latest/greatest operm5. It remains to be seen +whether or not K. Janusz's paper contains algorithms that will let me +check and/or correct Marsaglia's operm5, or perhaps extend the operm5 +into a RANGE of tests like rgb_bitdist. + +------------------------------------------------------------------------ +r307 | rgb | 2007-02-27 22:19:36 -0500 (Tue, 27 Feb 2007) | 6 lines + +This is a very first cut of Tony Pasqualoni's Cellular Automaton +random number generator, ported into a gsl standard wrapper. This will +let me test Tony's assertion that this is a good, very fast rng in +exactly the same wrapper that one can study the other "good" (but +slower) rng's. + +------------------------------------------------------------------------ +r306 | rgb | 2007-02-27 02:10:12 -0500 (Tue, 27 Feb 2007) | 2 lines + +This is a really modest checkin, but we'll see if it can manage... + +------------------------------------------------------------------------ +r305 | rgb | 2007-02-27 02:04:24 -0500 (Tue, 27 Feb 2007) | 13 lines + +TAG 2.24.2 + +I fixed the -q(uiet) flag so that it works, and decided to bundle all of +the above bugfixes and feature shifts into a new minor minor bump. This +is the "official" GBT build, if Dirk concurs when he tries it. + +As far as I know, we're at least back where we were when we started +implementing GBT and then some. + +Now, if only I could figure out the trunk thing. Maybe I'll try doing a +checkout and build without the trunk movement... + + +------------------------------------------------------------------------ +r304 | rgb | 2007-02-27 01:31:45 -0500 (Tue, 27 Feb 2007) | 5 lines + +TAG 2.24.1-2 + +Fixed documentation and added a hard record of Janusz's bug in operm5. + + +------------------------------------------------------------------------ +r303 | rgb | 2007-02-27 01:06:25 -0500 (Tue, 27 Feb 2007) | 2 lines + +Sending this to Duke, at least... + +------------------------------------------------------------------------ +r302 | rgb | 2007-02-27 01:06:09 -0500 (Tue, 27 Feb 2007) | 47 lines + +This contains a change suggested by the following: + +% +To: Robert G. Brown +Cc: Dirk Eddelbuettel +Subject: Re: Random R-Package + +Hello, without going to much into peculiarities (for now, at least) of +the rngs and numbers coming from Marsaglia and you (Robert), I would +like to give the result from our paper that is directly applicable to +the operm5 header you cited below: + +"...(with # rank 99)..." - this is the point I questioned in our paper. +I asked Marsaglia how he got this rank, but I never received the reply +from him. I can only presume that he either guessed this number or +estimated it (somehow). It remains a mystery to me; like a Marsaglia's +voodoo step. The answer should be 96=5!-4!. It is not a big deal +of a difference in this case, however, the theorem we proved allows one +to consider cased of perm6, perm7 ... and higher with the exact number +of degree of freedom calculations. Thus, exact and not guessed results. + +It is my opinion that the operm-type test is very powerful for detecting +local correlations (dependencies) and it should be used for such +purpose. So, any algorithmic PRNG will suffer and most likely do not +dwell well when exposed to this test. I have not had a chance to do +serious experiments on the "natural-random" generators, e.g. +alpha-particle counting, radio noise signals and many others. But, I +suspect that the operm-type test should do well in this situation. + +I cannot promise at this time much, but I am going to look at the issues +you addressed in your e-mail. However, the questions you've raised are a +bit different animals to deal with. + +In summary, it would be useful, once and for all, to correct 99 degrees +to 96 in the operm5 Marsaglia's header file. Maybe, one day, this will +happen :-) +%, who +was running the test on a file of data just one time per test using more +or less this line: + +for t in $(echo "-d"{1..19} "-r"{1..4} "-s"{1..2}); do ./dieharder -q -t9375 -p1 $t;done > results + +He noted that kstest_kuiper returned 2.0 for input single pvalues of +0.0, and that the test overall returned a pass even if p=1.0 exactly +(which it also should not do for single pvalues). + +I made the following changes. kstest_kuiper now returns a single input +pvalue as its output pvalue -- clearly that's all one can do and the +right thing to do. The test.c assessment that prints out the results +also no longer calls the return a KStest result, and reports failure +a bit differently, flagging the high-p failures as well as the low p +failures, and adjusting the reported failure range accordingly. + +To do this I had to use -static in the Makefile to work in the +development tree. I'm guessing that I need to add LDFLAG = -dynamic to +the build make line in the specfile and should LEAVE it -static in the +actual tree so people don't get stymied if they download and build in +the tarball directory ("people" including me) while rpm's will still +autobuild dynamic correctly. + +Finally, Matthias reported that the -q flag doesn't work. He's right, +but I'm not sure I'm going to fix that. Rather I should probably just +kill it and let people filter the output results by hand... + +------------------------------------------------------------------------ +r284 | rgb | 2007-02-05 23:42:45 -0500 (Mon, 05 Feb 2007) | 4 lines + +I've just fired this up to the web. I deem it finished enough. +Now to backport the library fix to wulfware, and call it a night, very +much a night. + +------------------------------------------------------------------------ +r283 | rgb | 2007-02-05 22:06:02 -0500 (Mon, 05 Feb 2007) | 5 lines + +OK, it installs and builds PERFECTLY, and THIS time it almost certainly +is dynamically linking to libdieharder.so, as it linked without the .a +library present at all. I'll now have to go retrofit this to wulfware, +as it is not building correctly. + +------------------------------------------------------------------------ +r282 | rgb | 2007-02-05 21:39:00 -0500 (Mon, 05 Feb 2007) | 3 lines + +This actually rand and built! Now to try to rebuild it WITHOUT the .a +library installed... + +------------------------------------------------------------------------ +r281 | rgb | 2007-02-05 21:30:42 -0500 (Mon, 05 Feb 2007) | 3 lines + +Just in case I drop something, I finally seem to have "fixed" the +libdieharder makefile. On to fame and glory. + +------------------------------------------------------------------------ +r280 | rgb | 2007-02-05 15:06:05 -0500 (Mon, 05 Feb 2007) | 2 lines + +OK, this is crawling on closer to ready to go... + +------------------------------------------------------------------------ +r279 | rgb | 2007-02-05 14:51:33 -0500 (Mon, 05 Feb 2007) | 2 lines + +Make this go away, please. + +------------------------------------------------------------------------ +r277 | rgb | 2007-01-28 10:58:14 -0500 (Sun, 28 Jan 2007) | 6 lines + +This has a brand new ultra-cool target, "installrepo" that makes the +rpms and installs them in the repo, from when yum can install them. + +BTW, I think I forgot the "requires" tag in the dieharder sources, +partly because it seems that it isn't, in fact, required. Hmmm. + +------------------------------------------------------------------------ +r276 | rgb | 2007-01-27 19:11:19 -0500 (Sat, 27 Jan 2007) | 2 lines + +This works! + +------------------------------------------------------------------------ +r275 | rgb | 2007-01-27 17:39:42 -0500 (Sat, 27 Jan 2007) | 2 lines + +This is getting really close, worth checking in... + +------------------------------------------------------------------------ +r274 | rgb | 2007-01-27 13:27:14 -0500 (Sat, 27 Jan 2007) | 4 lines + +This now builds a perfectly rebuildable tarball. We can think about +just what else we'd like to add to that tarball in a moment, but first +we need to FINALLY get the rpm to build, maybe. + +------------------------------------------------------------------------ +r273 | rgb | 2007-01-27 12:59:42 -0500 (Sat, 27 Jan 2007) | 2 lines + +This updates the abstract. + +------------------------------------------------------------------------ +r272 | rgb | 2007-01-27 12:50:16 -0500 (Sat, 27 Jan 2007) | 3 lines + +OK, this just maybe is working now with a target that rebuilds +both specfiles and Makefiles when the toplevel Makefile is altered. + +------------------------------------------------------------------------ +r271 | rgb | 2007-01-27 11:57:23 -0500 (Sat, 27 Jan 2007) | 8 lines + +This is just peachy. make and make install targets work for BOTH +dieharder_src and libdieharder directories, which is pretty cool, +really. The remaining problem will be how to force a rebuild +of the library in such a way that it works when we're developing but +doesn't barf when we're rpm-ifying. + +At this point in time it is high time to try the rpm build. + +------------------------------------------------------------------------ +r270 | rgb | 2007-01-27 11:41:39 -0500 (Sat, 27 Jan 2007) | 3 lines + +OK, this is making progress. Time to go back to libdieharder and get +a build to work there... + +------------------------------------------------------------------------ +r269 | rgb | 2007-01-27 11:13:18 -0500 (Sat, 27 Jan 2007) | 3 lines + +Just making sure this is all ready to run when I start to edit +the Makefile in libdieharder. + +------------------------------------------------------------------------ +r268 | rgb | 2007-01-27 11:08:45 -0500 (Sat, 27 Jan 2007) | 11 lines + +OK, this is a very painful move. We will, of course, mothball and +preserve libdieharder's original svn tree, but now that we're figuring +out how to do one specfile, many packages from a single toplevel +source tree we no longer wish to maintain libdieharder in a separate +subversion project. So we're checking it into this one. All the +change history is preserved, but in pieces -- CVSROOT first, +subversion's libdieharder second, and from now on, here in the one +true dieharder tree and its subversion controlled project. + +Next we have to get this so that a make install does the right thing. + +------------------------------------------------------------------------ +r267 | rgb | 2007-01-27 10:53:36 -0500 (Sat, 27 Jan 2007) | 7 lines + +This is a first cut at making dieharder actually build, after +libdieharder is built and installed. From now on BOTH will use ONLY +the include files that are stored in ./include, which will actually +simplify life tremendously. I may symlink them through to the +source directory(s) and may even svn control the symlinks, if svn can +manage them. CVS couldn't... + +------------------------------------------------------------------------ +r266 | rgb | 2007-01-27 10:31:10 -0500 (Sat, 27 Jan 2007) | 5 lines + +OK, we are within a single step (removing or moving some include files) +of being cleaned up and ready to proceed. I'll probably copy at least +part of the sm Makefile to get the hang of looping a make through source +directories in order to achieve the make install in the right sequence. + +------------------------------------------------------------------------ +r145 | rgb | 2005-03-14 08:57:05 -0500 (Mon, 14 Mar 2005) | 5 lines + +This sends in parse.c. Y'know, I'll bet that this is what breaks +Dan's access. Shit, looks like I'll have to kiss "make sync" goodbye... +or give him an "account" locally with the same uid/gid -- nope that +won't work either. Sigh. + +------------------------------------------------------------------------ +r144 | rgb | 2005-03-10 22:42:00 -0500 (Thu, 10 Mar 2005) | 2 lines + +This goes home and into laptop... + +------------------------------------------------------------------------ +r143 | rgb | 2005-03-10 22:05:41 -0500 (Thu, 10 Mar 2005) | 2 lines + +Sending this all home, so I can make it on metatron? + +------------------------------------------------------------------------ +r141 | rgb | 2004-11-30 09:14:46 -0500 (Tue, 30 Nov 2004) | 5 lines + +I think we'll add this to the repository as the "reference run" against +the default generator, dieharder -a > dieharder.all. If we update this +at the end of every new addition, we'll be able to advance to toolset +in a fairly systematic (but generally reliable) way. + +------------------------------------------------------------------------ +r140 | rgb | 2004-11-29 16:36:23 -0500 (Mon, 29 Nov 2004) | 2 lines + +This looks like it ran nicely. + +------------------------------------------------------------------------ +r139 | rgb | 2004-11-29 14:30:09 -0500 (Mon, 29 Nov 2004) | 3 lines + +This MIGHT just be a reference run followed by tag bump and checkin. +Looks pretty nifty, right up to a first draft of histogram. + +------------------------------------------------------------------------ +r138 | rgb | 2004-11-29 14:03:49 -0500 (Mon, 29 Nov 2004) | 4 lines + +Adding the published diehard F90 source code to the tree for +porting convenience, although we will not use any of it verbatim, +obviously, in a c port. + +------------------------------------------------------------------------ +r137 | rgb | 2004-11-29 12:18:04 -0500 (Mon, 29 Nov 2004) | 3 lines + +I'm hoping that this is the needed binary rank program that analyzes +binary (bitlevel) matrices for the diehard binary rank tests. + +------------------------------------------------------------------------ +r136 | rgb | 2004-11-24 01:14:41 -0500 (Wed, 24 Nov 2004) | 5 lines + +This seems to "work", although it is consistently producing an overall +p-value that is in the .9 range and hence "too high". I'm going to +start up a full run of 100 x 40000 in a second to see if I get a +"normal" pvalue. + +------------------------------------------------------------------------ +r135 | rgb | 2004-11-24 01:00:50 -0500 (Wed, 24 Nov 2004) | 2 lines + +Well, not JUST that. I suppose that next we'll have to actually debug. + +------------------------------------------------------------------------ +r134 | rgb | 2004-11-24 00:58:30 -0500 (Wed, 24 Nov 2004) | 6 lines + +This is ALMOST working. I'd say the binary rank part is working, hence +the checkin. It is the rank_32x32 part that isn't, but I'll work on it. + +I suspect something really simple, like needing to normalize y by +tsamples... + +------------------------------------------------------------------------ +r133 | rgb | 2004-11-22 15:08:03 -0500 (Mon, 22 Nov 2004) | 4 lines + +This is simply lovely, simply lovely, with a good start on adding +Diehard's Binary Rank test. All I need is a suitably scaled matrix +and a few zillion rands... + +------------------------------------------------------------------------ +r132 | rgb | 2004-11-22 14:23:11 -0500 (Mon, 22 Nov 2004) | 2 lines + +Why didn't these make it to Duke? + +------------------------------------------------------------------------ +r131 | rgb | 2004-11-22 03:35:19 -0500 (Mon, 22 Nov 2004) | 6 lines + +This is 0.5.8 stable, I hope. Time to go beddy-bye, hoping that this is +now ready for real development and grantseeking work. I should be +able to add a couple more diehard tests "easily" at this point, I think. + + rgb + +------------------------------------------------------------------------ +r129 | rgb | 2004-11-22 01:47:07 -0500 (Mon, 22 Nov 2004) | 5 lines + +This is VERY VERY close to being a fairly serious tagged checkin. +We've resolved the problem of multiline strings in gcc, snagged a +C tutorial for gcc, completely fixed the documentation -- this is +all pretty awesomely ready for a brave new release. + +------------------------------------------------------------------------ +r128 | rgb | 2004-11-21 23:24:18 -0500 (Sun, 21 Nov 2004) | 11 lines + +This is really close to working with all the changes in the command +line options and associated global variables. In fact, it might BE +working. + +Two things that I really really need are a routine that can take a +data object that is one big string and display it to the screen +(something gcc refuses to do any more, which sucks big time) and a 20x +histogram of p-values. Let's see if I can find them on the web before +tackling them -- in particular the former seems like it must have been +written by somebody... + +------------------------------------------------------------------------ +r127 | rgb | 2004-11-20 13:17:55 -0500 (Sat, 20 Nov 2004) | 6 lines + +This is now really truly ready to go, EXCEPT that NOW I have to alter +all sorts of command options according to the latest prescriptions in +the checkin logs and abstract/web page. And get it "working perfectly" +once again. I might even finish this this weekend, if I really hammer +at it. + +------------------------------------------------------------------------ +r126 | rgb | 2004-11-20 10:55:07 -0500 (Sat, 20 Nov 2004) | 3 lines + +This is the REALLY final checkin of rand_rate, I think, before we clone +it into dieharder. + +------------------------------------------------------------------------ +r125 | rgb | 2004-11-20 10:50:28 -0500 (Sat, 20 Nov 2004) | 87 lines + +This is the last checkin of rand_rate AS rand_rate. I'm going to change +the name of this suite to dieharder. I'm also going to change the +test numbering schema and option naming so that e.g. + + -d diehard test number + -r rgb test number + -s sts test number + +where -1 runs all tests of a given kind, 0 lists a description of all +tests in the suite, -2 runs all tests of a given kind EXACTLY as they +are run in the original code, if possible -- I'm not sure I'm going to +test overlapping bit strings drawn from a single int just to bump the +count of "random numbers" unless the test explicitly calls for it and it +makes sense, as there is this thing about each sample being +"independent" that worries me with overlapping draws. + + -p number of p-values in final KS (and possibly other) test(s). This +is the number of times each "test" is run with independent random number +seeds (as the DEFAULT from now on). This defaults to 100, which is +actually a lot and very reasonable but which can be increased if one is +in doubt about whether the distribution of p returned by "the test" is +in fact uniform. + + -t number of test samples that go into making up a single test. This +is NOT always a free parameter -- in many of the diehard tests +especially, the number of e.g. points drawn from a 2d or 3d volume in +the minimum distance tests is fixed, and varying it would vary the +target distribution and test statistic. Although this is a bit +unfortunate, since varying the number of test samples is an excellent +way to make marginal failures in the distribution of p resolve into +clear failures, we either live with it or derive general forms for the +asymptotic target distributions as a function of the number of samples +or do simulations and empirically deduce forms ditto (as Marsaglia and +others appear to have done). For the moment we'll live with it. + + -b bitstring width. Some tests are applied only to samples that are +"bitstrings" (as opposed to e.g. lists of unsigned integers) of +user-specifiable length. One reason to limit the tests in this way is +to avoid numerical difficulties in e.g. evaluating P_binomial(k,p,n), +where one can easily under or overflow and end up with garbage or a gsl +fault. Another is to "free" some of the existing tests that have a very +specific size of bitstring that they look at so that this can be varied +when the target distribution can still be computed as a function of +bitstring size. This will be overridden as necessary, like -t, for +tests that really do require a fixed bitstring size to approach the +known target distribution. + + -n ntuple or window width. A number of tests look at bit ntuples. An +ntuple is a set of n consecutive bits drawn from a bitstring (possibly +of -b specified width) or vector of random uints (possibly of -t +specified length). ntuples are always drawn relative to a bit offset +specified from the right (least significant) with 0 being the rightmost +bit, with cyclic boundary conditions on the entire bitstring >>or<< +sample uint vector, so drawing an ntuple cannot fail for any offset +within the number of significant bits returned by the generator (which +MAY NOT BE 32, or even 31 -- some generators return as few as 16 +significant bits!). + +For example, an 8-bit bitstring might be: + + 01100111 + +and all the 3-tuples drawn from it are given by + + offset 3-tuple +===================== + 0 111 + 1 011 + 2 001 + 3 100 + 4 110 + 5 011 + 6 101 <- Note wrap around! + 7 110 <- Ditto! + +A general purpose + + get_bit_ntuple(*bitstring,bitstring size,ntuple size,offset) + +routine is provided that is used by many tests to get ntuples from a +uint *bitstring of given >>uint vector length<< (not bitstring length). + +Other test controls may be added as well, but these are what I'm going +to document right now. Mostly I'm checking in all the placeholders +required for the rest of the diehard tests so I can start to knock them +off systematically. Sure hope I'm past major rewrites! + +------------------------------------------------------------------------ +r124 | rgb | 2004-11-20 03:07:19 -0500 (Sat, 20 Nov 2004) | 2 lines + +Fixed silly spelling error (sigh). + +------------------------------------------------------------------------ +r123 | rgb | 2004-11-20 02:50:00 -0500 (Sat, 20 Nov 2004) | 3 lines + +Well, that was quick. A nasty (but easy) little bug in diehard_runs +squashed (size -> tsamples). + +------------------------------------------------------------------------ +r122 | rgb | 2004-11-20 02:47:34 -0500 (Sat, 20 Nov 2004) | 14 lines + +This should/maybe be a serious v 0.5.3 checkin. We are about to try +-v -1. If it works, it will cycle through all of the working tests +(and all the tests are working). All the tests are now written in +a way that they can use sample and kstest_kuiper() to do the validation +of the p-values obtained from running a possibly size-variable test +on bits or frequencies or runs or whatever. + +If this test works, it is off to the website, I'm off to bed, and next +we go back to moving in new diehard tests. With the magical sliding +bitwindow (which really does seem to work pretty well:-) implementing +at least the n-tuple diehard tests should now be pretty easy, and I +can probably do a more rigorous job than GM did because I don't have +to scrimp on rands. + +------------------------------------------------------------------------ +r120 | rgb | 2004-11-20 02:34:39 -0500 (Sat, 20 Nov 2004) | 2 lines + +Try again (network down). + +------------------------------------------------------------------------ +r119 | rgb | 2004-11-20 02:34:07 -0500 (Sat, 20 Nov 2004) | 4 lines + +This clears diehard_birthdays AND diehard_2dsphere. Only one diehard +to go and we'll have EVERYTHING running with sample and the new test +format (but of course rgb_persist, which doesn't count). + +------------------------------------------------------------------------ +r118 | rgb | 2004-11-19 22:11:12 -0500 (Fri, 19 Nov 2004) | 2 lines + +Fixed up diehard_runs so it uses the new test format. Works charmlike. + +------------------------------------------------------------------------ +r117 | rgb | 2004-11-19 18:38:19 -0500 (Fri, 19 Nov 2004) | 5 lines + +This is v 0.5.1, which is nicely fixed for BOTH sts_monobit AND +sts_runs, both in the new format, with a consistent Xtest_eval() +routine. This fixes lots of things -- both tests are very likely +to be "good". + +------------------------------------------------------------------------ +r115 | rgb | 2004-11-19 18:34:38 -0500 (Fri, 19 Nov 2004) | 7 lines + +OK, this looks like sts_runs is now "good" in the new format. However, +it may have broken sts_monobit. The problem is, is there or is there +not a sqrt(2.0) in the erfc relative to sigma, and if there is is +there an EXTRA one in sts_runs vs sts_monobit. Need to clear this up +and either always put it into Xtest or always put it into xtest.sigma, +but not both. + +------------------------------------------------------------------------ +r114 | rgb | 2004-11-19 16:06:34 -0500 (Fri, 19 Nov 2004) | 2 lines + +Sending this home, I hope. + +------------------------------------------------------------------------ +r113 | rgb | 2004-11-19 15:09:15 -0500 (Fri, 19 Nov 2004) | 8 lines + +This is now squeaky clean for rgb_bitdist and sts_monobit, and we're +working on sts_runs. Then a quick dash through the diehards and we'll +be back to where we were but a bit cleaner. + +I still MIGHT try to get cleaner still. I'm not at all convinced +that I need the test structs, for example, although perhaps they +allow some encapsulation that is useful. + +------------------------------------------------------------------------ +r112 | rgb | 2004-11-19 13:55:01 -0500 (Fri, 19 Nov 2004) | 3 lines + +This is a checkin to Duke of the nifty neato cool new improved +version. It may be time to change the name and everything. + +------------------------------------------------------------------------ +r111 | rgb | 2004-11-19 12:35:19 -0500 (Fri, 19 Nov 2004) | 4 lines + +OK so there was one more teeny bug in rgb_bitdist() -- wrong order in +the final output statement. Fixed. I also added a feature, reseeding +the rng in sample on an -i flag. + +------------------------------------------------------------------------ +r110 | rgb | 2004-11-19 12:28:09 -0500 (Fri, 19 Nov 2004) | 4 lines + +This is just ensuring that the tag for version 0.5.0 is noted. This +version works through rgb_bitdist, which I'll bet a nickel is a very +powerful test indeed. + +------------------------------------------------------------------------ +r108 | rgb | 2004-11-19 12:26:42 -0500 (Fri, 19 Nov 2004) | 4 lines + +This is a "permanent" checkin. I think that this fixes rgb_bitdist +nicely to use sample() and provides a prototype for doing other +tests. + +------------------------------------------------------------------------ +r106 | rgb | 2004-11-18 21:09:25 -0500 (Thu, 18 Nov 2004) | 11 lines + +This is a fairly major fix -- I was truncating blen in bits.c at +the sizeof(uint), not 8*sizeof(uint). One lesson is that this +truncation isn't right anyway. We rather need to just punt/die. + +I'm wondering now if the apparent failure that is still present +(although not nearly as bad) for the larger ntuples is because fewer +bins pass the cutoff in the formation of the primary sample pvalue(s). + +We might just try lowering this cutoff a bit. I don't know exactly what +a "degree of freedom" is, but we do need to be pretty careful with it. + +------------------------------------------------------------------------ +r105 | rgb | 2004-11-18 18:43:21 -0500 (Thu, 18 Nov 2004) | 6 lines + +Now it REALLY looks like it works, and even the best rng's look like +they FAIL the test in fairly short order. Now we're cookin' with gas, +although I've got to see the details of the failure soon enough. + +Hmmm, maybe I need to have a lot more bins... + +------------------------------------------------------------------------ +r104 | rgb | 2004-11-18 18:25:52 -0500 (Thu, 18 Nov 2004) | 3 lines + +Just to verify that it APPEARS to work to quite high precision through +triplets. We could just keep adding things, I suppose... + +------------------------------------------------------------------------ +r103 | rgb | 2004-11-18 18:17:39 -0500 (Thu, 18 Nov 2004) | 22 lines + +This is now working. Working amazingly well, actually. Well enough +to double the size of the bits in rgb_bitdist_test(). + +The one MAJOR remaining problem is that I cannot use samples for tests +that return a vector of pvalues. Oh, and it is fairly difficult to +pass arguments to the testing function in when it is an argument TO +samples(). + +This means that I have two itty bitty problems to solve -- one is to +pass in parameters (possibly by making them global variables). This +makes sense IF I want to be able to control them from the command line +anyway. The other is to return a vector of pvalues. The only way I +can think of doing this is to make pvalues[] a global vector as well +of length (say) 1K. This puts an upper bound on the number of pvalues +that can be returned by a test, but that SHOULDN'T be much of a problem, +as it is really a question of what granularity one wishes to evaluate p +at. + +Anyway, just a BIT more work and rgb_bitdist should be production ready, +AND I should be perfectly ready to clean up p-sampling and testing as +separate entities in the other tests. + +------------------------------------------------------------------------ +r102 | rgb | 2004-11-18 17:28:50 -0500 (Thu, 18 Nov 2004) | 2 lines + +This MIGHT be working. + +------------------------------------------------------------------------ +r101 | rgb | 2004-11-18 15:42:41 -0500 (Thu, 18 Nov 2004) | 2 lines + +I sent this home, I did, I did. + +------------------------------------------------------------------------ +r100 | rgb | 2004-11-18 15:08:32 -0500 (Thu, 18 Nov 2004) | 14 lines + +This is still fairly screwed up, at least in the sense that +it doesn't look like rgb_bitdist works. Curiously, it LOOKS like +it WORKS -- walking through the code, it looks VERY much like it +is collecting two bits at a time and correctly incrementing the +correct bit count in the correct vector. + +The final histogram, however, comes out wrong, wrong, wrong. + +I may have to make this simpler. Or maybe I'm doing something else +wrong -- come to think of it, the totals in the histograms shouldn't +equal the number of samples for EACH value of the ntuple, only the +total should sum to the number of samples. Maybe this is what is +wrong... + +------------------------------------------------------------------------ +r99 | rgb | 2004-11-18 11:27:27 -0500 (Thu, 18 Nov 2004) | 13 lines + +We have to go into Duke, but we are very much ready to finish off bits.c +and rgb_bitdist.c to where we can eliminate BOTH rgb_binomial AND +rgb_bit2.c AND at least one, maybe 3-4 diehard tests AND a couple or +three sts tests as being equivalent to this test, for particular call +values. I have great hope that this rgb_bitdist will become "the" bit +frequency test for all random bit sequences. There may still be a point +to tests that look at intervals >>between<< bit sequences thought. + +In fact, I suspect that the best way to proceed with the latter is to +test lagged correlation for arbitrary lags in a long bitstring. This +SAME TEST applied with arbitrary displacements between samples might be +revealing... + +------------------------------------------------------------------------ +r98 | rgb | 2004-11-17 14:57:04 -0500 (Wed, 17 Nov 2004) | 5 lines + +This is HIGHLY BROKEN but is absolutely necessary. We have to break +this code up to unify the replicated pieces and streamline the +testing processes now that we know how a test "works" in the +abstract. + +------------------------------------------------------------------------ +r97 | rgb | 2004-11-16 22:40:28 -0500 (Tue, 16 Nov 2004) | 16 lines + +A bugfix commit. The sanity check in get_bit() is broken and is +commented out -- if I'm going to allocate rand_int[] vectors other than +size in length, I cannot test on a global size to see if get_bit() is +out of bounds. This is STILL broken in that there is a risk with no +warning, but there is also functionality for the moment (and I have +to write a bunch of new bitlevel functions and can rewrite get_bits +at the same time). + +More important, I found a real bug in Btest where I was initializing +btest->chisq to zero before accumulation but was accumulating in chisq. +Curiously, it worked a lot of the time the old way, but only for certain +rng's. I may have memory management problem, which isn't surprising +given the slovenliness of the code at this moment...;-) + + rgb + +------------------------------------------------------------------------ +r96 | rgb | 2004-11-16 18:46:17 -0500 (Tue, 16 Nov 2004) | 2 lines + +This is a tagged checkin, about to push. + +------------------------------------------------------------------------ +r94 | rgb | 2004-11-16 18:45:43 -0500 (Tue, 16 Nov 2004) | 2 lines + +This appears ready for a checkin. + +------------------------------------------------------------------------ +r93 | rgb | 2004-11-16 18:19:54 -0500 (Tue, 16 Nov 2004) | 4 lines + +This appears to FINALLY fix rgb_binomial so that it reliably works. +It remains to be seen whether or not it is any more senstitive than e.g. +sts_monobit. + +------------------------------------------------------------------------ +r92 | rgb | 2004-11-16 15:11:18 -0500 (Tue, 16 Nov 2004) | 3 lines + +This is STILL broken as far as the Ntests are concerned. I've really +got to figure this out... + +------------------------------------------------------------------------ +r91 | rgb | 2004-11-16 10:51:23 -0500 (Tue, 16 Nov 2004) | 2 lines + +Send this to Duke to finish this morning. + +------------------------------------------------------------------------ +r90 | rgb | 2004-11-14 12:40:14 -0500 (Sun, 14 Nov 2004) | 61 lines + +This is a pretty serious bugfix -- probably need to update the website. +Basically, my kstest was simply wrong last night; now it is working, +I've also added the Kuiper form of the KS test, and will program +Anderson and Darling's version (the one used, apparently, in Diehard) +when I get around to it. However, for tests involving more than a very +few p-values in a vector, it shouldn't really matter -- Kuiper KS and the +regular KS and Anderson-Davis KS should all GENERALLY generate similar +p-distributions -- different perhaps where they don't matter, but very +similar at the ends. The key question is just whether one has a +tendency to pass a vector of p-values where the other would consistently +fail it. So far it looks like USUALLY if one fails the other fails. + +I think I'm still going to want to do a histogram picture of binned +pvalues and do a Pearson chisq p-test on the result. This should really +be pretty easy... maybe today, maybe not. + +We're getting close to being ready to go BACK and mess with the Ntest +and Xtest stuff. I think that now that I understand Pearson vs the +alternatives, I can PROBABLY arrange things so that I can use a single +set of common tools to do all the test assessment. + +One thing, for example, would be to make each test return a p-value, +period, and put the samples loop in rand_rate_work, to ALWAYS fill a +vector of p-values and ALWAYS do KS tests, confidence interval tests, +and histogram tests. This would have a number of advantages -- being +able to produce a really pretty, really standardized picture of results +for one. + +A second thing that would make this tool relatively interesting to the +mass unwashed would be to put a nice little GUI onto it. There are two +generic ways to do this. One is to leave it a command line tool but +REALLY clean up the output result so that it is just a single line +per test with ks test scores for the various forms of test with three +lines of # delimited frame, period. Then I can make a perl-Gtk app to +call the binary, parse the result, and (e.g.) plot histograms or do +other nifty graphical things. The other is to use Gtk directly, but +perhaps have the GUI only come up if there is an appropriate command +line flag (or not). + +A third thing to work on is clearly going to be splitting the source +into distinct components in distinct directories. We will need a common +library containing the kstest, chisq, Ntest, Xtest etc code, the input, +the output, etc. We will need a directory containing extensions to the +GSL random number library, e.g. /dev/random, /dev/urandom, empty, and +shuffled because the one thing that is absolutely true is that we need +to add a shuffling/mixing random number generator, one that permits us +to set up a shuffling list and refill it from a secondary LIST of rng's! + +A fourth thing (noted already elsewhere) is to do the simplest of tests +-- apply a KS test to the GSL distribution-specific generators +themselves. If a "test" is generically generating a known distribution +presuming randomness and then seeing if the result is indeed the +targeted distribution, then EVERY distribution generator in the GSL can +simultaneously be the target of a test for algorithmic purposes AND a +test component for the GSL rng's. + +Beyond that, I need to implement spectral tests and tests for +hyperplanes in N dimensions and uniformity tests. Sigh. I think that I +DO need to write a grant proposal for this -- I think there is enough +work to justify it. + +------------------------------------------------------------------------ +r89 | rgb | 2004-11-14 04:38:33 -0500 (Sun, 14 Nov 2004) | 3 lines + +Tagged and on the repository as 0.4.3, with diehard 3d spheres and a +MAYBE working KS test. + +------------------------------------------------------------------------ +r87 | rgb | 2004-11-14 04:37:35 -0500 (Sun, 14 Nov 2004) | 2 lines + +Sort of playing with KS -- I'm not done here yet... + +------------------------------------------------------------------------ +r86 | rgb | 2004-11-14 03:04:37 -0500 (Sun, 14 Nov 2004) | 8 lines + +OK, found my REALLY stupid bug. I was computing the absolute +length of r from the origin, not the distance between point pairs. +No, I wasn't even doing that well -- I was computing the dot product +of the random vectors. Now things look nearly correct. + +All I need is a KS test and life would be, if not complete, well, worth +living. + +------------------------------------------------------------------------ +r85 | rgb | 2004-11-14 02:22:29 -0500 (Sun, 14 Nov 2004) | 5 lines + +This "works". Except that it doesn't. It's very odd, but although +it works perfectly as far as I can tell by any measure, r is simply not +as small as it should be in order to make the pvalue come out between +0 and 1. + +------------------------------------------------------------------------ +r84 | rgb | 2004-11-13 20:19:53 -0500 (Sat, 13 Nov 2004) | 2 lines + +THis is on the way to being another test. + +------------------------------------------------------------------------ +r83 | rgb | 2004-11-13 17:19:55 -0500 (Sat, 13 Nov 2004) | 2 lines + +This is hopefully a tagged snapshot with a new test! + +------------------------------------------------------------------------ +r81 | rgb | 2004-11-13 16:50:54 -0500 (Sat, 13 Nov 2004) | 8 lines + +OK, time to bump the revision number, as birthdays is home and even +works tolerably, as far as I can tell. + +SOON I'm going to do the KS test on vectors of p's. SOON I'm going to +really clean up the code so that chisq -> p is consistently computed, +and so that a set of p's is consistently evaluated for the +random/nonrandom decision. + +------------------------------------------------------------------------ +r80 | rgb | 2004-11-13 12:17:57 -0500 (Sat, 13 Nov 2004) | 2 lines + +This is it, ready to proceed. + +------------------------------------------------------------------------ +r79 | rgb | 2004-11-13 12:12:24 -0500 (Sat, 13 Nov 2004) | 3 lines + +This checks in a placeholder for a Kolmogorov-Smirnov test, likely to +be applied to a vector of p-values. + +------------------------------------------------------------------------ +r78 | rgb | 2004-11-13 12:06:36 -0500 (Sat, 13 Nov 2004) | 10 lines + +We'll commit this for the moment. I think the sensible thing to do is +to create as general as possible a tool for generating Pearson's chisq +for discretely binned data, in particular and immediately for the +Poissonian birthday histogram but also for other purposes. Note that +these routines should not only generate chisq, but when possible go +ahead and compute goodness of fit p-values, ideally in a vector +associated with independent trials. This vector of p-values can itself +then be subjected to a kolmogorov-smirnov analysis and transformed into +a conclusion for the generator being tested. + +------------------------------------------------------------------------ +r77 | rgb | 2004-11-13 04:34:29 -0500 (Sat, 13 Nov 2004) | 3 lines + +Just added output of lambda, which is indeed 2 with the parameters +given... + +------------------------------------------------------------------------ +r76 | rgb | 2004-11-13 04:32:46 -0500 (Sat, 13 Nov 2004) | 7 lines + +This is REALLY CLOSE to having diehard birthdays finished. We just +need to add a chisq test for Poisson distributions sampled samples times +with known (per sample) lambda, and a loop to convert a table of chisq into +a table of p-values. I'm tempted to bump minor and tag, but I shouldn't +need to -- I've been really careful and things really look like they're +working so far. + +------------------------------------------------------------------------ +r75 | rgb | 2004-11-12 21:02:55 -0500 (Fri, 12 Nov 2004) | 2 lines + +This is a simple checkin prior to doing diehard birthdays test. + +------------------------------------------------------------------------ +r74 | rgb | 2004-11-12 20:32:58 -0500 (Fri, 12 Nov 2004) | 2 lines + +This splits off the confidence interval test from STS docs. + +------------------------------------------------------------------------ +r73 | rgb | 2004-11-12 20:28:07 -0500 (Fri, 12 Nov 2004) | 3 lines + +This is a small adjustment (still in 0.4.1 I guess). Let's try another +diehard, I think. + +------------------------------------------------------------------------ +r72 | rgb | 2004-11-12 20:16:48 -0500 (Fri, 12 Nov 2004) | 10 lines + +This is actually a fairly functional diehard test! + +I think that we can actually implement a test for the uniformity of +p-values as suggested by NIST to run on TOP of the existing confidence +interval test. This would actually break the p-distribution down by +interval and return a p-value of its own computed against the assumption +of uniformity. Or I could get fancier and try kolmogorov-smirnov, if +GSL doesn't have one and I work hard enough to program one. If this is +really distinct -- it isn't clear that it is. + +------------------------------------------------------------------------ +r70 | rgb | 2004-11-12 17:32:03 -0500 (Fri, 12 Nov 2004) | 4 lines + +This is actually sort of semi-functional. What I >>really<< need now +is canned Kolmogorov-Smirnov code. Could it be that this is in the +GSL already? I'll be it is... + +------------------------------------------------------------------------ +r69 | rgb | 2004-11-11 10:59:28 -0500 (Thu, 11 Nov 2004) | 2 lines + +Continuing to hack this up. + +------------------------------------------------------------------------ +r68 | rgb | 2004-11-10 17:19:21 -0500 (Wed, 10 Nov 2004) | 3 lines + +This is a nearly functional diehard_runs -- I just need to figure out +what the expected values and sigmas are... + +------------------------------------------------------------------------ +r67 | rgb | 2004-11-10 00:32:44 -0500 (Wed, 10 Nov 2004) | 4 lines + +This is simply lovely. A nice litte addition to the Makefile that +automatically indicates the current version in the abstract. I actually +have things fairly distributable! + +------------------------------------------------------------------------ +r66 | rgb | 2004-11-10 00:24:18 -0500 (Wed, 10 Nov 2004) | 10 lines + +OK, added a few minor changes to manage the bits issue yet another way. + +Really, I'm going to have to figure out a consistent way of indicating +whether a test can have size OR bits OR both OR neither specified. + +Also, it would be really lovely to have another outer loop and to +present the lowest p in a set of (say) ten runs of a test combo. +Although in many cases running with -s 10x larger should do the same +thing, really. + +------------------------------------------------------------------------ +r65 | rgb | 2004-11-09 23:53:49 -0500 (Tue, 09 Nov 2004) | 2 lines + +This is it and running, version 0.4.0 as published. Seems to work. + +------------------------------------------------------------------------ +r63 | rgb | 2004-11-09 23:53:15 -0500 (Tue, 09 Nov 2004) | 2 lines + +One last checkin, then a tag, then a checkin as published. + +------------------------------------------------------------------------ +r61 | rgb | 2004-11-09 20:43:14 -0500 (Tue, 09 Nov 2004) | 3 lines + +This is a tagged release, mostly bugfixes. At the moment it all looks +like it works. + +------------------------------------------------------------------------ +r59 | rgb | 2004-11-09 20:37:58 -0500 (Tue, 09 Nov 2004) | 9 lines + +This seems to work perfectly, for the very short moment. It is by no +means perfect or mutually exclusive. We very definitely need to +generalize the bitdist test to handle bit ntuples of arbitrary length, +where the length is a variable. + +I think I'll retag this. It is also probably time to think about +putting this up on the website, especially if I'm going to write a +proposal on it. + +------------------------------------------------------------------------ +r58 | rgb | 2004-11-09 17:14:57 -0500 (Tue, 09 Nov 2004) | 2 lines + +Because it wasn't checked in! + +------------------------------------------------------------------------ +r57 | rgb | 2004-11-09 17:14:36 -0500 (Tue, 09 Nov 2004) | 2 lines + +Why didn't bit2.c go home? + +------------------------------------------------------------------------ +r56 | rgb | 2004-11-09 15:09:36 -0500 (Tue, 09 Nov 2004) | 3 lines + +This is going home with a split out routine and some nice changes that +will make it easier to add new tests with arbitrary numbers. + +------------------------------------------------------------------------ +r55 | rgb | 2004-11-09 14:30:32 -0500 (Tue, 09 Nov 2004) | 2 lines + +Just checking repository Root. + +------------------------------------------------------------------------ +r54 | rgb | 2004-11-09 14:30:05 -0500 (Tue, 09 Nov 2004) | 2 lines + +Let's send this home... + +------------------------------------------------------------------------ +r53 | rgb | 2004-11-09 09:51:31 -0500 (Tue, 09 Nov 2004) | 7 lines + +OK, fixing Makefile to actually get this home, AND adding the URL +of the web reference from the last checkin: + + http://world.std.com/~franl/crypto/random-numbers.html + +(we need to implement some of its hyperplane tests). + +------------------------------------------------------------------------ +r52 | rgb | 2004-11-09 09:48:40 -0500 (Tue, 09 Nov 2004) | 5 lines + +We're actually working on this once again. I need to get my own "runs" +test working, as it will replace a whole RANGE of STS, and I need to +implement a spectral distribution test with bins as is done in the +nice web reference I found. + +------------------------------------------------------------------------ +r51 | rgb | 2004-11-08 09:52:52 -0500 (Mon, 08 Nov 2004) | 2 lines + +This adds yet another built-in device to GSL. + +------------------------------------------------------------------------ +r50 | rgb | 2003-06-10 11:21:15 -0400 (Tue, 10 Jun 2003) | 3 lines + +This adds an "empty" generator to help us determine gsl call overhead +separately. + +------------------------------------------------------------------------ +r49 | rgb | 2003-01-30 17:16:15 -0500 (Thu, 30 Jan 2003) | 4 lines + +This is broken as shit. I see what I did -- I made the ntest evaluation +and presentation routines use n+1 bits (because in rgb_binomial I needed +to do the end of the binomial). However, I have to fix it later... + +------------------------------------------------------------------------ +r48 | rgb | 2003-01-30 15:12:20 -0500 (Thu, 30 Jan 2003) | 2 lines + +Forgot to send this... + +------------------------------------------------------------------------ +r47 | rgb | 2003-01-29 14:19:55 -0500 (Wed, 29 Jan 2003) | 4 lines + +Not obviously broken, and time to add bitpair counters. Should be +really easy -- left-shift in two bits at a time to creat the int index +of the counter, then increment it. + +------------------------------------------------------------------------ +r46 | rgb | 2003-01-29 09:27:09 -0500 (Wed, 29 Jan 2003) | 2 lines + +Some NOTES on future work. + +------------------------------------------------------------------------ +r45 | rgb | 2003-01-29 09:14:38 -0500 (Wed, 29 Jan 2003) | 8 lines + +This checks in a whole new test, which should probably be combined with + sts_monobit (it generates monobit stats as it goes) + rgb_persist (one can easily generate a bitmask as one goes) + rgb_binomial (one can generate binomial stats on top of monobit as one + goes). + + and possibly with more tests. + +------------------------------------------------------------------------ +r44 | rgb | 2003-01-26 02:54:43 -0500 (Sun, 26 Jan 2003) | 7 lines + +This last little pair of changes causes measure_rate to use its own, +fixed, number of samples ("more than enough"). It also installs a +"summary report" mode that isn't horribly useful because of conflict +between e.g. -b, -n, -s definitions here and there. Also, different +tests need to be run in different ways to demonstrate failure (or a +lack thereof). + +------------------------------------------------------------------------ +r43 | rgb | 2003-01-26 02:23:28 -0500 (Sun, 26 Jan 2003) | 9 lines + +OK, we haven't done TOO much, but we have definitely learned that +all the rng's that are weak in rgb_persist will definitely fail the +monobit test (for obvious reasons). Furthermore, when a generator +is weak in certain bits and we evaluate the bits from the other end +(whichever end that might be!) it can often PASS the monobit test. + +Bits that repeat, random_max's that aren't powers of two-1 (and probably +EVEN powers of two at that) are going to be trouble! + +------------------------------------------------------------------------ +r42 | rgb | 2003-01-26 00:00:04 -0500 (Sun, 26 Jan 2003) | 4 lines + +This is a VERY IMPORTANT new test, rgb_persist(), and a very useful +new routine, dumpbits(). Read NOTES (and inline comments and output) +to see a bit of what it does and why it is important. + +------------------------------------------------------------------------ +r41 | rgb | 2003-01-25 16:55:32 -0500 (Sat, 25 Jan 2003) | 3 lines + +This actually works. In fact, it works fabulously. I can directly +and fairly powerfully look for bitlevel correlations in the output. + +------------------------------------------------------------------------ +r40 | rgb | 2003-01-25 15:53:55 -0500 (Sat, 25 Jan 2003) | 16 lines + +OK, we've learned the hard way that some bits in e.g. boroshi don't +change AT ALL, EVER. Which makes it pretty hard to be random, of +course. + +So we're going to invent a new tool -- rgb_persist(), which doesn't +(yet) to a formal statistical test. It just is going to dump successive +unsigned ints from the rng (bitwise) AND maybe run a string of &'s on +the string of ints returned. If they share any 1 bits, the successive +&'s will preserve them a LOT longer than permitted by binary flips on +the slots. + +This could be made into a fairly powerful bitlevel sequential +correlation test in several ways. We'll investigate them as we go, but +one reason to write this now is that I'm not quite convinced that what +I'm seeing isn't some sort of bug in the get_bit() routine or the like. + +------------------------------------------------------------------------ +r39 | rgb | 2003-01-25 10:54:02 -0500 (Sat, 25 Jan 2003) | 3 lines + +This is well on the way to being MUCH better, and ready to +systematically extend. + +------------------------------------------------------------------------ +r38 | rgb | 2003-01-24 19:50:32 -0500 (Fri, 24 Jan 2003) | 2 lines + +And now we send the tagged package to Duke. + +------------------------------------------------------------------------ +r36 | rgb | 2003-01-24 19:50:07 -0500 (Fri, 24 Jan 2003) | 2 lines + +Checking in the notes. + +------------------------------------------------------------------------ +r35 | rgb | 2003-01-24 17:52:03 -0500 (Fri, 24 Jan 2003) | 20 lines + +This is worth a minor bump. First, we fixed get_bit(). Second, we +completed sts_runs (for what it is worth, which isn't a whole lot as +nearly everything that fails it also fails monobit and binomial as +expected). However, working through it suggests how to make binomial +work better. + +Next (to make it easier to check results relative to the sts documents) +I need to implement -b (get_bit(0 permits this pretty much +transparently, at least in the sts routines) and implement a -f filename +filled with e.g. raw bitstrings or ascii floats or binary numbers +in xmlish wrappers that indicate the storage mechanism? Thus I can test +explicit short bitstrings against the explicit sts numbers to be sure +that my erfc and conversions (and sometimes slightly different +implementation) yield the same answers as theirs, except where I don't +care because I think theirs are (basically) wrong. + +See also NOTES (about to be checked in) for a fairly detailed beginning +critique of sts, which I don't think is particularly strong or useful, +really. + +------------------------------------------------------------------------ +r34 | rgb | 2003-01-24 16:43:14 -0500 (Fri, 24 Jan 2003) | 6 lines + +This is my home-grown version of sts_runs. It is no better than the +actual sts version, really, but the sts version is not terribly good. +I'm going to add a (hopefully vastly improved) binomial version of the +test to rgb_binomial, where I can do all the tests at once with a +single set of code and multiple trials (random number seeds). + +------------------------------------------------------------------------ +r33 | rgb | 2003-01-23 00:51:56 -0500 (Thu, 23 Jan 2003) | 3 lines + +Just adding some notes, and preparing to add the next sts test, +TOMORROW. + +------------------------------------------------------------------------ +r32 | rgb | 2003-01-22 23:52:47 -0500 (Wed, 22 Jan 2003) | 2 lines + +I have no idea why the tag went down into fitany... + +------------------------------------------------------------------------ +r30 | rgb | 2003-01-22 23:52:07 -0500 (Wed, 22 Jan 2003) | 14 lines + +This ups the minor revision number to 0.3.0. Worthwhile because now I +have BOTH an erfc AND a Q evaluation of p-value. I could certainly +prettify sts_monobit, but since I generally think that it isn't that +great a test (although it does indicate how starkly many rng's FAIL to +be even this random) I won't do so right away. + +Next (after tagging and resync'ing) is going to be adding more tests. +At this point adding a test should be pretty easy, given the hopefully +reusable routines I have written to do the pre- and post- processing. +All I really have to do is input the expected values, write a loop to +generate the "experimental" statistic, and pass everything on to a +standard set of tools for outputting the results and deciding on the +quality of the results. + +------------------------------------------------------------------------ +r29 | rgb | 2003-01-22 23:46:08 -0500 (Wed, 22 Jan 2003) | 7 lines + +All right, this LOOKS like it correctly implements the STS monobit +frequency test. I would still claim that anything that fails this test +will also fail the binomial test, and that in addition things that pass it +(e.g. the vax rng) FAIL the binomial test, so the monobit test is +a waste of time and more prone to error. However, mine is not to reason +why... + +------------------------------------------------------------------------ +r28 | rgb | 2003-01-22 13:04:47 -0500 (Wed, 22 Jan 2003) | 7 lines + +This is working incredibly well, and I've split off nearly everything +required to make further n-point chisq tests trivial to implement and +assess. All that remains is to do a 1-point (normal) test such as the +sts_monobit test (which should really be done internal to the +rgb_binomial test and may one day be, but for the moment we'll just do +it directly). + +------------------------------------------------------------------------ +r27 | rgb | 2003-01-22 08:33:21 -0500 (Wed, 22 Jan 2003) | 2 lines + +Just making SURE this is at Duke... + +------------------------------------------------------------------------ +r26 | rgb | 2003-01-21 18:56:15 -0500 (Tue, 21 Jan 2003) | 18 lines + +This works just lovely! + +HOWEVER, it is also clear that running it once, twice, three times, +for EACH generator looking for good ones is a PITA. We'll have to +eventually rearrange this so that there is a "search mode" that runs +a loop through all known generators, identifying the ones that pass at +least at the 1% or higher level. + +BTW, I'm now prepared to bet a nickel that the rgb binomial test has a +great deal of sensitivity, since it fails all but literally three or +four of the available RNG's for absurdly short data strings. As in they +aren't even APPROXIMATELY random...NONE of them. If one used them to +generate a humble binomial distribution numerically it would be in +significant error. + +I do need to alter this test so that I can run it for arbitrary bit +string lengths, but for the moment I'm not going to worry about it. + +------------------------------------------------------------------------ +r25 | rgb | 2003-01-21 16:40:07 -0500 (Tue, 21 Jan 2003) | 3 lines + +This is now VERY CLOSE. I should be able to determine chisq in a matter +of minutes when I return... + +------------------------------------------------------------------------ +r24 | rgb | 2003-01-21 14:05:50 -0500 (Tue, 21 Jan 2003) | 2 lines + +This is considerably cleaner and more decrufted... + +------------------------------------------------------------------------ +r23 | rgb | 2003-01-21 13:35:01 -0500 (Tue, 21 Jan 2003) | 3 lines + +This finishes the split off of list_rand and list_rngs from the code. +I do need to "fix" the Usage() routine to reflect the change. + +------------------------------------------------------------------------ +r22 | rgb | 2003-01-21 13:08:34 -0500 (Tue, 21 Jan 2003) | 3 lines + +Breaking things up into subroutines a bit better to clarify the program +structure. + +------------------------------------------------------------------------ +r21 | rgb | 2003-01-17 15:37:14 -0500 (Fri, 17 Jan 2003) | 7 lines + +This is coming along, although I'm silly for not just finishing the +monobit test before introducing a binomial test. Still, all very +instructive. + +I need to get all this on my laptop and take it with me, along with the +notebook. + +------------------------------------------------------------------------ +r20 | rgb | 2003-01-17 14:28:36 -0500 (Fri, 17 Jan 2003) | 10 lines + +Fixes a nasty bug in sts_monobit, which I think I'm gonna rename +rgb_binomial (and screw sts's monobit test, which is immensely sloppy +compared to actually systematically exploring the binomial distribution +of 1's and 0's in the overall bit strings generated by different seeds. + +Actually, a better thing still is to leave sts_monobit, but add +rgb_binomial and document that it is more sensitive (in particular, that +e.g. alternating series that easily pass monobit fail binomial, and that +NOTHING that fails monobit will PASS binomial). + +------------------------------------------------------------------------ +r19 | rgb | 2003-01-17 01:06:32 -0500 (Fri, 17 Jan 2003) | 2 lines + +Sending off the tag + +------------------------------------------------------------------------ +r17 | rgb | 2003-01-17 01:06:16 -0500 (Fri, 17 Jan 2003) | 8 lines + +OK, this is good for a full minor number bump to 0.2.0. We have +basically installed the guts of the STS monobit test. All that we +lack is the computation of the statistics and p-value, which should be +fairly straightforward, especially with the gsl handy. I SHOULD be +able to just cumulate the one-count (e.g.) in a vector and hand it to +the gsl stats routines and have mean, stddev, skew, kurtosis, and +anything else I might like just handed back to me... + +------------------------------------------------------------------------ +r16 | rgb | 2003-01-17 00:16:59 -0500 (Fri, 17 Jan 2003) | 4 lines + +Just a bit of cleanup, and some moderately important additions. + +Now we REALLY need to think about tests. + +------------------------------------------------------------------------ +r15 | rgb | 2003-01-16 23:23:32 -0500 (Thu, 16 Jan 2003) | 2 lines + +Tagged. + +------------------------------------------------------------------------ +r13 | rgb | 2003-01-16 23:23:04 -0500 (Thu, 16 Jan 2003) | 7 lines + +This is about ready for a semipermanent snapshot, so I bumped the +minor version number. I'd say that we are now "good" with the ability +to add sw rng's, including interfaces to hw rng's square within the gsl +format. + +Now to give de old tests a try... + +------------------------------------------------------------------------ +r12 | rgb | 2003-01-16 22:54:25 -0500 (Thu, 16 Jan 2003) | 6 lines + +Hot diggity dawg! It works! However, I don't need types.c. All I +need is to follow the dev_random.c template and call a routine +add_my_rngs() (to be defined) before working with gsl's rng's, and +keep track (crudely) of which ones are which. So this can be decrufted +a bit and then reorganized now that I know how it works. + +------------------------------------------------------------------------ +r11 | rgb | 2003-01-16 21:54:49 -0500 (Thu, 16 Jan 2003) | 4 lines + +We'll try these as the basic wrappers required. With luck we'll +override the types subroutine in gsl itself, although I do have my +doubts... + +------------------------------------------------------------------------ +r10 | rgb | 2003-01-16 21:38:52 -0500 (Thu, 16 Jan 2003) | 6 lines + +This significantly improves the Usage and cl parsing, and pre-structures +it for addition of sts/diehard tests. + +We still need to see if we can gsl-wrap our own tests without a full +gsl recompile. + +------------------------------------------------------------------------ +r9 | rgb | 2003-01-16 15:40:56 -0500 (Thu, 16 Jan 2003) | 2 lines + +Sending the tagged copy home... + +------------------------------------------------------------------------ +r7 | rgb | 2003-01-16 15:40:38 -0500 (Thu, 16 Jan 2003) | 2 lines + +This is now going to be v_0_1_0. + +------------------------------------------------------------------------ +r6 | rgb | 2003-01-16 15:39:55 -0500 (Thu, 16 Jan 2003) | 15 lines + +This is now functional UP TO all the gsl rngs, not any of the add-ons. + +Which is fine, as we'll probably completely change how the add-ons work. + +Next, we need to do all of the following, in some order: + + a) figure out how to wrap up new gsl_rngs, preferrably without +recompiling the whole damn library. + b) decruft all the command line options and no-longer-used variables. + c) add back command line options for doing quality tests. Start with +the very simplest test -- something from diehard or the bits test from +sts. + d) In the meantime, increment revision, tag, and consider "publishing" +as we go. + +------------------------------------------------------------------------ +r5 | rgb | 2003-01-16 15:14:54 -0500 (Thu, 16 Jan 2003) | 3 lines + +This SHOULD split rand_rate off so it has its own CVS tree outside of +the "random" project overall, which I think is for the best. + +------------------------------------------------------------------------ +r4 | rgb | 2003-01-16 15:13:05 -0500 (Thu, 16 Jan 2003) | 4 lines + +This actually works, and needs to be saved in snapshot form. I'm not +at ALL certain that I'm getting accurate measurements in terms of the +number of rands per second I can generate, but this too, we shall see... + +------------------------------------------------------------------------ +r3 | rgb | 2003-01-13 17:12:27 -0500 (Mon, 13 Jan 2003) | 2 lines + +This is a fair amount of progress to having something working... + +------------------------------------------------------------------------ +r2 | rgb | 2003-01-11 19:07:56 -0500 (Sat, 11 Jan 2003) | 4 lines + +This is basically the original checkin for my lookin-major random number +project. By the time this is done, I'd doggone better have a paper or +two out of it, if not more. + +------------------------------------------------------------------------ diff --git a/INSTALL b/INSTALL index df70eeb..c40b060 100644 --- a/INSTALL +++ b/INSTALL @@ -124,9 +124,14 @@ where once again a suitable rpm tree must exist and be pointed to in .rpmmacros. - DEBIAN PACKAGE BUILD INSTRUCTIONS + Debian / Ubuntu Package Build Instructions -Are pending, but are under active development and should appear in this -space soon. +As Dieharder is provided as an actively maintained, simply do + sudo apt-get build-dep dieharder +to install all build requirements for Dieharder, and + + sudo apt-get source dieharder + +to install the current sources. diff --git a/Makefile b/Makefile index b100390..c4a134a 100644 --- a/Makefile +++ b/Makefile @@ -39,10 +39,13 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/dieharder-config.in $(srcdir)/dieharder.html.in \ $(srcdir)/dieharder.spec.in $(srcdir)/dieharder_version.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ - config.guess config.sub depcomp install-sh ltmain.sh missing \ - mkinstalldirs + compile config.guess config.sub depcomp install-sh ltmain.sh \ + missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -124,8 +127,8 @@ DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DIEHARDER_CFLAGS = -I${prefix}/include DIEHARDER_LIBS = -L${exec_prefix}/lib -ldieharder -DIEHARDER_LIB_VERSION = 3.31.0 -DIEHARDER_LT_VERSION = 3:31:0 +DIEHARDER_LIB_VERSION = 3.31.1 +DIEHARDER_LT_VERSION = 3:31:1 DSYMUTIL = DUMPBIN = ECHO_C = @@ -161,10 +164,10 @@ OTOOL64 = PACKAGE = dieharder PACKAGE_BUGREPORT = PACKAGE_NAME = dieharder -PACKAGE_STRING = dieharder 3.31.0 +PACKAGE_STRING = dieharder 3.31.1 PACKAGE_TARNAME = dieharder PACKAGE_URL = -PACKAGE_VERSION = 3.31.0 +PACKAGE_VERSION = 3.31.1 PATH_SEPARATOR = : RANLIB = ranlib RELEASE = 1 @@ -178,7 +181,7 @@ STRIP = strip # This is revision information, automagically set from autoconf. The # actual version information is set ONLY in configure.ac #======================================================================== -VERSION = 3.31.0 +VERSION = 3.31.1 abs_builddir = /home/rgb/Src/Projects/dieharder abs_srcdir = /home/rgb/Src/Projects/dieharder abs_top_builddir = /home/rgb/Src/Projects/dieharder @@ -199,6 +202,7 @@ build_vendor = unknown builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share +dieharder_CFLAGS = -std=c99 -Wall -pedantic -I${prefix}/include docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} @@ -211,6 +215,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/rgb/Src/Projects/dieharder/install-sh +libdieharder_lo_CFLAGS = -Wall -pedantic -I${prefix}/include libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale @@ -326,8 +331,8 @@ REPOPATH = /var/www/html/fc/6/local/ #======================================================================== # This target takes the dieharder sources and "magically" transforms # them into RDieHarder sources. -RDHTAR = RDieHarder_3.31.0.tar -RDHPKG = RDieHarder_3.31.0.tar.gz +RDHTAR = RDieHarder_3.31.1.tar +RDHPKG = RDieHarder_3.31.1.tar.gz all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/Makefile.in b/Makefile.in index 6fc8e5a..7188d75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,10 +39,13 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/dieharder-config.in $(srcdir)/dieharder.html.in \ $(srcdir)/dieharder.spec.in $(srcdir)/dieharder_version.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ - config.guess config.sub depcomp install-sh ltmain.sh missing \ - mkinstalldirs + compile config.guess config.sub depcomp install-sh ltmain.sh \ + missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -199,6 +202,7 @@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ +dieharder_CFLAGS = @dieharder_CFLAGS@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ @@ -211,6 +215,7 @@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +libdieharder_lo_CFLAGS = @libdieharder_lo_CFLAGS@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ diff --git a/README b/README index 16e8d9d..49b4eea 100644 --- a/README +++ b/README @@ -129,9 +129,17 @@ to build an RPM by using the make target: "make rpm" (after setting up a private RPM build tree). No root privileges are needed to build the rpms in this way. - DEBIAN + Debian / Ubuntu -When Dirk finishes this, we'll fill it in. +Dieharder has been in Debian since February 2007. Therefore, on most current +Debian or Ubuntu systems a simple + + sudo apt-get install dieharder + +installs the command-line (which itself also install the shared library +package it depends upon). In order develop against the Dieharder API, run + + sudo apt-get install libdieharder-dev ======================================================================== @@ -142,7 +150,7 @@ been kept under revision control (first CVS, more recently Subversion) since the inception of the process in 2003 and all incremental changes to the code as it was developed are carefully documented. -Dieharder was deliberately developed to by a GPL project, since +Dieharder was deliberately developed to be a GPL project, since alternative random number test suites were either incomplete with regard to the span of test possibilities of interest to the author, restricted or unclear about their licensing restrictions, or both. In addition, by diff --git a/aclocal.m4 b/aclocal.m4 index 817ab86..81d2911 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -19,8043 +19,6 @@ You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -m4_define([_LT_COPYING], [dnl -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. -# -# GNU Libtool is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -]) - -# serial 57 LT_INIT - - -# LT_PREREQ(VERSION) -# ------------------ -# Complain and exit if this libtool version is less that VERSION. -m4_defun([LT_PREREQ], -[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, - [m4_default([$3], - [m4_fatal([Libtool version $1 or higher is required], - 63)])], - [$2])]) - - -# _LT_CHECK_BUILDDIR -# ------------------ -# Complain if the absolute build directory name contains unusual characters -m4_defun([_LT_CHECK_BUILDDIR], -[case `pwd` in - *\ * | *\ *) - AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; -esac -]) - - -# LT_INIT([OPTIONS]) -# ------------------ -AC_DEFUN([LT_INIT], -[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT -AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl -AC_BEFORE([$0], [LT_LANG])dnl -AC_BEFORE([$0], [LT_OUTPUT])dnl -AC_BEFORE([$0], [LTDL_INIT])dnl -m4_require([_LT_CHECK_BUILDDIR])dnl - -dnl Autoconf doesn't catch unexpanded LT_ macros by default: -m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl -m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl -dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 -dnl unless we require an AC_DEFUNed macro: -AC_REQUIRE([LTOPTIONS_VERSION])dnl -AC_REQUIRE([LTSUGAR_VERSION])dnl -AC_REQUIRE([LTVERSION_VERSION])dnl -AC_REQUIRE([LTOBSOLETE_VERSION])dnl -m4_require([_LT_PROG_LTMAIN])dnl - -_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) - -dnl Parse OPTIONS -_LT_SET_OPTIONS([$0], [$1]) - -# This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ltmain" - -# Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -AC_SUBST(LIBTOOL)dnl - -_LT_SETUP - -# Only expand once: -m4_define([LT_INIT]) -])# LT_INIT - -# Old names: -AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) -AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PROG_LIBTOOL], []) -dnl AC_DEFUN([AM_PROG_LIBTOOL], []) - - -# _LT_CC_BASENAME(CC) -# ------------------- -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -m4_defun([_LT_CC_BASENAME], -[for cc_temp in $1""; do - case $cc_temp in - compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; - distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; - \-*) ;; - *) break;; - esac -done -cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -]) - - -# _LT_FILEUTILS_DEFAULTS -# ---------------------- -# It is okay to use these file commands and assume they have been set -# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. -m4_defun([_LT_FILEUTILS_DEFAULTS], -[: ${CP="cp -f"} -: ${MV="mv -f"} -: ${RM="rm -f"} -])# _LT_FILEUTILS_DEFAULTS - - -# _LT_SETUP -# --------- -m4_defun([_LT_SETUP], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl -AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl - -_LT_DECL([], [host_alias], [0], [The host system])dnl -_LT_DECL([], [host], [0])dnl -_LT_DECL([], [host_os], [0])dnl -dnl -_LT_DECL([], [build_alias], [0], [The build system])dnl -_LT_DECL([], [build], [0])dnl -_LT_DECL([], [build_os], [0])dnl -dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -dnl -AC_REQUIRE([AC_PROG_LN_S])dnl -test -z "$LN_S" && LN_S="ln -s" -_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl -dnl -AC_REQUIRE([LT_CMD_MAX_LEN])dnl -_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl -_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl -dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_CHECK_SHELL_FEATURES])dnl -m4_require([_LT_CMD_RELOAD])dnl -m4_require([_LT_CHECK_MAGIC_METHOD])dnl -m4_require([_LT_CMD_OLD_ARCHIVE])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl - -_LT_CONFIG_LIBTOOL_INIT([ -# See if we are running on zsh, and set the options which allow our -# commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST -fi -]) -if test -n "${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST -fi - -_LT_CHECK_OBJDIR - -m4_require([_LT_TAG_COMPILER])dnl - -case $host_os in -aix3*) - # AIX sometimes has problems with the GCC collect2 program. For some - # reason, if we set the COLLECT_NAMES environment variable, the problems - # vanish in a puff of smoke. - if test "X${COLLECT_NAMES+set}" != Xset; then - COLLECT_NAMES= - export COLLECT_NAMES - fi - ;; -esac - -# Global variables: -ofile=libtool -can_build_shared=yes - -# All known linkers require a `.a' archive for static linking (except MSVC, -# which needs '.lib'). -libext=a - -with_gnu_ld="$lt_cv_prog_gnu_ld" - -old_CC="$CC" -old_CFLAGS="$CFLAGS" - -# Set sane defaults for various variables -test -z "$CC" && CC=cc -test -z "$LTCC" && LTCC=$CC -test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS -test -z "$LD" && LD=ld -test -z "$ac_objext" && ac_objext=o - -_LT_CC_BASENAME([$compiler]) - -# Only perform the check for file, if the check method requires it -test -z "$MAGIC_CMD" && MAGIC_CMD=file -case $deplibs_check_method in -file_magic*) - if test "$file_magic_cmd" = '$MAGIC_CMD'; then - _LT_PATH_MAGIC - fi - ;; -esac - -# Use C for the default configuration in the libtool script -LT_SUPPORTED_TAG([CC]) -_LT_LANG_C_CONFIG -_LT_LANG_DEFAULT_CONFIG -_LT_CONFIG_COMMANDS -])# _LT_SETUP - - -# _LT_PREPARE_SED_QUOTE_VARS -# -------------------------- -# Define a few sed substitution that help us do robust quoting. -m4_defun([_LT_PREPARE_SED_QUOTE_VARS], -[# Backslashify metacharacters that are still active within -# double-quoted strings. -sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\([["`\\]]\)/\\\1/g' - -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' -]) - -# _LT_PROG_LTMAIN -# --------------- -# Note that this code is called both from `configure', and `config.status' -# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, -# `config.status' has no value for ac_aux_dir unless we are using Automake, -# so we pass a copy along to make sure it has a sensible value anyway. -m4_defun([_LT_PROG_LTMAIN], -[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl -_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) -ltmain="$ac_aux_dir/ltmain.sh" -])# _LT_PROG_LTMAIN - - - -# So that we can recreate a full libtool script including additional -# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS -# in macros and then make a single call at the end using the `libtool' -# label. - - -# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) -# ---------------------------------------- -# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL_INIT], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_INIT], - [$1 -])])]) - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_INIT]) - - -# _LT_CONFIG_LIBTOOL([COMMANDS]) -# ------------------------------ -# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], - [$1 -])])]) - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) - - -# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) -# ----------------------------------------------------- -m4_defun([_LT_CONFIG_SAVE_COMMANDS], -[_LT_CONFIG_LIBTOOL([$1]) -_LT_CONFIG_LIBTOOL_INIT([$2]) -]) - - -# _LT_FORMAT_COMMENT([COMMENT]) -# ----------------------------- -# Add leading comment marks to the start of each line, and a trailing -# full-stop to the whole comment if one is not present already. -m4_define([_LT_FORMAT_COMMENT], -[m4_ifval([$1], [ -m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], - [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) -)]) - - - - - -# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) -# ------------------------------------------------------------------- -# CONFIGNAME is the name given to the value in the libtool script. -# VARNAME is the (base) name used in the configure script. -# VALUE may be 0, 1 or 2 for a computed quote escaped value based on -# VARNAME. Any other value will be used directly. -m4_define([_LT_DECL], -[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], - [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], - [m4_ifval([$1], [$1], [$2])]) - lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) - m4_ifval([$4], - [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) - lt_dict_add_subkey([lt_decl_dict], [$2], - [tagged?], [m4_ifval([$5], [yes], [no])])]) -]) - - -# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) -# -------------------------------------------------------- -m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) - - -# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_tag_varnames], -[_lt_decl_filter([tagged?], [yes], $@)]) - - -# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) -# --------------------------------------------------------- -m4_define([_lt_decl_filter], -[m4_case([$#], - [0], [m4_fatal([$0: too few arguments: $#])], - [1], [m4_fatal([$0: too few arguments: $#: $1])], - [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], - [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], - [lt_dict_filter([lt_decl_dict], $@)])[]dnl -]) - - -# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) -# -------------------------------------------------- -m4_define([lt_decl_quote_varnames], -[_lt_decl_filter([value], [1], $@)]) - - -# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_dquote_varnames], -[_lt_decl_filter([value], [2], $@)]) - - -# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_varnames_tagged], -[m4_assert([$# <= 2])dnl -_$0(m4_quote(m4_default([$1], [[, ]])), - m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), - m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) -m4_define([_lt_decl_varnames_tagged], -[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) - - -# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_all_varnames], -[_$0(m4_quote(m4_default([$1], [[, ]])), - m4_if([$2], [], - m4_quote(lt_decl_varnames), - m4_quote(m4_shift($@))))[]dnl -]) -m4_define([_lt_decl_all_varnames], -[lt_join($@, lt_decl_varnames_tagged([$1], - lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl -]) - - -# _LT_CONFIG_STATUS_DECLARE([VARNAME]) -# ------------------------------------ -# Quote a variable value, and forward it to `config.status' so that its -# declaration there will have the same value as in `configure'. VARNAME -# must have a single quote delimited value for this to work. -m4_define([_LT_CONFIG_STATUS_DECLARE], -[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) - - -# _LT_CONFIG_STATUS_DECLARATIONS -# ------------------------------ -# We delimit libtool config variables with single quotes, so when -# we write them to config.status, we have to be sure to quote all -# embedded single quotes properly. In configure, this macro expands -# each variable declared with _LT_DECL (and _LT_TAGDECL) into: -# -# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' -m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], -[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), - [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAGS -# ---------------- -# Output comment and list of tags supported by the script -m4_defun([_LT_LIBTOOL_TAGS], -[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl -available_tags="_LT_TAGS"dnl -]) - - -# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) -# ----------------------------------- -# Extract the dictionary values for VARNAME (optionally with TAG) and -# expand to a commented shell variable setting: -# -# # Some comment about what VAR is for. -# visible_name=$lt_internal_name -m4_define([_LT_LIBTOOL_DECLARE], -[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], - [description])))[]dnl -m4_pushdef([_libtool_name], - m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl -m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), - [0], [_libtool_name=[$]$1], - [1], [_libtool_name=$lt_[]$1], - [2], [_libtool_name=$lt_[]$1], - [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl -m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl -]) - - -# _LT_LIBTOOL_CONFIG_VARS -# ----------------------- -# Produce commented declarations of non-tagged libtool config variables -# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' -# script. Tagged libtool config variables (even for the LIBTOOL CONFIG -# section) are produced by _LT_LIBTOOL_TAG_VARS. -m4_defun([_LT_LIBTOOL_CONFIG_VARS], -[m4_foreach([_lt_var], - m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAG_VARS(TAG) -# ------------------------- -m4_define([_LT_LIBTOOL_TAG_VARS], -[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) - - -# _LT_TAGVAR(VARNAME, [TAGNAME]) -# ------------------------------ -m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) - - -# _LT_CONFIG_COMMANDS -# ------------------- -# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of -# variables for single and double quote escaping we saved from calls -# to _LT_DECL, we can put quote escaped variables declarations -# into `config.status', and then the shell code to quote escape them in -# for loops in `config.status'. Finally, any additional code accumulated -# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. -m4_defun([_LT_CONFIG_COMMANDS], -[AC_PROVIDE_IFELSE([LT_OUTPUT], - dnl If the libtool generation code has been placed in $CONFIG_LT, - dnl instead of duplicating it all over again into config.status, - dnl then we will have config.status run $CONFIG_LT later, so it - dnl needs to know what name is stored there: - [AC_CONFIG_COMMANDS([libtool], - [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], - dnl If the libtool generation code is destined for config.status, - dnl expand the accumulated commands and init code now: - [AC_CONFIG_COMMANDS([libtool], - [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) -])#_LT_CONFIG_COMMANDS - - -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], -[ - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -sed_quote_subst='$sed_quote_subst' -double_quote_subst='$double_quote_subst' -delay_variable_subst='$delay_variable_subst' -_LT_CONFIG_STATUS_DECLARATIONS -LTCC='$LTCC' -LTCFLAGS='$LTCFLAGS' -compiler='$compiler_DEFAULT' - -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -\$[]1 -_LTECHO_EOF' -} - -# Quote evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_quote_varnames); do - case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; - esac -done - -# Double-quote double-evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_dquote_varnames); do - case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; - esac -done - -_LT_OUTPUT_LIBTOOL_INIT -]) - -# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) -# ------------------------------------ -# Generate a child script FILE with all initialization necessary to -# reuse the environment learned by the parent script, and make the -# file executable. If COMMENT is supplied, it is inserted after the -# `#!' sequence but before initialization text begins. After this -# macro, additional text can be appended to FILE to form the body of -# the child script. The macro ends with non-zero status if the -# file could not be fully written (such as if the disk is full). -m4_ifdef([AS_INIT_GENERATED], -[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], -[m4_defun([_LT_GENERATED_FILE_INIT], -[m4_require([AS_PREPARE])]dnl -[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl -[lt_write_fail=0 -cat >$1 <<_ASEOF || lt_write_fail=1 -#! $SHELL -# Generated by $as_me. -$2 -SHELL=\${CONFIG_SHELL-$SHELL} -export SHELL -_ASEOF -cat >>$1 <<\_ASEOF || lt_write_fail=1 -AS_SHELL_SANITIZE -_AS_PREPARE -exec AS_MESSAGE_FD>&1 -_ASEOF -test $lt_write_fail = 0 && chmod +x $1[]dnl -m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT - -# LT_OUTPUT -# --------- -# This macro allows early generation of the libtool script (before -# AC_OUTPUT is called), incase it is used in configure for compilation -# tests. -AC_DEFUN([LT_OUTPUT], -[: ${CONFIG_LT=./config.lt} -AC_MSG_NOTICE([creating $CONFIG_LT]) -_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], -[# Run this file to recreate a libtool stub with the current configuration.]) - -cat >>"$CONFIG_LT" <<\_LTEOF -lt_cl_silent=false -exec AS_MESSAGE_LOG_FD>>config.log -{ - echo - AS_BOX([Running $as_me.]) -} >&AS_MESSAGE_LOG_FD - -lt_cl_help="\ -\`$as_me' creates a local libtool stub from the current configuration, -for use in further configure time tests before the real libtool is -generated. - -Usage: $[0] [[OPTIONS]] - - -h, --help print this help, then exit - -V, --version print version number, then exit - -q, --quiet do not print progress messages - -d, --debug don't remove temporary files - -Report bugs to ." - -lt_cl_version="\ -m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl -m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) -configured by $[0], generated by m4_PACKAGE_STRING. - -Copyright (C) 2010 Free Software Foundation, Inc. -This config.lt script is free software; the Free Software Foundation -gives unlimited permision to copy, distribute and modify it." - -while test $[#] != 0 -do - case $[1] in - --version | --v* | -V ) - echo "$lt_cl_version"; exit 0 ;; - --help | --h* | -h ) - echo "$lt_cl_help"; exit 0 ;; - --debug | --d* | -d ) - debug=: ;; - --quiet | --q* | --silent | --s* | -q ) - lt_cl_silent=: ;; - - -*) AC_MSG_ERROR([unrecognized option: $[1] -Try \`$[0] --help' for more information.]) ;; - - *) AC_MSG_ERROR([unrecognized argument: $[1] -Try \`$[0] --help' for more information.]) ;; - esac - shift -done - -if $lt_cl_silent; then - exec AS_MESSAGE_FD>/dev/null -fi -_LTEOF - -cat >>"$CONFIG_LT" <<_LTEOF -_LT_OUTPUT_LIBTOOL_COMMANDS_INIT -_LTEOF - -cat >>"$CONFIG_LT" <<\_LTEOF -AC_MSG_NOTICE([creating $ofile]) -_LT_OUTPUT_LIBTOOL_COMMANDS -AS_EXIT(0) -_LTEOF -chmod +x "$CONFIG_LT" - -# configure is writing to config.log, but config.lt does its own redirection, -# appending to config.log, which fails on DOS, as config.log is still kept -# open by configure. Here we exec the FD to /dev/null, effectively closing -# config.log, so it can be properly (re)opened and appended to by config.lt. -lt_cl_success=: -test "$silent" = yes && - lt_config_lt_args="$lt_config_lt_args --quiet" -exec AS_MESSAGE_LOG_FD>/dev/null -$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false -exec AS_MESSAGE_LOG_FD>>config.log -$lt_cl_success || AS_EXIT(1) -])# LT_OUTPUT - - -# _LT_CONFIG(TAG) -# --------------- -# If TAG is the built-in tag, create an initial libtool script with a -# default configuration from the untagged config vars. Otherwise add code -# to config.status for appending the configuration named by TAG from the -# matching tagged config vars. -m4_defun([_LT_CONFIG], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_CONFIG_SAVE_COMMANDS([ - m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl - m4_if(_LT_TAG, [C], [ - # See if we are running on zsh, and set the options which allow our - # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}" ; then - setopt NO_GLOB_SUBST - fi - - cfgfile="${ofile}T" - trap "$RM \"$cfgfile\"; exit 1" 1 2 15 - $RM "$cfgfile" - - cat <<_LT_EOF >> "$cfgfile" -#! $SHELL - -# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -# NOTE: Changes made to this file will be lost: look at ltmain.sh. -# -_LT_COPYING -_LT_LIBTOOL_TAGS - -# ### BEGIN LIBTOOL CONFIG -_LT_LIBTOOL_CONFIG_VARS -_LT_LIBTOOL_TAG_VARS -# ### END LIBTOOL CONFIG - -_LT_EOF - - case $host_os in - aix3*) - cat <<\_LT_EOF >> "$cfgfile" -# AIX sometimes has problems with the GCC collect2 program. For some -# reason, if we set the COLLECT_NAMES environment variable, the problems -# vanish in a puff of smoke. -if test "X${COLLECT_NAMES+set}" != Xset; then - COLLECT_NAMES= - export COLLECT_NAMES -fi -_LT_EOF - ;; - esac - - _LT_PROG_LTMAIN - - # We use sed instead of cat because bash on DJGPP gets confused if - # if finds mixed CR/LF and LF-only lines. Since sed operates in - # text mode, it properly converts lines to CR/LF. This bash problem - # is reportedly fixed, but why not run on old versions too? - sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - _LT_PROG_XSI_SHELLFNS - - sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - mv -f "$cfgfile" "$ofile" || - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") - chmod +x "$ofile" -], -[cat <<_LT_EOF >> "$ofile" - -dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded -dnl in a comment (ie after a #). -# ### BEGIN LIBTOOL TAG CONFIG: $1 -_LT_LIBTOOL_TAG_VARS(_LT_TAG) -# ### END LIBTOOL TAG CONFIG: $1 -_LT_EOF -])dnl /m4_if -], -[m4_if([$1], [], [ - PACKAGE='$PACKAGE' - VERSION='$VERSION' - TIMESTAMP='$TIMESTAMP' - RM='$RM' - ofile='$ofile'], []) -])dnl /_LT_CONFIG_SAVE_COMMANDS -])# _LT_CONFIG - - -# LT_SUPPORTED_TAG(TAG) -# --------------------- -# Trace this macro to discover what tags are supported by the libtool -# --tag option, using: -# autoconf --trace 'LT_SUPPORTED_TAG:$1' -AC_DEFUN([LT_SUPPORTED_TAG], []) - - -# C support is built-in for now -m4_define([_LT_LANG_C_enabled], []) -m4_define([_LT_TAGS], []) - - -# LT_LANG(LANG) -# ------------- -# Enable libtool support for the given language if not already enabled. -AC_DEFUN([LT_LANG], -[AC_BEFORE([$0], [LT_OUTPUT])dnl -m4_case([$1], - [C], [_LT_LANG(C)], - [C++], [_LT_LANG(CXX)], - [Java], [_LT_LANG(GCJ)], - [Fortran 77], [_LT_LANG(F77)], - [Fortran], [_LT_LANG(FC)], - [Windows Resource], [_LT_LANG(RC)], - [m4_ifdef([_LT_LANG_]$1[_CONFIG], - [_LT_LANG($1)], - [m4_fatal([$0: unsupported language: "$1"])])])dnl -])# LT_LANG - - -# _LT_LANG(LANGNAME) -# ------------------ -m4_defun([_LT_LANG], -[m4_ifdef([_LT_LANG_]$1[_enabled], [], - [LT_SUPPORTED_TAG([$1])dnl - m4_append([_LT_TAGS], [$1 ])dnl - m4_define([_LT_LANG_]$1[_enabled], [])dnl - _LT_LANG_$1_CONFIG($1)])dnl -])# _LT_LANG - - -# _LT_LANG_DEFAULT_CONFIG -# ----------------------- -m4_defun([_LT_LANG_DEFAULT_CONFIG], -[AC_PROVIDE_IFELSE([AC_PROG_CXX], - [LT_LANG(CXX)], - [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) - -AC_PROVIDE_IFELSE([AC_PROG_F77], - [LT_LANG(F77)], - [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) - -AC_PROVIDE_IFELSE([AC_PROG_FC], - [LT_LANG(FC)], - [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) - -dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal -dnl pulling things in needlessly. -AC_PROVIDE_IFELSE([AC_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([LT_PROG_GCJ], - [LT_LANG(GCJ)], - [m4_ifdef([AC_PROG_GCJ], - [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([A][M_PROG_GCJ], - [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([LT_PROG_GCJ], - [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) - -AC_PROVIDE_IFELSE([LT_PROG_RC], - [LT_LANG(RC)], - [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) -])# _LT_LANG_DEFAULT_CONFIG - -# Obsolete macros: -AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_CXX], []) -dnl AC_DEFUN([AC_LIBTOOL_F77], []) -dnl AC_DEFUN([AC_LIBTOOL_FC], []) -dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) -dnl AC_DEFUN([AC_LIBTOOL_RC], []) - - -# _LT_TAG_COMPILER -# ---------------- -m4_defun([_LT_TAG_COMPILER], -[AC_REQUIRE([AC_PROG_CC])dnl - -_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl -_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl -_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl -_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl - -# If no C compiler was specified, use CC. -LTCC=${LTCC-"$CC"} - -# If no C compiler flags were specified, use CFLAGS. -LTCFLAGS=${LTCFLAGS-"$CFLAGS"} - -# Allow CC to be a program name with arguments. -compiler=$CC -])# _LT_TAG_COMPILER - - -# _LT_COMPILER_BOILERPLATE -# ------------------------ -# Check for compiler boilerplate output or warnings with -# the simple compiler test code. -m4_defun([_LT_COMPILER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_compile_test_code" >conftest.$ac_ext -eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_compiler_boilerplate=`cat conftest.err` -$RM conftest* -])# _LT_COMPILER_BOILERPLATE - - -# _LT_LINKER_BOILERPLATE -# ---------------------- -# Check for linker boilerplate output or warnings with -# the simple link test code. -m4_defun([_LT_LINKER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_link_test_code" >conftest.$ac_ext -eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_linker_boilerplate=`cat conftest.err` -$RM -r conftest* -])# _LT_LINKER_BOILERPLATE - -# _LT_REQUIRED_DARWIN_CHECKS -# ------------------------- -m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ - case $host_os in - rhapsody* | darwin*) - AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) - AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) - AC_CHECK_TOOL([LIPO], [lipo], [:]) - AC_CHECK_TOOL([OTOOL], [otool], [:]) - AC_CHECK_TOOL([OTOOL64], [otool64], [:]) - _LT_DECL([], [DSYMUTIL], [1], - [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) - _LT_DECL([], [NMEDIT], [1], - [Tool to change global to local symbols on Mac OS X]) - _LT_DECL([], [LIPO], [1], - [Tool to manipulate fat objects and archives on Mac OS X]) - _LT_DECL([], [OTOOL], [1], - [ldd/readelf like tool for Mach-O binaries on Mac OS X]) - _LT_DECL([], [OTOOL64], [1], - [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) - - AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], - [lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then - # By default we will add the -single_module flag. You can override - # by either setting the environment variable LT_MULTI_MODULE - # non-empty at configure time, or by adding -multi_module to the - # link flags. - rm -rf libconftest.dylib* - echo "int foo(void){return 1;}" > conftest.c - echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ --dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ - -dynamiclib -Wl,-single_module conftest.c 2>conftest.err - _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then - lt_cv_apple_cc_single_mod=yes - else - cat conftest.err >&AS_MESSAGE_LOG_FD - fi - rm -rf libconftest.dylib* - rm -f conftest.* - fi]) - AC_CACHE_CHECK([for -exported_symbols_list linker flag], - [lt_cv_ld_exported_symbols_list], - [lt_cv_ld_exported_symbols_list=no - save_LDFLAGS=$LDFLAGS - echo "_main" > conftest.sym - LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [lt_cv_ld_exported_symbols_list=yes], - [lt_cv_ld_exported_symbols_list=no]) - LDFLAGS="$save_LDFLAGS" - ]) - AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], - [lt_cv_ld_force_load=no - cat > conftest.c << _LT_EOF -int forced_loaded() { return 2;} -_LT_EOF - echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD - echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD - $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD - echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD - $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD - cat > conftest.c << _LT_EOF -int main() { return 0;} -_LT_EOF - echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err - _lt_result=$? - if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then - lt_cv_ld_force_load=yes - else - cat conftest.err >&AS_MESSAGE_LOG_FD - fi - rm -f conftest.err libconftest.a conftest conftest.c - rm -rf conftest.dSYM - ]) - case $host_os in - rhapsody* | darwin1.[[012]]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; - darwin1.*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - darwin*) # darwin 5.x on - # if running on 10.5 or later, the deployment target defaults - # to the OS version, if on x86, and 10.4, the deployment - # target defaults to 10.4. Don't you love it? - case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in - 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[[012]]*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - esac - ;; - esac - if test "$lt_cv_apple_cc_single_mod" = "yes"; then - _lt_dar_single_mod='$single_module' - fi - if test "$lt_cv_ld_exported_symbols_list" = "yes"; then - _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' - else - _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' - fi - if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then - _lt_dsymutil='~$DSYMUTIL $lib || :' - else - _lt_dsymutil= - fi - ;; - esac -]) - - -# _LT_DARWIN_LINKER_FEATURES -# -------------------------- -# Checks for linker and compiler features on darwin -m4_defun([_LT_DARWIN_LINKER_FEATURES], -[ - m4_require([_LT_REQUIRED_DARWIN_CHECKS]) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_automatic, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - if test "$lt_cv_ld_force_load" = "yes"; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)='' - fi - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" - case $cc_basename in - ifort*) _lt_dar_can_shared=yes ;; - *) _lt_dar_can_shared=$GCC ;; - esac - if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=func_echo_all - _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" - _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" - _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" - m4_if([$1], [CXX], -[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then - _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" - fi -],[]) - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi -]) - -# _LT_SYS_MODULE_PATH_AIX -# ----------------------- -# Links a minimal program and checks the executable -# for the system default hardcoded library path. In most cases, -# this is /usr/lib:/lib, but when the MPI compilers are used -# the location of the communication and MPI libs are included too. -# If we don't find anything, use the default library path according -# to the aix ld manual. -m4_defun([_LT_SYS_MODULE_PATH_AIX], -[m4_require([_LT_DECL_SED])dnl -AC_LINK_IFELSE(AC_LANG_PROGRAM,[ -lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { - /^0/ { - s/^0 *\(.*\)$/\1/ - p - } - }' -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -# Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -fi],[]) -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -])# _LT_SYS_MODULE_PATH_AIX - - -# _LT_SHELL_INIT(ARG) -# ------------------- -m4_define([_LT_SHELL_INIT], -[m4_divert_text([M4SH-INIT], [$1 -])])# _LT_SHELL_INIT - - - -# _LT_PROG_ECHO_BACKSLASH -# ----------------------- -# Find how we can fake an echo command that does not interpret backslash. -# In particular, with Autoconf 2.60 or later we add some code to the start -# of the generated configure script which will find a shell with a builtin -# printf (which we can use as an echo command). -m4_defun([_LT_PROG_ECHO_BACKSLASH], -[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO - -AC_MSG_CHECKING([how to print strings]) -# Test print first, because it will be a builtin if present. -if test "X`print -r -- -n 2>/dev/null`" = X-n && \ - test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='print -r --' -elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='printf %s\n' -else - # Use this function as a fallback that always works. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF -$[]1 -_LTECHO_EOF' - } - ECHO='func_fallback_echo' -fi - -# func_echo_all arg... -# Invoke $ECHO with all args, space-separated. -func_echo_all () -{ - $ECHO "$*" -} - -case "$ECHO" in - printf*) AC_MSG_RESULT([printf]) ;; - print*) AC_MSG_RESULT([print -r]) ;; - *) AC_MSG_RESULT([cat]) ;; -esac - -m4_ifdef([_AS_DETECT_SUGGESTED], -[_AS_DETECT_SUGGESTED([ - test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( - ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' - ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO - ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO - PATH=/empty FPATH=/empty; export PATH FPATH - test "X`printf %s $ECHO`" = "X$ECHO" \ - || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) - -_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) -])# _LT_PROG_ECHO_BACKSLASH - - -# _LT_ENABLE_LOCK -# --------------- -m4_defun([_LT_ENABLE_LOCK], -[AC_ARG_ENABLE([libtool-lock], - [AS_HELP_STRING([--disable-libtool-lock], - [avoid locking (might break parallel builds)])]) -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes - -# Some flags need to be propagated to the compiler or linker for good -# libtool support. -case $host in -ia64-*-hpux*) - # Find out which ABI we are using. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.$ac_objext` in - *ELF-32*) - HPUX_IA64_MODE="32" - ;; - *ELF-64*) - HPUX_IA64_MODE="64" - ;; - esac - fi - rm -rf conftest* - ;; -*-*-irix6*) - # Find out which ABI we are using. - echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - if test "$lt_cv_prog_gnu_ld" = yes; then - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -melf32bsmip" - ;; - *N32*) - LD="${LD-ld} -melf32bmipn32" - ;; - *64-bit*) - LD="${LD-ld} -melf64bmip" - ;; - esac - else - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -32" - ;; - *N32*) - LD="${LD-ld} -n32" - ;; - *64-bit*) - LD="${LD-ld} -64" - ;; - esac - fi - fi - rm -rf conftest* - ;; - -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ -s390*-*linux*|s390*-*tpf*|sparc*-*linux*) - # Find out which ABI we are using. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.o` in - *32-bit*) - case $host in - x86_64-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_i386_fbsd" - ;; - x86_64-*linux*) - LD="${LD-ld} -m elf_i386" - ;; - ppc64-*linux*|powerpc64-*linux*) - LD="${LD-ld} -m elf32ppclinux" - ;; - s390x-*linux*) - LD="${LD-ld} -m elf_s390" - ;; - sparc64-*linux*) - LD="${LD-ld} -m elf32_sparc" - ;; - esac - ;; - *64-bit*) - case $host in - x86_64-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_x86_64_fbsd" - ;; - x86_64-*linux*) - LD="${LD-ld} -m elf_x86_64" - ;; - ppc*-*linux*|powerpc*-*linux*) - LD="${LD-ld} -m elf64ppc" - ;; - s390*-*linux*|s390*-*tpf*) - LD="${LD-ld} -m elf64_s390" - ;; - sparc*-*linux*) - LD="${LD-ld} -m elf64_sparc" - ;; - esac - ;; - esac - fi - rm -rf conftest* - ;; - -*-*-sco3.2v5*) - # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -belf" - AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, - [AC_LANG_PUSH(C) - AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) - AC_LANG_POP]) - if test x"$lt_cv_cc_needs_belf" != x"yes"; then - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" - fi - ;; -sparc*-*solaris*) - # Find out which ABI we are using. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.o` in - *64-bit*) - case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; - *) - if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then - LD="${LD-ld} -64" - fi - ;; - esac - ;; - esac - fi - rm -rf conftest* - ;; -esac - -need_locks="$enable_libtool_lock" -])# _LT_ENABLE_LOCK - - -# _LT_CMD_OLD_ARCHIVE -# ------------------- -m4_defun([_LT_CMD_OLD_ARCHIVE], -[AC_CHECK_TOOL(AR, ar, false) -test -z "$AR" && AR=ar -test -z "$AR_FLAGS" && AR_FLAGS=cru -_LT_DECL([], [AR], [1], [The archiver]) -_LT_DECL([], [AR_FLAGS], [1]) - -AC_CHECK_TOOL(STRIP, strip, :) -test -z "$STRIP" && STRIP=: -_LT_DECL([], [STRIP], [1], [A symbol stripping program]) - -AC_CHECK_TOOL(RANLIB, ranlib, :) -test -z "$RANLIB" && RANLIB=: -_LT_DECL([], [RANLIB], [1], - [Commands used to install an old-style archive]) - -# Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' -old_postinstall_cmds='chmod 644 $oldlib' -old_postuninstall_cmds= - -if test -n "$RANLIB"; then - case $host_os in - openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" - ;; - *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" - ;; - esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" -fi - -case $host_os in - darwin*) - lock_old_archive_extraction=yes ;; - *) - lock_old_archive_extraction=no ;; -esac -_LT_DECL([], [old_postinstall_cmds], [2]) -_LT_DECL([], [old_postuninstall_cmds], [2]) -_LT_TAGDECL([], [old_archive_cmds], [2], - [Commands used to build an old-style archive]) -_LT_DECL([], [lock_old_archive_extraction], [0], - [Whether to use a lock for old archive extraction]) -])# _LT_CMD_OLD_ARCHIVE - - -# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------------------- -# Check whether the given compiler option works -AC_DEFUN([_LT_COMPILER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="$3" - # Insert the option either (1) after the last *FLAGS variable, or - # (2) before a word containing "conftest.", or (3) at the end. - # Note that $ac_compile itself does not contain backslashes and begins - # with a dollar sign (not a hyphen), so the echo should work correctly. - # The option is referenced via a variable to avoid confusing sed. - lt_compile=`echo "$ac_compile" | $SED \ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. - $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - fi - $RM conftest* -]) - -if test x"[$]$2" = xyes; then - m4_if([$5], , :, [$5]) -else - m4_if([$6], , :, [$6]) -fi -])# _LT_COMPILER_OPTION - -# Old name: -AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) - - -# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------- -# Check whether the given linker option works -AC_DEFUN([_LT_LINKER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $3" - echo "$lt_simple_link_test_code" > conftest.$ac_ext - if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then - # The linker can only warn and ignore the option if not recognized - # So say no if there are warnings - if test -s conftest.err; then - # Append any errors to the config.log. - cat conftest.err 1>&AS_MESSAGE_LOG_FD - $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - else - $2=yes - fi - fi - $RM -r conftest* - LDFLAGS="$save_LDFLAGS" -]) - -if test x"[$]$2" = xyes; then - m4_if([$4], , :, [$4]) -else - m4_if([$5], , :, [$5]) -fi -])# _LT_LINKER_OPTION - -# Old name: -AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) - - -# LT_CMD_MAX_LEN -#--------------- -AC_DEFUN([LT_CMD_MAX_LEN], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -# find the maximum length of command line arguments -AC_MSG_CHECKING([the maximum length of command line arguments]) -AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl - i=0 - teststring="ABCD" - - case $build_os in - msdosdjgpp*) - # On DJGPP, this test can blow up pretty badly due to problems in libc - # (any single argument exceeding 2000 bytes causes a buffer overrun - # during glob expansion). Even if it were fixed, the result of this - # check would be larger than it should be. - lt_cv_sys_max_cmd_len=12288; # 12K is about right - ;; - - gnu*) - # Under GNU Hurd, this test is not required because there is - # no limit to the length of command line arguments. - # Libtool will interpret -1 as no limit whatsoever - lt_cv_sys_max_cmd_len=-1; - ;; - - cygwin* | mingw* | cegcc*) - # On Win9x/ME, this test blows up -- it succeeds, but takes - # about 5 minutes as the teststring grows exponentially. - # Worse, since 9x/ME are not pre-emptively multitasking, - # you end up with a "frozen" computer, even though with patience - # the test eventually succeeds (with a max line length of 256k). - # Instead, let's just punt: use the minimum linelength reported by - # all of the supported platforms: 8192 (on NT/2K/XP). - lt_cv_sys_max_cmd_len=8192; - ;; - - mint*) - # On MiNT this can take a long time and run out of memory. - lt_cv_sys_max_cmd_len=8192; - ;; - - amigaos*) - # On AmigaOS with pdksh, this test takes hours, literally. - # So we just punt and use a minimum line length of 8192. - lt_cv_sys_max_cmd_len=8192; - ;; - - netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) - # This has been around since 386BSD, at least. Likely further. - if test -x /sbin/sysctl; then - lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` - elif test -x /usr/sbin/sysctl; then - lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` - else - lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs - fi - # And add a safety zone - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - ;; - - interix*) - # We know the value 262144 and hardcode it with a safety zone (like BSD) - lt_cv_sys_max_cmd_len=196608 - ;; - - osf*) - # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure - # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not - # nice to cause kernel panics so lets avoid the loop below. - # First set a reasonable default. - lt_cv_sys_max_cmd_len=16384 - # - if test -x /sbin/sysconfig; then - case `/sbin/sysconfig -q proc exec_disable_arg_limit` in - *1*) lt_cv_sys_max_cmd_len=-1 ;; - esac - fi - ;; - sco3.2v5*) - lt_cv_sys_max_cmd_len=102400 - ;; - sysv5* | sco5v6* | sysv4.2uw2*) - kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` - if test -n "$kargmax"; then - lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` - else - lt_cv_sys_max_cmd_len=32768 - fi - ;; - *) - lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len"; then - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - else - # Make teststring a little bigger before we do anything with it. - # a 1K string should be a reasonable start. - for i in 1 2 3 4 5 6 7 8 ; do - teststring=$teststring$teststring - done - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - # If test is not a shell built-in, we'll probably end up computing a - # maximum length that is only half of the actual maximum length, but - # we can't tell. - while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ - = "X$teststring$teststring"; } >/dev/null 2>&1 && - test $i != 17 # 1/2 MB should be enough - do - i=`expr $i + 1` - teststring=$teststring$teststring - done - # Only check the string length outside the loop. - lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` - teststring= - # Add a significant safety factor because C++ compilers can tack on - # massive amounts of additional arguments before passing them to the - # linker. It appears as though 1/2 is a usable value. - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` - fi - ;; - esac -]) -if test -n $lt_cv_sys_max_cmd_len ; then - AC_MSG_RESULT($lt_cv_sys_max_cmd_len) -else - AC_MSG_RESULT(none) -fi -max_cmd_len=$lt_cv_sys_max_cmd_len -_LT_DECL([], [max_cmd_len], [0], - [What is the maximum length of a command?]) -])# LT_CMD_MAX_LEN - -# Old name: -AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) - - -# _LT_HEADER_DLFCN -# ---------------- -m4_defun([_LT_HEADER_DLFCN], -[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl -])# _LT_HEADER_DLFCN - - -# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, -# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) -# ---------------------------------------------------------------- -m4_defun([_LT_TRY_DLOPEN_SELF], -[m4_require([_LT_HEADER_DLFCN])dnl -if test "$cross_compiling" = yes; then : - [$4] -else - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<_LT_EOF -[#line $LINENO "configure" -#include "confdefs.h" - -#if HAVE_DLFCN_H -#include -#endif - -#include - -#ifdef RTLD_GLOBAL -# define LT_DLGLOBAL RTLD_GLOBAL -#else -# ifdef DL_GLOBAL -# define LT_DLGLOBAL DL_GLOBAL -# else -# define LT_DLGLOBAL 0 -# endif -#endif - -/* We may have to define LT_DLLAZY_OR_NOW in the command line if we - find out it does not work in some platform. */ -#ifndef LT_DLLAZY_OR_NOW -# ifdef RTLD_LAZY -# define LT_DLLAZY_OR_NOW RTLD_LAZY -# else -# ifdef DL_LAZY -# define LT_DLLAZY_OR_NOW DL_LAZY -# else -# ifdef RTLD_NOW -# define LT_DLLAZY_OR_NOW RTLD_NOW -# else -# ifdef DL_NOW -# define LT_DLLAZY_OR_NOW DL_NOW -# else -# define LT_DLLAZY_OR_NOW 0 -# endif -# endif -# endif -# endif -#endif - -/* When -fvisbility=hidden is used, assume the code has been annotated - correspondingly for the symbols needed. */ -#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) -void fnord () __attribute__((visibility("default"))); -#endif - -void fnord () { int i=42; } -int main () -{ - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); - int status = $lt_dlunknown; - - if (self) - { - if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else - { - if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; - else puts (dlerror ()); - } - /* dlclose (self); */ - } - else - puts (dlerror ()); - - return status; -}] -_LT_EOF - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then - (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null - lt_status=$? - case x$lt_status in - x$lt_dlno_uscore) $1 ;; - x$lt_dlneed_uscore) $2 ;; - x$lt_dlunknown|x*) $3 ;; - esac - else : - # compilation failed - $3 - fi -fi -rm -fr conftest* -])# _LT_TRY_DLOPEN_SELF - - -# LT_SYS_DLOPEN_SELF -# ------------------ -AC_DEFUN([LT_SYS_DLOPEN_SELF], -[m4_require([_LT_HEADER_DLFCN])dnl -if test "x$enable_dlopen" != xyes; then - enable_dlopen=unknown - enable_dlopen_self=unknown - enable_dlopen_self_static=unknown -else - lt_cv_dlopen=no - lt_cv_dlopen_libs= - - case $host_os in - beos*) - lt_cv_dlopen="load_add_on" - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes - ;; - - mingw* | pw32* | cegcc*) - lt_cv_dlopen="LoadLibrary" - lt_cv_dlopen_libs= - ;; - - cygwin*) - lt_cv_dlopen="dlopen" - lt_cv_dlopen_libs= - ;; - - darwin*) - # if libdl is installed we need to link against it - AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ - lt_cv_dlopen="dyld" - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes - ]) - ;; - - *) - AC_CHECK_FUNC([shl_load], - [lt_cv_dlopen="shl_load"], - [AC_CHECK_LIB([dld], [shl_load], - [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], - [AC_CHECK_FUNC([dlopen], - [lt_cv_dlopen="dlopen"], - [AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], - [AC_CHECK_LIB([svld], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], - [AC_CHECK_LIB([dld], [dld_link], - [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) - ]) - ]) - ]) - ]) - ]) - ;; - esac - - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes - else - enable_dlopen=no - fi - - case $lt_cv_dlopen in - dlopen) - save_CPPFLAGS="$CPPFLAGS" - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" - - save_LDFLAGS="$LDFLAGS" - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" - - save_LIBS="$LIBS" - LIBS="$lt_cv_dlopen_libs $LIBS" - - AC_CACHE_CHECK([whether a program can dlopen itself], - lt_cv_dlopen_self, [dnl - _LT_TRY_DLOPEN_SELF( - lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, - lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) - ]) - - if test "x$lt_cv_dlopen_self" = xyes; then - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" - AC_CACHE_CHECK([whether a statically linked program can dlopen itself], - lt_cv_dlopen_self_static, [dnl - _LT_TRY_DLOPEN_SELF( - lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, - lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) - ]) - fi - - CPPFLAGS="$save_CPPFLAGS" - LDFLAGS="$save_LDFLAGS" - LIBS="$save_LIBS" - ;; - esac - - case $lt_cv_dlopen_self in - yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; - *) enable_dlopen_self=unknown ;; - esac - - case $lt_cv_dlopen_self_static in - yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; - *) enable_dlopen_self_static=unknown ;; - esac -fi -_LT_DECL([dlopen_support], [enable_dlopen], [0], - [Whether dlopen is supported]) -_LT_DECL([dlopen_self], [enable_dlopen_self], [0], - [Whether dlopen of programs is supported]) -_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], - [Whether dlopen of statically linked programs is supported]) -])# LT_SYS_DLOPEN_SELF - -# Old name: -AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) - - -# _LT_COMPILER_C_O([TAGNAME]) -# --------------------------- -# Check to see if options -c and -o are simultaneously supported by compiler. -# This macro does not hard code the compiler like AC_PROG_CC_C_O. -m4_defun([_LT_COMPILER_C_O], -[m4_require([_LT_DECL_SED])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no - $RM -r conftest 2>/dev/null - mkdir conftest - cd conftest - mkdir out - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - lt_compiler_flag="-o out/conftest2.$ac_objext" - # Insert the option either (1) after the last *FLAGS variable, or - # (2) before a word containing "conftest.", or (3) at the end. - # Note that $ac_compile itself does not contain backslashes and begins - # with a dollar sign (not a hyphen), so the echo should work correctly. - lt_compile=`echo "$ac_compile" | $SED \ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings - $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp - $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 - if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then - _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - fi - fi - chmod u+w . 2>&AS_MESSAGE_LOG_FD - $RM conftest* - # SGI C++ compiler will create directory out/ii_files/ for - # template instantiation - test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files - $RM out/* && rmdir out - cd .. - $RM -r conftest - $RM conftest* -]) -_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], - [Does compiler simultaneously support -c and -o options?]) -])# _LT_COMPILER_C_O - - -# _LT_COMPILER_FILE_LOCKS([TAGNAME]) -# ---------------------------------- -# Check to see if we can do hard links to lock some files if needed -m4_defun([_LT_COMPILER_FILE_LOCKS], -[m4_require([_LT_ENABLE_LOCK])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_COMPILER_C_O([$1]) - -hard_links="nottested" -if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user - AC_MSG_CHECKING([if we can lock with hard links]) - hard_links=yes - $RM conftest* - ln conftest.a conftest.b 2>/dev/null && hard_links=no - touch conftest.a - ln conftest.a conftest.b 2>&5 || hard_links=no - ln conftest.a conftest.b 2>/dev/null && hard_links=no - AC_MSG_RESULT([$hard_links]) - if test "$hard_links" = no; then - AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) - need_locks=warn - fi -else - need_locks=no -fi -_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) -])# _LT_COMPILER_FILE_LOCKS - - -# _LT_CHECK_OBJDIR -# ---------------- -m4_defun([_LT_CHECK_OBJDIR], -[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], -[rm -f .libs 2>/dev/null -mkdir .libs 2>/dev/null -if test -d .libs; then - lt_cv_objdir=.libs -else - # MS-DOS does not allow filenames that begin with a dot. - lt_cv_objdir=_libs -fi -rmdir .libs 2>/dev/null]) -objdir=$lt_cv_objdir -_LT_DECL([], [objdir], [0], - [The name of the directory that contains temporary libtool files])dnl -m4_pattern_allow([LT_OBJDIR])dnl -AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", - [Define to the sub-directory in which libtool stores uninstalled libraries.]) -])# _LT_CHECK_OBJDIR - - -# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) -# -------------------------------------- -# Check hardcoding attributes. -m4_defun([_LT_LINKER_HARDCODE_LIBPATH], -[AC_MSG_CHECKING([how to hardcode library paths into programs]) -_LT_TAGVAR(hardcode_action, $1)= -if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || - test -n "$_LT_TAGVAR(runpath_var, $1)" || - test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then - - # We can hardcode non-existent directories. - if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library - # when we should be linking with a yet-to-be-installed one - ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && - test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then - # Linking always hardcodes the temporary library directory. - _LT_TAGVAR(hardcode_action, $1)=relink - else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - _LT_TAGVAR(hardcode_action, $1)=immediate - fi -else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - _LT_TAGVAR(hardcode_action, $1)=unsupported -fi -AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) - -if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || - test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then - # Fast installation is not supported - enable_fast_install=no -elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then - # Fast installation is not necessary - enable_fast_install=needless -fi -_LT_TAGDECL([], [hardcode_action], [0], - [How to hardcode a shared library path into an executable]) -])# _LT_LINKER_HARDCODE_LIBPATH - - -# _LT_CMD_STRIPLIB -# ---------------- -m4_defun([_LT_CMD_STRIPLIB], -[m4_require([_LT_DECL_EGREP]) -striplib= -old_striplib= -AC_MSG_CHECKING([whether stripping libraries is possible]) -if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) -else -# FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - darwin*) - if test -n "$STRIP" ; then - striplib="$STRIP -x" - old_striplib="$STRIP -S" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - ;; - *) - AC_MSG_RESULT([no]) - ;; - esac -fi -_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) -_LT_DECL([], [striplib], [1]) -])# _LT_CMD_STRIPLIB - - -# _LT_SYS_DYNAMIC_LINKER([TAG]) -# ----------------------------- -# PORTME Fill in your ld.so characteristics -m4_defun([_LT_SYS_DYNAMIC_LINKER], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_OBJDUMP])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_CHECK_SHELL_FEATURES])dnl -AC_MSG_CHECKING([dynamic linker characteristics]) -m4_if([$1], - [], [ -if test "$GCC" = yes; then - case $host_os in - darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; - *) lt_awk_arg="/^libraries:/" ;; - esac - case $host_os in - mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; - *) lt_sed_strip_eq="s,=/,/,g" ;; - esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` - case $lt_search_path_spec in - *\;*) - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` - ;; - *) - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` - ;; - esac - # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary. - lt_tmp_lt_search_path_spec= - lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` - for lt_sys_path in $lt_search_path_spec; do - if test -d "$lt_sys_path/$lt_multi_os_dir"; then - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" - else - test -d "$lt_sys_path" && \ - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" - fi - done - lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -BEGIN {RS=" "; FS="/|\n";} { - lt_foo=""; - lt_count=0; - for (lt_i = NF; lt_i > 0; lt_i--) { - if ($lt_i != "" && $lt_i != ".") { - if ($lt_i == "..") { - lt_count++; - } else { - if (lt_count == 0) { - lt_foo="/" $lt_i lt_foo; - } else { - lt_count--; - } - } - } - } - if (lt_foo != "") { lt_freq[[lt_foo]]++; } - if (lt_freq[[lt_foo]] == 1) { print lt_foo; } -}'` - # AWK program above erroneously prepends '/' to C:/dos/paths - # for these hosts. - case $host_os in - mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ - $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; - esac - sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi]) -library_names_spec= -libname_spec='lib$name' -soname_spec= -shrext_cmds=".so" -postinstall_cmds= -postuninstall_cmds= -finish_cmds= -finish_eval= -shlibpath_var= -shlibpath_overrides_runpath=unknown -version_type=none -dynamic_linker="$host_os ld.so" -sys_lib_dlsearch_path_spec="/lib /usr/lib" -need_lib_prefix=unknown -hardcode_into_libs=no - -# when you set need_version to no, make sure it does not cause -set_version -# flags to be left without arguments -need_version=unknown - -case $host_os in -aix3*) - version_type=linux - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' - shlibpath_var=LIBPATH - - # AIX 3 has no versioning support, so we append a major version to the name. - soname_spec='${libname}${release}${shared_ext}$major' - ;; - -aix[[4-9]]*) - version_type=linux - need_lib_prefix=no - need_version=no - hardcode_into_libs=yes - if test "$host_cpu" = ia64; then - # AIX 5 supports IA64 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - else - # With GCC up to 2.95.x, collect2 would create an import file - # for dependence libraries. The import file would start with - # the line `#! .'. This would cause the generated library to - # depend on `.', always an invalid library. This was fixed in - # development snapshots of GCC prior to 3.0. - case $host_os in - aix4 | aix4.[[01]] | aix4.[[01]].*) - if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' - echo ' yes ' - echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then - : - else - can_build_shared=no - fi - ;; - esac - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct - # soname into executable. Probably we can add versioning support to - # collect2, so additional links can be useful in future. - if test "$aix_use_runtimelinking" = yes; then - # If using run time linking (on AIX 4.2 or later) use lib.so - # instead of lib.a to let people know that these are not - # typical AIX shared libraries. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - else - # We preserve .a as extension for shared libraries through AIX4.2 - # and later when we are not doing run time linking. - library_names_spec='${libname}${release}.a $libname.a' - soname_spec='${libname}${release}${shared_ext}$major' - fi - shlibpath_var=LIBPATH - fi - ;; - -amigaos*) - case $host_cpu in - powerpc) - # Since July 2007 AmigaOS4 officially supports .so libraries. - # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - ;; - m68k) - library_names_spec='$libname.ixlibrary $libname.a' - # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' - ;; - esac - ;; - -beos*) - library_names_spec='${libname}${shared_ext}' - dynamic_linker="$host_os ld.so" - shlibpath_var=LIBRARY_PATH - ;; - -bsdi[[45]]*) - version_type=linux - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' - shlibpath_var=LD_LIBRARY_PATH - sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" - sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" - # the default ld.so.conf also contains /usr/contrib/lib and - # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow - # libtool to hard-code these into programs - ;; - -cygwin* | mingw* | pw32* | cegcc*) - version_type=windows - shrext_cmds=".dll" - need_version=no - need_lib_prefix=no - - case $GCC,$host_os in - yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) - library_names_spec='$libname.dll.a' - # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ - dldir=$destdir/`dirname \$dlpath`~ - test -d \$dldir || mkdir -p \$dldir~ - $install_prog $dir/$dlname \$dldir/$dlname~ - chmod a+x \$dldir/$dlname~ - if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then - eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; - fi' - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ - dlpath=$dir/\$dldll~ - $RM \$dlpath' - shlibpath_overrides_runpath=yes - - case $host_os in - cygwin*) - # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' -m4_if([$1], [],[ - sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) - ;; - mingw* | cegcc*) - # MinGW DLLs use traditional 'lib' prefix - soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - ;; - pw32*) - # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - ;; - esac - ;; - - *) - library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' - ;; - esac - dynamic_linker='Win32 ld.exe' - # FIXME: first we should search . and the directory the executable is in - shlibpath_var=PATH - ;; - -darwin* | rhapsody*) - dynamic_linker="$host_os dyld" - version_type=darwin - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' - soname_spec='${libname}${release}${major}$shared_ext' - shlibpath_overrides_runpath=yes - shlibpath_var=DYLD_LIBRARY_PATH - shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' -m4_if([$1], [],[ - sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) - sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' - ;; - -dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - -freebsd1*) - dynamic_linker=no - ;; - -freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. - if test -x /usr/bin/objformat; then - objformat=`/usr/bin/objformat` - else - case $host_os in - freebsd[[123]]*) objformat=aout ;; - *) objformat=elf ;; - esac - fi - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' - need_version=yes - ;; - esac - shlibpath_var=LD_LIBRARY_PATH - case $host_os in - freebsd2*) - shlibpath_overrides_runpath=yes - ;; - freebsd3.[[01]]* | freebsdelf3.[[01]]*) - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ - freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - *) # from 4.6 on, and DragonFly - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - esac - ;; - -gnu*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - hardcode_into_libs=yes - ;; - -haiku*) - version_type=linux - need_lib_prefix=no - need_version=no - dynamic_linker="$host_os runtime_loader" - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LIBRARY_PATH - shlibpath_overrides_runpath=yes - sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' - hardcode_into_libs=yes - ;; - -hpux9* | hpux10* | hpux11*) - # Give a soname corresponding to the major version so that dld.sl refuses to - # link against other versions. - version_type=sunos - need_lib_prefix=no - need_version=no - case $host_cpu in - ia64*) - shrext_cmds='.so' - hardcode_into_libs=yes - dynamic_linker="$host_os dld.so" - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - if test "X$HPUX_IA64_MODE" = X32; then - sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" - else - sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" - fi - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec - ;; - hppa*64*) - shrext_cmds='.sl' - hardcode_into_libs=yes - dynamic_linker="$host_os dld.sl" - shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec - ;; - *) - shrext_cmds='.sl' - dynamic_linker="$host_os dld.sl" - shlibpath_var=SHLIB_PATH - shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - ;; - esac - # HP-UX runs *really* slowly unless shared libraries are mode 555, ... - postinstall_cmds='chmod 555 $lib' - # or fails outright, so override atomically: - install_override_mode=555 - ;; - -interix[[3-9]]*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - -irix5* | irix6* | nonstopux*) - case $host_os in - nonstopux*) version_type=nonstopux ;; - *) - if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux - else - version_type=irix - fi ;; - esac - need_lib_prefix=no - need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' - case $host_os in - irix5* | nonstopux*) - libsuff= shlibsuff= - ;; - *) - case $LD in # libtool.m4 will add one of these switches to LD - *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") - libsuff= shlibsuff= libmagic=32-bit;; - *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") - libsuff=32 shlibsuff=N32 libmagic=N32;; - *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") - libsuff=64 shlibsuff=64 libmagic=64-bit;; - *) libsuff= shlibsuff= libmagic=never-match;; - esac - ;; - esac - shlibpath_var=LD_LIBRARY${shlibsuff}_PATH - shlibpath_overrides_runpath=no - sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" - sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" - hardcode_into_libs=yes - ;; - -# No shared lib support for Linux oldld, aout, or coff. -linux*oldld* | linux*aout* | linux*coff*) - dynamic_linker=no - ;; - -# This must be Linux ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - - # Some binutils ld are patched to set DT_RUNPATH - AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], - [lt_cv_shlibpath_overrides_runpath=no - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ - LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], - [lt_cv_shlibpath_overrides_runpath=yes])]) - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir - ]) - shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath - - # This implies no fast_install, which is unacceptable. - # Some rework will be needed to allow for fast_install - # before this can be enabled. - hardcode_into_libs=yes - - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" - - # Append ld.so.conf contents to the search path - if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - - fi - - # We used to test for /lib/ld.so.1 and disable shared libraries on - # powerpc, because MkLinux only supported shared libraries with the - # GNU dynamic linker. Since this was broken with cross compilers, - # most powerpc-linux boxes support dynamic linking these days and - # people can always --disable-shared, the test was removed, and we - # assume the GNU/Linux dynamic linker is in use. - dynamic_linker='GNU/Linux ld.so' - ;; - -netbsd*) - version_type=sunos - need_lib_prefix=no - need_version=no - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - dynamic_linker='NetBSD (a.out) ld.so' - else - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - dynamic_linker='NetBSD ld.elf_so' - fi - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - -newsos6) - version_type=linux - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - ;; - -*nto* | *qnx*) - version_type=qnx - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='ldqnx.so' - ;; - -openbsd*) - version_type=sunos - sys_lib_dlsearch_path_spec="/usr/lib" - need_lib_prefix=no - # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. - case $host_os in - openbsd3.3 | openbsd3.3.*) need_version=yes ;; - *) need_version=no ;; - esac - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - case $host_os in - openbsd2.[[89]] | openbsd2.[[89]].*) - shlibpath_overrides_runpath=no - ;; - *) - shlibpath_overrides_runpath=yes - ;; - esac - else - shlibpath_overrides_runpath=yes - fi - ;; - -os2*) - libname_spec='$name' - shrext_cmds=".dll" - need_lib_prefix=no - library_names_spec='$libname${shared_ext} $libname.a' - dynamic_linker='OS/2 ld.exe' - shlibpath_var=LIBPATH - ;; - -osf3* | osf4* | osf5*) - version_type=osf - need_lib_prefix=no - need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" - sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" - ;; - -rdos*) - dynamic_linker=no - ;; - -solaris*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - # ldd complains unless libraries are executable - postinstall_cmds='chmod +x $lib' - ;; - -sunos4*) - version_type=sunos - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - if test "$with_gnu_ld" = yes; then - need_lib_prefix=no - fi - need_version=yes - ;; - -sysv4 | sysv4.3*) - version_type=linux - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - case $host_vendor in - sni) - shlibpath_overrides_runpath=no - need_lib_prefix=no - runpath_var=LD_RUN_PATH - ;; - siemens) - need_lib_prefix=no - ;; - motorola) - need_lib_prefix=no - need_version=no - shlibpath_overrides_runpath=no - sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' - ;; - esac - ;; - -sysv4*MP*) - if test -d /usr/nec ;then - version_type=linux - library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' - soname_spec='$libname${shared_ext}.$major' - shlibpath_var=LD_LIBRARY_PATH - fi - ;; - -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=freebsd-elf - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - if test "$with_gnu_ld" = yes; then - sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' - else - sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' - case $host_os in - sco3.2v5*) - sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" - ;; - esac - fi - sys_lib_dlsearch_path_spec='/usr/lib' - ;; - -tpf*) - # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - -uts4*) - version_type=linux - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - -*) - dynamic_linker=no - ;; -esac -AC_MSG_RESULT([$dynamic_linker]) -test "$dynamic_linker" = no && can_build_shared=no - -variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -if test "$GCC" = yes; then - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" -fi - -if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" -fi -if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" -fi - -_LT_DECL([], [variables_saved_for_relink], [1], - [Variables whose values should be saved in libtool wrapper scripts and - restored at link time]) -_LT_DECL([], [need_lib_prefix], [0], - [Do we need the "lib" prefix for modules?]) -_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) -_LT_DECL([], [version_type], [0], [Library versioning type]) -_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) -_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) -_LT_DECL([], [shlibpath_overrides_runpath], [0], - [Is shlibpath searched before the hard-coded library search path?]) -_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) -_LT_DECL([], [library_names_spec], [1], - [[List of archive names. First name is the real one, the rest are links. - The last name is the one that the linker finds with -lNAME]]) -_LT_DECL([], [soname_spec], [1], - [[The coded name of the library, if different from the real name]]) -_LT_DECL([], [install_override_mode], [1], - [Permission mode override for installation of shared libraries]) -_LT_DECL([], [postinstall_cmds], [2], - [Command to use after installation of a shared archive]) -_LT_DECL([], [postuninstall_cmds], [2], - [Command to use after uninstallation of a shared archive]) -_LT_DECL([], [finish_cmds], [2], - [Commands used to finish a libtool library installation in a directory]) -_LT_DECL([], [finish_eval], [1], - [[As "finish_cmds", except a single script fragment to be evaled but - not shown]]) -_LT_DECL([], [hardcode_into_libs], [0], - [Whether we should hardcode library paths into libraries]) -_LT_DECL([], [sys_lib_search_path_spec], [2], - [Compile-time system search path for libraries]) -_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], - [Run-time system search path for libraries]) -])# _LT_SYS_DYNAMIC_LINKER - - -# _LT_PATH_TOOL_PREFIX(TOOL) -# -------------------------- -# find a file program which can recognize shared library -AC_DEFUN([_LT_PATH_TOOL_PREFIX], -[m4_require([_LT_DECL_EGREP])dnl -AC_MSG_CHECKING([for $1]) -AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, -[case $MAGIC_CMD in -[[\\/*] | ?:[\\/]*]) - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. - ;; -*) - lt_save_MAGIC_CMD="$MAGIC_CMD" - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -dnl $ac_dummy forces splitting on constant user-supplied paths. -dnl POSIX.2 word splitting is done only on the output of word expansions, -dnl not every word. This closes a longstanding sh security hole. - ac_dummy="m4_if([$2], , $PATH, [$2])" - for ac_dir in $ac_dummy; do - IFS="$lt_save_ifs" - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$1; then - lt_cv_path_MAGIC_CMD="$ac_dir/$1" - if test -n "$file_magic_test_file"; then - case $deplibs_check_method in - "file_magic "*) - file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" - if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | - $EGREP "$file_magic_regex" > /dev/null; then - : - else - cat <<_LT_EOF 1>&2 - -*** Warning: the command libtool uses to detect shared libraries, -*** $file_magic_cmd, produces output that libtool cannot recognize. -*** The result is that libtool may fail to recognize shared libraries -*** as such. This will affect the creation of libtool libraries that -*** depend on shared libraries, but programs linked with such libtool -*** libraries will work regardless of this problem. Nevertheless, you -*** may want to report the problem to your system manager and/or to -*** bug-libtool@gnu.org - -_LT_EOF - fi ;; - esac - fi - break - fi - done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" - ;; -esac]) -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" -if test -n "$MAGIC_CMD"; then - AC_MSG_RESULT($MAGIC_CMD) -else - AC_MSG_RESULT(no) -fi -_LT_DECL([], [MAGIC_CMD], [0], - [Used to examine libraries when file_magic_cmd begins with "file"])dnl -])# _LT_PATH_TOOL_PREFIX - -# Old name: -AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) - - -# _LT_PATH_MAGIC -# -------------- -# find a file program which can recognize a shared library -m4_defun([_LT_PATH_MAGIC], -[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) -if test -z "$lt_cv_path_MAGIC_CMD"; then - if test -n "$ac_tool_prefix"; then - _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) - else - MAGIC_CMD=: - fi -fi -])# _LT_PATH_MAGIC - - -# LT_PATH_LD -# ---------- -# find the pathname to the GNU or non-GNU linker -AC_DEFUN([LT_PATH_LD], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_PROG_ECHO_BACKSLASH])dnl - -AC_ARG_WITH([gnu-ld], - [AS_HELP_STRING([--with-gnu-ld], - [assume the C compiler uses GNU ld @<:@default=no@:>@])], - [test "$withval" = no || with_gnu_ld=yes], - [with_gnu_ld=no])dnl - -ac_prog=ld -if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. - AC_MSG_CHECKING([for ld used by $CC]) - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw - ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; - *) - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; - esac - case $ac_prog in - # Accept absolute paths. - [[\\/]]* | ?:[[\\/]]*) - re_direlt='/[[^/]][[^/]]*/\.\./' - # Canonicalize the pathname of ld - ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` - while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do - ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` - done - test -z "$LD" && LD="$ac_prog" - ;; - "") - # If it fails, then pretend we aren't using GCC. - ac_prog=ld - ;; - *) - # If it is relative, then search for the first ld in PATH. - with_gnu_ld=unknown - ;; - esac -elif test "$with_gnu_ld" = yes; then - AC_MSG_CHECKING([for GNU ld]) -else - AC_MSG_CHECKING([for non-GNU ld]) -fi -AC_CACHE_VAL(lt_cv_path_LD, -[if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH; do - IFS="$lt_save_ifs" - test -z "$ac_dir" && ac_dir=. - if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - lt_cv_path_LD="$ac_dir/$ac_prog" - # Check to see if the program is GNU ld. I'd rather use --version, - # but apparently some variants of GNU ld only accept -v. - # Break only if it was the GNU/non-GNU ld that we prefer. - case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' - lt_cv_file_magic_cmd='func_win32_libid' - else - # Keep this pattern in sync with the one in func_win32_libid. - lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' - lt_cv_file_magic_cmd='$OBJDUMP -f' - fi - ;; - -cegcc*) - # use the weaker test based on 'objdump'. See mingw*. - lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' - ;; - -darwin* | rhapsody*) - lt_cv_deplibs_check_method=pass_all - ;; - -freebsd* | dragonfly*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - case $host_cpu in - i*86 ) - # Not sure whether the presence of OpenBSD here was a mistake. - # Let's accept both of them until this is cleared up. - lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` - ;; - esac - else - lt_cv_deplibs_check_method=pass_all - fi - ;; - -gnu*) - lt_cv_deplibs_check_method=pass_all - ;; - -haiku*) - lt_cv_deplibs_check_method=pass_all - ;; - -hpux10.20* | hpux11*) - lt_cv_file_magic_cmd=/usr/bin/file - case $host_cpu in - ia64*) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' - lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so - ;; - hppa*64*) - [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] - lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl - ;; - *) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' - lt_cv_file_magic_test_file=/usr/lib/libc.sl - ;; - esac - ;; - -interix[[3-9]]*) - # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' - ;; - -irix5* | irix6* | nonstopux*) - case $LD in - *-32|*"-32 ") libmagic=32-bit;; - *-n32|*"-n32 ") libmagic=N32;; - *-64|*"-64 ") libmagic=64-bit;; - *) libmagic=never-match;; - esac - lt_cv_deplibs_check_method=pass_all - ;; - -# This must be Linux ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu) - lt_cv_deplibs_check_method=pass_all - ;; - -netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' - else - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' - fi - ;; - -newos6*) - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=/usr/lib/libnls.so - ;; - -*nto* | *qnx*) - lt_cv_deplibs_check_method=pass_all - ;; - -openbsd*) - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' - else - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' - fi - ;; - -osf3* | osf4* | osf5*) - lt_cv_deplibs_check_method=pass_all - ;; - -rdos*) - lt_cv_deplibs_check_method=pass_all - ;; - -solaris*) - lt_cv_deplibs_check_method=pass_all - ;; - -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - lt_cv_deplibs_check_method=pass_all - ;; - -sysv4 | sysv4.3*) - case $host_vendor in - motorola) - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` - ;; - ncr) - lt_cv_deplibs_check_method=pass_all - ;; - sequent) - lt_cv_file_magic_cmd='/bin/file' - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' - ;; - sni) - lt_cv_file_magic_cmd='/bin/file' - lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" - lt_cv_file_magic_test_file=/lib/libc.so - ;; - siemens) - lt_cv_deplibs_check_method=pass_all - ;; - pc) - lt_cv_deplibs_check_method=pass_all - ;; - esac - ;; - -tpf*) - lt_cv_deplibs_check_method=pass_all - ;; -esac -]) -file_magic_cmd=$lt_cv_file_magic_cmd -deplibs_check_method=$lt_cv_deplibs_check_method -test -z "$deplibs_check_method" && deplibs_check_method=unknown - -_LT_DECL([], [deplibs_check_method], [1], - [Method to check whether dependent libraries are shared objects]) -_LT_DECL([], [file_magic_cmd], [1], - [Command to use when deplibs_check_method == "file_magic"]) -])# _LT_CHECK_MAGIC_METHOD - - -# LT_PATH_NM -# ---------- -# find the pathname to a BSD- or MS-compatible name lister -AC_DEFUN([LT_PATH_NM], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, -[if test -n "$NM"; then - # Let the user override the test. - lt_cv_path_NM="$NM" -else - lt_nm_to_check="${ac_tool_prefix}nm" - if test -n "$ac_tool_prefix" && test "$build" = "$host"; then - lt_nm_to_check="$lt_nm_to_check nm" - fi - for lt_tmp_nm in $lt_nm_to_check; do - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do - IFS="$lt_save_ifs" - test -z "$ac_dir" && ac_dir=. - tmp_nm="$ac_dir/$lt_tmp_nm" - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then - # Check to see if the nm accepts a BSD-compat flag. - # Adding the `sed 1q' prevents false positives on HP-UX, which says: - # nm: unknown option "B" ignored - # Tru64's nm complains that /dev/null is an invalid object file - case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in - */dev/null* | *'Invalid file or object type'*) - lt_cv_path_NM="$tmp_nm -B" - break - ;; - *) - case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in - */dev/null*) - lt_cv_path_NM="$tmp_nm -p" - break - ;; - *) - lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but - continue # so that we can try to find one that supports BSD flags - ;; - esac - ;; - esac - fi - done - IFS="$lt_save_ifs" - done - : ${lt_cv_path_NM=no} -fi]) -if test "$lt_cv_path_NM" != "no"; then - NM="$lt_cv_path_NM" -else - # Didn't find any BSD compatible name lister, look for dumpbin. - if test -n "$DUMPBIN"; then : - # Let the user override the test. - else - AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) - case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in - *COFF*) - DUMPBIN="$DUMPBIN -symbols" - ;; - *) - DUMPBIN=: - ;; - esac - fi - AC_SUBST([DUMPBIN]) - if test "$DUMPBIN" != ":"; then - NM="$DUMPBIN" - fi -fi -test -z "$NM" && NM=nm -AC_SUBST([NM]) -_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl - -AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], - [lt_cv_nm_interface="BSD nm" - echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$ac_compile" 2>conftest.err) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) - (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) - cat conftest.out >&AS_MESSAGE_LOG_FD - if $GREP 'External.*some_variable' conftest.out > /dev/null; then - lt_cv_nm_interface="MS dumpbin" - fi - rm -f conftest*]) -])# LT_PATH_NM - -# Old names: -AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) -AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_PROG_NM], []) -dnl AC_DEFUN([AC_PROG_NM], []) - - -# LT_LIB_M -# -------- -# check for math library -AC_DEFUN([LT_LIB_M], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -LIBM= -case $host in -*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) - # These system don't have libm, or don't need it - ;; -*-ncr-sysv4.3*) - AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") - AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") - ;; -*) - AC_CHECK_LIB(m, cos, LIBM="-lm") - ;; -esac -AC_SUBST([LIBM]) -])# LT_LIB_M - -# Old name: -AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_CHECK_LIBM], []) - - -# _LT_COMPILER_NO_RTTI([TAGNAME]) -# ------------------------------- -m4_defun([_LT_COMPILER_NO_RTTI], -[m4_require([_LT_TAG_COMPILER])dnl - -_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - -if test "$GCC" = yes; then - case $cc_basename in - nvcc*) - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; - *) - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; - esac - - _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], - lt_cv_prog_compiler_rtti_exceptions, - [-fno-rtti -fno-exceptions], [], - [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) -fi -_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], - [Compiler flag to turn off builtin functions]) -])# _LT_COMPILER_NO_RTTI - - -# _LT_CMD_GLOBAL_SYMBOLS -# ---------------------- -m4_defun([_LT_CMD_GLOBAL_SYMBOLS], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([LT_PATH_NM])dnl -AC_REQUIRE([LT_PATH_LD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_TAG_COMPILER])dnl - -# Check for command to grab the raw symbol name followed by C symbol from nm. -AC_MSG_CHECKING([command to parse $NM output from $compiler object]) -AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], -[ -# These are sane defaults that work on at least a few old systems. -# [They come from Ultrix. What could be older than Ultrix?!! ;)] - -# Character class describing NM global symbol codes. -symcode='[[BCDEGRST]]' - -# Regexp to match symbols that can be accessed directly from C. -sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' - -# Define system-specific variables. -case $host_os in -aix*) - symcode='[[BCDT]]' - ;; -cygwin* | mingw* | pw32* | cegcc*) - symcode='[[ABCDGISTW]]' - ;; -hpux*) - if test "$host_cpu" = ia64; then - symcode='[[ABCDEGRST]]' - fi - ;; -irix* | nonstopux*) - symcode='[[BCDEGRST]]' - ;; -osf*) - symcode='[[BCDEGQRST]]' - ;; -solaris*) - symcode='[[BDRT]]' - ;; -sco3.2v5*) - symcode='[[DT]]' - ;; -sysv4.2uw2*) - symcode='[[DT]]' - ;; -sysv5* | sco5v6* | unixware* | OpenUNIX*) - symcode='[[ABDT]]' - ;; -sysv4) - symcode='[[DFNSTU]]' - ;; -esac - -# If we're using GNU nm, then use its standard symbol codes. -case `$NM -V 2>&1` in -*GNU* | *'with BFD'*) - symcode='[[ABCDGIRSTW]]' ;; -esac - -# Transform an extracted symbol line into a proper C declaration. -# Some systems (esp. on ia64) link data and code symbols differently, -# so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" - -# Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" - -# Handle CRLF in mingw tool chain -opt_cr= -case $build_os in -mingw*) - opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp - ;; -esac - -# Try without a prefix underscore, then with it. -for ac_symprfx in "" "_"; do - - # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. - symxfrm="\\1 $ac_symprfx\\2 \\2" - - # Write the raw and C identifiers. - if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Fake it for dumpbin and say T for any non-static function - # and D for any global variable. - # Also find C++ and __fastcall symbols from MSVC++, - # which start with @ or ?. - lt_cv_sys_global_symbol_pipe="$AWK ['"\ -" {last_section=section; section=\$ 3};"\ -" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ -" \$ 0!~/External *\|/{next};"\ -" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ -" {if(hide[section]) next};"\ -" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ -" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ -" s[1]~/^[@?]/{print s[1], s[1]; next};"\ -" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ -" ' prfx=^$ac_symprfx]" - else - lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" - fi - - # Check to see that the pipe works correctly. - pipe_works=no - - rm -f conftest* - cat > conftest.$ac_ext <<_LT_EOF -#ifdef __cplusplus -extern "C" { -#endif -char nm_test_var; -void nm_test_func(void); -void nm_test_func(void){} -#ifdef __cplusplus -} -#endif -int main(){nm_test_var='a';nm_test_func();return(0);} -_LT_EOF - - if AC_TRY_EVAL(ac_compile); then - # Now try to grab the symbols. - nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then - # Try sorting and uniquifying the output. - if sort "$nlist" | uniq > "$nlist"T; then - mv -f "$nlist"T "$nlist" - else - rm -f "$nlist"T - fi - - # Make sure that we snagged all the symbols we need. - if $GREP ' nm_test_var$' "$nlist" >/dev/null; then - if $GREP ' nm_test_func$' "$nlist" >/dev/null; then - cat <<_LT_EOF > conftest.$ac_ext -#ifdef __cplusplus -extern "C" { -#endif - -_LT_EOF - # Now generate the symbol file. - eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' - - cat <<_LT_EOF >> conftest.$ac_ext - -/* The mapping between symbol names and symbols. */ -const struct { - const char *name; - void *address; -} -lt__PROGRAM__LTX_preloaded_symbols[[]] = -{ - { "@PROGRAM@", (void *) 0 }, -_LT_EOF - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext - cat <<\_LT_EOF >> conftest.$ac_ext - {0, (void *) 0} -}; - -/* This works around a problem in FreeBSD linker */ -#ifdef FREEBSD_WORKAROUND -static const void *lt_preloaded_setup() { - return lt__PROGRAM__LTX_preloaded_symbols; -} -#endif - -#ifdef __cplusplus -} -#endif -_LT_EOF - # Now try linking the two files. - mv conftest.$ac_objext conftstm.$ac_objext - lt_save_LIBS="$LIBS" - lt_save_CFLAGS="$CFLAGS" - LIBS="conftstm.$ac_objext" - CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then - pipe_works=yes - fi - LIBS="$lt_save_LIBS" - CFLAGS="$lt_save_CFLAGS" - else - echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD - fi - else - echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD - fi - else - echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD - fi - else - echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD - cat conftest.$ac_ext >&5 - fi - rm -rf conftest* conftst* - - # Do not use the global_symbol_pipe unless it works. - if test "$pipe_works" = yes; then - break - else - lt_cv_sys_global_symbol_pipe= - fi -done -]) -if test -z "$lt_cv_sys_global_symbol_pipe"; then - lt_cv_sys_global_symbol_to_cdecl= -fi -if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then - AC_MSG_RESULT(failed) -else - AC_MSG_RESULT(ok) -fi - -_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], - [Take the output of nm and produce a listing of raw symbols and C names]) -_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], - [Transform the output of nm in a proper C declaration]) -_LT_DECL([global_symbol_to_c_name_address], - [lt_cv_sys_global_symbol_to_c_name_address], [1], - [Transform the output of nm in a C name address pair]) -_LT_DECL([global_symbol_to_c_name_address_lib_prefix], - [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], - [Transform the output of nm in a C name address pair when lib prefix is needed]) -]) # _LT_CMD_GLOBAL_SYMBOLS - - -# _LT_COMPILER_PIC([TAGNAME]) -# --------------------------- -m4_defun([_LT_COMPILER_PIC], -[m4_require([_LT_TAG_COMPILER])dnl -_LT_TAGVAR(lt_prog_compiler_wl, $1)= -_LT_TAGVAR(lt_prog_compiler_pic, $1)= -_LT_TAGVAR(lt_prog_compiler_static, $1)= - -AC_MSG_CHECKING([for $compiler option to produce PIC]) -m4_if([$1], [CXX], [ - # C++ specific cases for pic, static, wl, etc. - if test "$GXX" = yes; then - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - - case $host_os in - aix*) - # All AIX code is PIC. - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - m68k) - # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' - ;; - esac - ;; - - beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) - # PIC is the default for these OSes. - ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - darwin* | rhapsody*) - # PIC is the default on this platform - # Common symbols not allowed in MH_DYLIB files - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' - ;; - *djgpp*) - # DJGPP does not support shared libraries at all - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - haiku*) - # PIC is the default for Haiku. - # The "-static" flag exists, but is broken. - _LT_TAGVAR(lt_prog_compiler_static, $1)= - ;; - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic - fi - ;; - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. - case $host_cpu in - hppa*64*) - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - else - case $host_os in - aix[[4-9]]*) - # All AIX code is PIC. - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' - fi - ;; - chorus*) - case $cc_basename in - cxch68*) - # Green Hills C++ Compiler - # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" - ;; - esac - ;; - dgux*) - case $cc_basename in - ec++*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; - freebsd* | dragonfly*) - # FreeBSD uses GNU C++ - ;; - hpux9* | hpux10* | hpux11*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - if test "$host_cpu" != ia64; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - fi - ;; - aCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - case $host_cpu in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - ;; - *) - ;; - esac - ;; - interix*) - # This is c89, which is MS Visual C++ (no shared libs) - # Anyone wants to do a port? - ;; - irix5* | irix6* | nonstopux*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - # CC pic flag -KPIC is the default. - ;; - *) - ;; - esac - ;; - linux* | k*bsd*-gnu | kopensolaris*-gnu) - case $cc_basename in - KCC*) - # KAI C++ Compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - ecpc* ) - # old Intel C++ for x86_64 which still supported -KPIC. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - icpc* ) - # Intel C++, used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - cxx*) - # Compaq C++ - # Make sure the PIC flag is empty. It appears that all Alpha - # Linux and Compaq Tru64 Unix objects are PIC. - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) - # IBM XL 8.0, 9.0 on PPC and BlueGene - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - esac - ;; - esac - ;; - lynxos*) - ;; - m88k*) - ;; - mvs*) - case $cc_basename in - cxx*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' - ;; - *) - ;; - esac - ;; - netbsd*) - ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - osf3* | osf4* | osf5*) - case $cc_basename in - KCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - ;; - RCC*) - # Rational C++ 2.4.1 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - cxx*) - # Digital/Compaq C++ - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # Make sure the PIC flag is empty. It appears that all Alpha - # Linux and Compaq Tru64 Unix objects are PIC. - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - *) - ;; - esac - ;; - psos*) - ;; - solaris*) - case $cc_basename in - CC* | sunCC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - ;; - *) - ;; - esac - ;; - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - lcc*) - # Lucid - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - esac - ;; - tandem*) - case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - *) - ;; - esac - ;; - vxworks*) - ;; - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - esac - fi -], -[ - if test "$GCC" = yes; then - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - - case $host_os in - aix*) - # All AIX code is PIC. - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - m68k) - # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' - ;; - esac - ;; - - beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) - # PIC is the default for these OSes. - ;; - - mingw* | cygwin* | pw32* | os2* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - - darwin* | rhapsody*) - # PIC is the default on this platform - # Common symbols not allowed in MH_DYLIB files - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' - ;; - - haiku*) - # PIC is the default for Haiku. - # The "-static" flag exists, but is broken. - _LT_TAGVAR(lt_prog_compiler_static, $1)= - ;; - - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. - case $host_cpu in - hppa*64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - ;; - - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; - - msdosdjgpp*) - # Just because we use GCC doesn't mean we suddenly get shared libraries - # on systems that don't support them. - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - enable_shared=no - ;; - - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic - fi - ;; - - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac - - case $cc_basename in - nvcc*) # Cuda Compiler Driver 2.2 - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC' - ;; - esac - else - # PORTME Check for flag to pass linker flags through the system compiler. - case $host_os in - aix*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' - fi - ;; - - mingw* | cygwin* | pw32* | os2* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - - hpux9* | hpux10* | hpux11*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but - # not for PA HP-UX. - case $host_cpu in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - # Is there a better lt_prog_compiler_static that works with the bundled CC? - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - ;; - - irix5* | irix6* | nonstopux*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC (with -KPIC) is the default. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - linux* | k*bsd*-gnu | kopensolaris*-gnu) - case $cc_basename in - # old Intel for x86_64 which still supported -KPIC. - ecc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # icc used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - icc* | ifort*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # Lahey Fortran 8.1. - lf95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' - _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' - ;; - pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) - # Portland Group compilers (*not* the Pentium gcc compiler, - # which looks to be a dead project) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - ccc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All Alpha code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xl* | bgxl* | bgf* | mpixl*) - # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ F* | *Sun*Fortran*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='' - ;; - *Sun\ C*) - # Sun C 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - ;; - esac - ;; - esac - ;; - - newsos6) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' - ;; - - osf3* | osf4* | osf5*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All OSF/1 code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - rdos*) - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - - solaris*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - case $cc_basename in - f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; - *) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; - esac - ;; - - sunos4*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - sysv4 | sysv4.2uw2* | sysv4.3*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - sysv4*MP*) - if test -d /usr/nec ;then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - fi - ;; - - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - unicos*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - - uts4*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - ;; - esac - fi -]) -case $host_os in - # For platforms which do not support PIC, -DPIC is meaningless: - *djgpp*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" - ;; -esac -AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) -_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], - [How to pass a linker flag through the compiler]) - -# -# Check to make sure the PIC flag actually works. -# -if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then - _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], - [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], - [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], - [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in - "" | " "*) ;; - *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; - esac], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) -fi -_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], - [Additional compiler flags for building library objects]) - -# -# Check to make sure the static flag actually works. -# -wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" -_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], - _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), - $lt_tmp_static_flag, - [], - [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) -_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], - [Compiler flag to prevent dynamic linking]) -])# _LT_COMPILER_PIC - - -# _LT_LINKER_SHLIBS([TAGNAME]) -# ---------------------------- -# See if the linker supports building shared libraries. -m4_defun([_LT_LINKER_SHLIBS], -[AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -m4_if([$1], [CXX], [ - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - case $host_os in - aix[[4-9]]*) - # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global defined - # symbols, whereas GNU nm marks them as "W". - if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - else - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - fi - ;; - pw32*) - _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" - ;; - cygwin* | mingw* | cegcc*) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' - ;; - *) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; - esac - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] -], [ - runpath_var= - _LT_TAGVAR(allow_undefined_flag, $1)= - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(archive_cmds, $1)= - _LT_TAGVAR(archive_expsym_cmds, $1)= - _LT_TAGVAR(compiler_needs_object, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(hardcode_automatic, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= - _LT_TAGVAR(hardcode_libdir_separator, $1)= - _LT_TAGVAR(hardcode_minus_L, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_TAGVAR(inherit_rpath, $1)=no - _LT_TAGVAR(link_all_deplibs, $1)=unknown - _LT_TAGVAR(module_cmds, $1)= - _LT_TAGVAR(module_expsym_cmds, $1)= - _LT_TAGVAR(old_archive_from_new_cmds, $1)= - _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= - _LT_TAGVAR(thread_safe_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - # include_expsyms should be a list of space-separated symbols to be *always* - # included in the symbol list - _LT_TAGVAR(include_expsyms, $1)= - # exclude_expsyms can be an extended regexp of symbols to exclude - # it will be wrapped by ` (' and `)$', so one must not match beginning or - # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', - # as well as any symbol that contains `d'. - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] - # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out - # platforms (ab)use it in PIC code, but their linkers get confused if - # the symbol is explicitly referenced. Since portable code cannot - # rely on this symbol name, it's probably fine to never include it in - # preloaded symbol tables. - # Exclude shared library initialization/finalization symbols. -dnl Note also adjust exclude_expsyms for C++ above. - extract_expsyms_cmds= - - case $host_os in - cygwin* | mingw* | pw32* | cegcc*) - # FIXME: the MSVC++ port hasn't been tested in a loooong time - # When not using gcc, we currently assume that we are using - # Microsoft Visual C++. - if test "$GCC" != yes; then - with_gnu_ld=no - fi - ;; - interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++) - with_gnu_ld=yes - ;; - openbsd*) - with_gnu_ld=no - ;; - esac - - _LT_TAGVAR(ld_shlibs, $1)=yes - - # On some targets, GNU ld is compatible enough with the native linker - # that we're better off using the native interface for both. - lt_use_gnu_ld_interface=no - if test "$with_gnu_ld" = yes; then - case $host_os in - aix*) - # The AIX port of GNU ld has always aspired to compatibility - # with the native linker. However, as the warning in the GNU ld - # block says, versions before 2.19.5* couldn't really create working - # shared libraries, regardless of the interface used. - case `$LD -v 2>&1` in - *\ \(GNU\ Binutils\)\ 2.19.5*) ;; - *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; - *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; - *) - lt_use_gnu_ld_interface=yes - ;; - esac - ;; - *) - lt_use_gnu_ld_interface=yes - ;; - esac - fi - - if test "$lt_use_gnu_ld_interface" = yes; then - # If archive_cmds runs LD, not CC, wlarc should be empty - wlarc='${wl}' - - # Set some defaults for GNU ld with shared library support. These - # are reset later if shared libraries are not supported. Putting them - # here allows them to be overridden if necessary. - runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - # ancient GNU ld didn't support --whole-archive et. al. - if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - supports_anon_versioning=no - case `$LD -v 2>&1` in - *GNU\ gold*) supports_anon_versioning=yes ;; - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 - *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... - *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... - *\ 2.11.*) ;; # other 2.11 versions - *) supports_anon_versioning=yes ;; - esac - - # See if GNU ld supports shared libraries. - case $host_os in - aix[[3-9]]*) - # On AIX/PPC, the GNU linker is very broken - if test "$host_cpu" != ia64; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 - -*** Warning: the GNU linker, at least up to release 2.19, is reported -*** to be unable to reliably create shared libraries on AIX. -*** Therefore, libtool is disabling shared libraries support. If you -*** really care for shared libraries, you may want to install binutils -*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. -*** You will then need to restart the configuration process. - -_LT_EOF - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' - ;; - m68k) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - ;; - - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' - - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; - - gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) - tmp_diet=no - if test "$host_os" = linux-dietlibc; then - case $cc_basename in - diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) - esac - fi - if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ - && test "$tmp_diet" = no - then - tmp_addflag= - tmp_sharedflag='-shared' - case $cc_basename,$host_cpu in - pgcc*) # Portland Group C compiler - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' - tmp_addflag=' $pic_flag' - ;; - pgf77* | pgf90* | pgf95* | pgfortran*) - # Portland Group f77 and f90 compilers - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' - tmp_addflag=' $pic_flag -Mnomain' ;; - ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 - tmp_addflag=' -i_dynamic' ;; - efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 - tmp_addflag=' -i_dynamic -nofor_main' ;; - ifc* | ifort*) # Intel Fortran compiler - tmp_addflag=' -nofor_main' ;; - lf95*) # Lahey Fortran 8.1 - _LT_TAGVAR(whole_archive_flag_spec, $1)= - tmp_sharedflag='--shared' ;; - xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) - tmp_sharedflag='-qmkshrobj' - tmp_addflag= ;; - nvcc*) # Cuda Compiler Driver 2.2 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes - ;; - esac - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes - tmp_sharedflag='-G' ;; - *Sun\ F*) # Sun Fortran 8.3 - tmp_sharedflag='-G' ;; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - - if test "x$supports_anon_versioning" = xyes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi - - case $cc_basename in - xlf* | bgf* | bgxlf* | mpixlf*) - # IBM XL Fortran 10.1 on PPC cannot create shared libs itself - _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' - _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' - fi - ;; - esac - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - fi - ;; - - solaris*) - if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 - -*** Warning: The releases 2.8.* of the GNU linker cannot reliably -*** create shared libraries on Solaris systems. Therefore, libtool -*** is disabling shared libraries support. We urge you to upgrade GNU -*** binutils to release 2.9.1 or newer. Another option is to modify -*** your PATH or compiler configuration so that the native linker is -*** used, and then restart. - -_LT_EOF - elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) - case `$LD -v 2>&1` in - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 - -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not -*** reliably create shared libraries on SCO systems. Therefore, libtool -*** is disabling shared libraries support. We urge you to upgrade GNU -*** binutils to release 2.16.91.0.3 or newer. Another option is to modify -*** your PATH or compiler configuration so that the native linker is -*** used, and then restart. - -_LT_EOF - ;; - *) - # For security reasons, it is highly recommended that you always - # use absolute paths for naming shared libraries, and exclude the - # DT_RUNPATH tag from executables and libraries. But doing so - # requires that you compile everything twice, which is a pain. - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - sunos4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - - if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then - runpath_var= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - else - # PORTME fill in a description of your system's linker (not GNU ld) - case $host_os in - aix3*) - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' - # Note: this linker hardcodes the directories in LIBPATH if there - # are no directories specified by -L. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then - # Neither direct hardcoding nor static linking is supported with a - # broken collect2. - _LT_TAGVAR(hardcode_direct, $1)=unsupported - fi - ;; - - aix[[4-9]]*) - if test "$host_cpu" = ia64; then - # On IA64, the linker does run time linking by default, so we don't - # have to do anything special. - aix_use_runtimelinking=no - exp_sym_flag='-Bexport' - no_entry_flag="" - else - # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global - # defined symbols, whereas GNU nm marks them as "W". - if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - else - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' - fi - aix_use_runtimelinking=no - - # Test if we are trying to use run time linking or normal - # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) - for ld_flag in $LDFLAGS; do - if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then - aix_use_runtimelinking=yes - break - fi - done - ;; - esac - - exp_sym_flag='-bexport' - no_entry_flag='-bnoentry' - fi - - # When large executables or shared objects are built, AIX ld can - # have problems creating the table of contents. If linking a library - # or program results in "error TOC overflow" add -mminimal-toc to - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. - - _LT_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' - - if test "$GCC" = yes; then - case $host_os in aix4.[[012]]|aix4.[[012]].*) - # We only want to do this on AIX 4.2 and lower, the check - # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` - if test -f "$collect2name" && - strings "$collect2name" | $GREP resolve_lib_name >/dev/null - then - # We have reworked collect2 - : - else - # We have old collect2 - _LT_TAGVAR(hardcode_direct, $1)=unsupported - # It fails to find uninstalled libraries when the uninstalled - # path is not listed in the libpath. Setting hardcode_minus_L - # to unsupported forces relinking - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - ;; - esac - shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' - fi - else - # not using gcc - if test "$host_cpu" = ia64; then - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release - # chokes on -Wl,-G. The following line is correct: - shared_flag='-G' - else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' - else - shared_flag='${wl}-bM:SRE' - fi - fi - fi - - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to export. - _LT_TAGVAR(always_export_symbols, $1)=yes - if test "$aix_use_runtimelinking" = yes; then - # Warning - without using the other runtime loading flags (-brtl), - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(allow_undefined_flag, $1)='-berok' - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" - else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - # Warning - without using the other run time loading flags, - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then - # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' - else - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' - fi - fi - ;; - - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' - ;; - m68k) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - ;; - - bsdi[[45]]*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # When not using gcc, we currently assume that we are using - # Microsoft Visual C++. - # hardcode_libdir_flag_spec is actually meaningless, as there is - # no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' - # The linker will automatically build a .lib file if we build a DLL. - _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - # FIXME: Should let the user specify the lib program. - _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' - _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - ;; - - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; - - dgux*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - freebsd1*) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor - # support. Future versions do this automatically, but an explicit c++rt0.o - # does not break anything, and helps significantly (at the cost of a little - # extra space). - freebsd2.2*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - hpux9*) - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - else - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes - - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - ;; - - hpux10*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' - fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - fi - ;; - - hpux11*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - else - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - m4_if($1, [], [ - # Older versions of the 11.00 compiler do not understand -b yet - # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) - _LT_LINKER_OPTION([if $CC understands -b], - _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], - [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) - ;; - esac - fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - fi - ;; - - irix5* | irix6* | nonstopux*) - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - # Try to use the -exported_symbol ld option, if it does not - # work, assume that -exports_file does not work either and - # implicitly export all symbols. - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" - AC_LINK_IFELSE(int foo(void) {}, - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' - ) - LDFLAGS="$save_LDFLAGS" - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else - _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - newsos6) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *nto* | *qnx*) - ;; - - openbsd*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - else - case $host_os in - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - ;; - esac - fi - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - os2*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' - _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' - ;; - - osf3*) - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; - - osf4* | osf5*) # as osf3* with the addition of -msym flag - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' - - # Both c and cxx compiler support -rpath directly - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; - - solaris*) - _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' - if test "$GCC" = yes; then - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' - else - case `$CC -V 2>&1` in - *"Compilers 5.0"*) - wlarc='' - _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' - ;; - *) - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' - ;; - esac - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. GCC discards it without `$wl', - # but is careful enough not to reorder. - # Supported since Solaris 2.6 (maybe 2.5.1?) - if test "$GCC" = yes; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - fi - ;; - esac - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - sunos4*) - if test "x$host_vendor" = xsequent; then - # Use $CC to link under sequent, because it throws in some extra .o - # files that make .init and .fini sections work. - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - sysv4) - case $host_vendor in - sni) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? - ;; - siemens) - ## LD is ld it makes a PLAMLIB - ## CC just makes a GrossModule. - _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' - _LT_TAGVAR(hardcode_direct, $1)=no - ;; - motorola) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie - ;; - esac - runpath_var='LD_RUN_PATH' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - sysv4.3*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' - ;; - - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var=LD_RUN_PATH - hardcode_runpath_var=yes - _LT_TAGVAR(ld_shlibs, $1)=yes - fi - ;; - - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' - - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; - - sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' - runpath_var='LD_RUN_PATH' - - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; - - uts4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - *) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - - if test x$host_vendor = xsni; then - case $host in - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' - ;; - esac - fi - fi -]) -AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no - -_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld - -_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl -_LT_DECL([], [extract_expsyms_cmds], [2], - [The commands to extract the exported symbol list from a shared archive]) - -# -# Do we need to explicitly link libc? -# -case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in -x|xyes) - # Assume -lc should be added - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - - if test "$enable_shared" = yes && test "$GCC" = yes; then - case $_LT_TAGVAR(archive_cmds, $1) in - *'~'*) - # FIXME: we may have to deal with multi-command sequences. - ;; - '$CC '*) - # Test whether the compiler implicitly links with -lc since on some - # systems, -lgcc has to come before -lc. If gcc already passes -lc - # to ld, don't add -lc before -lgcc. - AC_CACHE_CHECK([whether -lc should be explicitly linked in], - [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), - [$RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if AC_TRY_EVAL(ac_compile) 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) - pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) - _LT_TAGVAR(allow_undefined_flag, $1)= - if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) - then - lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no - else - lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes - fi - _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - ]) - _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) - ;; - esac - fi - ;; -esac - -_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], - [Whether or not to add -lc for building shared libraries]) -_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], - [enable_shared_with_static_runtimes], [0], - [Whether or not to disallow shared libs when runtime libs are static]) -_LT_TAGDECL([], [export_dynamic_flag_spec], [1], - [Compiler flag to allow reflexive dlopens]) -_LT_TAGDECL([], [whole_archive_flag_spec], [1], - [Compiler flag to generate shared objects directly from archives]) -_LT_TAGDECL([], [compiler_needs_object], [1], - [Whether the compiler copes with passing no objects directly]) -_LT_TAGDECL([], [old_archive_from_new_cmds], [2], - [Create an old-style archive from a shared archive]) -_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], - [Create a temporary old-style archive to link instead of a shared archive]) -_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) -_LT_TAGDECL([], [archive_expsym_cmds], [2]) -_LT_TAGDECL([], [module_cmds], [2], - [Commands used to build a loadable module if different from building - a shared archive.]) -_LT_TAGDECL([], [module_expsym_cmds], [2]) -_LT_TAGDECL([], [with_gnu_ld], [1], - [Whether we are building with GNU ld or not]) -_LT_TAGDECL([], [allow_undefined_flag], [1], - [Flag that allows shared libraries with undefined symbols to be built]) -_LT_TAGDECL([], [no_undefined_flag], [1], - [Flag that enforces no undefined symbols]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], - [Flag to hardcode $libdir into a binary during linking. - This must work even if $libdir does not exist]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], - [[If ld is used when linking, flag to hardcode $libdir into a binary - during linking. This must work even if $libdir does not exist]]) -_LT_TAGDECL([], [hardcode_libdir_separator], [1], - [Whether we need a single "-rpath" flag with a separated argument]) -_LT_TAGDECL([], [hardcode_direct], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes - DIR into the resulting binary]) -_LT_TAGDECL([], [hardcode_direct_absolute], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes - DIR into the resulting binary and the resulting library dependency is - "absolute", i.e impossible to change by setting ${shlibpath_var} if the - library is relocated]) -_LT_TAGDECL([], [hardcode_minus_L], [0], - [Set to "yes" if using the -LDIR flag during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_shlibpath_var], [0], - [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_automatic], [0], - [Set to "yes" if building a shared library automatically hardcodes DIR - into the library and all subsequent libraries and executables linked - against it]) -_LT_TAGDECL([], [inherit_rpath], [0], - [Set to yes if linker adds runtime paths of dependent libraries - to runtime path list]) -_LT_TAGDECL([], [link_all_deplibs], [0], - [Whether libtool must link a program against all its dependency libraries]) -_LT_TAGDECL([], [fix_srcfile_path], [1], - [Fix the shell variable $srcfile for the compiler]) -_LT_TAGDECL([], [always_export_symbols], [0], - [Set to "yes" if exported symbols are required]) -_LT_TAGDECL([], [export_symbols_cmds], [2], - [The commands to list exported symbols]) -_LT_TAGDECL([], [exclude_expsyms], [1], - [Symbols that should not be listed in the preloaded symbols]) -_LT_TAGDECL([], [include_expsyms], [1], - [Symbols that must always be exported]) -_LT_TAGDECL([], [prelink_cmds], [2], - [Commands necessary for linking programs (against libraries) with templates]) -_LT_TAGDECL([], [file_list_spec], [1], - [Specify filename containing input files]) -dnl FIXME: Not yet implemented -dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], -dnl [Compiler flag to generate thread safe objects]) -])# _LT_LINKER_SHLIBS - - -# _LT_LANG_C_CONFIG([TAG]) -# ------------------------ -# Ensure that the configuration variables for a C compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. -m4_defun([_LT_LANG_C_CONFIG], -[m4_require([_LT_DECL_EGREP])dnl -lt_save_CC="$CC" -AC_LANG_PUSH(C) - -# Source file extension for C test sources. -ac_ext=c - -# Object file extension for compiled C test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;" - -# Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}' - -_LT_TAG_COMPILER -# Save the default compiler, since it gets overwritten when the other -# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. -compiler_DEFAULT=$CC - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - LT_SYS_DLOPEN_SELF - _LT_CMD_STRIPLIB - - # Report which library types will actually be built - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) - - AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test "$enable_shared" = yes && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; - - aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) - - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes - AC_MSG_RESULT([$enable_static]) - - _LT_CONFIG($1) -fi -AC_LANG_POP -CC="$lt_save_CC" -])# _LT_LANG_C_CONFIG - - -# _LT_LANG_CXX_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a C++ compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. -m4_defun([_LT_LANG_CXX_CONFIG], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl -if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then - AC_PROG_CXXCPP -else - _lt_caught_CXX_error=yes -fi - -AC_LANG_PUSH(C++) -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(compiler_needs_object, $1)=no -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for C++ test sources. -ac_ext=cpp - -# Object file extension for compiled C++ test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the CXX compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_caught_CXX_error" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="int some_variable = 0;" - - # Code to be used in simple link tests - lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC=$CC - lt_save_LD=$LD - lt_save_GCC=$GCC - GCC=$GXX - lt_save_with_gnu_ld=$with_gnu_ld - lt_save_path_LD=$lt_cv_path_LD - if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then - lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx - else - $as_unset lt_cv_prog_gnu_ld - fi - if test -n "${lt_cv_path_LDCXX+set}"; then - lt_cv_path_LD=$lt_cv_path_LDCXX - else - $as_unset lt_cv_path_LD - fi - test -z "${LDCXX+set}" || LD=$LDCXX - CC=${CXX-"c++"} - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - - if test -n "$compiler"; then - # We don't want -fno-exception when compiling C++ code, so set the - # no_builtin_flag separately - if test "$GXX" = yes; then - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' - else - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - fi - - if test "$GXX" = yes; then - # Set up default GNU C++ configuration - - LT_PATH_LD - - # Check if GNU C++ uses GNU ld as the underlying linker, since the - # archiving commands below assume that GNU ld is being used. - if test "$with_gnu_ld" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - - # If archive_cmds runs LD, not CC, wlarc should be empty - # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to - # investigate it a little bit more. (MM) - wlarc='${wl}' - - # ancient GNU ld didn't support --whole-archive et. al. - if eval "`$CC -print-prog-name=ld` --help 2>&1" | - $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - else - with_gnu_ld=no - wlarc= - - # A generic and very simple default shared library creation - # command for GNU C++ for the case where it uses the native - # linker, instead of GNU ld. If possible, this setting should - # overridden to take advantage of the native linker features on - # the platform it is being used on. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - fi - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - - else - GXX=no - with_gnu_ld=no - wlarc= - fi - - # PORTME: fill in a description of your system's C++ link characteristics - AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) - _LT_TAGVAR(ld_shlibs, $1)=yes - case $host_os in - aix3*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aix[[4-9]]*) - if test "$host_cpu" = ia64; then - # On IA64, the linker does run time linking by default, so we don't - # have to do anything special. - aix_use_runtimelinking=no - exp_sym_flag='-Bexport' - no_entry_flag="" - else - aix_use_runtimelinking=no - - # Test if we are trying to use run time linking or normal - # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) - for ld_flag in $LDFLAGS; do - case $ld_flag in - *-brtl*) - aix_use_runtimelinking=yes - break - ;; - esac - done - ;; - esac - - exp_sym_flag='-bexport' - no_entry_flag='-bnoentry' - fi - - # When large executables or shared objects are built, AIX ld can - # have problems creating the table of contents. If linking a library - # or program results in "error TOC overflow" add -mminimal-toc to - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. - - _LT_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' - - if test "$GXX" = yes; then - case $host_os in aix4.[[012]]|aix4.[[012]].*) - # We only want to do this on AIX 4.2 and lower, the check - # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` - if test -f "$collect2name" && - strings "$collect2name" | $GREP resolve_lib_name >/dev/null - then - # We have reworked collect2 - : - else - # We have old collect2 - _LT_TAGVAR(hardcode_direct, $1)=unsupported - # It fails to find uninstalled libraries when the uninstalled - # path is not listed in the libpath. Setting hardcode_minus_L - # to unsupported forces relinking - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - esac - shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' - fi - else - # not using gcc - if test "$host_cpu" = ia64; then - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release - # chokes on -Wl,-G. The following line is correct: - shared_flag='-G' - else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' - else - shared_flag='${wl}-bM:SRE' - fi - fi - fi - - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to - # export. - _LT_TAGVAR(always_export_symbols, $1)=yes - if test "$aix_use_runtimelinking" = yes; then - # Warning - without using the other runtime loading flags (-brtl), - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(allow_undefined_flag, $1)='-berok' - # Determine the default libpath from the value encoded in an empty - # executable. - _LT_SYS_MODULE_PATH_AIX - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" - else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - # Warning - without using the other run time loading flags, - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then - # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' - else - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared - # libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' - fi - fi - ;; - - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - chorus*) - case $cc_basename in - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - cygwin* | mingw* | pw32* | cegcc*) - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; - - dgux*) - case $cc_basename in - ec++*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx*) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - freebsd[[12]]*) - # C++ shared libraries reported to be fairly broken before - # switch to ELF - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - freebsd-elf*) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - ;; - - freebsd* | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; - - gnu*) - ;; - - haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - hpux9*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, - # but as the default - # location of the library. - - case $cc_basename in - CC*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test "$GXX" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - hpux10*|hpux11*) - if test $with_gnu_ld = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - case $host_cpu in - hppa*64*|ia64*) - ;; - *) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - ;; - esac - fi - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, - # but as the default - # location of the library. - ;; - esac - - case $cc_basename in - CC*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - esac - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test "$GXX" = yes; then - if test $with_gnu_ld = no; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - esac - fi - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; - irix5* | irix6*) - case $cc_basename in - CC*) - # SGI C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - - # Archives containing C++ object files must be created using - # "CC -ar", where "CC" is the IRIX C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' - ;; - *) - if test "$GXX" = yes; then - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' - fi - fi - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - esac - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - ;; - - linux* | k*bsd*-gnu | kopensolaris*-gnu) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler - - # KCC will only create a shared library if the output file - # ends with ".so" (or ".sl" for HP-UX), so rename the library - # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - - # Archives containing C++ object files must be created using - # "CC -Bstatic", where "CC" is the KAI C++ compiler. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' - ;; - icpc* | ecpc* ) - # Intel C++ - with_gnu_ld=yes - # version 8.0 and above of icpc choke on multiply defined symbols - # if we add $predep_objects and $postdep_objects, however 7.1 and - # earlier do not add the objects themselves. - case `$CC -V 2>&1` in - *"Version 7."*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - ;; - *) # Version 8.0 or newer - tmp_idyn= - case $host_cpu in - ia64*) tmp_idyn=' -i_dynamic';; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - ;; - esac - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - case `$CC -V` in - *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) - _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' - _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ - $RANLIB $oldlib' - _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' - ;; - *) # Version 6 and above use weak symbols - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' - ;; - cxx*) - # Compaq C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' - - runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' - ;; - xl* | mpixl* | bgxl*) - # IBM XL 8.0 on PPC, with GNU ld - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' - fi - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes - - # Not sure whether something based on - # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 - # would be better. - output_verbose_link_cmd='func_echo_all' - - # Archives containing C++ object files must be created using - # "CC -xar", where "CC" is the Sun C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - esac - ;; - esac - ;; - - lynxos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - m88k*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - mvs*) - case $cc_basename in - cxx*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - fi - # Workaround some broken pre-1.5 toolchains - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' - ;; - - *nto* | *qnx*) - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; - - openbsd2*) - # C++ shared libraries are fairly broken - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - openbsd*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' - fi - output_verbose_link_cmd=func_echo_all - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - - osf3* | osf4* | osf5*) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler - - # KCC will only create a shared library if the output file - # ends with ".so" (or ".sl" for HP-UX), so rename the library - # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Archives containing C++ object files must be created using - # the KAI C++ compiler. - case $host in - osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; - *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; - esac - ;; - RCC*) - # Rational C++ 2.4.1 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - cxx*) - case $host in - osf3*) - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - ;; - *) - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ - echo "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ - $RM $lib.exp' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test "$GXX" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - case $host in - osf3*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - ;; - esac - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - - psos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - lcc*) - # Lucid - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - solaris*) - case $cc_basename in - CC* | sunCC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(archive_cmds_need_lc,$1)=yes - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. - # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - ;; - esac - _LT_TAGVAR(link_all_deplibs, $1)=yes - - output_verbose_link_cmd='func_echo_all' - - # Archives containing C++ object files must be created using - # "CC -xar", where "CC" is the Sun C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - - # The C++ compiler must be used to create the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' - ;; - *) - # GNU C++ compiler with Solaris linker - if test "$GXX" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' - if $CC --version | $GREP -v '^2\.7' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - else - # g++ 2.7 appears to require `-G' NOT `-shared' on this - # platform. - _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - fi - - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' - ;; - esac - fi - ;; - esac - ;; - - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' - - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; - - sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' - runpath_var='LD_RUN_PATH' - - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ - '"$_LT_TAGVAR(old_archive_cmds, $1)" - _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ - '"$_LT_TAGVAR(reload_cmds, $1)" - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; - - tandem*) - case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; - - vxworks*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - - AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) - test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no - - _LT_TAGVAR(GCC, $1)="$GXX" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - CC=$lt_save_CC - LDCXX=$LD - LD=$lt_save_LD - GCC=$lt_save_GCC - with_gnu_ld=$lt_save_with_gnu_ld - lt_cv_path_LDCXX=$lt_cv_path_LD - lt_cv_path_LD=$lt_save_path_LD - lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld - lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld -fi # test "$_lt_caught_CXX_error" != yes - -AC_LANG_POP -])# _LT_LANG_CXX_CONFIG - - -# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) -# --------------------------------- -# Figure out "hidden" library dependencies from verbose -# compiler output when linking a shared library. -# Parse the compiler output and extract the necessary -# objects, libraries and library flags. -m4_defun([_LT_SYS_HIDDEN_LIBDEPS], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -# Dependencies to place before and after the object being linked: -_LT_TAGVAR(predep_objects, $1)= -_LT_TAGVAR(postdep_objects, $1)= -_LT_TAGVAR(predeps, $1)= -_LT_TAGVAR(postdeps, $1)= -_LT_TAGVAR(compiler_lib_search_path, $1)= - -dnl we can't use the lt_simple_compile_test_code here, -dnl because it contains code intended for an executable, -dnl not a library. It's possible we should let each -dnl tag define a new lt_????_link_test_code variable, -dnl but it's only used here... -m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF -int a; -void foo (void) { a = 0; } -_LT_EOF -], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF -class Foo -{ -public: - Foo (void) { a = 0; } -private: - int a; -}; -_LT_EOF -], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer*4 a - a=0 - return - end -_LT_EOF -], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer a - a=0 - return - end -_LT_EOF -], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF -public class foo { - private int a; - public void bar (void) { - a = 0; - } -}; -_LT_EOF -]) -dnl Parse the compiler output and extract the necessary -dnl objects, libraries and library flags. -if AC_TRY_EVAL(ac_compile); then - # Parse the compiler output and extract the necessary - # objects, libraries and library flags. - - # Sentinel used to keep track of whether or not we are before - # the conftest object file. - pre_test_object_deps_done=no - - for p in `eval "$output_verbose_link_cmd"`; do - case $p in - - -L* | -R* | -l*) - # Some compilers place space between "-{L,R}" and the path. - # Remove the space. - if test $p = "-L" || - test $p = "-R"; then - prev=$p - continue - else - prev= - fi - - if test "$pre_test_object_deps_done" = no; then - case $p in - -L* | -R*) - # Internal compiler library paths should come after those - # provided the user. The postdeps already come after the - # user supplied libs so there is no need to process them. - if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then - _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" - else - _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" - fi - ;; - # The "-l" case would never come before the object being - # linked, so don't bother handling this case. - esac - else - if test -z "$_LT_TAGVAR(postdeps, $1)"; then - _LT_TAGVAR(postdeps, $1)="${prev}${p}" - else - _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" - fi - fi - ;; - - *.$objext) - # This assumes that the test object file only shows up - # once in the compiler output. - if test "$p" = "conftest.$objext"; then - pre_test_object_deps_done=yes - continue - fi - - if test "$pre_test_object_deps_done" = no; then - if test -z "$_LT_TAGVAR(predep_objects, $1)"; then - _LT_TAGVAR(predep_objects, $1)="$p" - else - _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" - fi - else - if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then - _LT_TAGVAR(postdep_objects, $1)="$p" - else - _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" - fi - fi - ;; - - *) ;; # Ignore the rest. - - esac - done - - # Clean up. - rm -f a.out a.exe -else - echo "libtool.m4: error: problem compiling $1 test program" -fi - -$RM -f confest.$objext - -# PORTME: override above test on systems where it is broken -m4_if([$1], [CXX], -[case $host_os in -interix[[3-9]]*) - # Interix 3.5 installs completely hosed .la files for C++, so rather than - # hack all around it, let's just trust "g++" to DTRT. - _LT_TAGVAR(predep_objects,$1)= - _LT_TAGVAR(postdep_objects,$1)= - _LT_TAGVAR(postdeps,$1)= - ;; - -linux*) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; - -solaris*) - case $cc_basename in - CC* | sunCC*) - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - # Adding this requires a known-good setup of shared libraries for - # Sun compiler versions before 5.6, else PIC objects from an old - # archive will be linked into the output, leading to subtle bugs. - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; -esac -]) - -case " $_LT_TAGVAR(postdeps, $1) " in -*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; -esac - _LT_TAGVAR(compiler_lib_search_dirs, $1)= -if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then - _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` -fi -_LT_TAGDECL([], [compiler_lib_search_dirs], [1], - [The directories searched by this compiler when creating a shared library]) -_LT_TAGDECL([], [predep_objects], [1], - [Dependencies to place before and after the objects being linked to - create a shared library]) -_LT_TAGDECL([], [postdep_objects], [1]) -_LT_TAGDECL([], [predeps], [1]) -_LT_TAGDECL([], [postdeps], [1]) -_LT_TAGDECL([], [compiler_lib_search_path], [1], - [The library search path used internally by the compiler when linking - a shared library]) -])# _LT_SYS_HIDDEN_LIBDEPS - - -# _LT_LANG_F77_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a Fortran 77 compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_F77_CONFIG], -[AC_LANG_PUSH(Fortran 77) -if test -z "$F77" || test "X$F77" = "Xno"; then - _lt_disable_F77=yes -fi - -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for f77 test sources. -ac_ext=f - -# Object file extension for compiled f77 test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the F77 compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_F77" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" - - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC="$CC" - lt_save_GCC=$GCC - CC=${F77-"f77"} - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - GCC=$G77 - if test -n "$compiler"; then - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) - - AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test "$enable_shared" = yes && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; - aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) - - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes - AC_MSG_RESULT([$enable_static]) - - _LT_TAGVAR(GCC, $1)="$G77" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - GCC=$lt_save_GCC - CC="$lt_save_CC" -fi # test "$_lt_disable_F77" != yes - -AC_LANG_POP -])# _LT_LANG_F77_CONFIG - - -# _LT_LANG_FC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for a Fortran compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_FC_CONFIG], -[AC_LANG_PUSH(Fortran) - -if test -z "$FC" || test "X$FC" = "Xno"; then - _lt_disable_FC=yes -fi - -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - -# Source file extension for fc test sources. -ac_ext=${ac_fc_srcext-f} - -# Object file extension for compiled fc test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# No sense in running all these tests if we already determined that -# the FC compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_FC" != yes; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" - - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" - - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER - - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - - # Allow CC to be a program name with arguments. - lt_save_CC="$CC" - lt_save_GCC=$GCC - CC=${FC-"f95"} - compiler=$CC - GCC=$ac_cv_fc_compiler_gnu - - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - - if test -n "$compiler"; then - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) - - AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test "$enable_shared" = yes && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; - aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) - - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes - AC_MSG_RESULT([$enable_static]) - - _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" - _LT_TAGVAR(LD, $1)="$LD" - - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) - fi # test -n "$compiler" - - GCC=$lt_save_GCC - CC="$lt_save_CC" -fi # test "$_lt_disable_FC" != yes - -AC_LANG_POP -])# _LT_LANG_FC_CONFIG - - -# _LT_LANG_GCJ_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for the GNU Java Compiler compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_GCJ_CONFIG], -[AC_REQUIRE([LT_PROG_GCJ])dnl -AC_LANG_SAVE - -# Source file extension for Java test sources. -ac_ext=java - -# Object file extension for compiled Java test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}" - -# Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' - -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -# Allow CC to be a program name with arguments. -lt_save_CC="$CC" -lt_save_GCC=$GCC -GCC=yes -CC=${GCJ-"gcj"} -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)="$LD" -_LT_CC_BASENAME([$compiler]) - -# GCJ did not exist at the time GCC didn't implicitly link libc in. -_LT_TAGVAR(archive_cmds_need_lc, $1)=no - -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds - -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - - _LT_CONFIG($1) -fi - -AC_LANG_RESTORE - -GCC=$lt_save_GCC -CC="$lt_save_CC" -])# _LT_LANG_GCJ_CONFIG - - -# _LT_LANG_RC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for the Windows resource compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. -m4_defun([_LT_LANG_RC_CONFIG], -[AC_REQUIRE([LT_PROG_RC])dnl -AC_LANG_SAVE - -# Source file extension for RC test sources. -ac_ext=rc - -# Object file extension for compiled RC test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext - -# Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' - -# Code to be used in simple link tests -lt_simple_link_test_code="$lt_simple_compile_test_code" - -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER - -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE - -# Allow CC to be a program name with arguments. -lt_save_CC="$CC" -lt_save_GCC=$GCC -GCC= -CC=${RC-"windres"} -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_CC_BASENAME([$compiler]) -_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - -if test -n "$compiler"; then - : - _LT_CONFIG($1) -fi - -GCC=$lt_save_GCC -AC_LANG_RESTORE -CC="$lt_save_CC" -])# _LT_LANG_RC_CONFIG - - -# LT_PROG_GCJ -# ----------- -AC_DEFUN([LT_PROG_GCJ], -[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], - [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], - [AC_CHECK_TOOL(GCJ, gcj,) - test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" - AC_SUBST(GCJFLAGS)])])[]dnl -]) - -# Old name: -AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_GCJ], []) - - -# LT_PROG_RC -# ---------- -AC_DEFUN([LT_PROG_RC], -[AC_CHECK_TOOL(RC, windres,) -]) - -# Old name: -AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_RC], []) - - -# _LT_DECL_EGREP -# -------------- -# If we don't have a new enough Autoconf to choose the best grep -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_EGREP], -[AC_REQUIRE([AC_PROG_EGREP])dnl -AC_REQUIRE([AC_PROG_FGREP])dnl -test -z "$GREP" && GREP=grep -_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) -_LT_DECL([], [EGREP], [1], [An ERE matcher]) -_LT_DECL([], [FGREP], [1], [A literal string matcher]) -dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too -AC_SUBST([GREP]) -]) - - -# _LT_DECL_OBJDUMP -# -------------- -# If we don't have a new enough Autoconf to choose the best objdump -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_OBJDUMP], -[AC_CHECK_TOOL(OBJDUMP, objdump, false) -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) -AC_SUBST([OBJDUMP]) -]) - - -# _LT_DECL_SED -# ------------ -# Check for a fully-functional sed program, that truncates -# as few characters as possible. Prefer GNU sed if found. -m4_defun([_LT_DECL_SED], -[AC_PROG_SED -test -z "$SED" && SED=sed -Xsed="$SED -e 1s/^X//" -_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) -_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], - [Sed that helps us avoid accidentally triggering echo(1) options like -n]) -])# _LT_DECL_SED - -m4_ifndef([AC_PROG_SED], [ -# NOTE: This macro has been submitted for inclusion into # -# GNU Autoconf as AC_PROG_SED. When it is available in # -# a released version of Autoconf we should remove this # -# macro and use it instead. # - -m4_defun([AC_PROG_SED], -[AC_MSG_CHECKING([for a sed that does not truncate output]) -AC_CACHE_VAL(lt_cv_path_SED, -[# Loop through the user's path and test for sed and gsed. -# Then use that list of sed's as ones to test for truncation. -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for lt_ac_prog in sed gsed; do - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then - lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" - fi - done - done -done -IFS=$as_save_IFS -lt_ac_max=0 -lt_ac_count=0 -# Add /usr/xpg4/bin/sed as it is typically found on Solaris -# along with /bin/sed that truncates output. -for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do - test ! -f $lt_ac_sed && continue - cat /dev/null > conftest.in - lt_ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >conftest.in - # Check for GNU sed and select it if it is found. - if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then - lt_cv_path_SED=$lt_ac_sed - break - fi - while true; do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo >>conftest.nl - $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break - cmp -s conftest.out conftest.nl || break - # 10000 chars as input seems more than enough - test $lt_ac_count -gt 10 && break - lt_ac_count=`expr $lt_ac_count + 1` - if test $lt_ac_count -gt $lt_ac_max; then - lt_ac_max=$lt_ac_count - lt_cv_path_SED=$lt_ac_sed - fi - done -done -]) -SED=$lt_cv_path_SED -AC_SUBST([SED]) -AC_MSG_RESULT([$SED]) -])#AC_PROG_SED -])#m4_ifndef - -# Old name: -AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_SED], []) - - -# _LT_CHECK_SHELL_FEATURES -# ------------------------ -# Find out whether the shell is Bourne or XSI compatible, -# or has some other useful features. -m4_defun([_LT_CHECK_SHELL_FEATURES], -[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) -# Try some XSI features -xsi_shell=no -( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,, \ - && eval 'test $(( 1 + 1 )) -eq 2 \ - && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ - && xsi_shell=yes -AC_MSG_RESULT([$xsi_shell]) -_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) - -AC_MSG_CHECKING([whether the shell understands "+="]) -lt_shell_append=no -( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ - >/dev/null 2>&1 \ - && lt_shell_append=yes -AC_MSG_RESULT([$lt_shell_append]) -_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) - -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - lt_unset=unset -else - lt_unset=false -fi -_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl - -# test EBCDIC or ASCII -case `echo X|tr X '\101'` in - A) # ASCII based system - # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr - lt_SP2NL='tr \040 \012' - lt_NL2SP='tr \015\012 \040\040' - ;; - *) # EBCDIC based system - lt_SP2NL='tr \100 \n' - lt_NL2SP='tr \r\n \100\100' - ;; -esac -_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl -_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl -])# _LT_CHECK_SHELL_FEATURES - - -# _LT_PROG_XSI_SHELLFNS -# --------------------- -# Bourne and XSI compatible variants of some useful shell functions. -m4_defun([_LT_PROG_XSI_SHELLFNS], -[case $xsi_shell in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac -} - -# func_basename file -func_basename () -{ - func_basename_result="${1##*/}" -} - -# func_dirname_and_basename file append nondir_replacement -# perform func_basename and func_dirname in a single function -# call: -# dirname: Compute the dirname of FILE. If nonempty, -# add APPEND to the result, otherwise set result -# to NONDIR_REPLACEMENT. -# value returned in "$func_dirname_result" -# basename: Compute filename of FILE. -# value retuned in "$func_basename_result" -# Implementation must be kept synchronized with func_dirname -# and func_basename. For efficiency, we do not delegate to -# those functions but instead duplicate the functionality here. -func_dirname_and_basename () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac - func_basename_result="${1##*/}" -} - -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -func_stripname () -{ - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary parameter first. - func_stripname_result=${3} - func_stripname_result=${func_stripname_result#"${1}"} - func_stripname_result=${func_stripname_result%"${2}"} -} - -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=${1%%=*} - func_opt_split_arg=${1#*=} -} - -# func_lo2o object -func_lo2o () -{ - case ${1} in - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; - *) func_lo2o_result=${1} ;; - esac -} - -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=${1%.*}.lo -} - -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=$(( $[*] )) -} - -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=${#1} -} - -_LT_EOF - ;; - *) # Bourne compatible functions. - cat << \_LT_EOF >> "$cfgfile" - -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` - if test "X$func_dirname_result" = "X${1}"; then - func_dirname_result="${3}" - else - func_dirname_result="$func_dirname_result${2}" - fi -} - -# func_basename file -func_basename () -{ - func_basename_result=`$ECHO "${1}" | $SED "$basename"` -} - -dnl func_dirname_and_basename -dnl A portable version of this function is already defined in general.m4sh -dnl so there is no need for it here. - -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -# func_strip_suffix prefix name -func_stripname () -{ - case ${2} in - .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; - esac -} - -# sed scripts: -my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' -my_sed_long_arg='1s/^-[[^=]]*=//' - -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` - func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` -} - -# func_lo2o object -func_lo2o () -{ - func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` -} - -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'` -} - -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=`expr "$[@]"` -} - -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` -} - -_LT_EOF -esac - -case $lt_shell_append in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$[1]+=\$[2]" -} -_LT_EOF - ;; - *) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$[1]=\$$[1]\$[2]" -} - -_LT_EOF - ;; - esac -]) - -# Helper functions for option handling. -*- Autoconf -*- -# -# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# Written by Gary V. Vaughan, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# serial 7 ltoptions.m4 - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) - - -# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) -# ------------------------------------------ -m4_define([_LT_MANGLE_OPTION], -[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) - - -# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) -# --------------------------------------- -# Set option OPTION-NAME for macro MACRO-NAME, and if there is a -# matching handler defined, dispatch to it. Other OPTION-NAMEs are -# saved as a flag. -m4_define([_LT_SET_OPTION], -[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl -m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), - _LT_MANGLE_DEFUN([$1], [$2]), - [m4_warning([Unknown $1 option `$2'])])[]dnl -]) - - -# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) -# ------------------------------------------------------------ -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -m4_define([_LT_IF_OPTION], -[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) - - -# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) -# ------------------------------------------------------- -# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME -# are set. -m4_define([_LT_UNLESS_OPTIONS], -[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), - [m4_define([$0_found])])])[]dnl -m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 -])[]dnl -]) - - -# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) -# ---------------------------------------- -# OPTION-LIST is a space-separated list of Libtool options associated -# with MACRO-NAME. If any OPTION has a matching handler declared with -# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about -# the unknown option and exit. -m4_defun([_LT_SET_OPTIONS], -[# Set options -m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [_LT_SET_OPTION([$1], _LT_Option)]) - -m4_if([$1],[LT_INIT],[ - dnl - dnl Simply set some default values (i.e off) if boolean options were not - dnl specified: - _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no - ]) - _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no - ]) - dnl - dnl If no reference was made to various pairs of opposing options, then - dnl we run the default mode handler for the pair. For example, if neither - dnl `shared' nor `disable-shared' was passed, we enable building of shared - dnl archives by default: - _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) - _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], - [_LT_ENABLE_FAST_INSTALL]) - ]) -])# _LT_SET_OPTIONS - - - -# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) -# ----------------------------------------- -m4_define([_LT_MANGLE_DEFUN], -[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) - - -# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) -# ----------------------------------------------- -m4_define([LT_OPTION_DEFINE], -[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl -])# LT_OPTION_DEFINE - - -# dlopen -# ------ -LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes -]) - -AU_DEFUN([AC_LIBTOOL_DLOPEN], -[_LT_SET_OPTION([LT_INIT], [dlopen]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `dlopen' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) - - -# win32-dll -# --------- -# Declare package support for building win32 dll's. -LT_OPTION_DEFINE([LT_INIT], [win32-dll], -[enable_win32_dll=yes - -case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) - AC_CHECK_TOOL(AS, as, false) - AC_CHECK_TOOL(DLLTOOL, dlltool, false) - AC_CHECK_TOOL(OBJDUMP, objdump, false) - ;; -esac - -test -z "$AS" && AS=as -_LT_DECL([], [AS], [1], [Assembler program])dnl - -test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl - -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl -])# win32-dll - -AU_DEFUN([AC_LIBTOOL_WIN32_DLL], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -_LT_SET_OPTION([LT_INIT], [win32-dll]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `win32-dll' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) - - -# _LT_ENABLE_SHARED([DEFAULT]) -# ---------------------------- -# implement the --enable-shared flag, and supports the `shared' and -# `disable-shared' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_SHARED], -[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([shared], - [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], - [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_shared=yes ;; - no) enable_shared=no ;; - *) - enable_shared=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for pkg in $enableval; do - IFS="$lt_save_ifs" - if test "X$pkg" = "X$p"; then - enable_shared=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac], - [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) - - _LT_DECL([build_libtool_libs], [enable_shared], [0], - [Whether or not to build shared libraries]) -])# _LT_ENABLE_SHARED - -LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) - -# Old names: -AC_DEFUN([AC_ENABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) -]) - -AC_DEFUN([AC_DISABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], [disable-shared]) -]) - -AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_SHARED], []) -dnl AC_DEFUN([AM_DISABLE_SHARED], []) - - - -# _LT_ENABLE_STATIC([DEFAULT]) -# ---------------------------- -# implement the --enable-static flag, and support the `static' and -# `disable-static' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_STATIC], -[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([static], - [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], - [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_static=yes ;; - no) enable_static=no ;; - *) - enable_static=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for pkg in $enableval; do - IFS="$lt_save_ifs" - if test "X$pkg" = "X$p"; then - enable_static=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac], - [enable_static=]_LT_ENABLE_STATIC_DEFAULT) - - _LT_DECL([build_old_libs], [enable_static], [0], - [Whether or not to build static libraries]) -])# _LT_ENABLE_STATIC - -LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) - -# Old names: -AC_DEFUN([AC_ENABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) -]) - -AC_DEFUN([AC_DISABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], [disable-static]) -]) - -AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_STATIC], []) -dnl AC_DEFUN([AM_DISABLE_STATIC], []) - - - -# _LT_ENABLE_FAST_INSTALL([DEFAULT]) -# ---------------------------------- -# implement the --enable-fast-install flag, and support the `fast-install' -# and `disable-fast-install' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. -m4_define([_LT_ENABLE_FAST_INSTALL], -[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([fast-install], - [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], - [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_fast_install=yes ;; - no) enable_fast_install=no ;; - *) - enable_fast_install=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for pkg in $enableval; do - IFS="$lt_save_ifs" - if test "X$pkg" = "X$p"; then - enable_fast_install=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac], - [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) - -_LT_DECL([fast_install], [enable_fast_install], [0], - [Whether or not to optimize for fast installation])dnl -])# _LT_ENABLE_FAST_INSTALL - -LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) - -# Old names: -AU_DEFUN([AC_ENABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `fast-install' option into LT_INIT's first parameter.]) -]) - -AU_DEFUN([AC_DISABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `disable-fast-install' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) -dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) - - -# _LT_WITH_PIC([MODE]) -# -------------------- -# implement the --with-pic flag, and support the `pic-only' and `no-pic' -# LT_INIT options. -# MODE is either `yes' or `no'. If omitted, it defaults to `both'. -m4_define([_LT_WITH_PIC], -[AC_ARG_WITH([pic], - [AS_HELP_STRING([--with-pic], - [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], - [pic_mode="$withval"], - [pic_mode=default]) - -test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) - -_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl -])# _LT_WITH_PIC - -LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) - -# Old name: -AU_DEFUN([AC_LIBTOOL_PICMODE], -[_LT_SET_OPTION([LT_INIT], [pic-only]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `pic-only' option into LT_INIT's first parameter.]) -]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) - - -m4_define([_LTDL_MODE], []) -LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], - [m4_define([_LTDL_MODE], [nonrecursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [recursive], - [m4_define([_LTDL_MODE], [recursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [subproject], - [m4_define([_LTDL_MODE], [subproject])]) - -m4_define([_LTDL_TYPE], []) -LT_OPTION_DEFINE([LTDL_INIT], [installable], - [m4_define([_LTDL_TYPE], [installable])]) -LT_OPTION_DEFINE([LTDL_INIT], [convenience], - [m4_define([_LTDL_TYPE], [convenience])]) - -# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- -# -# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. -# Written by Gary V. Vaughan, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# serial 6 ltsugar.m4 - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) - - -# lt_join(SEP, ARG1, [ARG2...]) -# ----------------------------- -# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their -# associated separator. -# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier -# versions in m4sugar had bugs. -m4_define([lt_join], -[m4_if([$#], [1], [], - [$#], [2], [[$2]], - [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) -m4_define([_lt_join], -[m4_if([$#$2], [2], [], - [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) - - -# lt_car(LIST) -# lt_cdr(LIST) -# ------------ -# Manipulate m4 lists. -# These macros are necessary as long as will still need to support -# Autoconf-2.59 which quotes differently. -m4_define([lt_car], [[$1]]) -m4_define([lt_cdr], -[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], - [$#], 1, [], - [m4_dquote(m4_shift($@))])]) -m4_define([lt_unquote], $1) - - -# lt_append(MACRO-NAME, STRING, [SEPARATOR]) -# ------------------------------------------ -# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. -# Note that neither SEPARATOR nor STRING are expanded; they are appended -# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). -# No SEPARATOR is output if MACRO-NAME was previously undefined (different -# than defined and empty). -# -# This macro is needed until we can rely on Autoconf 2.62, since earlier -# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. -m4_define([lt_append], -[m4_define([$1], - m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) - - - -# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) -# ---------------------------------------------------------- -# Produce a SEP delimited list of all paired combinations of elements of -# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list -# has the form PREFIXmINFIXSUFFIXn. -# Needed until we can rely on m4_combine added in Autoconf 2.62. -m4_define([lt_combine], -[m4_if(m4_eval([$# > 3]), [1], - [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl -[[m4_foreach([_Lt_prefix], [$2], - [m4_foreach([_Lt_suffix], - ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, - [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) - - -# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) -# ----------------------------------------------------------------------- -# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited -# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. -m4_define([lt_if_append_uniq], -[m4_ifdef([$1], - [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], - [lt_append([$1], [$2], [$3])$4], - [$5])], - [lt_append([$1], [$2], [$3])$4])]) - - -# lt_dict_add(DICT, KEY, VALUE) -# ----------------------------- -m4_define([lt_dict_add], -[m4_define([$1($2)], [$3])]) - - -# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) -# -------------------------------------------- -m4_define([lt_dict_add_subkey], -[m4_define([$1($2:$3)], [$4])]) - - -# lt_dict_fetch(DICT, KEY, [SUBKEY]) -# ---------------------------------- -m4_define([lt_dict_fetch], -[m4_ifval([$3], - m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), - m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) - - -# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) -# ----------------------------------------------------------------- -m4_define([lt_if_dict_fetch], -[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], - [$5], - [$6])]) - - -# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) -# -------------------------------------------------------------- -m4_define([lt_dict_filter], -[m4_if([$5], [], [], - [lt_join(m4_quote(m4_default([$4], [[, ]])), - lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), - [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl -]) - -# ltversion.m4 -- version numbers -*- Autoconf -*- -# -# Copyright (C) 2004 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# Generated from ltversion.in. - -# serial 3175 ltversion.m4 -# This file is part of GNU Libtool - -m4_define([LT_PACKAGE_VERSION], [2.2.10]) -m4_define([LT_PACKAGE_REVISION], [1.3175]) - -AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.10' -macro_revision='1.3175' -_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -_LT_DECL(, macro_revision, 0) -]) - -# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- -# -# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004. -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# serial 5 lt~obsolete.m4 - -# These exist entirely to fool aclocal when bootstrapping libtool. -# -# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) -# which have later been changed to m4_define as they aren't part of the -# exported API, or moved to Autoconf or Automake where they belong. -# -# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN -# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us -# using a macro with the same name in our local m4/libtool.m4 it'll -# pull the old libtool.m4 in (it doesn't see our shiny new m4_define -# and doesn't know about Autoconf macros at all.) -# -# So we provide this file, which has a silly filename so it's always -# included after everything else. This provides aclocal with the -# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything -# because those macros already exist, or will be overwritten later. -# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. -# -# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. -# Yes, that means every name once taken will need to remain here until -# we give up compatibility with versions before 1.7, at which point -# we need to keep only those names which we still refer to. - -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) - -m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) -m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) -m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) -m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) -m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) -m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) -m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) -m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) -m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) -m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) -m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) -m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) -m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) -m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) -m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) -m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) -m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) -m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) -m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) -m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) -m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) -m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) -m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) -m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) -m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) -m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) -m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) -m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) -m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) -m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) -m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) -m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) -m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) -m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) -m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) -m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) -m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) -m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) -m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) -m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) -m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) -m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) -m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) -m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) -m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) -m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) -m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) -m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) -m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) -m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) - # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -8676,6 +639,41 @@ AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) +# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# AM_PROG_CC_C_O +# -------------- +# Like AC_PROG_CC_C_O, but changed for automake. +AC_DEFUN([AM_PROG_CC_C_O], +[AC_REQUIRE([AC_PROG_CC_C_O])dnl +AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +# FIXME: we rely on the cache variable name because +# there is no other way. +set dummy $CC +am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o +if test "$am_t" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +dnl Make sure AC_PROG_CC is never called again, or it will override our +dnl setting of CC. +m4_define([AC_PROG_CC], + [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) +]) + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 @@ -8986,3 +984,8 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([m4/libtool.m4]) +m4_include([m4/ltoptions.m4]) +m4_include([m4/ltsugar.m4]) +m4_include([m4/ltversion.m4]) +m4_include([m4/lt~obsolete.m4]) diff --git a/autogen.sh b/autogen.sh index 04406b6..211c16a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,17 +4,18 @@ # configure program. This must be done FIRST; note well that there is # no Makefile to run until it is done. -echo "Running autoheader..." -autoheader -echo "Running aclocal..." -aclocal -echo "Running libtoolize..." -libtoolize -rm -f Makefile Makefile.in dieharder/Makefile dieharder/Makefile.in \ - libdieharder/Makefile libdieharder/Makefile.in -echo "Running automake..." -automake --add-missing --copy --gnu -echo "Running autoconf..." +# echo "Running autoheader..." +# autoheader +# echo "Running aclocal..." +# aclocal +# echo "Running libtoolize..." +# libtoolize +# rm -f Makefile Makefile.in dieharder/Makefile dieharder/Makefile.in \ +# libdieharder/Makefile libdieharder/Makefile.in +# echo "Running automake..." +# automake --add-missing --copy --gnu + +echo "Running autoreconf..." autoreconf # diff --git a/config.h.in b/config.h.in index c4c45f2..8d7ff0a 100644 --- a/config.h.in +++ b/config.h.in @@ -40,6 +40,9 @@ */ #undef LT_OBJDIR +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE diff --git a/config.status b/config.status index bbd5d80..9c3a43c 100755 --- a/config.status +++ b/config.status @@ -391,7 +391,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dieharder $as_me 3.31.0, which was +This file was extended by dieharder $as_me 3.31.1, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -404,7 +404,7 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " # Files that config.status was made for. -config_files=" dieharder_version.h dieharder.spec dieharder.html dieharder-config dieharder/Makefile include/Makefile libdieharder/Makefile Makefile" +config_files=" dieharder_version.h dieharder.spec dieharder.html dieharder-config dieharder/Makefile include/Makefile libdieharder/Makefile manual/Makefile manual/macros.tex Makefile" config_headers=" config.h" config_commands=" depfiles libtool" @@ -440,7 +440,7 @@ Report bugs to the package provider." ac_cs_config="'--prefix=/usr'" ac_cs_version="\ -dieharder config.status 3.31.0 +dieharder config.status 3.31.1 configured by ./configure, generated by GNU Autoconf 2.66, with options \"$ac_cs_config\" @@ -670,7 +670,7 @@ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' finish_eval='' hardcode_into_libs='yes' sys_lib_search_path_spec='/usr/lib/gcc/x86_64-redhat-linux/4.5.1 /usr/lib64 /lib64 ' -sys_lib_dlsearch_path_spec='/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib /usr/lib64/tcl8.5 /usr/lib64/xulrunner-1.9.2 ' +sys_lib_dlsearch_path_spec='/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/R/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib/qt-3.3/lib /usr/lib64/qt-3.3/lib /usr/lib64/tcl8.5 /usr/lib64/xulrunner-1.9.2 /usr/lib64/xulrunner-2 ' hardcode_action='immediate' enable_dlopen='unknown' enable_dlopen_self='unknown' @@ -726,7 +726,7 @@ fi PACKAGE='dieharder' - VERSION='3.31.0' + VERSION='3.31.1' TIMESTAMP='' RM='rm -f' ofile='libtool' @@ -749,6 +749,8 @@ do "dieharder/Makefile") CONFIG_FILES="$CONFIG_FILES dieharder/Makefile" ;; "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "libdieharder/Makefile") CONFIG_FILES="$CONFIG_FILES libdieharder/Makefile" ;; + "manual/Makefile") CONFIG_FILES="$CONFIG_FILES manual/Makefile" ;; + "manual/macros.tex") CONFIG_FILES="$CONFIG_FILES manual/macros.tex" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; @@ -820,11 +822,13 @@ S["LIBOBJS"]="" S["LITTLE_ENDIAN"]="1" S["ACLOCAL_AMFLAGS"]="-I m4" S["DIEHARDER_LIBS"]="-L${exec_prefix}/lib -ldieharder" +S["libdieharder_lo_CFLAGS"]="-Wall -pedantic -I${prefix}/include" +S["dieharder_CFLAGS"]="-std=c99 -Wall -pedantic -I${prefix}/include" S["DIEHARDER_CFLAGS"]="-I${prefix}/include" S["ACTAR"]="/bin/sh ./missing --run tar" S["RELEASED"]="" -S["DIEHARDER_LIB_VERSION"]="3.31.0" -S["DIEHARDER_LT_VERSION"]="3:31:0" +S["DIEHARDER_LIB_VERSION"]="3.31.1" +S["DIEHARDER_LT_VERSION"]="3:31:1" S["LIBTOOL_DEPS"]="./ltmain.sh" S["CPP"]="gcc -E" S["OTOOL64"]="" @@ -886,7 +890,7 @@ S["AUTOHEADER"]="/bin/sh ./missing --run autoheader" S["AUTOMAKE"]="/bin/sh ./missing --run automake --add-missing --copy --gnu" S["AUTOCONF"]="/bin/sh ./missing --run autoconf;echo \"Run ./configure\";exit" S["ACLOCAL"]="/bin/sh ./missing --run aclocal" -S["VERSION"]="3.31.0" +S["VERSION"]="3.31.1" S["PACKAGE"]="dieharder" S["CYGPATH_W"]="echo" S["am__isrc"]="" @@ -925,8 +929,8 @@ S["prefix"]="/usr" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="" S["PACKAGE_BUGREPORT"]="" -S["PACKAGE_STRING"]="dieharder 3.31.0" -S["PACKAGE_VERSION"]="3.31.0" +S["PACKAGE_STRING"]="dieharder 3.31.1" +S["PACKAGE_VERSION"]="3.31.1" S["PACKAGE_TARNAME"]="dieharder" S["PACKAGE_NAME"]="dieharder" S["PATH_SEPARATOR"]=":" @@ -974,12 +978,12 @@ cat >"$tmp/defines.awk" <<\_ACAWK || BEGIN { D["PACKAGE_NAME"]=" \"dieharder\"" D["PACKAGE_TARNAME"]=" \"dieharder\"" -D["PACKAGE_VERSION"]=" \"3.31.0\"" -D["PACKAGE_STRING"]=" \"dieharder 3.31.0\"" +D["PACKAGE_VERSION"]=" \"3.31.1\"" +D["PACKAGE_STRING"]=" \"dieharder 3.31.1\"" D["PACKAGE_BUGREPORT"]=" \"\"" D["PACKAGE_URL"]=" \"\"" D["PACKAGE"]=" \"dieharder\"" -D["VERSION"]=" \"3.31.0\"" +D["VERSION"]=" \"3.31.1\"" D["RELEASED"]=" /**/" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff --git a/configure b/configure index 093d0fd..528c430 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.66 for dieharder 3.31.0. +# Generated by GNU Autoconf 2.66 for dieharder 3.31.1. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -559,8 +559,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dieharder' PACKAGE_TARNAME='dieharder' -PACKAGE_VERSION='3.31.0' -PACKAGE_STRING='dieharder 3.31.0' +PACKAGE_VERSION='3.31.1' +PACKAGE_STRING='dieharder 3.31.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -608,6 +608,8 @@ LIBOBJS LITTLE_ENDIAN ACLOCAL_AMFLAGS DIEHARDER_LIBS +libdieharder_lo_CFLAGS +dieharder_CFLAGS DIEHARDER_CFLAGS ACTAR RELEASED @@ -1280,7 +1282,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dieharder 3.31.0 to adapt to many kinds of systems. +\`configure' configures dieharder 3.31.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1350,7 +1352,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dieharder 3.31.0:";; + short | recursive ) echo "Configuration of dieharder 3.31.1:";; esac cat <<\_ACEOF @@ -1449,7 +1451,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dieharder configure 3.31.0 +dieharder configure 3.31.1 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1868,7 +1870,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dieharder $as_me 3.31.0, which was +It was created by dieharder $as_me 3.31.1, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -2684,7 +2686,7 @@ fi # Define the identity of the package. PACKAGE='dieharder' - VERSION='3.31.0' + VERSION='3.31.1' cat >>confdefs.h <<_ACEOF @@ -7226,6 +7228,10 @@ _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= @@ -10609,9 +10615,9 @@ CC="$lt_save_CC" -DIEHARDER_LT_VERSION="3:31:0" +DIEHARDER_LT_VERSION="3:31:1" -DIEHARDER_LIB_VERSION=3.31.0 +DIEHARDER_LIB_VERSION=3.31.1 case "$VERSION" in @@ -11307,6 +11313,132 @@ else fi +if test "x$CC" != xcc; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 +$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 +$as_echo_n "checking whether cc understands -c and -o together... " >&6; } +fi +set dummy $CC; ac_cc=`$as_echo "$2" | + sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` +if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +# Make sure it works both with $CC and with simple cc. +# We do the test twice because some compilers refuse to overwrite an +# existing .o file with -o, though they will create one. +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' +rm -f conftest2.* +if { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && + test -f conftest2.$ac_objext && { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; +then + eval ac_cv_prog_cc_${ac_cc}_c_o=yes + if test "x$CC" != xcc; then + # Test first that cc exists at all. + if { ac_try='cc -c conftest.$ac_ext >&5' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' + rm -f conftest2.* + if { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && + test -f conftest2.$ac_objext && { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; + then + # cc works too. + : + else + # cc exists but doesn't like -o. + eval ac_cv_prog_cc_${ac_cc}_c_o=no + fi + fi + fi +else + eval ac_cv_prog_cc_${ac_cc}_c_o=no +fi +rm -f core conftest* + +fi +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h + +fi + +# FIXME: we rely on the cache variable name because +# there is no other way. +set dummy $CC +am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o +if test "$am_t" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } @@ -11459,6 +11591,8 @@ esac DIEHARDER_CFLAGS="-I$includedir" +dieharder_CFLAGS="-std=c99 -Wall -pedantic -I$includedir" +libdieharder_lo_CFLAGS="-Wall -pedantic -I$includedir" DIEHARDER_LIBS="-L$libdir -ldieharder" ACLOCAL_AMFLAGS="-I m4" @@ -11466,6 +11600,8 @@ ACLOCAL_AMFLAGS="-I m4" + + #================================================================== # Checks for libraries, and headers. Test for dependency libraries # FIRST in reverse order that you need -lwhatever to appear on @@ -11765,7 +11901,7 @@ fi # Files that configure needs to process with this so that they are # all happy and macro-replaced. #================================================================== -ac_config_files="$ac_config_files dieharder_version.h dieharder.spec dieharder.html dieharder-config dieharder/Makefile include/Makefile libdieharder/Makefile Makefile" +ac_config_files="$ac_config_files dieharder_version.h dieharder.spec dieharder.html dieharder-config dieharder/Makefile include/Makefile libdieharder/Makefile manual/Makefile manual/macros.tex Makefile" cat >confcache <<\_ACEOF @@ -12294,7 +12430,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dieharder $as_me 3.31.0, which was +This file was extended by dieharder $as_me 3.31.1, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12360,7 +12496,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dieharder config.status 3.31.0 +dieharder config.status 3.31.1 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" @@ -12753,6 +12889,8 @@ do "dieharder/Makefile") CONFIG_FILES="$CONFIG_FILES dieharder/Makefile" ;; "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "libdieharder/Makefile") CONFIG_FILES="$CONFIG_FILES libdieharder/Makefile" ;; + "manual/Makefile") CONFIG_FILES="$CONFIG_FILES manual/Makefile" ;; + "manual/macros.tex") CONFIG_FILES="$CONFIG_FILES manual/macros.tex" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; diff --git a/configure.ac b/configure.ac index 95141bf..b336115 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ(2.59) # Be sure to set DIEHARDER_LT_VERSION below at the same time # you change this: #================================================================== -AC_INIT([dieharder], [3.31.0]) +AC_INIT([dieharder], [3.31.1]) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_SRCDIR([dieharder.abs]) @@ -33,9 +33,9 @@ AC_DEFINE([RELEASED], [], [Description]) AC_CONFIG_MACRO_DIR([m4]) LT_INIT AC_SUBST([LIBTOOL_DEPS]) -DIEHARDER_LT_VERSION="3:31:0" +DIEHARDER_LT_VERSION="3:31:1" AC_SUBST(DIEHARDER_LT_VERSION) -DIEHARDER_LIB_VERSION=3.31.0 +DIEHARDER_LIB_VERSION=3.31.1 AC_SUBST(DIEHARDER_LIB_VERSION) case "$VERSION" in @@ -58,6 +58,7 @@ AC_CANONICAL_HOST #================================================================== AC_LANG(C) AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_MAKE_SET @@ -96,10 +97,14 @@ AC_C_VOLATILE AC_C_INLINE DIEHARDER_CFLAGS="-I$includedir" +dieharder_CFLAGS="-std=c99 -Wall -pedantic -I$includedir" +libdieharder_lo_CFLAGS="-Wall -pedantic -I$includedir" DIEHARDER_LIBS="-L$libdir -ldieharder" ACLOCAL_AMFLAGS="-I m4" AC_SUBST(DIEHARDER_CFLAGS) +AC_SUBST(dieharder_CFLAGS) +AC_SUBST(libdieharder_lo_CFLAGS) AC_SUBST(DIEHARDER_LIBS) AC_SUBST(ACLOCAL_AMFLAGS) @@ -165,6 +170,8 @@ AC_CONFIG_FILES([ dieharder/Makefile include/Makefile libdieharder/Makefile + manual/Makefile + manual/macros.tex Makefile]) AC_OUTPUT diff --git a/dieharder.abs b/dieharder.abs index 58217b0..ab047a4 100644 --- a/dieharder.abs +++ b/dieharder.abs @@ -1,5 +1,5 @@

Dieharder: A Random Number Test Suite

-

Version 3.31.0

+

Version 3.31.1

Robert G. Brown (rgb)

Dirk Eddelbuettel

diff --git a/dieharder.spec.in b/dieharder.spec.in index 1dce3ab..eabe9f4 100644 --- a/dieharder.spec.in +++ b/dieharder.spec.in @@ -148,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT # The dieharder binary %attr(755,root,root) /usr/bin/dieharder +# This is supposed to be installed by/for the GBT? +%attr(755,root,root) /usr/bin/dieharder-config + # The dieharder man page %attr(644,root,root) /usr/share/man/man1/dieharder.1.gz diff --git a/dieharder/.deps/dieharder-add_ui_rngs.Po b/dieharder/.deps/dieharder-add_ui_rngs.Po new file mode 100644 index 0000000..6181dd7 --- /dev/null +++ b/dieharder/.deps/dieharder-add_ui_rngs.Po @@ -0,0 +1,531 @@ +dieharder-add_ui_rngs.o: add_ui_rngs.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-add_ui_tests.Po b/dieharder/.deps/dieharder-add_ui_tests.Po new file mode 100644 index 0000000..cdc5ef4 --- /dev/null +++ b/dieharder/.deps/dieharder-add_ui_tests.Po @@ -0,0 +1,531 @@ +dieharder-add_ui_tests.o: add_ui_tests.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-choose_rng.Po b/dieharder/.deps/dieharder-choose_rng.Po new file mode 100644 index 0000000..ccfdd86 --- /dev/null +++ b/dieharder/.deps/dieharder-choose_rng.Po @@ -0,0 +1,531 @@ +dieharder-choose_rng.o: choose_rng.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-dieharder.Po b/dieharder/.deps/dieharder-dieharder.Po new file mode 100644 index 0000000..ccca014 --- /dev/null +++ b/dieharder/.deps/dieharder-dieharder.Po @@ -0,0 +1,531 @@ +dieharder-dieharder.o: dieharder.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-dieharder_exit.Po b/dieharder/.deps/dieharder-dieharder_exit.Po new file mode 100644 index 0000000..7d6389f --- /dev/null +++ b/dieharder/.deps/dieharder-dieharder_exit.Po @@ -0,0 +1,531 @@ +dieharder-dieharder_exit.o: dieharder_exit.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-help.Po b/dieharder/.deps/dieharder-help.Po new file mode 100644 index 0000000..4257df8 --- /dev/null +++ b/dieharder/.deps/dieharder-help.Po @@ -0,0 +1,531 @@ +dieharder-help.o: help.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-list_rngs.Po b/dieharder/.deps/dieharder-list_rngs.Po new file mode 100644 index 0000000..6d93df0 --- /dev/null +++ b/dieharder/.deps/dieharder-list_rngs.Po @@ -0,0 +1,531 @@ +dieharder-list_rngs.o: list_rngs.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-list_tests.Po b/dieharder/.deps/dieharder-list_tests.Po new file mode 100644 index 0000000..ecffce3 --- /dev/null +++ b/dieharder/.deps/dieharder-list_tests.Po @@ -0,0 +1,531 @@ +dieharder-list_tests.o: list_tests.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-output.Po b/dieharder/.deps/dieharder-output.Po new file mode 100644 index 0000000..0ba25d8 --- /dev/null +++ b/dieharder/.deps/dieharder-output.Po @@ -0,0 +1,531 @@ +dieharder-output.o: output.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-output_rnds.Po b/dieharder/.deps/dieharder-output_rnds.Po new file mode 100644 index 0000000..9ad30a4 --- /dev/null +++ b/dieharder/.deps/dieharder-output_rnds.Po @@ -0,0 +1,531 @@ +dieharder-output_rnds.o: output_rnds.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-parsecl.Po b/dieharder/.deps/dieharder-parsecl.Po new file mode 100644 index 0000000..e7032d3 --- /dev/null +++ b/dieharder/.deps/dieharder-parsecl.Po @@ -0,0 +1,534 @@ +dieharder-parsecl.o: parsecl.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h \ + /usr/include/getopt.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: + +/usr/include/getopt.h: diff --git a/dieharder/.deps/dieharder-rdieharder.Po b/dieharder/.deps/dieharder-rdieharder.Po new file mode 100644 index 0000000..8f5abbf --- /dev/null +++ b/dieharder/.deps/dieharder-rdieharder.Po @@ -0,0 +1 @@ +dieharder-rdieharder.o: rdieharder.c diff --git a/dieharder/.deps/dieharder-rng_empty_random.Po b/dieharder/.deps/dieharder-rng_empty_random.Po new file mode 100644 index 0000000..618fdf7 --- /dev/null +++ b/dieharder/.deps/dieharder-rng_empty_random.Po @@ -0,0 +1,531 @@ +dieharder-rng_empty_random.o: rng_empty_random.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-rng_empty_random.Tpo b/dieharder/.deps/dieharder-rng_empty_random.Tpo new file mode 100644 index 0000000..618fdf7 --- /dev/null +++ b/dieharder/.deps/dieharder-rng_empty_random.Tpo @@ -0,0 +1,531 @@ +dieharder-rng_empty_random.o: rng_empty_random.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-run_all_tests.Po b/dieharder/.deps/dieharder-run_all_tests.Po new file mode 100644 index 0000000..4af1f78 --- /dev/null +++ b/dieharder/.deps/dieharder-run_all_tests.Po @@ -0,0 +1,531 @@ +dieharder-run_all_tests.o: run_all_tests.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-run_test.Po b/dieharder/.deps/dieharder-run_test.Po new file mode 100644 index 0000000..30683e3 --- /dev/null +++ b/dieharder/.deps/dieharder-run_test.Po @@ -0,0 +1,531 @@ +dieharder-run_test.o: run_test.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-set_globals.Po b/dieharder/.deps/dieharder-set_globals.Po new file mode 100644 index 0000000..e4ffb70 --- /dev/null +++ b/dieharder/.deps/dieharder-set_globals.Po @@ -0,0 +1,531 @@ +dieharder-set_globals.o: set_globals.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-testbits.Po b/dieharder/.deps/dieharder-testbits.Po new file mode 100644 index 0000000..3e4c9ed --- /dev/null +++ b/dieharder/.deps/dieharder-testbits.Po @@ -0,0 +1,531 @@ +dieharder-testbits.o: testbits.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-time_rng.Po b/dieharder/.deps/dieharder-time_rng.Po new file mode 100644 index 0000000..5189790 --- /dev/null +++ b/dieharder/.deps/dieharder-time_rng.Po @@ -0,0 +1,531 @@ +dieharder-time_rng.o: time_rng.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/.deps/dieharder-user_template.Po b/dieharder/.deps/dieharder-user_template.Po new file mode 100644 index 0000000..6e9a603 --- /dev/null +++ b/dieharder/.deps/dieharder-user_template.Po @@ -0,0 +1,531 @@ +dieharder-user_template.o: user_template.c dieharder.h copyright.h \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h output.h user_template.h + +dieharder.h: + +copyright.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +output.h: + +user_template.h: diff --git a/dieharder/Makefile b/dieharder/Makefile index 2a6370e..7b6731b 100644 --- a/dieharder/Makefile +++ b/dieharder/Makefile @@ -54,7 +54,10 @@ subdir = dieharder DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ COPYING ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -63,16 +66,21 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) -am_dieharder_OBJECTS = add_ui_rngs.$(OBJEXT) add_ui_tests.$(OBJEXT) \ - choose_rng.$(OBJEXT) dieharder.$(OBJEXT) \ - dieharder_exit.$(OBJEXT) help.$(OBJEXT) list_rngs.$(OBJEXT) \ - list_tests.$(OBJEXT) output.$(OBJEXT) output_rnds.$(OBJEXT) \ - parsecl.$(OBJEXT) rdieharder.$(OBJEXT) \ - rng_empty_random.$(OBJEXT) run_all_tests.$(OBJEXT) \ - run_test.$(OBJEXT) set_globals.$(OBJEXT) testbits.$(OBJEXT) \ - time_rng.$(OBJEXT) user_template.$(OBJEXT) +am_dieharder_OBJECTS = dieharder-add_ui_rngs.$(OBJEXT) \ + dieharder-add_ui_tests.$(OBJEXT) \ + dieharder-choose_rng.$(OBJEXT) dieharder-dieharder.$(OBJEXT) \ + dieharder-dieharder_exit.$(OBJEXT) dieharder-help.$(OBJEXT) \ + dieharder-list_rngs.$(OBJEXT) dieharder-list_tests.$(OBJEXT) \ + dieharder-output.$(OBJEXT) dieharder-output_rnds.$(OBJEXT) \ + dieharder-parsecl.$(OBJEXT) dieharder-rdieharder.$(OBJEXT) \ + dieharder-run_all_tests.$(OBJEXT) dieharder-run_test.$(OBJEXT) \ + dieharder-set_globals.$(OBJEXT) dieharder-testbits.$(OBJEXT) \ + dieharder-time_rng.$(OBJEXT) dieharder-user_template.$(OBJEXT) dieharder_OBJECTS = $(am_dieharder_OBJECTS) dieharder_DEPENDENCIES = ../libdieharder/libdieharder.la +dieharder_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dieharder_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I. -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -134,8 +142,8 @@ DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DIEHARDER_CFLAGS = -I${prefix}/include DIEHARDER_LIBS = -L${exec_prefix}/lib -ldieharder -DIEHARDER_LIB_VERSION = 3.31.0 -DIEHARDER_LT_VERSION = 3:31:0 +DIEHARDER_LIB_VERSION = 3.31.1 +DIEHARDER_LT_VERSION = 3:31:1 DSYMUTIL = DUMPBIN = ECHO_C = @@ -171,10 +179,10 @@ OTOOL64 = PACKAGE = dieharder PACKAGE_BUGREPORT = PACKAGE_NAME = dieharder -PACKAGE_STRING = dieharder 3.31.0 +PACKAGE_STRING = dieharder 3.31.1 PACKAGE_TARNAME = dieharder PACKAGE_URL = -PACKAGE_VERSION = 3.31.0 +PACKAGE_VERSION = 3.31.1 PATH_SEPARATOR = : RANLIB = ranlib RELEASE = 1 @@ -186,7 +194,7 @@ STRIP = strip # This is automagically set in the toplevel build. Do not edit by # hand. -VERSION = 3.31.0 +VERSION = 3.31.1 abs_builddir = /home/rgb/Src/Projects/dieharder/dieharder abs_srcdir = /home/rgb/Src/Projects/dieharder/dieharder abs_top_builddir = /home/rgb/Src/Projects/dieharder @@ -207,6 +215,7 @@ build_vendor = unknown builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share +dieharder_CFLAGS = -std=c99 -Wall -pedantic -I${prefix}/include docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} @@ -219,6 +228,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/rgb/Src/Projects/dieharder/install-sh +libdieharder_lo_CFLAGS = -Wall -pedantic -I${prefix}/include libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale @@ -253,7 +263,6 @@ dieharder_SOURCES = \ output_rnds.c \ parsecl.c \ rdieharder.c \ - rng_empty_random.c \ run_all_tests.c \ run_test.c \ set_globals.c \ @@ -262,6 +271,7 @@ dieharder_SOURCES = \ user_template.c +# rng_empty_random.c \ # run_rgb_bitdist.c # run_rgb_lagged_sums.c # run_rgb_minimum_distance.c @@ -370,7 +380,7 @@ clean-binPROGRAMS: rm -f $$list dieharder$(EXEEXT): $(dieharder_OBJECTS) $(dieharder_DEPENDENCIES) @rm -f dieharder$(EXEEXT) - $(LINK) $(dieharder_OBJECTS) $(dieharder_LDADD) $(LIBS) + $(dieharder_LINK) $(dieharder_OBJECTS) $(dieharder_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -378,25 +388,24 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -include ./$(DEPDIR)/add_ui_rngs.Po -include ./$(DEPDIR)/add_ui_tests.Po -include ./$(DEPDIR)/choose_rng.Po -include ./$(DEPDIR)/dieharder.Po -include ./$(DEPDIR)/dieharder_exit.Po -include ./$(DEPDIR)/help.Po -include ./$(DEPDIR)/list_rngs.Po -include ./$(DEPDIR)/list_tests.Po -include ./$(DEPDIR)/output.Po -include ./$(DEPDIR)/output_rnds.Po -include ./$(DEPDIR)/parsecl.Po -include ./$(DEPDIR)/rdieharder.Po -include ./$(DEPDIR)/rng_empty_random.Po -include ./$(DEPDIR)/run_all_tests.Po -include ./$(DEPDIR)/run_test.Po -include ./$(DEPDIR)/set_globals.Po -include ./$(DEPDIR)/testbits.Po -include ./$(DEPDIR)/time_rng.Po -include ./$(DEPDIR)/user_template.Po +include ./$(DEPDIR)/dieharder-add_ui_rngs.Po +include ./$(DEPDIR)/dieharder-add_ui_tests.Po +include ./$(DEPDIR)/dieharder-choose_rng.Po +include ./$(DEPDIR)/dieharder-dieharder.Po +include ./$(DEPDIR)/dieharder-dieharder_exit.Po +include ./$(DEPDIR)/dieharder-help.Po +include ./$(DEPDIR)/dieharder-list_rngs.Po +include ./$(DEPDIR)/dieharder-list_tests.Po +include ./$(DEPDIR)/dieharder-output.Po +include ./$(DEPDIR)/dieharder-output_rnds.Po +include ./$(DEPDIR)/dieharder-parsecl.Po +include ./$(DEPDIR)/dieharder-rdieharder.Po +include ./$(DEPDIR)/dieharder-run_all_tests.Po +include ./$(DEPDIR)/dieharder-run_test.Po +include ./$(DEPDIR)/dieharder-set_globals.Po +include ./$(DEPDIR)/dieharder-testbits.Po +include ./$(DEPDIR)/dieharder-time_rng.Po +include ./$(DEPDIR)/dieharder-user_template.Po .c.o: $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -419,6 +428,258 @@ include ./$(DEPDIR)/user_template.Po # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LTCOMPILE) -c -o $@ $< +dieharder-add_ui_rngs.o: add_ui_rngs.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_rngs.o -MD -MP -MF $(DEPDIR)/dieharder-add_ui_rngs.Tpo -c -o dieharder-add_ui_rngs.o `test -f 'add_ui_rngs.c' || echo '$(srcdir)/'`add_ui_rngs.c + $(am__mv) $(DEPDIR)/dieharder-add_ui_rngs.Tpo $(DEPDIR)/dieharder-add_ui_rngs.Po +# source='add_ui_rngs.c' object='dieharder-add_ui_rngs.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_rngs.o `test -f 'add_ui_rngs.c' || echo '$(srcdir)/'`add_ui_rngs.c + +dieharder-add_ui_rngs.obj: add_ui_rngs.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_rngs.obj -MD -MP -MF $(DEPDIR)/dieharder-add_ui_rngs.Tpo -c -o dieharder-add_ui_rngs.obj `if test -f 'add_ui_rngs.c'; then $(CYGPATH_W) 'add_ui_rngs.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_rngs.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-add_ui_rngs.Tpo $(DEPDIR)/dieharder-add_ui_rngs.Po +# source='add_ui_rngs.c' object='dieharder-add_ui_rngs.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_rngs.obj `if test -f 'add_ui_rngs.c'; then $(CYGPATH_W) 'add_ui_rngs.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_rngs.c'; fi` + +dieharder-add_ui_tests.o: add_ui_tests.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_tests.o -MD -MP -MF $(DEPDIR)/dieharder-add_ui_tests.Tpo -c -o dieharder-add_ui_tests.o `test -f 'add_ui_tests.c' || echo '$(srcdir)/'`add_ui_tests.c + $(am__mv) $(DEPDIR)/dieharder-add_ui_tests.Tpo $(DEPDIR)/dieharder-add_ui_tests.Po +# source='add_ui_tests.c' object='dieharder-add_ui_tests.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_tests.o `test -f 'add_ui_tests.c' || echo '$(srcdir)/'`add_ui_tests.c + +dieharder-add_ui_tests.obj: add_ui_tests.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_tests.obj -MD -MP -MF $(DEPDIR)/dieharder-add_ui_tests.Tpo -c -o dieharder-add_ui_tests.obj `if test -f 'add_ui_tests.c'; then $(CYGPATH_W) 'add_ui_tests.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_tests.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-add_ui_tests.Tpo $(DEPDIR)/dieharder-add_ui_tests.Po +# source='add_ui_tests.c' object='dieharder-add_ui_tests.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_tests.obj `if test -f 'add_ui_tests.c'; then $(CYGPATH_W) 'add_ui_tests.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_tests.c'; fi` + +dieharder-choose_rng.o: choose_rng.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-choose_rng.o -MD -MP -MF $(DEPDIR)/dieharder-choose_rng.Tpo -c -o dieharder-choose_rng.o `test -f 'choose_rng.c' || echo '$(srcdir)/'`choose_rng.c + $(am__mv) $(DEPDIR)/dieharder-choose_rng.Tpo $(DEPDIR)/dieharder-choose_rng.Po +# source='choose_rng.c' object='dieharder-choose_rng.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-choose_rng.o `test -f 'choose_rng.c' || echo '$(srcdir)/'`choose_rng.c + +dieharder-choose_rng.obj: choose_rng.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-choose_rng.obj -MD -MP -MF $(DEPDIR)/dieharder-choose_rng.Tpo -c -o dieharder-choose_rng.obj `if test -f 'choose_rng.c'; then $(CYGPATH_W) 'choose_rng.c'; else $(CYGPATH_W) '$(srcdir)/choose_rng.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-choose_rng.Tpo $(DEPDIR)/dieharder-choose_rng.Po +# source='choose_rng.c' object='dieharder-choose_rng.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-choose_rng.obj `if test -f 'choose_rng.c'; then $(CYGPATH_W) 'choose_rng.c'; else $(CYGPATH_W) '$(srcdir)/choose_rng.c'; fi` + +dieharder-dieharder.o: dieharder.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder.o -MD -MP -MF $(DEPDIR)/dieharder-dieharder.Tpo -c -o dieharder-dieharder.o `test -f 'dieharder.c' || echo '$(srcdir)/'`dieharder.c + $(am__mv) $(DEPDIR)/dieharder-dieharder.Tpo $(DEPDIR)/dieharder-dieharder.Po +# source='dieharder.c' object='dieharder-dieharder.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder.o `test -f 'dieharder.c' || echo '$(srcdir)/'`dieharder.c + +dieharder-dieharder.obj: dieharder.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder.obj -MD -MP -MF $(DEPDIR)/dieharder-dieharder.Tpo -c -o dieharder-dieharder.obj `if test -f 'dieharder.c'; then $(CYGPATH_W) 'dieharder.c'; else $(CYGPATH_W) '$(srcdir)/dieharder.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-dieharder.Tpo $(DEPDIR)/dieharder-dieharder.Po +# source='dieharder.c' object='dieharder-dieharder.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder.obj `if test -f 'dieharder.c'; then $(CYGPATH_W) 'dieharder.c'; else $(CYGPATH_W) '$(srcdir)/dieharder.c'; fi` + +dieharder-dieharder_exit.o: dieharder_exit.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder_exit.o -MD -MP -MF $(DEPDIR)/dieharder-dieharder_exit.Tpo -c -o dieharder-dieharder_exit.o `test -f 'dieharder_exit.c' || echo '$(srcdir)/'`dieharder_exit.c + $(am__mv) $(DEPDIR)/dieharder-dieharder_exit.Tpo $(DEPDIR)/dieharder-dieharder_exit.Po +# source='dieharder_exit.c' object='dieharder-dieharder_exit.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder_exit.o `test -f 'dieharder_exit.c' || echo '$(srcdir)/'`dieharder_exit.c + +dieharder-dieharder_exit.obj: dieharder_exit.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder_exit.obj -MD -MP -MF $(DEPDIR)/dieharder-dieharder_exit.Tpo -c -o dieharder-dieharder_exit.obj `if test -f 'dieharder_exit.c'; then $(CYGPATH_W) 'dieharder_exit.c'; else $(CYGPATH_W) '$(srcdir)/dieharder_exit.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-dieharder_exit.Tpo $(DEPDIR)/dieharder-dieharder_exit.Po +# source='dieharder_exit.c' object='dieharder-dieharder_exit.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder_exit.obj `if test -f 'dieharder_exit.c'; then $(CYGPATH_W) 'dieharder_exit.c'; else $(CYGPATH_W) '$(srcdir)/dieharder_exit.c'; fi` + +dieharder-help.o: help.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-help.o -MD -MP -MF $(DEPDIR)/dieharder-help.Tpo -c -o dieharder-help.o `test -f 'help.c' || echo '$(srcdir)/'`help.c + $(am__mv) $(DEPDIR)/dieharder-help.Tpo $(DEPDIR)/dieharder-help.Po +# source='help.c' object='dieharder-help.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-help.o `test -f 'help.c' || echo '$(srcdir)/'`help.c + +dieharder-help.obj: help.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-help.obj -MD -MP -MF $(DEPDIR)/dieharder-help.Tpo -c -o dieharder-help.obj `if test -f 'help.c'; then $(CYGPATH_W) 'help.c'; else $(CYGPATH_W) '$(srcdir)/help.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-help.Tpo $(DEPDIR)/dieharder-help.Po +# source='help.c' object='dieharder-help.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-help.obj `if test -f 'help.c'; then $(CYGPATH_W) 'help.c'; else $(CYGPATH_W) '$(srcdir)/help.c'; fi` + +dieharder-list_rngs.o: list_rngs.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_rngs.o -MD -MP -MF $(DEPDIR)/dieharder-list_rngs.Tpo -c -o dieharder-list_rngs.o `test -f 'list_rngs.c' || echo '$(srcdir)/'`list_rngs.c + $(am__mv) $(DEPDIR)/dieharder-list_rngs.Tpo $(DEPDIR)/dieharder-list_rngs.Po +# source='list_rngs.c' object='dieharder-list_rngs.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_rngs.o `test -f 'list_rngs.c' || echo '$(srcdir)/'`list_rngs.c + +dieharder-list_rngs.obj: list_rngs.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_rngs.obj -MD -MP -MF $(DEPDIR)/dieharder-list_rngs.Tpo -c -o dieharder-list_rngs.obj `if test -f 'list_rngs.c'; then $(CYGPATH_W) 'list_rngs.c'; else $(CYGPATH_W) '$(srcdir)/list_rngs.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-list_rngs.Tpo $(DEPDIR)/dieharder-list_rngs.Po +# source='list_rngs.c' object='dieharder-list_rngs.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_rngs.obj `if test -f 'list_rngs.c'; then $(CYGPATH_W) 'list_rngs.c'; else $(CYGPATH_W) '$(srcdir)/list_rngs.c'; fi` + +dieharder-list_tests.o: list_tests.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_tests.o -MD -MP -MF $(DEPDIR)/dieharder-list_tests.Tpo -c -o dieharder-list_tests.o `test -f 'list_tests.c' || echo '$(srcdir)/'`list_tests.c + $(am__mv) $(DEPDIR)/dieharder-list_tests.Tpo $(DEPDIR)/dieharder-list_tests.Po +# source='list_tests.c' object='dieharder-list_tests.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_tests.o `test -f 'list_tests.c' || echo '$(srcdir)/'`list_tests.c + +dieharder-list_tests.obj: list_tests.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_tests.obj -MD -MP -MF $(DEPDIR)/dieharder-list_tests.Tpo -c -o dieharder-list_tests.obj `if test -f 'list_tests.c'; then $(CYGPATH_W) 'list_tests.c'; else $(CYGPATH_W) '$(srcdir)/list_tests.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-list_tests.Tpo $(DEPDIR)/dieharder-list_tests.Po +# source='list_tests.c' object='dieharder-list_tests.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_tests.obj `if test -f 'list_tests.c'; then $(CYGPATH_W) 'list_tests.c'; else $(CYGPATH_W) '$(srcdir)/list_tests.c'; fi` + +dieharder-output.o: output.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output.o -MD -MP -MF $(DEPDIR)/dieharder-output.Tpo -c -o dieharder-output.o `test -f 'output.c' || echo '$(srcdir)/'`output.c + $(am__mv) $(DEPDIR)/dieharder-output.Tpo $(DEPDIR)/dieharder-output.Po +# source='output.c' object='dieharder-output.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output.o `test -f 'output.c' || echo '$(srcdir)/'`output.c + +dieharder-output.obj: output.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output.obj -MD -MP -MF $(DEPDIR)/dieharder-output.Tpo -c -o dieharder-output.obj `if test -f 'output.c'; then $(CYGPATH_W) 'output.c'; else $(CYGPATH_W) '$(srcdir)/output.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-output.Tpo $(DEPDIR)/dieharder-output.Po +# source='output.c' object='dieharder-output.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output.obj `if test -f 'output.c'; then $(CYGPATH_W) 'output.c'; else $(CYGPATH_W) '$(srcdir)/output.c'; fi` + +dieharder-output_rnds.o: output_rnds.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output_rnds.o -MD -MP -MF $(DEPDIR)/dieharder-output_rnds.Tpo -c -o dieharder-output_rnds.o `test -f 'output_rnds.c' || echo '$(srcdir)/'`output_rnds.c + $(am__mv) $(DEPDIR)/dieharder-output_rnds.Tpo $(DEPDIR)/dieharder-output_rnds.Po +# source='output_rnds.c' object='dieharder-output_rnds.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output_rnds.o `test -f 'output_rnds.c' || echo '$(srcdir)/'`output_rnds.c + +dieharder-output_rnds.obj: output_rnds.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output_rnds.obj -MD -MP -MF $(DEPDIR)/dieharder-output_rnds.Tpo -c -o dieharder-output_rnds.obj `if test -f 'output_rnds.c'; then $(CYGPATH_W) 'output_rnds.c'; else $(CYGPATH_W) '$(srcdir)/output_rnds.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-output_rnds.Tpo $(DEPDIR)/dieharder-output_rnds.Po +# source='output_rnds.c' object='dieharder-output_rnds.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output_rnds.obj `if test -f 'output_rnds.c'; then $(CYGPATH_W) 'output_rnds.c'; else $(CYGPATH_W) '$(srcdir)/output_rnds.c'; fi` + +dieharder-parsecl.o: parsecl.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-parsecl.o -MD -MP -MF $(DEPDIR)/dieharder-parsecl.Tpo -c -o dieharder-parsecl.o `test -f 'parsecl.c' || echo '$(srcdir)/'`parsecl.c + $(am__mv) $(DEPDIR)/dieharder-parsecl.Tpo $(DEPDIR)/dieharder-parsecl.Po +# source='parsecl.c' object='dieharder-parsecl.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-parsecl.o `test -f 'parsecl.c' || echo '$(srcdir)/'`parsecl.c + +dieharder-parsecl.obj: parsecl.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-parsecl.obj -MD -MP -MF $(DEPDIR)/dieharder-parsecl.Tpo -c -o dieharder-parsecl.obj `if test -f 'parsecl.c'; then $(CYGPATH_W) 'parsecl.c'; else $(CYGPATH_W) '$(srcdir)/parsecl.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-parsecl.Tpo $(DEPDIR)/dieharder-parsecl.Po +# source='parsecl.c' object='dieharder-parsecl.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-parsecl.obj `if test -f 'parsecl.c'; then $(CYGPATH_W) 'parsecl.c'; else $(CYGPATH_W) '$(srcdir)/parsecl.c'; fi` + +dieharder-rdieharder.o: rdieharder.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-rdieharder.o -MD -MP -MF $(DEPDIR)/dieharder-rdieharder.Tpo -c -o dieharder-rdieharder.o `test -f 'rdieharder.c' || echo '$(srcdir)/'`rdieharder.c + $(am__mv) $(DEPDIR)/dieharder-rdieharder.Tpo $(DEPDIR)/dieharder-rdieharder.Po +# source='rdieharder.c' object='dieharder-rdieharder.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-rdieharder.o `test -f 'rdieharder.c' || echo '$(srcdir)/'`rdieharder.c + +dieharder-rdieharder.obj: rdieharder.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-rdieharder.obj -MD -MP -MF $(DEPDIR)/dieharder-rdieharder.Tpo -c -o dieharder-rdieharder.obj `if test -f 'rdieharder.c'; then $(CYGPATH_W) 'rdieharder.c'; else $(CYGPATH_W) '$(srcdir)/rdieharder.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-rdieharder.Tpo $(DEPDIR)/dieharder-rdieharder.Po +# source='rdieharder.c' object='dieharder-rdieharder.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-rdieharder.obj `if test -f 'rdieharder.c'; then $(CYGPATH_W) 'rdieharder.c'; else $(CYGPATH_W) '$(srcdir)/rdieharder.c'; fi` + +dieharder-run_all_tests.o: run_all_tests.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_all_tests.o -MD -MP -MF $(DEPDIR)/dieharder-run_all_tests.Tpo -c -o dieharder-run_all_tests.o `test -f 'run_all_tests.c' || echo '$(srcdir)/'`run_all_tests.c + $(am__mv) $(DEPDIR)/dieharder-run_all_tests.Tpo $(DEPDIR)/dieharder-run_all_tests.Po +# source='run_all_tests.c' object='dieharder-run_all_tests.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_all_tests.o `test -f 'run_all_tests.c' || echo '$(srcdir)/'`run_all_tests.c + +dieharder-run_all_tests.obj: run_all_tests.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_all_tests.obj -MD -MP -MF $(DEPDIR)/dieharder-run_all_tests.Tpo -c -o dieharder-run_all_tests.obj `if test -f 'run_all_tests.c'; then $(CYGPATH_W) 'run_all_tests.c'; else $(CYGPATH_W) '$(srcdir)/run_all_tests.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-run_all_tests.Tpo $(DEPDIR)/dieharder-run_all_tests.Po +# source='run_all_tests.c' object='dieharder-run_all_tests.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_all_tests.obj `if test -f 'run_all_tests.c'; then $(CYGPATH_W) 'run_all_tests.c'; else $(CYGPATH_W) '$(srcdir)/run_all_tests.c'; fi` + +dieharder-run_test.o: run_test.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_test.o -MD -MP -MF $(DEPDIR)/dieharder-run_test.Tpo -c -o dieharder-run_test.o `test -f 'run_test.c' || echo '$(srcdir)/'`run_test.c + $(am__mv) $(DEPDIR)/dieharder-run_test.Tpo $(DEPDIR)/dieharder-run_test.Po +# source='run_test.c' object='dieharder-run_test.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_test.o `test -f 'run_test.c' || echo '$(srcdir)/'`run_test.c + +dieharder-run_test.obj: run_test.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_test.obj -MD -MP -MF $(DEPDIR)/dieharder-run_test.Tpo -c -o dieharder-run_test.obj `if test -f 'run_test.c'; then $(CYGPATH_W) 'run_test.c'; else $(CYGPATH_W) '$(srcdir)/run_test.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-run_test.Tpo $(DEPDIR)/dieharder-run_test.Po +# source='run_test.c' object='dieharder-run_test.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_test.obj `if test -f 'run_test.c'; then $(CYGPATH_W) 'run_test.c'; else $(CYGPATH_W) '$(srcdir)/run_test.c'; fi` + +dieharder-set_globals.o: set_globals.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-set_globals.o -MD -MP -MF $(DEPDIR)/dieharder-set_globals.Tpo -c -o dieharder-set_globals.o `test -f 'set_globals.c' || echo '$(srcdir)/'`set_globals.c + $(am__mv) $(DEPDIR)/dieharder-set_globals.Tpo $(DEPDIR)/dieharder-set_globals.Po +# source='set_globals.c' object='dieharder-set_globals.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-set_globals.o `test -f 'set_globals.c' || echo '$(srcdir)/'`set_globals.c + +dieharder-set_globals.obj: set_globals.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-set_globals.obj -MD -MP -MF $(DEPDIR)/dieharder-set_globals.Tpo -c -o dieharder-set_globals.obj `if test -f 'set_globals.c'; then $(CYGPATH_W) 'set_globals.c'; else $(CYGPATH_W) '$(srcdir)/set_globals.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-set_globals.Tpo $(DEPDIR)/dieharder-set_globals.Po +# source='set_globals.c' object='dieharder-set_globals.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-set_globals.obj `if test -f 'set_globals.c'; then $(CYGPATH_W) 'set_globals.c'; else $(CYGPATH_W) '$(srcdir)/set_globals.c'; fi` + +dieharder-testbits.o: testbits.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-testbits.o -MD -MP -MF $(DEPDIR)/dieharder-testbits.Tpo -c -o dieharder-testbits.o `test -f 'testbits.c' || echo '$(srcdir)/'`testbits.c + $(am__mv) $(DEPDIR)/dieharder-testbits.Tpo $(DEPDIR)/dieharder-testbits.Po +# source='testbits.c' object='dieharder-testbits.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-testbits.o `test -f 'testbits.c' || echo '$(srcdir)/'`testbits.c + +dieharder-testbits.obj: testbits.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-testbits.obj -MD -MP -MF $(DEPDIR)/dieharder-testbits.Tpo -c -o dieharder-testbits.obj `if test -f 'testbits.c'; then $(CYGPATH_W) 'testbits.c'; else $(CYGPATH_W) '$(srcdir)/testbits.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-testbits.Tpo $(DEPDIR)/dieharder-testbits.Po +# source='testbits.c' object='dieharder-testbits.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-testbits.obj `if test -f 'testbits.c'; then $(CYGPATH_W) 'testbits.c'; else $(CYGPATH_W) '$(srcdir)/testbits.c'; fi` + +dieharder-time_rng.o: time_rng.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-time_rng.o -MD -MP -MF $(DEPDIR)/dieharder-time_rng.Tpo -c -o dieharder-time_rng.o `test -f 'time_rng.c' || echo '$(srcdir)/'`time_rng.c + $(am__mv) $(DEPDIR)/dieharder-time_rng.Tpo $(DEPDIR)/dieharder-time_rng.Po +# source='time_rng.c' object='dieharder-time_rng.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-time_rng.o `test -f 'time_rng.c' || echo '$(srcdir)/'`time_rng.c + +dieharder-time_rng.obj: time_rng.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-time_rng.obj -MD -MP -MF $(DEPDIR)/dieharder-time_rng.Tpo -c -o dieharder-time_rng.obj `if test -f 'time_rng.c'; then $(CYGPATH_W) 'time_rng.c'; else $(CYGPATH_W) '$(srcdir)/time_rng.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-time_rng.Tpo $(DEPDIR)/dieharder-time_rng.Po +# source='time_rng.c' object='dieharder-time_rng.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-time_rng.obj `if test -f 'time_rng.c'; then $(CYGPATH_W) 'time_rng.c'; else $(CYGPATH_W) '$(srcdir)/time_rng.c'; fi` + +dieharder-user_template.o: user_template.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-user_template.o -MD -MP -MF $(DEPDIR)/dieharder-user_template.Tpo -c -o dieharder-user_template.o `test -f 'user_template.c' || echo '$(srcdir)/'`user_template.c + $(am__mv) $(DEPDIR)/dieharder-user_template.Tpo $(DEPDIR)/dieharder-user_template.Po +# source='user_template.c' object='dieharder-user_template.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-user_template.o `test -f 'user_template.c' || echo '$(srcdir)/'`user_template.c + +dieharder-user_template.obj: user_template.c + $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-user_template.obj -MD -MP -MF $(DEPDIR)/dieharder-user_template.Tpo -c -o dieharder-user_template.obj `if test -f 'user_template.c'; then $(CYGPATH_W) 'user_template.c'; else $(CYGPATH_W) '$(srcdir)/user_template.c'; fi` + $(am__mv) $(DEPDIR)/dieharder-user_template.Tpo $(DEPDIR)/dieharder-user_template.Po +# source='user_template.c' object='dieharder-user_template.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-user_template.obj `if test -f 'user_template.c'; then $(CYGPATH_W) 'user_template.c'; else $(CYGPATH_W) '$(srcdir)/user_template.c'; fi` + mostlyclean-libtool: -rm -f *.lo diff --git a/dieharder/Makefile.am b/dieharder/Makefile.am index da9f025..e6fbff2 100644 --- a/dieharder/Makefile.am +++ b/dieharder/Makefile.am @@ -40,7 +40,6 @@ dieharder_SOURCES = \ output_rnds.c \ parsecl.c \ rdieharder.c \ - rng_empty_random.c \ run_all_tests.c \ run_test.c \ set_globals.c \ @@ -48,6 +47,7 @@ dieharder_SOURCES = \ time_rng.c \ user_template.c +# rng_empty_random.c \ # run_rgb_bitdist.c # run_rgb_lagged_sums.c # run_rgb_minimum_distance.c diff --git a/dieharder/Makefile.in b/dieharder/Makefile.in index c87ca25..4981eea 100644 --- a/dieharder/Makefile.in +++ b/dieharder/Makefile.in @@ -54,7 +54,10 @@ subdir = dieharder DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ COPYING ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -63,16 +66,21 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) -am_dieharder_OBJECTS = add_ui_rngs.$(OBJEXT) add_ui_tests.$(OBJEXT) \ - choose_rng.$(OBJEXT) dieharder.$(OBJEXT) \ - dieharder_exit.$(OBJEXT) help.$(OBJEXT) list_rngs.$(OBJEXT) \ - list_tests.$(OBJEXT) output.$(OBJEXT) output_rnds.$(OBJEXT) \ - parsecl.$(OBJEXT) rdieharder.$(OBJEXT) \ - rng_empty_random.$(OBJEXT) run_all_tests.$(OBJEXT) \ - run_test.$(OBJEXT) set_globals.$(OBJEXT) testbits.$(OBJEXT) \ - time_rng.$(OBJEXT) user_template.$(OBJEXT) +am_dieharder_OBJECTS = dieharder-add_ui_rngs.$(OBJEXT) \ + dieharder-add_ui_tests.$(OBJEXT) \ + dieharder-choose_rng.$(OBJEXT) dieharder-dieharder.$(OBJEXT) \ + dieharder-dieharder_exit.$(OBJEXT) dieharder-help.$(OBJEXT) \ + dieharder-list_rngs.$(OBJEXT) dieharder-list_tests.$(OBJEXT) \ + dieharder-output.$(OBJEXT) dieharder-output_rnds.$(OBJEXT) \ + dieharder-parsecl.$(OBJEXT) dieharder-rdieharder.$(OBJEXT) \ + dieharder-run_all_tests.$(OBJEXT) dieharder-run_test.$(OBJEXT) \ + dieharder-set_globals.$(OBJEXT) dieharder-testbits.$(OBJEXT) \ + dieharder-time_rng.$(OBJEXT) dieharder-user_template.$(OBJEXT) dieharder_OBJECTS = $(am_dieharder_OBJECTS) dieharder_DEPENDENCIES = ../libdieharder/libdieharder.la +dieharder_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dieharder_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -207,6 +215,7 @@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ +dieharder_CFLAGS = @dieharder_CFLAGS@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ @@ -219,6 +228,7 @@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +libdieharder_lo_CFLAGS = @libdieharder_lo_CFLAGS@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -253,7 +263,6 @@ dieharder_SOURCES = \ output_rnds.c \ parsecl.c \ rdieharder.c \ - rng_empty_random.c \ run_all_tests.c \ run_test.c \ set_globals.c \ @@ -262,6 +271,7 @@ dieharder_SOURCES = \ user_template.c +# rng_empty_random.c \ # run_rgb_bitdist.c # run_rgb_lagged_sums.c # run_rgb_minimum_distance.c @@ -370,7 +380,7 @@ clean-binPROGRAMS: rm -f $$list dieharder$(EXEEXT): $(dieharder_OBJECTS) $(dieharder_DEPENDENCIES) @rm -f dieharder$(EXEEXT) - $(LINK) $(dieharder_OBJECTS) $(dieharder_LDADD) $(LIBS) + $(dieharder_LINK) $(dieharder_OBJECTS) $(dieharder_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -378,25 +388,24 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_ui_rngs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_ui_tests.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/choose_rng.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder_exit.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list_rngs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list_tests.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output_rnds.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsecl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdieharder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_empty_random.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_all_tests.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_globals.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testbits.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_rng.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_template.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-add_ui_rngs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-add_ui_tests.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-choose_rng.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-dieharder.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-dieharder_exit.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-help.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-list_rngs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-list_tests.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-output.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-output_rnds.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-parsecl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-rdieharder.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-run_all_tests.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-run_test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-set_globals.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-testbits.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-time_rng.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder-user_template.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -419,6 +428,258 @@ distclean-compile: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +dieharder-add_ui_rngs.o: add_ui_rngs.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_rngs.o -MD -MP -MF $(DEPDIR)/dieharder-add_ui_rngs.Tpo -c -o dieharder-add_ui_rngs.o `test -f 'add_ui_rngs.c' || echo '$(srcdir)/'`add_ui_rngs.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-add_ui_rngs.Tpo $(DEPDIR)/dieharder-add_ui_rngs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='add_ui_rngs.c' object='dieharder-add_ui_rngs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_rngs.o `test -f 'add_ui_rngs.c' || echo '$(srcdir)/'`add_ui_rngs.c + +dieharder-add_ui_rngs.obj: add_ui_rngs.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_rngs.obj -MD -MP -MF $(DEPDIR)/dieharder-add_ui_rngs.Tpo -c -o dieharder-add_ui_rngs.obj `if test -f 'add_ui_rngs.c'; then $(CYGPATH_W) 'add_ui_rngs.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_rngs.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-add_ui_rngs.Tpo $(DEPDIR)/dieharder-add_ui_rngs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='add_ui_rngs.c' object='dieharder-add_ui_rngs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_rngs.obj `if test -f 'add_ui_rngs.c'; then $(CYGPATH_W) 'add_ui_rngs.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_rngs.c'; fi` + +dieharder-add_ui_tests.o: add_ui_tests.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_tests.o -MD -MP -MF $(DEPDIR)/dieharder-add_ui_tests.Tpo -c -o dieharder-add_ui_tests.o `test -f 'add_ui_tests.c' || echo '$(srcdir)/'`add_ui_tests.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-add_ui_tests.Tpo $(DEPDIR)/dieharder-add_ui_tests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='add_ui_tests.c' object='dieharder-add_ui_tests.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_tests.o `test -f 'add_ui_tests.c' || echo '$(srcdir)/'`add_ui_tests.c + +dieharder-add_ui_tests.obj: add_ui_tests.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-add_ui_tests.obj -MD -MP -MF $(DEPDIR)/dieharder-add_ui_tests.Tpo -c -o dieharder-add_ui_tests.obj `if test -f 'add_ui_tests.c'; then $(CYGPATH_W) 'add_ui_tests.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_tests.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-add_ui_tests.Tpo $(DEPDIR)/dieharder-add_ui_tests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='add_ui_tests.c' object='dieharder-add_ui_tests.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-add_ui_tests.obj `if test -f 'add_ui_tests.c'; then $(CYGPATH_W) 'add_ui_tests.c'; else $(CYGPATH_W) '$(srcdir)/add_ui_tests.c'; fi` + +dieharder-choose_rng.o: choose_rng.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-choose_rng.o -MD -MP -MF $(DEPDIR)/dieharder-choose_rng.Tpo -c -o dieharder-choose_rng.o `test -f 'choose_rng.c' || echo '$(srcdir)/'`choose_rng.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-choose_rng.Tpo $(DEPDIR)/dieharder-choose_rng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='choose_rng.c' object='dieharder-choose_rng.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-choose_rng.o `test -f 'choose_rng.c' || echo '$(srcdir)/'`choose_rng.c + +dieharder-choose_rng.obj: choose_rng.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-choose_rng.obj -MD -MP -MF $(DEPDIR)/dieharder-choose_rng.Tpo -c -o dieharder-choose_rng.obj `if test -f 'choose_rng.c'; then $(CYGPATH_W) 'choose_rng.c'; else $(CYGPATH_W) '$(srcdir)/choose_rng.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-choose_rng.Tpo $(DEPDIR)/dieharder-choose_rng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='choose_rng.c' object='dieharder-choose_rng.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-choose_rng.obj `if test -f 'choose_rng.c'; then $(CYGPATH_W) 'choose_rng.c'; else $(CYGPATH_W) '$(srcdir)/choose_rng.c'; fi` + +dieharder-dieharder.o: dieharder.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder.o -MD -MP -MF $(DEPDIR)/dieharder-dieharder.Tpo -c -o dieharder-dieharder.o `test -f 'dieharder.c' || echo '$(srcdir)/'`dieharder.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-dieharder.Tpo $(DEPDIR)/dieharder-dieharder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dieharder.c' object='dieharder-dieharder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder.o `test -f 'dieharder.c' || echo '$(srcdir)/'`dieharder.c + +dieharder-dieharder.obj: dieharder.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder.obj -MD -MP -MF $(DEPDIR)/dieharder-dieharder.Tpo -c -o dieharder-dieharder.obj `if test -f 'dieharder.c'; then $(CYGPATH_W) 'dieharder.c'; else $(CYGPATH_W) '$(srcdir)/dieharder.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-dieharder.Tpo $(DEPDIR)/dieharder-dieharder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dieharder.c' object='dieharder-dieharder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder.obj `if test -f 'dieharder.c'; then $(CYGPATH_W) 'dieharder.c'; else $(CYGPATH_W) '$(srcdir)/dieharder.c'; fi` + +dieharder-dieharder_exit.o: dieharder_exit.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder_exit.o -MD -MP -MF $(DEPDIR)/dieharder-dieharder_exit.Tpo -c -o dieharder-dieharder_exit.o `test -f 'dieharder_exit.c' || echo '$(srcdir)/'`dieharder_exit.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-dieharder_exit.Tpo $(DEPDIR)/dieharder-dieharder_exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dieharder_exit.c' object='dieharder-dieharder_exit.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder_exit.o `test -f 'dieharder_exit.c' || echo '$(srcdir)/'`dieharder_exit.c + +dieharder-dieharder_exit.obj: dieharder_exit.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-dieharder_exit.obj -MD -MP -MF $(DEPDIR)/dieharder-dieharder_exit.Tpo -c -o dieharder-dieharder_exit.obj `if test -f 'dieharder_exit.c'; then $(CYGPATH_W) 'dieharder_exit.c'; else $(CYGPATH_W) '$(srcdir)/dieharder_exit.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-dieharder_exit.Tpo $(DEPDIR)/dieharder-dieharder_exit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dieharder_exit.c' object='dieharder-dieharder_exit.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-dieharder_exit.obj `if test -f 'dieharder_exit.c'; then $(CYGPATH_W) 'dieharder_exit.c'; else $(CYGPATH_W) '$(srcdir)/dieharder_exit.c'; fi` + +dieharder-help.o: help.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-help.o -MD -MP -MF $(DEPDIR)/dieharder-help.Tpo -c -o dieharder-help.o `test -f 'help.c' || echo '$(srcdir)/'`help.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-help.Tpo $(DEPDIR)/dieharder-help.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='help.c' object='dieharder-help.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-help.o `test -f 'help.c' || echo '$(srcdir)/'`help.c + +dieharder-help.obj: help.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-help.obj -MD -MP -MF $(DEPDIR)/dieharder-help.Tpo -c -o dieharder-help.obj `if test -f 'help.c'; then $(CYGPATH_W) 'help.c'; else $(CYGPATH_W) '$(srcdir)/help.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-help.Tpo $(DEPDIR)/dieharder-help.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='help.c' object='dieharder-help.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-help.obj `if test -f 'help.c'; then $(CYGPATH_W) 'help.c'; else $(CYGPATH_W) '$(srcdir)/help.c'; fi` + +dieharder-list_rngs.o: list_rngs.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_rngs.o -MD -MP -MF $(DEPDIR)/dieharder-list_rngs.Tpo -c -o dieharder-list_rngs.o `test -f 'list_rngs.c' || echo '$(srcdir)/'`list_rngs.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-list_rngs.Tpo $(DEPDIR)/dieharder-list_rngs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='list_rngs.c' object='dieharder-list_rngs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_rngs.o `test -f 'list_rngs.c' || echo '$(srcdir)/'`list_rngs.c + +dieharder-list_rngs.obj: list_rngs.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_rngs.obj -MD -MP -MF $(DEPDIR)/dieharder-list_rngs.Tpo -c -o dieharder-list_rngs.obj `if test -f 'list_rngs.c'; then $(CYGPATH_W) 'list_rngs.c'; else $(CYGPATH_W) '$(srcdir)/list_rngs.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-list_rngs.Tpo $(DEPDIR)/dieharder-list_rngs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='list_rngs.c' object='dieharder-list_rngs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_rngs.obj `if test -f 'list_rngs.c'; then $(CYGPATH_W) 'list_rngs.c'; else $(CYGPATH_W) '$(srcdir)/list_rngs.c'; fi` + +dieharder-list_tests.o: list_tests.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_tests.o -MD -MP -MF $(DEPDIR)/dieharder-list_tests.Tpo -c -o dieharder-list_tests.o `test -f 'list_tests.c' || echo '$(srcdir)/'`list_tests.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-list_tests.Tpo $(DEPDIR)/dieharder-list_tests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='list_tests.c' object='dieharder-list_tests.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_tests.o `test -f 'list_tests.c' || echo '$(srcdir)/'`list_tests.c + +dieharder-list_tests.obj: list_tests.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-list_tests.obj -MD -MP -MF $(DEPDIR)/dieharder-list_tests.Tpo -c -o dieharder-list_tests.obj `if test -f 'list_tests.c'; then $(CYGPATH_W) 'list_tests.c'; else $(CYGPATH_W) '$(srcdir)/list_tests.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-list_tests.Tpo $(DEPDIR)/dieharder-list_tests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='list_tests.c' object='dieharder-list_tests.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-list_tests.obj `if test -f 'list_tests.c'; then $(CYGPATH_W) 'list_tests.c'; else $(CYGPATH_W) '$(srcdir)/list_tests.c'; fi` + +dieharder-output.o: output.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output.o -MD -MP -MF $(DEPDIR)/dieharder-output.Tpo -c -o dieharder-output.o `test -f 'output.c' || echo '$(srcdir)/'`output.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-output.Tpo $(DEPDIR)/dieharder-output.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='output.c' object='dieharder-output.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output.o `test -f 'output.c' || echo '$(srcdir)/'`output.c + +dieharder-output.obj: output.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output.obj -MD -MP -MF $(DEPDIR)/dieharder-output.Tpo -c -o dieharder-output.obj `if test -f 'output.c'; then $(CYGPATH_W) 'output.c'; else $(CYGPATH_W) '$(srcdir)/output.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-output.Tpo $(DEPDIR)/dieharder-output.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='output.c' object='dieharder-output.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output.obj `if test -f 'output.c'; then $(CYGPATH_W) 'output.c'; else $(CYGPATH_W) '$(srcdir)/output.c'; fi` + +dieharder-output_rnds.o: output_rnds.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output_rnds.o -MD -MP -MF $(DEPDIR)/dieharder-output_rnds.Tpo -c -o dieharder-output_rnds.o `test -f 'output_rnds.c' || echo '$(srcdir)/'`output_rnds.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-output_rnds.Tpo $(DEPDIR)/dieharder-output_rnds.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='output_rnds.c' object='dieharder-output_rnds.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output_rnds.o `test -f 'output_rnds.c' || echo '$(srcdir)/'`output_rnds.c + +dieharder-output_rnds.obj: output_rnds.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-output_rnds.obj -MD -MP -MF $(DEPDIR)/dieharder-output_rnds.Tpo -c -o dieharder-output_rnds.obj `if test -f 'output_rnds.c'; then $(CYGPATH_W) 'output_rnds.c'; else $(CYGPATH_W) '$(srcdir)/output_rnds.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-output_rnds.Tpo $(DEPDIR)/dieharder-output_rnds.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='output_rnds.c' object='dieharder-output_rnds.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-output_rnds.obj `if test -f 'output_rnds.c'; then $(CYGPATH_W) 'output_rnds.c'; else $(CYGPATH_W) '$(srcdir)/output_rnds.c'; fi` + +dieharder-parsecl.o: parsecl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-parsecl.o -MD -MP -MF $(DEPDIR)/dieharder-parsecl.Tpo -c -o dieharder-parsecl.o `test -f 'parsecl.c' || echo '$(srcdir)/'`parsecl.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-parsecl.Tpo $(DEPDIR)/dieharder-parsecl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parsecl.c' object='dieharder-parsecl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-parsecl.o `test -f 'parsecl.c' || echo '$(srcdir)/'`parsecl.c + +dieharder-parsecl.obj: parsecl.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-parsecl.obj -MD -MP -MF $(DEPDIR)/dieharder-parsecl.Tpo -c -o dieharder-parsecl.obj `if test -f 'parsecl.c'; then $(CYGPATH_W) 'parsecl.c'; else $(CYGPATH_W) '$(srcdir)/parsecl.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-parsecl.Tpo $(DEPDIR)/dieharder-parsecl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parsecl.c' object='dieharder-parsecl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-parsecl.obj `if test -f 'parsecl.c'; then $(CYGPATH_W) 'parsecl.c'; else $(CYGPATH_W) '$(srcdir)/parsecl.c'; fi` + +dieharder-rdieharder.o: rdieharder.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-rdieharder.o -MD -MP -MF $(DEPDIR)/dieharder-rdieharder.Tpo -c -o dieharder-rdieharder.o `test -f 'rdieharder.c' || echo '$(srcdir)/'`rdieharder.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-rdieharder.Tpo $(DEPDIR)/dieharder-rdieharder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rdieharder.c' object='dieharder-rdieharder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-rdieharder.o `test -f 'rdieharder.c' || echo '$(srcdir)/'`rdieharder.c + +dieharder-rdieharder.obj: rdieharder.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-rdieharder.obj -MD -MP -MF $(DEPDIR)/dieharder-rdieharder.Tpo -c -o dieharder-rdieharder.obj `if test -f 'rdieharder.c'; then $(CYGPATH_W) 'rdieharder.c'; else $(CYGPATH_W) '$(srcdir)/rdieharder.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-rdieharder.Tpo $(DEPDIR)/dieharder-rdieharder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rdieharder.c' object='dieharder-rdieharder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-rdieharder.obj `if test -f 'rdieharder.c'; then $(CYGPATH_W) 'rdieharder.c'; else $(CYGPATH_W) '$(srcdir)/rdieharder.c'; fi` + +dieharder-run_all_tests.o: run_all_tests.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_all_tests.o -MD -MP -MF $(DEPDIR)/dieharder-run_all_tests.Tpo -c -o dieharder-run_all_tests.o `test -f 'run_all_tests.c' || echo '$(srcdir)/'`run_all_tests.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-run_all_tests.Tpo $(DEPDIR)/dieharder-run_all_tests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='run_all_tests.c' object='dieharder-run_all_tests.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_all_tests.o `test -f 'run_all_tests.c' || echo '$(srcdir)/'`run_all_tests.c + +dieharder-run_all_tests.obj: run_all_tests.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_all_tests.obj -MD -MP -MF $(DEPDIR)/dieharder-run_all_tests.Tpo -c -o dieharder-run_all_tests.obj `if test -f 'run_all_tests.c'; then $(CYGPATH_W) 'run_all_tests.c'; else $(CYGPATH_W) '$(srcdir)/run_all_tests.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-run_all_tests.Tpo $(DEPDIR)/dieharder-run_all_tests.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='run_all_tests.c' object='dieharder-run_all_tests.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_all_tests.obj `if test -f 'run_all_tests.c'; then $(CYGPATH_W) 'run_all_tests.c'; else $(CYGPATH_W) '$(srcdir)/run_all_tests.c'; fi` + +dieharder-run_test.o: run_test.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_test.o -MD -MP -MF $(DEPDIR)/dieharder-run_test.Tpo -c -o dieharder-run_test.o `test -f 'run_test.c' || echo '$(srcdir)/'`run_test.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-run_test.Tpo $(DEPDIR)/dieharder-run_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='run_test.c' object='dieharder-run_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_test.o `test -f 'run_test.c' || echo '$(srcdir)/'`run_test.c + +dieharder-run_test.obj: run_test.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-run_test.obj -MD -MP -MF $(DEPDIR)/dieharder-run_test.Tpo -c -o dieharder-run_test.obj `if test -f 'run_test.c'; then $(CYGPATH_W) 'run_test.c'; else $(CYGPATH_W) '$(srcdir)/run_test.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-run_test.Tpo $(DEPDIR)/dieharder-run_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='run_test.c' object='dieharder-run_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-run_test.obj `if test -f 'run_test.c'; then $(CYGPATH_W) 'run_test.c'; else $(CYGPATH_W) '$(srcdir)/run_test.c'; fi` + +dieharder-set_globals.o: set_globals.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-set_globals.o -MD -MP -MF $(DEPDIR)/dieharder-set_globals.Tpo -c -o dieharder-set_globals.o `test -f 'set_globals.c' || echo '$(srcdir)/'`set_globals.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-set_globals.Tpo $(DEPDIR)/dieharder-set_globals.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='set_globals.c' object='dieharder-set_globals.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-set_globals.o `test -f 'set_globals.c' || echo '$(srcdir)/'`set_globals.c + +dieharder-set_globals.obj: set_globals.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-set_globals.obj -MD -MP -MF $(DEPDIR)/dieharder-set_globals.Tpo -c -o dieharder-set_globals.obj `if test -f 'set_globals.c'; then $(CYGPATH_W) 'set_globals.c'; else $(CYGPATH_W) '$(srcdir)/set_globals.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-set_globals.Tpo $(DEPDIR)/dieharder-set_globals.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='set_globals.c' object='dieharder-set_globals.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-set_globals.obj `if test -f 'set_globals.c'; then $(CYGPATH_W) 'set_globals.c'; else $(CYGPATH_W) '$(srcdir)/set_globals.c'; fi` + +dieharder-testbits.o: testbits.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-testbits.o -MD -MP -MF $(DEPDIR)/dieharder-testbits.Tpo -c -o dieharder-testbits.o `test -f 'testbits.c' || echo '$(srcdir)/'`testbits.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-testbits.Tpo $(DEPDIR)/dieharder-testbits.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testbits.c' object='dieharder-testbits.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-testbits.o `test -f 'testbits.c' || echo '$(srcdir)/'`testbits.c + +dieharder-testbits.obj: testbits.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-testbits.obj -MD -MP -MF $(DEPDIR)/dieharder-testbits.Tpo -c -o dieharder-testbits.obj `if test -f 'testbits.c'; then $(CYGPATH_W) 'testbits.c'; else $(CYGPATH_W) '$(srcdir)/testbits.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-testbits.Tpo $(DEPDIR)/dieharder-testbits.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='testbits.c' object='dieharder-testbits.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-testbits.obj `if test -f 'testbits.c'; then $(CYGPATH_W) 'testbits.c'; else $(CYGPATH_W) '$(srcdir)/testbits.c'; fi` + +dieharder-time_rng.o: time_rng.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-time_rng.o -MD -MP -MF $(DEPDIR)/dieharder-time_rng.Tpo -c -o dieharder-time_rng.o `test -f 'time_rng.c' || echo '$(srcdir)/'`time_rng.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-time_rng.Tpo $(DEPDIR)/dieharder-time_rng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='time_rng.c' object='dieharder-time_rng.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-time_rng.o `test -f 'time_rng.c' || echo '$(srcdir)/'`time_rng.c + +dieharder-time_rng.obj: time_rng.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-time_rng.obj -MD -MP -MF $(DEPDIR)/dieharder-time_rng.Tpo -c -o dieharder-time_rng.obj `if test -f 'time_rng.c'; then $(CYGPATH_W) 'time_rng.c'; else $(CYGPATH_W) '$(srcdir)/time_rng.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-time_rng.Tpo $(DEPDIR)/dieharder-time_rng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='time_rng.c' object='dieharder-time_rng.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-time_rng.obj `if test -f 'time_rng.c'; then $(CYGPATH_W) 'time_rng.c'; else $(CYGPATH_W) '$(srcdir)/time_rng.c'; fi` + +dieharder-user_template.o: user_template.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-user_template.o -MD -MP -MF $(DEPDIR)/dieharder-user_template.Tpo -c -o dieharder-user_template.o `test -f 'user_template.c' || echo '$(srcdir)/'`user_template.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-user_template.Tpo $(DEPDIR)/dieharder-user_template.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='user_template.c' object='dieharder-user_template.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-user_template.o `test -f 'user_template.c' || echo '$(srcdir)/'`user_template.c + +dieharder-user_template.obj: user_template.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -MT dieharder-user_template.obj -MD -MP -MF $(DEPDIR)/dieharder-user_template.Tpo -c -o dieharder-user_template.obj `if test -f 'user_template.c'; then $(CYGPATH_W) 'user_template.c'; else $(CYGPATH_W) '$(srcdir)/user_template.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dieharder-user_template.Tpo $(DEPDIR)/dieharder-user_template.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='user_template.c' object='dieharder-user_template.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dieharder_CFLAGS) $(CFLAGS) -c -o dieharder-user_template.obj `if test -f 'user_template.c'; then $(CYGPATH_W) 'user_template.c'; else $(CYGPATH_W) '$(srcdir)/user_template.c'; fi` + mostlyclean-libtool: -rm -f *.lo diff --git a/dieharder/add_ui_rngs.c b/dieharder/add_ui_rngs.c index d3754f4..e767007 100644 --- a/dieharder/add_ui_rngs.c +++ b/dieharder/add_ui_rngs.c @@ -28,9 +28,10 @@ void add_ui_rngs() */ i = 600; dh_num_user_rngs = 0; - /* Template from here: */ + /* Template from here. Uncomment and fill in your own generator: dh_rng_types[i] = gsl_rng_empty_random; i++; + */ dh_num_user_rngs++; dh_num_rngs++; /* to here.*/ diff --git a/dieharder/add_ui_tests.c b/dieharder/add_ui_tests.c index eb758c2..faa430f 100644 --- a/dieharder/add_ui_tests.c +++ b/dieharder/add_ui_tests.c @@ -29,7 +29,7 @@ void add_ui_tests() */ i = 600; dh_num_user_tests = 0; - ADD_TEST(&user_template); + ADD_TEST(&user_template_dtest); dh_num_user_tests++; /* diff --git a/dieharder/choose_rng.c b/dieharder/choose_rng.c index 9f57291..72d885d 100644 --- a/dieharder/choose_rng.c +++ b/dieharder/choose_rng.c @@ -14,7 +14,7 @@ #include "dieharder.h" -int select_rng(int gennum,char *genname,uint initial_seed); +int select_rng(int gennum,char *genname,unsigned int initial_seed); void choose_rng() { @@ -96,7 +96,7 @@ void choose_rng() * ======================================================================== */ -int select_rng(int gennum,char *genname,uint initial_seed) +int select_rng(int gennum,char *genname,unsigned int initial_seed) { int i; @@ -230,12 +230,12 @@ int select_rng(int gennum,char *genname,uint initial_seed) if(Seed == 0){ seed = random_seed(); MYDEBUG(D_SEED){ - fprintf(stdout,"# choose_rng(): Generating random seed %u\n",seed); + fprintf(stdout,"# choose_rng(): Generating random seed %lu\n",seed); } } else { seed = Seed; MYDEBUG(D_SEED){ - fprintf(stdout,"# choose_rng(): Setting fixed seed %u\n",seed); + fprintf(stdout,"# choose_rng(): Setting fixed seed %lu\n",seed); } } @@ -293,7 +293,7 @@ int select_rng(int gennum,char *genname,uint initial_seed) int select_XOR() { - int i,j,k; + int i,j; int one_file; /* @@ -416,12 +416,12 @@ int select_XOR() if(Seed == 0){ seed = random_seed(); MYDEBUG(D_SEED){ - fprintf(stdout,"# choose_rng(): Generating random seed %u\n",seed); + fprintf(stdout,"# choose_rng(): Generating random seed %lu\n",seed); } } else { seed = Seed; MYDEBUG(D_SEED){ - fprintf(stdout,"# choose_rng(): Setting fixed seed %u\n",seed); + fprintf(stdout,"# choose_rng(): Setting fixed seed %lu\n",seed); } } diff --git a/dieharder/dieharder.c b/dieharder/dieharder.c index 90b97fd..a7eedee 100644 --- a/dieharder/dieharder.c +++ b/dieharder/dieharder.c @@ -1,7 +1,5 @@ /* *======================================================================== - * $Id: dieharder.c 473 2008-09-22 07:29:33Z rgbatduke $ - * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== */ @@ -22,8 +20,6 @@ int main(int argc, char *argv[]) { - int i; - /* * set_globals picks the default values that control the CLI/UI (not the * tests, which have internal defaults). If you are writing your own UI, diff --git a/dieharder/dieharder.h b/dieharder/dieharder.h index 77c2ab9..b41a4fd 100644 --- a/dieharder/dieharder.h +++ b/dieharder/dieharder.h @@ -1,6 +1,6 @@ /* *======================================================================== - * $Id: dieharder.h 473 2008-09-22 07:29:33Z rgbatduke $ + * $Id: dieharder.h 529 2011-04-01 17:49:31Z rgbatduke $ * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== @@ -24,7 +24,7 @@ * blank the default because it is hard to specify a blank on the CL but * easy to specify the others? */ -uint tflag,tflag_default; +unsigned int tflag,tflag_default; char table_separator; #include "output.h" @@ -50,6 +50,19 @@ double strategy; Dtest *rdh_dtestptr; /* kludge: need a global to report back to R */ #endif + void list_rngs(); + void list_tests(); + void output_rnds(); + void Exit(int); + void time_rng(); + void set_globals(); + void choose_rng(); + int execute_test(int); + void run_all_tests(); + void run_test(); + void add_ui_rngs(); + void parsecl(int argc, char **argv); + void output(Dtest *dtest,Test **test); void show_test_header(Dtest *dtest,Test **test); void show_test_header_debug(Dtest *dtest,Test **test); void test_header(Dtest *dtest); diff --git a/dieharder/help.c b/dieharder/help.c index fcb4915..3192a39 100644 --- a/dieharder/help.c +++ b/dieharder/help.c @@ -1,6 +1,6 @@ /* *======================================================================== - * $Id: help.c 522 2011-03-10 16:00:48Z rgbatduke $ + * $Id: help.c 529 2011-04-01 17:49:31Z rgbatduke $ * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== @@ -60,8 +60,8 @@ dieharder [-a] [-d dieharder test number] [-f filename] [-B]\n\ [-s seed strategy] [-S random number seed]\n\ [-t number of test samples] [-v verbose flag]\n\ [-W weak] [-X fail] [-Y Xtrategy]\n\ - [-x xvalue] [-y yvalue] [-z zvalue]\n\ -\n\ + [-x xvalue] [-y yvalue] [-z zvalue]\n"); +fprintf(stdout, "\n\ -a - runs all the tests with standard/default options to create a report\n\ -d test number - selects specific diehard test.\n\ -f filename - generators 201 or 202 permit either raw binary or \n\ @@ -132,8 +132,8 @@ dieharder [-a] [-d dieharder test number] [-f filename] [-B]\n\ default value of 10000. Read the test synopses for suggested settings\n\ for -t or use -a first. Many tests will ignore -t as they require\n\ a very specific number of samples to be used in generating their\n\ - statistic.\n\ - -W weak - sets the 'weak' threshold to make the test(s) more or less \n\ + statistic.\n"); +fprintf(stdout, " -W weak - sets the 'weak' threshold to make the test(s) more or less \n\ forgiving during e.g. a test-to-destruction run. Default is currently \n\ 0.005. \n\ -X fail - sets the 'fail' threshold to make the test(s) more or less \n\ @@ -146,7 +146,7 @@ dieharder [-a] [-d dieharder test number] [-f filename] [-B]\n\ 0 - just run dieharder with the specified number of tsamples and\n\ psamples, do not dynamically modify a run based on results. This is\n\ the way it has always run, and is still the default.\n\ - \n\ +\n\ 1 - 'resolve ambiguity' (RA) mode. If a test returns 'weak', this is \n\ an undesired result. What does that mean, after all? If you run a long\n\ test series, you will see occasional weak returns for a perfect\n\ @@ -167,8 +167,8 @@ dieharder [-a] [-d dieharder test number] [-f filename] [-B]\n\ where or if a generator will .I ever fail a test (or test series). -Y 2\n\ causes psamples to be added 100 at a time until a test returns an\n\ overall pvalue lower than the failure threshold or a specified maximum\n\ - number of psamples (see -P) is reached. \n\ -\n\ + number of psamples (see -P) is reached. \n"); +fprintf(stdout, "\n\ Note well! In this mode one may well fail due to the alternate\n\ null hypothesis -- the test itself is a bad test and fails! Many\n\ dieharder tests, despite our best efforts, are numerically unstable or\n\ @@ -205,7 +205,7 @@ dieharder [-a] [-d dieharder test number] [-f filename] [-B]\n\ incorrect or misleading. In particular, 'Weak' pvalues should occur\n\ one test in a hundred, and 'Failed' pvalues should occur one test in\n\ a thousand -- that's what p MEANS. Use them at your Own Risk! Be Warned!\n\ -\n",QUOTEME(VERSION)); +\n"); exit(0); diff --git a/dieharder/no b/dieharder/no new file mode 100644 index 0000000..05ef819 --- /dev/null +++ b/dieharder/no @@ -0,0 +1,113 @@ +cd .. && make am--refresh +make[1]: Entering directory `/home/rgb/Src/Projects/dieharder' +CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh ./missing --run aclocal -I m4 + cd . && /bin/sh ./missing --run automake --add-missing --copy --gnu --gnu +CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh ./missing --run autoconf;echo "Run ./configure";exit +Run ./configure +/bin/sh ./config.status --recheck +running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --no-create --no-recursion +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking build system type... x86_64-unknown-linux-gnu +checking host system type... x86_64-unknown-linux-gnu +checking how to print strings... printf +checking for style of include used by make... GNU +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking dependency style of gcc... gcc3 +checking for a sed that does not truncate output... /bin/sed +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 1572864 +checking whether the shell understands some XSI constructs... yes +checking whether the shell understands "+="... yes +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for ar... ar +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking how to run the C preprocessor... gcc -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... no +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes +checking whether -lc should be explicitly linked in... no +checking dynamic linker characteristics... GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +checking whether stripping libraries is possible... yes +checking if libtool supports shared libraries... yes +checking whether to build shared libraries... yes +checking whether to build static libraries... yes +checking for gcc... (cached) gcc +checking whether we are using the GNU C compiler... (cached) yes +checking whether gcc accepts -g... (cached) yes +checking for gcc option to accept ISO C89... (cached) none needed +checking dependency style of gcc... (cached) gcc3 +checking whether make sets $(MAKE)... (cached) yes +checking for size_t... yes +checking for working volatile... yes +checking for inline... inline +checking gsl/gsl_sf_gamma.h usability... yes +checking gsl/gsl_sf_gamma.h presence... yes +checking for gsl/gsl_sf_gamma.h... yes +checking for main in -lgslcblas... yes +checking for gsl_sf_gamma in -lgsl... yes +checking for endianness... little +checking for an ANSI C-conforming const... yes +checking for size_t... (cached) yes +checking whether time.h and sys/time.h may both be included... yes +configure: creating ./config.status + /bin/sh ./config.status +config.status: creating dieharder_version.h +config.status: creating dieharder.spec +config.status: creating dieharder.html +config.status: creating dieharder-config +config.status: creating dieharder/Makefile +config.status: creating include/Makefile +config.status: creating libdieharder/Makefile +config.status: creating Makefile +config.status: creating config.h +config.status: config.h is unchanged +config.status: executing depfiles commands +config.status: executing libtool commands +make[1]: Leaving directory `/home/rgb/Src/Projects/dieharder' +make[1]: Entering directory `/home/rgb/Src/Projects/dieharder' +make[1]: Leaving directory `/home/rgb/Src/Projects/dieharder' +make[1]: Entering directory `/home/rgb/Src/Projects/dieharder' +make[1]: Leaving directory `/home/rgb/Src/Projects/dieharder' +make[1]: Entering directory `/home/rgb/Src/Projects/dieharder' +make[1]: Leaving directory `/home/rgb/Src/Projects/dieharder' +make: Nothing to be done for `all'. diff --git a/dieharder/output.c b/dieharder/output.c index 78c1ba7..cb152ea 100644 --- a/dieharder/output.c +++ b/dieharder/output.c @@ -39,7 +39,7 @@ void output(Dtest *dtest,Test **test) /* * Show the table header at most one time. */ - static uint firstcall = 1; + static unsigned int firstcall = 1; if(firstcall){ /* @@ -205,9 +205,9 @@ void output_rng_info() } if(tflag & TSEED && strategy == 0 && !fromfile){ if(tflag & TNO_WHITE){ - fprintf(stdout,"%u%c",seed,table_separator); + fprintf(stdout,"%lu%c",seed,table_separator); } else { - fprintf(stdout,"%10u%c",seed,table_separator); + fprintf(stdout,"%10lu%c",seed,table_separator); } } fprintf(stdout,"\n"); @@ -218,8 +218,7 @@ void output_rng_info() void output_table_line_header() { - uint i; - uint field = 0; + unsigned int field = 0; /* * We assemble the table header according to what tflag's value is. @@ -340,8 +339,8 @@ void output_table_line_header() void output_table_line(Dtest *dtest,Test **test) { - uint i; - uint field; + unsigned int i; + unsigned int field; /* * IF a user wants something like the old-style "report", they @@ -515,9 +514,9 @@ void output_table_line(Dtest *dtest,Test **test) fprintf(stdout,"%c",table_separator); } if(tflag & TNO_WHITE){ - fprintf(stdout,"%u",seed); + fprintf(stdout,"%lu",seed); } else { - fprintf(stdout,"%10u",seed); + fprintf(stdout,"%10lu",seed); } field++; } @@ -542,15 +541,15 @@ void output_table_line(Dtest *dtest,Test **test) int output_histogram(double *input,char *pvlabel,int inum,double min,double max,int nbins,char *label) { - int i,j,k,hindex; - uint *bin,binmax; + int i,j,hindex; + unsigned int *bin,binmax; double binscale; - uint vscale; + unsigned int vscale; /* * This is where we put the binned count(s). Make and zero it */ - bin = (uint *)malloc(nbins*sizeof(uint)); + bin = (unsigned int *)malloc(nbins*sizeof(unsigned int)); for(i=0;i 0){ for(i=0;i /* * parsecl parses the command line for the dieharder CLI to: * @@ -21,7 +21,6 @@ * routines. */ -static int set_table = 1; char table_entry[TLENGTH]; int show_flags = 0; @@ -37,10 +36,9 @@ void parsecl(int argc, char **argv) * strategies. */ - int imax,i,c,errflg=0; + int i,c,errflg=0; int itmp; - uint utmp; - int tflag_tmp = 0,dtest_tmp,gen_tmp; + int tflag_tmp = 0,dtest_tmp,gen_tmp=17; extern char *optarg; extern int optind, opterr, optopt; char *endptr; diff --git a/dieharder/rdieharder.c b/dieharder/rdieharder.c index 8bbe7bf..daad460 100644 --- a/dieharder/rdieharder.c +++ b/dieharder/rdieharder.c @@ -1,7 +1,5 @@ /* *======================================================================== - * $Id: rdieharder.c 255 2007-01-27 15:09:15Z db $ - * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== */ diff --git a/dieharder/rng_empty_random.c b/dieharder/rng_empty_random.c index d836729..59ff140 100644 --- a/dieharder/rng_empty_random.c +++ b/dieharder/rng_empty_random.c @@ -1,27 +1,9 @@ -/* dev_random - * - * Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or (at - * your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* + * This is a wrapping of the /dev/random hardware rng */ #include "dieharder.h" -/* - * This is a wrapping of the /dev/random hardware rng - */ static unsigned long int dev_random_get (void *vstate); static double dev_random_get_double (void *vstate); diff --git a/dieharder/run_all_tests.c b/dieharder/run_all_tests.c index 28a2635..285a168 100644 --- a/dieharder/run_all_tests.c +++ b/dieharder/run_all_tests.c @@ -1,6 +1,6 @@ /* *======================================================================== - * $Id: run_all_tests.c 504 2009-11-16 16:51:55Z david.astgtciv $ + * $Id: run_all_tests.c 529 2011-04-01 17:49:31Z rgbatduke $ * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== @@ -22,8 +22,7 @@ void run_all_tests() /* * The nt variables control ntuple loops for the -a(ll) display only. */ - int i,ntmin,ntmax,ntsave; - int error = 0; + int ntmin,ntmax,ntsave; /* * This isn't QUITE a simple loop because -a is a dieharder-only function, diff --git a/dieharder/run_test.c b/dieharder/run_test.c index c2a13a7..b6ec195 100644 --- a/dieharder/run_test.c +++ b/dieharder/run_test.c @@ -41,8 +41,8 @@ void run_test() int execute_test(int dtest_num) { - int i,j,k; - uint need_more_p; + int i; + unsigned int need_more_p; double smallest_p; /* * Declare the results struct. @@ -57,12 +57,12 @@ int execute_test(int dtest_num) if(Seed == 0){ seed = random_seed(); MYDEBUG(D_SEED){ - fprintf(stdout,"# execute_test(): Generating random seed %u\n",seed); + fprintf(stdout,"# execute_test(): Generating random seed %lu\n",seed); } } else { seed = Seed; MYDEBUG(D_SEED){ - fprintf(stdout,"# execute_test(): Setting fixed seed %u\n",seed); + fprintf(stdout,"# execute_test(): Setting fixed seed %lu\n",seed); } } gsl_rng_set(rng,seed); @@ -135,6 +135,8 @@ int execute_test(int dtest_num) destroy_test(dh_test_types[dtest_num],dieharder_test); + return(0); + } diff --git a/dieharder/set_globals.c b/dieharder/set_globals.c index 7f0223e..175aa52 100644 --- a/dieharder/set_globals.c +++ b/dieharder/set_globals.c @@ -20,7 +20,7 @@ void set_globals() ks_test = 0; /* Default is 0, Symmetrized KS test */ output_file = 0; /* No output file */ output_format = 1; /* uint output format if you use -o alone */ - /* Cruft overlap = 1; /* Default is to use overlapping samples */ + /* Cruft overlap = 1; / * Default is to use overlapping samples */ multiply_p = 1; /* Default is to use default number of psamples */ gnumbs[0] = 13; /* Default is mt19937 as a "good" generator */ generator_name[0] = (char)0; /* empty generator name is default */ diff --git a/dieharder/testbits.c b/dieharder/testbits.c index f93d4c9..d555786 100644 --- a/dieharder/testbits.c +++ b/dieharder/testbits.c @@ -19,8 +19,8 @@ void testbits() { - uint input[4],output[4]; - uint tuple,off; + unsigned int input[4],output[4]; + unsigned int tuple,off; int pattern[10]; off = get_uint_rand(rng); @@ -208,7 +208,7 @@ void testbits() tuple = 32; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); @@ -217,7 +217,7 @@ void testbits() tuple = 32; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); @@ -226,7 +226,7 @@ void testbits() tuple = 64; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); @@ -234,7 +234,7 @@ void testbits() tuple = 16; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); @@ -242,7 +242,7 @@ void testbits() tuple = 16; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); @@ -250,7 +250,7 @@ void testbits() tuple = 16; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); @@ -258,7 +258,7 @@ void testbits() tuple = 32; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); @@ -266,7 +266,7 @@ void testbits() tuple = 24; printf("Getting a %d-tuple from circulating buffer\n",tuple); printf("==============================================================================\n"); - get_rand_bits((void *)output,4*sizeof(uint),tuple,rng); + get_rand_bits((void *)output,4*sizeof(unsigned int),tuple,rng); dumpuintbits(&output[0],2);printf("\n"); dumpuintbits(&output[2],2);printf("\n"); printf("==================================================================\n\n"); diff --git a/dieharder/user_template.c b/dieharder/user_template.c index c311ef5..62275b5 100644 --- a/dieharder/user_template.c +++ b/dieharder/user_template.c @@ -75,7 +75,7 @@ int user_template(Test **test,int irun) { - uint t,i,lag; + unsigned int t,i,lag; Xtest ptest; /* @@ -119,6 +119,8 @@ int user_template(Test **test,int irun) printf("# user_template(): ks_pvalue[%u] = %10.5f\n",irun,test[0]->pvalues[irun]); } + return(0); + } void help_user_template() diff --git a/dieharder/user_template.h b/dieharder/user_template.h index 3b78138..2acf9f7 100644 --- a/dieharder/user_template.h +++ b/dieharder/user_template.h @@ -22,7 +22,7 @@ int user_template(Test **test,int irun); * of statistics generated by the test (per test invocation) -- usually * this will be one but for several it is two and could be more. */ -static Dtest user_template_dtest = { +static Dtest user_template_dtest __attribute__((unused)) = { "Example User Test", "user_template", "\n\ diff --git a/dieharder/validate.dat b/dieharder/validate.dat index a7df969..77f80bc 100644 --- a/dieharder/validate.dat +++ b/dieharder/validate.dat @@ -1,9 +1,125 @@ #=============================================================================# -# dieharder version 3.29.6beta Copyright 2003 Robert G. Brown # +# dieharder version 3.31.1 Copyright 2003 Robert G. Brown # #=============================================================================# rng_name |rands/second| - AES_OFB| 2.89e+07 | + Threefish_OFB| 6.36e+07 | #=============================================================================# test_name |ntup| tsamples |psamples| p-value |Assessment| Seed #=============================================================================# - diehard_birthdays| 0| 100| 1000|0.48735022| PASSED | 1 + diehard_birthdays| 0| 100| 1000|0.27820914| PASSED | 1 + diehard_operm5| 0| 1000000| 1000|0.11465595| PASSED | 1 + diehard_rank_32x32| 0| 40000| 1000|0.31914085| PASSED | 1 + diehard_rank_6x8| 0| 100000| 1000|0.45818704| PASSED | 1 + diehard_bitstream| 0| 2097152| 1000|0.61069024| PASSED | 1 + diehard_opso| 0| 2097152| 1000|0.40297020| PASSED | 1 + diehard_oqso| 0| 2097152| 1000|0.19002291| PASSED | 1 + diehard_dna| 0| 2097152| 1000|0.01074845| PASSED | 1 +diehard_count_1s_str| 0| 256000| 1000|0.76060421| PASSED | 1 +diehard_count_1s_byt| 0| 256000| 1000|0.25085345| PASSED | 1 + diehard_parking_lot| 0| 12000| 1000|0.16919556| PASSED | 1 + diehard_2dsphere| 2| 8000| 1000|0.99233512| PASSED | 1 + diehard_3dsphere| 3| 4000| 1000|0.00173004| WEAK | 1 + diehard_squeeze| 0| 100000| 1000|0.90584472| PASSED | 1 + diehard_sums| 0| 100| 1000|0.00014072| WEAK | 1 + diehard_runs| 0| 100000| 1000|0.48122841| PASSED | 1 + diehard_runs| 0| 100000| 1000|0.66482699| PASSED | 1 + diehard_craps| 0| 200000| 1000|0.00192738| WEAK | 1 + diehard_craps| 0| 200000| 1000|0.72646047| PASSED | 1 + marsaglia_tsang_gcd| 0| 10000000| 1000|0.73801078| PASSED | 1 + marsaglia_tsang_gcd| 0| 10000000| 1000|0.76439803| PASSED | 1 + sts_monobit| 1| 100000| 1000|0.59628035| PASSED | 1 + sts_runs| 2| 100000| 1000|0.03875331| PASSED | 1 + sts_serial| 1| 100000| 1000|0.59628035| PASSED | 1 + sts_serial| 2| 100000| 1000|0.73281229| PASSED | 1 + sts_serial| 3| 100000| 1000|0.15827818| PASSED | 1 + sts_serial| 3| 100000| 1000|0.02015582| PASSED | 1 + sts_serial| 4| 100000| 1000|0.00305566| WEAK | 1 + sts_serial| 4| 100000| 1000|0.13973207| PASSED | 1 + sts_serial| 5| 100000| 1000|0.00085103| WEAK | 1 + sts_serial| 5| 100000| 1000|0.23316345| PASSED | 1 + sts_serial| 6| 100000| 1000|0.00349069| WEAK | 1 + sts_serial| 6| 100000| 1000|0.39436531| PASSED | 1 + sts_serial| 7| 100000| 1000|0.14597267| PASSED | 1 + sts_serial| 7| 100000| 1000|0.78628350| PASSED | 1 + sts_serial| 8| 100000| 1000|0.99940688| WEAK | 1 + sts_serial| 8| 100000| 1000|0.12603377| PASSED | 1 + sts_serial| 9| 100000| 1000|0.77687090| PASSED | 1 + sts_serial| 9| 100000| 1000|0.68676193| PASSED | 1 + sts_serial| 10| 100000| 1000|0.17570582| PASSED | 1 + sts_serial| 10| 100000| 1000|0.46112719| PASSED | 1 + sts_serial| 11| 100000| 1000|0.16689382| PASSED | 1 + sts_serial| 11| 100000| 1000|0.03779226| PASSED | 1 + sts_serial| 12| 100000| 1000|0.15265445| PASSED | 1 + sts_serial| 12| 100000| 1000|0.22654975| PASSED | 1 + sts_serial| 13| 100000| 1000|0.16152310| PASSED | 1 + sts_serial| 13| 100000| 1000|0.49168954| PASSED | 1 + sts_serial| 14| 100000| 1000|0.11390164| PASSED | 1 + sts_serial| 14| 100000| 1000|0.32883987| PASSED | 1 + sts_serial| 15| 100000| 1000|0.03372353| PASSED | 1 + sts_serial| 15| 100000| 1000|0.24693908| PASSED | 1 + sts_serial| 16| 100000| 1000|0.11940350| PASSED | 1 + sts_serial| 16| 100000| 1000|0.34344937| PASSED | 1 + rgb_bitdist| 1| 100000| 1000|0.91440530| PASSED | 1 + rgb_bitdist| 2| 100000| 1000|0.11036137| PASSED | 1 + rgb_bitdist| 3| 100000| 1000|0.82436731| PASSED | 1 + rgb_bitdist| 4| 100000| 1000|0.56338959| PASSED | 1 + rgb_bitdist| 5| 100000| 1000|0.67725657| PASSED | 1 + rgb_bitdist| 6| 100000| 1000|0.97923825| PASSED | 1 + rgb_bitdist| 7| 100000| 1000|0.79937944| PASSED | 1 + rgb_bitdist| 8| 100000| 1000|0.73581661| PASSED | 1 + rgb_bitdist| 9| 100000| 1000|0.80712872| PASSED | 1 + rgb_bitdist| 10| 100000| 1000|0.14405521| PASSED | 1 + rgb_bitdist| 11| 100000| 1000|0.89121005| PASSED | 1 + rgb_bitdist| 12| 100000| 1000|0.73648512| PASSED | 1 +rgb_minimum_distance| 2| 10000| 10000|0.60672099| PASSED | 1 +rgb_minimum_distance| 3| 10000| 10000|0.22508714| PASSED | 1 +rgb_minimum_distance| 4| 10000| 10000|0.01697039| PASSED | 1 +rgb_minimum_distance| 5| 10000| 10000|0.01700890| PASSED | 1 + rgb_permutations| 2| 100000| 1000|0.69418227| PASSED | 1 + rgb_permutations| 3| 100000| 1000|0.34647425| PASSED | 1 + rgb_permutations| 4| 100000| 1000|0.15472959| PASSED | 1 + rgb_permutations| 5| 100000| 1000|0.26234715| PASSED | 1 + rgb_lagged_sum| 0| 1000000| 1000|0.41434844| PASSED | 1 + rgb_lagged_sum| 1| 1000000| 1000|0.27668645| PASSED | 1 + rgb_lagged_sum| 2| 1000000| 1000|0.57503901| PASSED | 1 + rgb_lagged_sum| 3| 1000000| 1000|0.46309998| PASSED | 1 + rgb_lagged_sum| 4| 1000000| 1000|0.90267378| PASSED | 1 + rgb_lagged_sum| 5| 1000000| 1000|0.74699873| PASSED | 1 + rgb_lagged_sum| 6| 1000000| 1000|0.00205046| WEAK | 1 + rgb_lagged_sum| 7| 1000000| 1000|0.44475935| PASSED | 1 + rgb_lagged_sum| 8| 1000000| 1000|0.25028292| PASSED | 1 + rgb_lagged_sum| 9| 1000000| 1000|0.79029938| PASSED | 1 + rgb_lagged_sum| 10| 1000000| 1000|0.24617498| PASSED | 1 + rgb_lagged_sum| 11| 1000000| 1000|0.96454030| PASSED | 1 + rgb_lagged_sum| 12| 1000000| 1000|0.80131447| PASSED | 1 + rgb_lagged_sum| 13| 1000000| 1000|0.13024539| PASSED | 1 + rgb_lagged_sum| 14| 1000000| 1000|0.64854730| PASSED | 1 + rgb_lagged_sum| 15| 1000000| 1000|0.71462986| PASSED | 1 + rgb_lagged_sum| 16| 1000000| 1000|0.61438070| PASSED | 1 + rgb_lagged_sum| 17| 1000000| 1000|0.60875818| PASSED | 1 + rgb_lagged_sum| 18| 1000000| 1000|0.99278800| PASSED | 1 + rgb_lagged_sum| 19| 1000000| 1000|0.81860340| PASSED | 1 + rgb_lagged_sum| 20| 1000000| 1000|0.17022313| PASSED | 1 + rgb_lagged_sum| 21| 1000000| 1000|0.91030319| PASSED | 1 + rgb_lagged_sum| 22| 1000000| 1000|0.76849439| PASSED | 1 + rgb_lagged_sum| 23| 1000000| 1000|0.40457828| PASSED | 1 + rgb_lagged_sum| 24| 1000000| 1000|0.51496147| PASSED | 1 + rgb_lagged_sum| 25| 1000000| 1000|0.56213773| PASSED | 1 + rgb_lagged_sum| 26| 1000000| 1000|0.56362731| PASSED | 1 + rgb_lagged_sum| 27| 1000000| 1000|0.84540798| PASSED | 1 + rgb_lagged_sum| 28| 1000000| 1000|0.04658867| PASSED | 1 + rgb_lagged_sum| 29| 1000000| 1000|0.52726812| PASSED | 1 + rgb_lagged_sum| 30| 1000000| 1000|0.57043453| PASSED | 1 + rgb_lagged_sum| 31| 1000000| 1000|0.91330883| PASSED | 1 + rgb_lagged_sum| 32| 1000000| 1000|0.07013423| PASSED | 1 + rgb_kstest_test| 0| 10000| 10000|0.08029198| PASSED | 1 + dab_bytedistrib| 0| 51200000| 10|0.86692907| PASSED | 1 + dab_dct| 256| 50000| 10|0.50387195| PASSED | 1 +Preparing to run test 207. ntuple = 0 + dab_filltree| 32| 15000000| 10|0.13368828| PASSED | 1 + dab_filltree| 32| 15000000| 10|0.71583972| PASSED | 1 +Preparing to run test 208. ntuple = 0 + dab_filltree2| 0| 5000000| 10|0.99633217| WEAK | 1 + dab_filltree2| 1| 5000000| 10|0.99958266| WEAK | 1 +Preparing to run test 209. ntuple = 0 + dab_monobit2| 12| 65000000| 10|0.88511509| PASSED | 1 diff --git a/dieharder/validate.dat.old b/dieharder/validate.dat.old new file mode 100644 index 0000000..a7df969 --- /dev/null +++ b/dieharder/validate.dat.old @@ -0,0 +1,9 @@ +#=============================================================================# +# dieharder version 3.29.6beta Copyright 2003 Robert G. Brown # +#=============================================================================# + rng_name |rands/second| + AES_OFB| 2.89e+07 | +#=============================================================================# + test_name |ntup| tsamples |psamples| p-value |Assessment| Seed +#=============================================================================# + diehard_birthdays| 0| 100| 1000|0.48735022| PASSED | 1 diff --git a/dieharder/validate.sh b/dieharder/validate.sh index 9f4c5ed..c3f2825 100755 --- a/dieharder/validate.sh +++ b/dieharder/validate.sh @@ -8,7 +8,7 @@ Tmpfile=$0.$$ trap 'rm $Tmpfile > /dev/null 2>&1; exit 0' 0 1 2 3 15 -./dieharder -g 205 -S 1 -s 1 -m 10 -a | tee $Tmpfile +./dieharder -g 206 -S 1 -s 1 -m 10 -a | tee $Tmpfile echo "Validating against standard validate.dat" diff validate.dat $Tmpfile diff --git a/dieharder/validate.sh.29484 b/dieharder/validate.sh.29484 deleted file mode 100644 index 853cbfe..0000000 --- a/dieharder/validate.sh.29484 +++ /dev/null @@ -1,27 +0,0 @@ -#=============================================================================# -# dieharder version 3.31.0 Copyright 2003 Robert G. Brown # -#=============================================================================# - rng_name |rands/second| - AES_OFB| 2.89e+07 | -#=============================================================================# - test_name |ntup| tsamples |psamples| p-value |Assessment| Seed -#=============================================================================# - diehard_birthdays| 0| 100| 1000|0.52348327| PASSED | 1 - diehard_operm5| 0| 1000000| 1000|0.88971852| PASSED | 1 - diehard_rank_32x32| 0| 40000| 1000|0.88892889| PASSED | 1 - diehard_rank_6x8| 0| 100000| 1000|0.36994622| PASSED | 1 - diehard_bitstream| 0| 2097152| 1000|0.35897189| PASSED | 1 - diehard_opso| 0| 2097152| 1000|0.00277993| WEAK | 1 - diehard_oqso| 0| 2097152| 1000|0.28114921| PASSED | 1 - diehard_dna| 0| 2097152| 1000|0.00640378| PASSED | 1 -diehard_count_1s_str| 0| 256000| 1000|0.01237299| PASSED | 1 -diehard_count_1s_byt| 0| 256000| 1000|0.15669740| PASSED | 1 - diehard_parking_lot| 0| 12000| 1000|0.13657804| PASSED | 1 - diehard_2dsphere| 2| 8000| 1000|0.08290417| PASSED | 1 - diehard_3dsphere| 3| 4000| 1000|0.97862213| PASSED | 1 - diehard_squeeze| 0| 100000| 1000|0.66275017| PASSED | 1 - diehard_sums| 0| 100| 1000|0.00000000| FAILED | 1 - diehard_runs| 0| 100000| 1000|0.87828567| PASSED | 1 - diehard_runs| 0| 100000| 1000|0.20356984| PASSED | 1 - diehard_craps| 0| 200000| 1000|0.10074431| PASSED | 1 - diehard_craps| 0| 200000| 1000|0.50980817| PASSED | 1 diff --git a/include/Makefile b/include/Makefile index 2db7b87..30256be 100644 --- a/include/Makefile +++ b/include/Makefile @@ -38,7 +38,10 @@ subdir = include DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -92,8 +95,8 @@ DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DIEHARDER_CFLAGS = -I${prefix}/include DIEHARDER_LIBS = -L${exec_prefix}/lib -ldieharder -DIEHARDER_LIB_VERSION = 3.31.0 -DIEHARDER_LT_VERSION = 3:31:0 +DIEHARDER_LIB_VERSION = 3.31.1 +DIEHARDER_LT_VERSION = 3:31:1 DSYMUTIL = DUMPBIN = ECHO_C = @@ -129,10 +132,10 @@ OTOOL64 = PACKAGE = dieharder PACKAGE_BUGREPORT = PACKAGE_NAME = dieharder -PACKAGE_STRING = dieharder 3.31.0 +PACKAGE_STRING = dieharder 3.31.1 PACKAGE_TARNAME = dieharder PACKAGE_URL = -PACKAGE_VERSION = 3.31.0 +PACKAGE_VERSION = 3.31.1 PATH_SEPARATOR = : RANLIB = ranlib RELEASE = 1 @@ -141,7 +144,7 @@ SED = /bin/sed SET_MAKE = SHELL = /bin/sh STRIP = strip -VERSION = 3.31.0 +VERSION = 3.31.1 abs_builddir = /home/rgb/Src/Projects/dieharder/include abs_srcdir = /home/rgb/Src/Projects/dieharder/include abs_top_builddir = /home/rgb/Src/Projects/dieharder @@ -162,6 +165,7 @@ build_vendor = unknown builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share +dieharder_CFLAGS = -std=c99 -Wall -pedantic -I${prefix}/include docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} @@ -174,6 +178,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/rgb/Src/Projects/dieharder/install-sh +libdieharder_lo_CFLAGS = -Wall -pedantic -I${prefix}/include libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale @@ -194,6 +199,11 @@ top_build_prefix = ../ top_builddir = .. top_srcdir = .. nobase_include_HEADERS = dieharder/copyright.h \ + dieharder/dab_bytedistrib.h \ + dieharder/dab_dct.h \ + dieharder/dab_filltree2.h \ + dieharder/dab_filltree.h \ + dieharder/dab_monobit2.h \ dieharder/dieharder_rng_types.h \ dieharder/dieharder_test_types.h \ dieharder/diehard_2dsphere.h \ @@ -234,7 +244,12 @@ nobase_include_HEADERS = dieharder/copyright.h \ dieharder/tests.h \ dieharder/verbose.h \ dieharder/Vtest.h \ - dieharder/Xtest.h + dieharder/Xtest.h \ + dieharder/dab_bytedistrib.h \ + dieharder/dab_dct.h \ + dieharder/dab_filltree2.h \ + dieharder/dab_filltree.h \ + dieharder/dab_monobit2.h all: all-am diff --git a/include/Makefile.am b/include/Makefile.am index b67de25..f80b4ff 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,9 @@ nobase_include_HEADERS = dieharder/copyright.h \ + dieharder/dab_bytedistrib.h \ + dieharder/dab_dct.h \ + dieharder/dab_filltree2.h \ + dieharder/dab_filltree.h \ + dieharder/dab_monobit2.h \ dieharder/dieharder_rng_types.h \ dieharder/dieharder_test_types.h \ dieharder/diehard_2dsphere.h \ @@ -39,4 +44,9 @@ nobase_include_HEADERS = dieharder/copyright.h \ dieharder/tests.h \ dieharder/verbose.h \ dieharder/Vtest.h \ - dieharder/Xtest.h + dieharder/Xtest.h \ + dieharder/dab_bytedistrib.h \ + dieharder/dab_dct.h \ + dieharder/dab_filltree2.h \ + dieharder/dab_filltree.h \ + dieharder/dab_monobit2.h diff --git a/include/Makefile.in b/include/Makefile.in index bd4e004..d5e3587 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -38,7 +38,10 @@ subdir = include DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -162,6 +165,7 @@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ +dieharder_CFLAGS = @dieharder_CFLAGS@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ @@ -174,6 +178,7 @@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +libdieharder_lo_CFLAGS = @libdieharder_lo_CFLAGS@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -194,6 +199,11 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ nobase_include_HEADERS = dieharder/copyright.h \ + dieharder/dab_bytedistrib.h \ + dieharder/dab_dct.h \ + dieharder/dab_filltree2.h \ + dieharder/dab_filltree.h \ + dieharder/dab_monobit2.h \ dieharder/dieharder_rng_types.h \ dieharder/dieharder_test_types.h \ dieharder/diehard_2dsphere.h \ @@ -234,7 +244,12 @@ nobase_include_HEADERS = dieharder/copyright.h \ dieharder/tests.h \ dieharder/verbose.h \ dieharder/Vtest.h \ - dieharder/Xtest.h + dieharder/Xtest.h \ + dieharder/dab_bytedistrib.h \ + dieharder/dab_dct.h \ + dieharder/dab_filltree2.h \ + dieharder/dab_filltree.h \ + dieharder/dab_monobit2.h all: all-am diff --git a/include/dieharder/Dtest.h b/include/dieharder/Dtest.h index 1eba671..d4e93aa 100644 --- a/include/dieharder/Dtest.h +++ b/include/dieharder/Dtest.h @@ -17,13 +17,13 @@ char *description; /* Standard test default */ - uint psamples_std; + unsigned int psamples_std; /* Standard test default */ - uint tsamples_std; + unsigned int tsamples_std; /* Number of independent statistics generated per run */ - uint nkps; + unsigned int nkps; /* A pointer to the test itself (must be filled at initialization) */ int (*test)(); diff --git a/include/dieharder/dab_bytedistrib.h b/include/dieharder/dab_bytedistrib.h index fe5d4cd..6b2b5d5 100644 --- a/include/dieharder/dab_bytedistrib.h +++ b/include/dieharder/dab_bytedistrib.h @@ -7,7 +7,7 @@ */ int dab_bytedistrib(Test **test, int irun); -static Dtest dab_bytedistrib_dtest = { +static Dtest dab_bytedistrib_dtest __attribute__((unused)) = { "Byte Distribution", "dab_bytedistrib", "\ diff --git a/include/dieharder/dab_dct.h b/include/dieharder/dab_dct.h index 95d05aa..7db78f5 100644 --- a/include/dieharder/dab_dct.h +++ b/include/dieharder/dab_dct.h @@ -7,7 +7,7 @@ */ int dab_dct(Test **test, int irun); -static Dtest dab_dct_dtest = { +static Dtest dab_dct_dtest __attribute__((unused)) = { "DAB DCT", "dab_dct", "\ diff --git a/include/dieharder/dab_filltree.h b/include/dieharder/dab_filltree.h index e5d39da..75b8ebc 100644 --- a/include/dieharder/dab_filltree.h +++ b/include/dieharder/dab_filltree.h @@ -7,7 +7,7 @@ */ int dab_filltree(Test **test, int irun); -static Dtest dab_filltree_dtest = { +static Dtest dab_filltree_dtest __attribute__((unused)) = { "DAB Fill Tree Test", "dab_filltree", "\ diff --git a/include/dieharder/dab_filltree2.h b/include/dieharder/dab_filltree2.h index 76a88ee..e550a34 100644 --- a/include/dieharder/dab_filltree2.h +++ b/include/dieharder/dab_filltree2.h @@ -7,7 +7,7 @@ */ int dab_filltree2(Test **test, int irun); -static Dtest dab_filltree2_dtest = { +static Dtest dab_filltree2_dtest __attribute__((unused)) = { "DAB Fill Tree 2 Test", "dab_filltree2", "\ diff --git a/include/dieharder/dab_monobit2.h b/include/dieharder/dab_monobit2.h index db54dfb..d56cb71 100644 --- a/include/dieharder/dab_monobit2.h +++ b/include/dieharder/dab_monobit2.h @@ -7,7 +7,7 @@ */ int dab_monobit2(Test **test,int irun); -static Dtest dab_monobit2_dtest = { +static Dtest dab_monobit2_dtest __attribute__((unused)) = { "DAB Monobit 2 Test", "dab_monobit2", "\ diff --git a/include/dieharder/diehard_2dsphere.h b/include/dieharder/diehard_2dsphere.h index 0f8b26a..67d7803 100644 --- a/include/dieharder/diehard_2dsphere.h +++ b/include/dieharder/diehard_2dsphere.h @@ -7,7 +7,7 @@ */ int diehard_2dsphere(Test **test,int irun); -static Dtest diehard_2dsphere_dtest = { +static Dtest diehard_2dsphere_dtest __attribute__((unused)) = { "Diehard Minimum Distance (2d Circle) Test", "diehard_2dsphere", "\ diff --git a/include/dieharder/diehard_3dsphere.h b/include/dieharder/diehard_3dsphere.h index 272a8cd..5293627 100644 --- a/include/dieharder/diehard_3dsphere.h +++ b/include/dieharder/diehard_3dsphere.h @@ -7,7 +7,7 @@ */ int diehard_3dsphere(Test **test,int irun); -static Dtest diehard_3dsphere_dtest = { +static Dtest diehard_3dsphere_dtest __attribute__((unused)) = { "Diehard 3d Sphere (Minimum Distance) Test", "diehard_3dsphere", "\ diff --git a/include/dieharder/diehard_birthdays.h b/include/dieharder/diehard_birthdays.h index b6ae1aa..198d490 100644 --- a/include/dieharder/diehard_birthdays.h +++ b/include/dieharder/diehard_birthdays.h @@ -7,7 +7,7 @@ */ int diehard_birthdays(Test **test, int irun); -static Dtest diehard_birthdays_dtest = { +static Dtest diehard_birthdays_dtest __attribute__((unused)) = { "Diehard Birthdays Test", "diehard_birthdays", "\n\ diff --git a/include/dieharder/diehard_bitstream.h b/include/dieharder/diehard_bitstream.h index 42dd595..9496a01 100644 --- a/include/dieharder/diehard_bitstream.h +++ b/include/dieharder/diehard_bitstream.h @@ -7,7 +7,7 @@ */ int diehard_bitstream(Test **test,int irun); -static Dtest diehard_bitstream_dtest = { +static Dtest diehard_bitstream_dtest __attribute__((unused)) = { "Diehard Bitstream Test", "diehard_bitstream", "\n\ diff --git a/include/dieharder/diehard_count_1s_byte.h b/include/dieharder/diehard_count_1s_byte.h index 8d3f1c6..c7a643b 100644 --- a/include/dieharder/diehard_count_1s_byte.h +++ b/include/dieharder/diehard_count_1s_byte.h @@ -7,7 +7,7 @@ */ int diehard_count_1s_byte(Test **test,int irun); -static Dtest diehard_count_1s_byte_dtest = { +static Dtest diehard_count_1s_byte_dtest __attribute__((unused)) = { "Diehard Count the 1s Test (byte)", "diehard_count_1s_byte", "\ diff --git a/include/dieharder/diehard_count_1s_stream.h b/include/dieharder/diehard_count_1s_stream.h index 8d409b6..a6318a5 100644 --- a/include/dieharder/diehard_count_1s_stream.h +++ b/include/dieharder/diehard_count_1s_stream.h @@ -7,7 +7,7 @@ */ int diehard_count_1s_stream(Test **test,int irun); -static Dtest diehard_count_1s_stream_dtest = { +static Dtest diehard_count_1s_stream_dtest __attribute__((unused)) = { "Diehard Count the 1s (stream) Test", "diehard_count_1s_stream", "\ diff --git a/include/dieharder/diehard_craps.h b/include/dieharder/diehard_craps.h index 63945cd..ace4bad 100644 --- a/include/dieharder/diehard_craps.h +++ b/include/dieharder/diehard_craps.h @@ -7,7 +7,7 @@ */ int diehard_craps(Test **test,int irun); -static Dtest diehard_craps_dtest = { +static Dtest diehard_craps_dtest __attribute__((unused)) = { "Diehard Craps Test", "diehard_craps", "\ diff --git a/include/dieharder/diehard_dna.h b/include/dieharder/diehard_dna.h index 785421d..8466821 100644 --- a/include/dieharder/diehard_dna.h +++ b/include/dieharder/diehard_dna.h @@ -7,7 +7,7 @@ */ int diehard_dna(Test **test,int irun); -static Dtest diehard_dna_dtest = { +static Dtest diehard_dna_dtest __attribute__((unused)) = { "Diehard DNA Test", "diehard_dna", "\ diff --git a/include/dieharder/diehard_operm5.h b/include/dieharder/diehard_operm5.h index 4cd683d..9ed1dd4 100644 --- a/include/dieharder/diehard_operm5.h +++ b/include/dieharder/diehard_operm5.h @@ -7,7 +7,7 @@ */ int diehard_operm5(Test **test, int irun); -static Dtest diehard_operm5_dtest = { +static Dtest diehard_operm5_dtest __attribute__((unused)) = { "Diehard OPERM5 Test", "diehard_operm5", "\n\ @@ -37,7 +37,7 @@ static Dtest diehard_operm5_dtest = { }; - static long double pseudoInv[120][120] = + static long double pseudoInv[120][120] __attribute__((unused)) = { { 101.702796460, 3.47959864133, 2.04238410188, 1.74181938409, 3.01521299803, 2.28539648409, diff --git a/include/dieharder/diehard_opso.h b/include/dieharder/diehard_opso.h index 0738114..2e669b2 100644 --- a/include/dieharder/diehard_opso.h +++ b/include/dieharder/diehard_opso.h @@ -7,7 +7,7 @@ */ int diehard_opso(Test **test, int irun); -static Dtest diehard_opso_dtest = { +static Dtest diehard_opso_dtest __attribute__((unused)) = { "Diehard OPSO", "diehard_opso", "\ diff --git a/include/dieharder/diehard_oqso.h b/include/dieharder/diehard_oqso.h index 15d0846..4befbb3 100644 --- a/include/dieharder/diehard_oqso.h +++ b/include/dieharder/diehard_oqso.h @@ -7,7 +7,7 @@ */ int diehard_oqso(Test **test, int irun); -static Dtest diehard_oqso_dtest = { +static Dtest diehard_oqso_dtest __attribute__((unused)) = { "Diehard OQSO Test", "diehard_oqso", "\ diff --git a/include/dieharder/diehard_parking_lot.h b/include/dieharder/diehard_parking_lot.h index 2110d7a..116180e 100644 --- a/include/dieharder/diehard_parking_lot.h +++ b/include/dieharder/diehard_parking_lot.h @@ -7,7 +7,7 @@ */ int diehard_parking_lot(Test **test,int irun); -static Dtest diehard_parking_lot_dtest = { +static Dtest diehard_parking_lot_dtest __attribute__((unused)) = { "Diehard Parking Lot Test", "diehard_parking_lot", "\ diff --git a/include/dieharder/diehard_rank_32x32.h b/include/dieharder/diehard_rank_32x32.h index b2877de..96f9a27 100644 --- a/include/dieharder/diehard_rank_32x32.h +++ b/include/dieharder/diehard_rank_32x32.h @@ -7,7 +7,7 @@ */ int diehard_rank_32x32(Test **test,int irun); -static Dtest diehard_rank_32x32_dtest = { +static Dtest diehard_rank_32x32_dtest __attribute__((unused)) = { "Diehard 32x32 Binary Rank Test", "diehard_rank_32x32", "\n\ diff --git a/include/dieharder/diehard_rank_6x8.h b/include/dieharder/diehard_rank_6x8.h index 73d4e91..851f88b 100644 --- a/include/dieharder/diehard_rank_6x8.h +++ b/include/dieharder/diehard_rank_6x8.h @@ -7,7 +7,7 @@ */ int diehard_rank_6x8(Test **test,int irun); -static Dtest diehard_rank_6x8_dtest = { +static Dtest diehard_rank_6x8_dtest __attribute__((unused)) = { "Diehard 6x8 Binary Rank Test", "diehard_rank_6x8", "\n\ diff --git a/include/dieharder/diehard_runs.h b/include/dieharder/diehard_runs.h index 8997530..48a8aec 100644 --- a/include/dieharder/diehard_runs.h +++ b/include/dieharder/diehard_runs.h @@ -7,7 +7,7 @@ */ int diehard_runs(Test **test,int irun); -static Dtest diehard_runs_dtest = { +static Dtest diehard_runs_dtest __attribute__((unused)) = { "Diehard Runs Test", "diehard_runs", "\ diff --git a/include/dieharder/diehard_squeeze.h b/include/dieharder/diehard_squeeze.h index c71733a..ff68b06 100644 --- a/include/dieharder/diehard_squeeze.h +++ b/include/dieharder/diehard_squeeze.h @@ -7,7 +7,7 @@ */ int diehard_squeeze(Test **test,int irun); -static Dtest diehard_squeeze_dtest = { +static Dtest diehard_squeeze_dtest __attribute__((unused)) = { "Diehard Squeeze Test", "diehard_squeeze", "\ diff --git a/include/dieharder/diehard_sums.h b/include/dieharder/diehard_sums.h index 3bd5173..e769df1 100644 --- a/include/dieharder/diehard_sums.h +++ b/include/dieharder/diehard_sums.h @@ -7,7 +7,7 @@ */ int diehard_sums(Test **test,int irun); -static Dtest diehard_sums_dtest = { +static Dtest diehard_sums_dtest __attribute__((unused)) = { "Diehard Sums Test", "diehard_sums", "\ diff --git a/include/dieharder/dieharder_rng_types.h b/include/dieharder/dieharder_rng_types.h index b77519a..52b15a0 100644 --- a/include/dieharder/dieharder_rng_types.h +++ b/include/dieharder/dieharder_rng_types.h @@ -70,13 +70,13 @@ * Global shared counters for the new types of rngs in the organization * defined above. */ - uint dh_num_rngs; /* dh rngs available in dieharder */ - uint dh_num_gsl_rngs; /* GSL rngs available in dieharder */ - uint dh_num_dieharder_rngs; /* dh rngs available in libdieharder */ - uint dh_num_R_rngs; /* R-derived rngs available in libdieharder */ - uint dh_num_hardware_rngs; /* hardware rngs supported in libdieharder */ - uint dh_num_user_rngs; /* user-added rngs */ - uint dh_num_reserved_rngs; /* ngs added in reserved space by new UI */ + unsigned int dh_num_rngs; /* dh rngs available in dieharder */ + unsigned int dh_num_gsl_rngs; /* GSL rngs available in dieharder */ + unsigned int dh_num_dieharder_rngs; /* dh rngs available in libdieharder */ + unsigned int dh_num_R_rngs; /* R-derived rngs available in libdieharder */ + unsigned int dh_num_hardware_rngs; /* hardware rngs supported in libdieharder */ + unsigned int dh_num_user_rngs; /* user-added rngs */ + unsigned int dh_num_reserved_rngs; /* ngs added in reserved space by new UI */ gsl_rng *rng; /* global gsl random number generator */ diff --git a/include/dieharder/dieharder_test_types.h b/include/dieharder/dieharder_test_types.h index 0ca7e56..86ce53c 100644 --- a/include/dieharder/dieharder_test_types.h +++ b/include/dieharder/dieharder_test_types.h @@ -44,11 +44,11 @@ * Global shared counters for the new types of rngs in the organization * defined above. */ - uint dh_num_diehard_tests; /* diehard tests available in dieharder */ - uint dh_num_sts_tests; /* STS tests available in dieharder */ - uint dh_num_other_tests; /* other tests available in dieharder */ - uint dh_num_user_tests; /* user tests added in ui segment */ - uint dh_num_tests; /* total tests available in dieharder */ + unsigned int dh_num_diehard_tests; /* diehard tests available in dieharder */ + unsigned int dh_num_sts_tests; /* STS tests available in dieharder */ + unsigned int dh_num_other_tests; /* other tests available in dieharder */ + unsigned int dh_num_user_tests; /* user tests added in ui segment */ + unsigned int dh_num_tests; /* total tests available in dieharder */ Dtest *dh_test; /* global pointer to the current test */ diff --git a/include/dieharder/libdieharder.h b/include/dieharder/libdieharder.h index d897b44..2138ebf 100644 --- a/include/dieharder/libdieharder.h +++ b/include/dieharder/libdieharder.h @@ -14,9 +14,15 @@ #include #include #include + +/* This turns on uint macro in c99 */ +#define __USE_MISC 1 #include #include #include + +/* This turns on M_PI in math.h */ +#define __USE_BSD 1 #include #include #include @@ -89,10 +95,12 @@ void measure_rate(); void Usage(); void help(); + void dh_header(); + void dh_version(); double binomial(unsigned int n, unsigned int k, double p); double chisq_eval(double *x,double *y,double *sigma, unsigned int n); - double chisq_poisson(uint *observed,double lambda,int kmax,uint nsamp); - double chisq_binomial(double *observed,double prob,uint kmax,uint nsamp); + double chisq_poisson(unsigned int *observed,double lambda,int kmax,unsigned int nsamp); + double chisq_binomial(double *observed,double prob,unsigned int kmax,unsigned int nsamp); double chisq_pearson(double *observed,double *expected,int kmax); double sample(void *testfunc()); double kstest(double *pvalue,int count); @@ -102,35 +110,35 @@ void histogram(double *input, char *pvlabel, int inum, double min, double max, int nbins, char *label); - uint get_bit_ntuple(uint *bitstring,uint bslen,uint blen,uint boffset); + unsigned int get_bit_ntuple(unsigned int *bitstring,unsigned int bslen,unsigned int blen,unsigned int boffset); void dumpbits(unsigned int *data, unsigned int nbits); - void dumpbitwin(uint data, uint nbits); + void dumpbitwin(unsigned int data, unsigned int nbits); void dumpuintbits(unsigned int *data, unsigned int nbits); void cycle(unsigned int *data, unsigned int nbits); - int get_bit(uint *rand_uint, unsigned int n); - int get_bit(uint *rand_uint, unsigned int n); + int get_bit(unsigned int *rand_uint, unsigned int n); + int get_bit(unsigned int *rand_uint, unsigned int n); void dumpbits_left(unsigned int *data, unsigned int nbits); unsigned int bit2uint(char *abit,unsigned int blen); - void fill_uint_buffer(uint *data,uint buflength); - uint b_umask(uint bstart,uint bstop); - uint b_window(uint input,uint bstart,uint bstop,uint boffset); - uint b_rotate_left(uint input,uint shift); - uint b_rotate_right(uint input, uint shift); - void get_ntuple_cyclic(uint *input,uint ilen, - uint *output,uint jlen,uint ntuple,uint offset); - uint get_uint_rand(gsl_rng *gsl_rng); - void get_rand_bits(void *result,uint rsize,uint nbits,gsl_rng *gsl_rng); + void fill_uint_buffer(unsigned int *data,unsigned int buflength); + unsigned int b_umask(unsigned int bstart,unsigned int bstop); + unsigned int b_window(unsigned int input,unsigned int bstart,unsigned int bstop,unsigned int boffset); + unsigned int b_rotate_left(unsigned int input,unsigned int shift); + unsigned int b_rotate_right(unsigned int input, unsigned int shift); + void get_ntuple_cyclic(unsigned int *input,unsigned int ilen, + unsigned int *output,unsigned int jlen,unsigned int ntuple,unsigned int offset); + unsigned int get_uint_rand(gsl_rng *gsl_rng); + void get_rand_bits(void *result,unsigned int rsize,unsigned int nbits,gsl_rng *gsl_rng); void mybitadd(char *dst, int doffset, char *src, int soffset, int slen); - void get_rand_pattern(void *result,uint rsize,int *pattern,gsl_rng *gsl_rng); + void get_rand_pattern(void *result,unsigned int rsize,int *pattern,gsl_rng *gsl_rng); void reset_bit_buffers(); /* Cruft - int get_int_bit(uint i, uint n); + int get_int_bit(unsigned int i, unsigned int n); */ void add_lib_rngs(); - int binary_rank(uint **mtx,int mrows,int ncols); + int binary_rank(unsigned int **mtx,int mrows,int ncols); /* *======================================================================== @@ -139,15 +147,15 @@ * The primary control variables, in alphabetical order, with comments. *======================================================================== */ - uint all; /* Flag to do all tests on selected generator */ - uint binary; /* Flag to output rands in binary (with -o -f) */ - uint bits; /* bitstring size (in bits) */ - uint diehard; /* Diehard test number */ - uint generator; /* GSL generator id number to be tested */ + unsigned int all; /* Flag to do all tests on selected generator */ + unsigned int binary; /* Flag to output rands in binary (with -o -f) */ + unsigned int bits; /* bitstring size (in bits) */ + unsigned int diehard; /* Diehard test number */ + unsigned int generator; /* GSL generator id number to be tested */ /* * We will still need generator above, if only to select the XOR * generator. I need to make its number something that will pretty much - * never collide, e.g. -1 cast to a uint. I'm making an arbitrary + * never collide, e.g. -1 cast to a unsigned int. I'm making an arbitrary * decision to set the upper bound of the number of generators that can * be XOR'd together to 100, but of course as a macro you can increase or * decrease it and recompile. Ordinarily, users will not select XOR -- @@ -161,35 +169,35 @@ */ #define GVECMAX 100 char gnames[GVECMAX][128]; /* VECTOR of names to be XOR'd into a "super" generator */ - uint gseeds[GVECMAX]; /* VECTOR of uint seeds used for the "super" generators */ - uint gnumbs[GVECMAX]; /* VECTOR of GSL generators to be XOR'd into a "super" generator */ - uint gvcount; /* Number of generators to be XOR'd into a "super" generator */ - uint gscount; /* Number of seeds entered on the CL in XOR mode */ - uint help_flag; /* Help flag */ - uint hist_flag; /* Histogram display flag */ - uint iterations; /* For timing loop, set iterations to be timed */ - uint ks_test; /* Selects the KS test to be used, 0 = Kuiper 1 = Anderson-Darling */ - uint list; /* List all tests flag */ - uint List; /* List all generators flag */ + unsigned int gseeds[GVECMAX]; /* VECTOR of unsigned int seeds used for the "super" generators */ + unsigned int gnumbs[GVECMAX]; /* VECTOR of GSL generators to be XOR'd into a "super" generator */ + unsigned int gvcount; /* Number of generators to be XOR'd into a "super" generator */ + unsigned int gscount; /* Number of seeds entered on the CL in XOR mode */ + unsigned int help_flag; /* Help flag */ + unsigned int hist_flag; /* Histogram display flag */ + unsigned int iterations; /* For timing loop, set iterations to be timed */ + unsigned int ks_test; /* Selects the KS test to be used, 0 = Kuiper 1 = Anderson-Darling */ + unsigned int list; /* List all tests flag */ + unsigned int List; /* List all generators flag */ double multiply_p; /* multiplier for default # of psamples in -a(ll) */ - uint ntuple; /* n-tuple size for n-tuple tests */ - uint num_randoms; /* the number of randoms stored into memory and usable */ - uint output_file; /* equals 1 if you output to file, otherwise 0. */ - uint output_format; /* equals 0 (binary), 1 (uint), 2 (decimal) output */ - uint overlap; /* 1 use overlapping samples, 0 don't (for tests with the option) */ - uint psamples; /* Number of test runs in final KS test */ - uint quiet; /* quiet flag -- surpresses full output report */ - uint rgb; /* rgb test number */ - uint sts; /* sts test number */ - uint Seed; /* user selected seed. Surpresses reseeding per sample.*/ + unsigned int ntuple; /* n-tuple size for n-tuple tests */ + unsigned int num_randoms; /* the number of randoms stored into memory and usable */ + unsigned int output_file; /* equals 1 if you output to file, otherwise 0. */ + unsigned int output_format; /* equals 0 (binary), 1 (unsigned int), 2 (decimal) output */ + unsigned int overlap; /* 1 use overlapping samples, 0 don't (for tests with the option) */ + unsigned int psamples; /* Number of test runs in final KS test */ + unsigned int quiet; /* quiet flag -- surpresses full output report */ + unsigned int rgb; /* rgb test number */ + unsigned int sts; /* sts test number */ + unsigned int Seed; /* user selected seed. Surpresses reseeding per sample.*/ off_t tsamples; /* Generally should be "a lot". off_t is u_int64_t. */ - uint user; /* user defined test number */ - uint verbose; /* Default is not to be verbose. */ + unsigned int user; /* user defined test number */ + unsigned int verbose; /* Default is not to be verbose. */ double Xweak; /* "Weak" generator cut-off (one sided) */ double Xfail; /* "Unambiguous Fail" generator cut-off (one sided) */ - uint Xtrategy; /* Strategy used in TTD mode */ - uint Xstep; /* Number of additional psamples in TTD/RA mode */ - uint Xoff; /* Max number of psamples in TTD/RA mode */ + unsigned int Xtrategy; /* Strategy used in TTD mode */ + unsigned int Xstep; /* Number of additional psamples in TTD/RA mode */ + unsigned int Xoff; /* Max number of psamples in TTD/RA mode */ double x_user; /* Reserved general purpose command line inputs for */ double y_user; /* use in any new user test. */ double z_user; @@ -225,9 +233,9 @@ * Global variables and prototypes associated with file_input and * file_input_raw. */ - uint file_input_get_rewind_cnt(gsl_rng *rng); + unsigned int file_input_get_rewind_cnt(gsl_rng *rng); off_t file_input_get_rtot(gsl_rng *rng); - void file_input_set_rtot(gsl_rng *rng,uint value); + void file_input_set_rtot(gsl_rng *rng,unsigned int value); char filename[K]; /* Input file name */ int fromfile; /* set true if file is used for rands */ @@ -255,7 +263,7 @@ off_t flen; off_t rptr; off_t rtot; - uint rewind_cnt; + unsigned int rewind_cnt; } file_input_state_t; @@ -276,7 +284,7 @@ unsigned int random_max; /* maximum rng returned by generator */ unsigned int rmax; /* scratch space for random_max manipulation */ unsigned int rmax_bits; /* Number of valid bits in rng */ - unsigned int rmax_mask; /* Mask for valid section of uint */ + unsigned int rmax_mask; /* Mask for valid section of unsigned int */ /* * dTuple is used in a couple of my tests, but it seems like an diff --git a/include/dieharder/marsaglia_tsang_gcd.h b/include/dieharder/marsaglia_tsang_gcd.h index 337906d..f0ca8ee 100644 --- a/include/dieharder/marsaglia_tsang_gcd.h +++ b/include/dieharder/marsaglia_tsang_gcd.h @@ -7,7 +7,7 @@ */ int marsaglia_tsang_gcd(Test **test,int irun); -static Dtest marsaglia_tsang_gcd_dtest = { +static Dtest marsaglia_tsang_gcd_dtest __attribute__((unused)) = { "Marsaglia and Tsang GCD Test", "marsaglia_tsang_gcd", "\ diff --git a/include/dieharder/rgb_bitdist.h b/include/dieharder/rgb_bitdist.h index b7b0be6..29241bd 100644 --- a/include/dieharder/rgb_bitdist.h +++ b/include/dieharder/rgb_bitdist.h @@ -7,7 +7,7 @@ */ int rgb_bitdist(Test **test,int irun); -static Dtest rgb_bitdist_dtest = { +static Dtest rgb_bitdist_dtest __attribute__((unused)) = { "RGB Bit Distribution Test", "rgb_bitdist", "\n\ diff --git a/include/dieharder/rgb_kstest_test.h b/include/dieharder/rgb_kstest_test.h index 8f0aba3..0d16c91 100644 --- a/include/dieharder/rgb_kstest_test.h +++ b/include/dieharder/rgb_kstest_test.h @@ -7,7 +7,7 @@ */ int rgb_kstest_test(Test **test,int irun); -static Dtest rgb_kstest_test_dtest = { +static Dtest rgb_kstest_test_dtest __attribute__((unused)) = { "RGB Kolmogorov-Smirnov Test Test", "rgb_kstest_test", "#\n\ diff --git a/include/dieharder/rgb_lagged_sums.h b/include/dieharder/rgb_lagged_sums.h index 024c13c..4d1930f 100644 --- a/include/dieharder/rgb_lagged_sums.h +++ b/include/dieharder/rgb_lagged_sums.h @@ -22,7 +22,7 @@ int rgb_lagged_sums(Test **test,int irun); * of statistics generated by the test (per test invocation) -- usually * this will be one but for several it is two and could be more. */ -static Dtest rgb_lagged_sums_dtest = { +static Dtest rgb_lagged_sums_dtest __attribute__((unused)) = { "RGB Lagged Sum Test", "rgb_lagged_sum", "\ diff --git a/include/dieharder/rgb_minimum_distance.h b/include/dieharder/rgb_minimum_distance.h index 5936095..66b57a2 100644 --- a/include/dieharder/rgb_minimum_distance.h +++ b/include/dieharder/rgb_minimum_distance.h @@ -7,7 +7,7 @@ */ int rgb_minimum_distance(Test **test,int irun); -static Dtest rgb_minimum_distance_dtest = { +static Dtest rgb_minimum_distance_dtest __attribute__((unused)) = { "RGB Generalized Minimum Distance Test", "rgb_minimum_distance", "#\n\ diff --git a/include/dieharder/rgb_operm.h b/include/dieharder/rgb_operm.h index 5d7415c..c48fa37 100644 --- a/include/dieharder/rgb_operm.h +++ b/include/dieharder/rgb_operm.h @@ -7,7 +7,7 @@ */ int rgb_operm(Test **test,int irun); -static Dtest rgb_operm_dtest = { +static Dtest rgb_operm_dtest __attribute__((unused)) = { "RGB Overlapping Permuations Test", "rgb_operm", "\n\ @@ -35,4 +35,4 @@ static Dtest rgb_operm_dtest = { * rgb_operm_k is the size of the overlapping window that is slid along * a data stream of rands from x_i to x_{i+k} to compute c[][]. */ -uint rgb_operm_k; +unsigned int rgb_operm_k; diff --git a/include/dieharder/rgb_permutations.h b/include/dieharder/rgb_permutations.h index e285f1c..79f3ab8 100644 --- a/include/dieharder/rgb_permutations.h +++ b/include/dieharder/rgb_permutations.h @@ -7,7 +7,7 @@ */ int rgb_permutations(Test **test,int irun); -static Dtest rgb_permutations_dtest = { +static Dtest rgb_permutations_dtest __attribute__((unused)) = { "RGB Permutations Test", "rgb_permutations", "\n\ diff --git a/include/dieharder/rgb_persist.h b/include/dieharder/rgb_persist.h index 03a29ca..7d5a82c 100644 --- a/include/dieharder/rgb_persist.h +++ b/include/dieharder/rgb_persist.h @@ -7,15 +7,15 @@ * function prototype */ typedef struct { - uint nbits; - uint and_mask; - uint cumulative_mask; + unsigned int nbits; + unsigned int and_mask; + unsigned int cumulative_mask; } Rgb_Persist; int rgb_persist(Test **test, Rgb_Persist *persist); -static Dtest rgb_persist_dtest = { +static Dtest rgb_persist_dtest __attribute__((unused)) = { "RGB Bit Persistence Test", - "rgb_persist", + "rgb_persist", "\n\ #========================================================================\n\ # RGB Bit Persistence Test\n\ @@ -42,4 +42,4 @@ static Dtest rgb_persist_dtest = { 0 }; -uint *rgb_persist_rand_uint; +unsigned int *rgb_persist_rand_uint; diff --git a/include/dieharder/rgb_timing.h b/include/dieharder/rgb_timing.h index 3ee4748..f7fb859 100644 --- a/include/dieharder/rgb_timing.h +++ b/include/dieharder/rgb_timing.h @@ -13,7 +13,7 @@ typedef struct { } Rgb_Timing; int rgb_timing(Test **test, Rgb_Timing *timing); -static Dtest rgb_timing_dtest = { +static Dtest rgb_timing_dtest __attribute__((unused)) = { "RGB Timing Test", "rgb_timing", "\ diff --git a/include/dieharder/std_test.h b/include/dieharder/std_test.h index ac6600f..c37ba6a 100644 --- a/include/dieharder/std_test.h +++ b/include/dieharder/std_test.h @@ -13,10 +13,10 @@ * what to do with it. */ typedef struct { - uint nkps; /* Number of test statistics created per run */ - uint tsamples; /* Number of samples per test (if applicable) */ - uint psamples; /* Number of test runs per final KS p-value */ - uint ntuple; /* Number of bits in ntuples being tested */ + unsigned int nkps; /* Number of test statistics created per run */ + unsigned int tsamples; /* Number of samples per test (if applicable) */ + unsigned int psamples; /* Number of test runs per final KS p-value */ + unsigned int ntuple; /* Number of bits in ntuples being tested */ double *pvalues; /* Vector of length psamples to hold test p-values */ char *pvlabel; /* Vector of length LINE to hold labels per p-value */ double ks_pvalue; /* Final KS p-value from run of many tests */ @@ -26,7 +26,7 @@ typedef struct { } Test; -Test **create_test(Dtest *dtest, uint tsamples, uint psamples); +Test **create_test(Dtest *dtest, unsigned int tsamples, unsigned int psamples); void destroy_test(Dtest *dtest, Test **test); void std_test(Dtest *dtest, Test **test); diff --git a/include/dieharder/sts_monobit.h b/include/dieharder/sts_monobit.h index 1a3da06..f504b76 100644 --- a/include/dieharder/sts_monobit.h +++ b/include/dieharder/sts_monobit.h @@ -7,7 +7,7 @@ */ int sts_monobit(Test **test,int irun); -static Dtest sts_monobit_dtest = { +static Dtest sts_monobit_dtest __attribute__((unused)) = { "STS Monobit Test", "sts_monobit", "\ diff --git a/include/dieharder/sts_runs.h b/include/dieharder/sts_runs.h index dcdfa53..a204ebb 100644 --- a/include/dieharder/sts_runs.h +++ b/include/dieharder/sts_runs.h @@ -7,7 +7,7 @@ */ int sts_runs(Test **test,int irun); -static Dtest sts_runs_dtest = { +static Dtest sts_runs_dtest __attribute__((unused)) = { "STS Runs Test", "sts_runs", "\ diff --git a/include/dieharder/sts_serial.h b/include/dieharder/sts_serial.h index 0d28e35..9791966 100644 --- a/include/dieharder/sts_serial.h +++ b/include/dieharder/sts_serial.h @@ -7,7 +7,7 @@ */ int sts_serial(Test **test,int irun); -static Dtest sts_serial_dtest = { +static Dtest sts_serial_dtest __attribute__((unused)) = { "STS Serial Test (Generalized)", "sts_serial", "\ diff --git a/libdieharder/.deps/libdieharder_la-Vtest.Plo b/libdieharder/.deps/libdieharder_la-Vtest.Plo new file mode 100644 index 0000000..6e59ac3 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-Vtest.Plo @@ -0,0 +1,523 @@ +libdieharder_la-Vtest.lo: Vtest.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-Xtest.Plo b/libdieharder/.deps/libdieharder_la-Xtest.Plo new file mode 100644 index 0000000..6018dd5 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-Xtest.Plo @@ -0,0 +1,523 @@ +libdieharder_la-Xtest.lo: Xtest.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-bits.Plo b/libdieharder/.deps/libdieharder_la-bits.Plo new file mode 100644 index 0000000..b3a50ba --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-bits.Plo @@ -0,0 +1,523 @@ +libdieharder_la-bits.lo: bits.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-chisq.Plo b/libdieharder/.deps/libdieharder_la-chisq.Plo new file mode 100644 index 0000000..413804c --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-chisq.Plo @@ -0,0 +1,523 @@ +libdieharder_la-chisq.lo: chisq.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-countx.Plo b/libdieharder/.deps/libdieharder_la-countx.Plo new file mode 100644 index 0000000..df32b36 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-countx.Plo @@ -0,0 +1,87 @@ +libdieharder_la-countx.lo: countx.c /usr/include/stdlib.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/string.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/stdio.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/math.h \ + /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ + /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ + /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ + /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/float.h \ + /usr/include/time.h /usr/include/bits/time.h + +/usr/include/stdlib.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/stdio.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/float.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: diff --git a/libdieharder/.deps/libdieharder_la-dab_bytedistrib.Plo b/libdieharder/.deps/libdieharder_la-dab_bytedistrib.Plo new file mode 100644 index 0000000..080f427 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-dab_bytedistrib.Plo @@ -0,0 +1,523 @@ +libdieharder_la-dab_bytedistrib.lo: dab_bytedistrib.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-dab_dct.Plo b/libdieharder/.deps/libdieharder_la-dab_dct.Plo new file mode 100644 index 0000000..94161dd --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-dab_dct.Plo @@ -0,0 +1,523 @@ +libdieharder_la-dab_dct.lo: dab_dct.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-dab_filltree.Plo b/libdieharder/.deps/libdieharder_la-dab_filltree.Plo new file mode 100644 index 0000000..d68553e --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-dab_filltree.Plo @@ -0,0 +1,523 @@ +libdieharder_la-dab_filltree.lo: dab_filltree.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-dab_filltree2.Plo b/libdieharder/.deps/libdieharder_la-dab_filltree2.Plo new file mode 100644 index 0000000..2a4f213 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-dab_filltree2.Plo @@ -0,0 +1,523 @@ +libdieharder_la-dab_filltree2.lo: dab_filltree2.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-dab_monobit2.Plo b/libdieharder/.deps/libdieharder_la-dab_monobit2.Plo new file mode 100644 index 0000000..28a770f --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-dab_monobit2.Plo @@ -0,0 +1,523 @@ +libdieharder_la-dab_monobit2.lo: dab_monobit2.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_2dsphere.Plo b/libdieharder/.deps/libdieharder_la-diehard_2dsphere.Plo new file mode 100644 index 0000000..b3ae28d --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_2dsphere.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_2dsphere.lo: diehard_2dsphere.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_3dsphere.Plo b/libdieharder/.deps/libdieharder_la-diehard_3dsphere.Plo new file mode 100644 index 0000000..35ea9aa --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_3dsphere.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_3dsphere.lo: diehard_3dsphere.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_birthdays.Plo b/libdieharder/.deps/libdieharder_la-diehard_birthdays.Plo new file mode 100644 index 0000000..0b3c95d --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_birthdays.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_birthdays.lo: diehard_birthdays.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_bitstream.Plo b/libdieharder/.deps/libdieharder_la-diehard_bitstream.Plo new file mode 100644 index 0000000..c97948e --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_bitstream.Plo @@ -0,0 +1,525 @@ +libdieharder_la-diehard_bitstream.lo: diehard_bitstream.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-diehard_count_1s_byte.Plo b/libdieharder/.deps/libdieharder_la-diehard_count_1s_byte.Plo new file mode 100644 index 0000000..d33ca93 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_count_1s_byte.Plo @@ -0,0 +1,525 @@ +libdieharder_la-diehard_count_1s_byte.lo: diehard_count_1s_byte.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-diehard_count_1s_stream.Plo b/libdieharder/.deps/libdieharder_la-diehard_count_1s_stream.Plo new file mode 100644 index 0000000..816e607 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_count_1s_stream.Plo @@ -0,0 +1,525 @@ +libdieharder_la-diehard_count_1s_stream.lo: diehard_count_1s_stream.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-diehard_craps.Plo b/libdieharder/.deps/libdieharder_la-diehard_craps.Plo new file mode 100644 index 0000000..de06c4a --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_craps.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_craps.lo: diehard_craps.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_dna.Plo b/libdieharder/.deps/libdieharder_la-diehard_dna.Plo new file mode 100644 index 0000000..686b2a5 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_dna.Plo @@ -0,0 +1,525 @@ +libdieharder_la-diehard_dna.lo: diehard_dna.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-diehard_operm5.Plo b/libdieharder/.deps/libdieharder_la-diehard_operm5.Plo new file mode 100644 index 0000000..357c944 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_operm5.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_operm5.lo: diehard_operm5.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_opso.Plo b/libdieharder/.deps/libdieharder_la-diehard_opso.Plo new file mode 100644 index 0000000..abcb63a --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_opso.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_opso.lo: diehard_opso.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_oqso.Plo b/libdieharder/.deps/libdieharder_la-diehard_oqso.Plo new file mode 100644 index 0000000..2d3b5cd --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_oqso.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_oqso.lo: diehard_oqso.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_parking_lot.Plo b/libdieharder/.deps/libdieharder_la-diehard_parking_lot.Plo new file mode 100644 index 0000000..bbad3e1 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_parking_lot.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_parking_lot.lo: diehard_parking_lot.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_rank_32x32.Plo b/libdieharder/.deps/libdieharder_la-diehard_rank_32x32.Plo new file mode 100644 index 0000000..922a072 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_rank_32x32.Plo @@ -0,0 +1,525 @@ +libdieharder_la-diehard_rank_32x32.lo: diehard_rank_32x32.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-diehard_rank_6x8.Plo b/libdieharder/.deps/libdieharder_la-diehard_rank_6x8.Plo new file mode 100644 index 0000000..7725223 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_rank_6x8.Plo @@ -0,0 +1,525 @@ +libdieharder_la-diehard_rank_6x8.lo: diehard_rank_6x8.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-diehard_runs.Plo b/libdieharder/.deps/libdieharder_la-diehard_runs.Plo new file mode 100644 index 0000000..3bc234b --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_runs.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_runs.lo: diehard_runs.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_squeeze.Plo b/libdieharder/.deps/libdieharder_la-diehard_squeeze.Plo new file mode 100644 index 0000000..4d8ca95 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_squeeze.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_squeeze.lo: diehard_squeeze.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-diehard_sums.Plo b/libdieharder/.deps/libdieharder_la-diehard_sums.Plo new file mode 100644 index 0000000..f62c811 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-diehard_sums.Plo @@ -0,0 +1,523 @@ +libdieharder_la-diehard_sums.lo: diehard_sums.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-dieharder_rng_types.Plo b/libdieharder/.deps/libdieharder_la-dieharder_rng_types.Plo new file mode 100644 index 0000000..8422f16 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-dieharder_rng_types.Plo @@ -0,0 +1,523 @@ +libdieharder_la-dieharder_rng_types.lo: dieharder_rng_types.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-dieharder_test_types.Plo b/libdieharder/.deps/libdieharder_la-dieharder_test_types.Plo new file mode 100644 index 0000000..24f3092 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-dieharder_test_types.Plo @@ -0,0 +1,523 @@ +libdieharder_la-dieharder_test_types.lo: dieharder_test_types.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-histogram.Plo b/libdieharder/.deps/libdieharder_la-histogram.Plo new file mode 100644 index 0000000..8633383 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-histogram.Plo @@ -0,0 +1,523 @@ +libdieharder_la-histogram.lo: histogram.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-kstest.Plo b/libdieharder/.deps/libdieharder_la-kstest.Plo new file mode 100644 index 0000000..647aa0c --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-kstest.Plo @@ -0,0 +1,523 @@ +libdieharder_la-kstest.lo: kstest.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-marsaglia_tsang_gcd.Plo b/libdieharder/.deps/libdieharder_la-marsaglia_tsang_gcd.Plo new file mode 100644 index 0000000..3a2d72d --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-marsaglia_tsang_gcd.Plo @@ -0,0 +1,525 @@ +libdieharder_la-marsaglia_tsang_gcd.lo: marsaglia_tsang_gcd.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-marsaglia_tsang_gorilla.Plo b/libdieharder/.deps/libdieharder_la-marsaglia_tsang_gorilla.Plo new file mode 100644 index 0000000..63cf9bd --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-marsaglia_tsang_gorilla.Plo @@ -0,0 +1,523 @@ +libdieharder_la-marsaglia_tsang_gorilla.lo: marsaglia_tsang_gorilla.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-parse.Plo b/libdieharder/.deps/libdieharder_la-parse.Plo new file mode 100644 index 0000000..b76554b --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-parse.Plo @@ -0,0 +1,57 @@ +libdieharder_la-parse.lo: parse.c /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + ../include/dieharder/parse.h + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +../include/dieharder/parse.h: diff --git a/libdieharder/.deps/libdieharder_la-prob.Plo b/libdieharder/.deps/libdieharder_la-prob.Plo new file mode 100644 index 0000000..508e1bf --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-prob.Plo @@ -0,0 +1,523 @@ +libdieharder_la-prob.lo: prob.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-random_seed.Plo b/libdieharder/.deps/libdieharder_la-random_seed.Plo new file mode 100644 index 0000000..42e4bd2 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-random_seed.Plo @@ -0,0 +1,523 @@ +libdieharder_la-random_seed.lo: random_seed.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rank.Plo b/libdieharder/.deps/libdieharder_la-rank.Plo new file mode 100644 index 0000000..22f3645 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rank.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rank.lo: rank.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rgb_bitdist.Plo b/libdieharder/.deps/libdieharder_la-rgb_bitdist.Plo new file mode 100644 index 0000000..9a4e187 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rgb_bitdist.Plo @@ -0,0 +1,525 @@ +libdieharder_la-rgb_bitdist.lo: rgb_bitdist.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-rgb_kstest_test.Plo b/libdieharder/.deps/libdieharder_la-rgb_kstest_test.Plo new file mode 100644 index 0000000..ef8e025 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rgb_kstest_test.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rgb_kstest_test.lo: rgb_kstest_test.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rgb_lagged_sums.Plo b/libdieharder/.deps/libdieharder_la-rgb_lagged_sums.Plo new file mode 100644 index 0000000..788070b --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rgb_lagged_sums.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rgb_lagged_sums.lo: rgb_lagged_sums.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rgb_minimum_distance.Plo b/libdieharder/.deps/libdieharder_la-rgb_minimum_distance.Plo new file mode 100644 index 0000000..4706ad7 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rgb_minimum_distance.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rgb_minimum_distance.lo: rgb_minimum_distance.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rgb_permutations.Plo b/libdieharder/.deps/libdieharder_la-rgb_permutations.Plo new file mode 100644 index 0000000..31b9d3d --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rgb_permutations.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rgb_permutations.lo: rgb_permutations.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rgb_persist.Plo b/libdieharder/.deps/libdieharder_la-rgb_persist.Plo new file mode 100644 index 0000000..1bec8f4 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rgb_persist.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rgb_persist.lo: rgb_persist.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rgb_timing.Plo b/libdieharder/.deps/libdieharder_la-rgb_timing.Plo new file mode 100644 index 0000000..f95ff30 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rgb_timing.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rgb_timing.lo: rgb_timing.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rijndael-alg-fst.Plo b/libdieharder/.deps/libdieharder_la-rijndael-alg-fst.Plo new file mode 100644 index 0000000..b41b71e --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rijndael-alg-fst.Plo @@ -0,0 +1,24 @@ +libdieharder_la-rijndael-alg-fst.lo: rijndael-alg-fst.c \ + /usr/include/assert.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + ../include/dieharder/rijndael-alg-fst.h + +/usr/include/assert.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/include/stdlib.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +../include/dieharder/rijndael-alg-fst.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_XOR.Plo b/libdieharder/.deps/libdieharder_la-rng_XOR.Plo new file mode 100644 index 0000000..6aca993 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_XOR.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_XOR.lo: rng_XOR.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_aes.Plo b/libdieharder/.deps/libdieharder_la-rng_aes.Plo new file mode 100644 index 0000000..5db5dc5 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_aes.Plo @@ -0,0 +1,526 @@ +libdieharder_la-rng_aes.lo: rng_aes.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h \ + ../include/dieharder/rijndael-alg-fst.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +../include/dieharder/rijndael-alg-fst.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_ca.Plo b/libdieharder/.deps/libdieharder_la-rng_ca.Plo new file mode 100644 index 0000000..3511326 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_ca.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_ca.lo: rng_ca.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_dev_arandom.Plo b/libdieharder/.deps/libdieharder_la-rng_dev_arandom.Plo new file mode 100644 index 0000000..aa37723 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_dev_arandom.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_dev_arandom.lo: rng_dev_arandom.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_dev_random.Plo b/libdieharder/.deps/libdieharder_la-rng_dev_random.Plo new file mode 100644 index 0000000..5d75f2e --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_dev_random.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_dev_random.lo: rng_dev_random.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_dev_urandom.Plo b/libdieharder/.deps/libdieharder_la-rng_dev_urandom.Plo new file mode 100644 index 0000000..559266d --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_dev_urandom.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_dev_urandom.lo: rng_dev_urandom.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_file_input.Plo b/libdieharder/.deps/libdieharder_la-rng_file_input.Plo new file mode 100644 index 0000000..e82638b --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_file_input.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_file_input.lo: rng_file_input.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_file_input_raw.Plo b/libdieharder/.deps/libdieharder_la-rng_file_input_raw.Plo new file mode 100644 index 0000000..0a6f83a --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_file_input_raw.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_file_input_raw.lo: rng_file_input_raw.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_jenkins.Plo b/libdieharder/.deps/libdieharder_la-rng_jenkins.Plo new file mode 100644 index 0000000..6ae84aa --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_jenkins.Plo @@ -0,0 +1,77 @@ +libdieharder_la-rng_jenkins.lo: rng_jenkins.c /usr/include/errno.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdint.h \ + /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h + +/usr/include/errno.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdint.h: + +/usr/include/stdint.h: + +/usr/include/bits/wchar.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_kiss.Plo b/libdieharder/.deps/libdieharder_la-rng_kiss.Plo new file mode 100644 index 0000000..c173e1b --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_kiss.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_kiss.lo: rng_kiss.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_stdin_input_raw.Plo b/libdieharder/.deps/libdieharder_la-rng_stdin_input_raw.Plo new file mode 100644 index 0000000..feafa87 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_stdin_input_raw.Plo @@ -0,0 +1,524 @@ +libdieharder_la-rng_stdin_input_raw.lo: rng_stdin_input_raw.c \ + /usr/include/errno.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/string.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/sys/time.h /usr/include/time.h \ + /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +/usr/include/errno.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/stdlib.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_superkiss.Plo b/libdieharder/.deps/libdieharder_la-rng_superkiss.Plo new file mode 100644 index 0000000..99992d4 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_superkiss.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_superkiss.lo: rng_superkiss.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_threefish.Plo b/libdieharder/.deps/libdieharder_la-rng_threefish.Plo new file mode 100644 index 0000000..ea5ed08 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_threefish.Plo @@ -0,0 +1,538 @@ +libdieharder_la-rng_threefish.lo: rng_threefish.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h ../include/dieharder/skein.h \ + ../include/dieharder/skein_port.h ../include/dieharder/brg_types.h \ + ../include/dieharder/brg_endian.h /usr/include/byteswap.h \ + /usr/include/bits/byteswap.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +../include/dieharder/skein.h: + +../include/dieharder/skein_port.h: + +../include/dieharder/brg_types.h: + +../include/dieharder/brg_endian.h: + +/usr/include/byteswap.h: + +/usr/include/bits/byteswap.h: diff --git a/libdieharder/.deps/libdieharder_la-rng_uvag.Plo b/libdieharder/.deps/libdieharder_la-rng_uvag.Plo new file mode 100644 index 0000000..62481d9 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rng_uvag.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rng_uvag.lo: rng_uvag.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-rngav.Plo b/libdieharder/.deps/libdieharder_la-rngav.Plo new file mode 100644 index 0000000..51792e7 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rngav.Plo @@ -0,0 +1,87 @@ +libdieharder_la-rngav.lo: rngav.c /usr/include/stdlib.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/string.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/stdio.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/math.h \ + /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ + /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ + /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ + /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/float.h \ + /usr/include/time.h /usr/include/bits/time.h + +/usr/include/stdlib.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/stdio.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/float.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: diff --git a/libdieharder/.deps/libdieharder_la-rngs_gnu_r.Plo b/libdieharder/.deps/libdieharder_la-rngs_gnu_r.Plo new file mode 100644 index 0000000..130c10e --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-rngs_gnu_r.Plo @@ -0,0 +1,523 @@ +libdieharder_la-rngs_gnu_r.lo: rngs_gnu_r.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-sample.Plo b/libdieharder/.deps/libdieharder_la-sample.Plo new file mode 100644 index 0000000..4ea21a1 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-sample.Plo @@ -0,0 +1,523 @@ +libdieharder_la-sample.lo: sample.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-skein_block64.Plo b/libdieharder/.deps/libdieharder_la-skein_block64.Plo new file mode 100644 index 0000000..9b8b225 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-skein_block64.Plo @@ -0,0 +1,58 @@ +libdieharder_la-skein_block64.lo: skein_block64.c /usr/include/string.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + ../include/dieharder/skein.h ../include/dieharder/skein_port.h \ + ../include/dieharder/brg_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h ../include/dieharder/brg_endian.h \ + /usr/include/byteswap.h /usr/include/bits/byteswap.h + +/usr/include/string.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +../include/dieharder/skein.h: + +../include/dieharder/skein_port.h: + +../include/dieharder/brg_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +../include/dieharder/brg_endian.h: + +/usr/include/byteswap.h: + +/usr/include/bits/byteswap.h: diff --git a/libdieharder/.deps/libdieharder_la-skein_block_ref.Plo b/libdieharder/.deps/libdieharder_la-skein_block_ref.Plo new file mode 100644 index 0000000..1675e9a --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-skein_block_ref.Plo @@ -0,0 +1,79 @@ +libdieharder_la-skein_block_ref.lo: skein_block_ref.c \ + /usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + ../include/dieharder/skein.h ../include/dieharder/skein_port.h \ + ../include/dieharder/brg_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h ../include/dieharder/brg_endian.h \ + /usr/include/byteswap.h /usr/include/bits/byteswap.h \ + /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h + +/usr/include/string.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +../include/dieharder/skein.h: + +../include/dieharder/skein_port.h: + +../include/dieharder/brg_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +../include/dieharder/brg_endian.h: + +/usr/include/byteswap.h: + +/usr/include/bits/byteswap.h: + +/usr/include/stdio.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: diff --git a/libdieharder/.deps/libdieharder_la-std_test.Plo b/libdieharder/.deps/libdieharder_la-std_test.Plo new file mode 100644 index 0000000..3c56cf3 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-std_test.Plo @@ -0,0 +1,523 @@ +libdieharder_la-std_test.lo: std_test.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-sts_monobit.Plo b/libdieharder/.deps/libdieharder_la-sts_monobit.Plo new file mode 100644 index 0000000..396d6ea --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-sts_monobit.Plo @@ -0,0 +1,523 @@ +libdieharder_la-sts_monobit.lo: sts_monobit.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-sts_runs.Plo b/libdieharder/.deps/libdieharder_la-sts_runs.Plo new file mode 100644 index 0000000..98ec6d6 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-sts_runs.Plo @@ -0,0 +1,523 @@ +libdieharder_la-sts_runs.lo: sts_runs.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-sts_serial.Plo b/libdieharder/.deps/libdieharder_la-sts_serial.Plo new file mode 100644 index 0000000..581286f --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-sts_serial.Plo @@ -0,0 +1,525 @@ +libdieharder_la-sts_serial.lo: sts_serial.c \ + ../include/dieharder/libdieharder.h ../include/dieharder/copyright.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h static_get_bits.c + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: + +static_get_bits.c: diff --git a/libdieharder/.deps/libdieharder_la-timing.Plo b/libdieharder/.deps/libdieharder_la-timing.Plo new file mode 100644 index 0000000..8c50a35 --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-timing.Plo @@ -0,0 +1,523 @@ +libdieharder_la-timing.lo: timing.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/.deps/libdieharder_la-version.Plo b/libdieharder/.deps/libdieharder_la-version.Plo new file mode 100644 index 0000000..1f31f7a --- /dev/null +++ b/libdieharder/.deps/libdieharder_la-version.Plo @@ -0,0 +1,523 @@ +libdieharder_la-version.lo: version.c ../include/dieharder/libdieharder.h \ + ../include/dieharder/copyright.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h /usr/include/string.h \ + /usr/include/bits/string.h /usr/include/bits/string2.h \ + /usr/include/endian.h /usr/include/bits/endian.h /usr/include/sys/time.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/types.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/gsl/gsl_rng.h \ + /usr/include/gsl/gsl_types.h /usr/include/gsl/gsl_errno.h \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/gsl/gsl_inline.h /usr/include/gsl/gsl_randist.h \ + /usr/include/gsl/gsl_cdf.h /usr/include/gsl/gsl_sf.h \ + /usr/include/gsl/gsl_sf_result.h /usr/include/gsl/gsl_sf_airy.h \ + /usr/include/gsl/gsl_mode.h /usr/include/gsl/gsl_sf_bessel.h \ + /usr/include/gsl/gsl_precision.h /usr/include/gsl/gsl_sf_clausen.h \ + /usr/include/gsl/gsl_sf_coupling.h /usr/include/gsl/gsl_sf_coulomb.h \ + /usr/include/gsl/gsl_sf_dawson.h /usr/include/gsl/gsl_sf_debye.h \ + /usr/include/gsl/gsl_sf_dilog.h /usr/include/gsl/gsl_sf_elementary.h \ + /usr/include/gsl/gsl_sf_ellint.h /usr/include/gsl/gsl_sf_elljac.h \ + /usr/include/gsl/gsl_sf_erf.h /usr/include/gsl/gsl_sf_exp.h \ + /usr/include/gsl/gsl_sf_expint.h /usr/include/gsl/gsl_sf_fermi_dirac.h \ + /usr/include/gsl/gsl_sf_gamma.h /usr/include/gsl/gsl_sf_gegenbauer.h \ + /usr/include/gsl/gsl_sf_hyperg.h /usr/include/gsl/gsl_sf_laguerre.h \ + /usr/include/gsl/gsl_sf_lambert.h /usr/include/gsl/gsl_sf_legendre.h \ + /usr/include/gsl/gsl_sf_log.h /usr/include/gsl/gsl_sf_mathieu.h \ + /usr/include/gsl/gsl_eigen.h /usr/include/gsl/gsl_vector.h \ + /usr/include/gsl/gsl_vector_complex_long_double.h \ + /usr/include/gsl/gsl_complex.h /usr/include/gsl/gsl_check_range.h \ + /usr/include/gsl/gsl_vector_long_double.h \ + /usr/include/gsl/gsl_block_long_double.h \ + /usr/include/gsl/gsl_vector_complex.h \ + /usr/include/gsl/gsl_block_complex_long_double.h \ + /usr/include/gsl/gsl_vector_complex_double.h \ + /usr/include/gsl/gsl_vector_double.h /usr/include/gsl/gsl_block_double.h \ + /usr/include/gsl/gsl_block_complex_double.h \ + /usr/include/gsl/gsl_vector_complex_float.h \ + /usr/include/gsl/gsl_vector_float.h /usr/include/gsl/gsl_block_float.h \ + /usr/include/gsl/gsl_block_complex_float.h \ + /usr/include/gsl/gsl_vector_ulong.h /usr/include/gsl/gsl_block_ulong.h \ + /usr/include/gsl/gsl_vector_long.h /usr/include/gsl/gsl_block_long.h \ + /usr/include/gsl/gsl_vector_uint.h /usr/include/gsl/gsl_block_uint.h \ + /usr/include/gsl/gsl_vector_int.h /usr/include/gsl/gsl_block_int.h \ + /usr/include/gsl/gsl_vector_ushort.h /usr/include/gsl/gsl_block_ushort.h \ + /usr/include/gsl/gsl_vector_short.h /usr/include/gsl/gsl_block_short.h \ + /usr/include/gsl/gsl_vector_uchar.h /usr/include/gsl/gsl_block_uchar.h \ + /usr/include/gsl/gsl_vector_char.h /usr/include/gsl/gsl_block_char.h \ + /usr/include/gsl/gsl_matrix.h \ + /usr/include/gsl/gsl_matrix_complex_long_double.h \ + /usr/include/gsl/gsl_matrix_complex_double.h \ + /usr/include/gsl/gsl_matrix_complex_float.h \ + /usr/include/gsl/gsl_matrix_long_double.h \ + /usr/include/gsl/gsl_matrix_double.h /usr/include/gsl/gsl_matrix_float.h \ + /usr/include/gsl/gsl_matrix_ulong.h /usr/include/gsl/gsl_matrix_long.h \ + /usr/include/gsl/gsl_matrix_uint.h /usr/include/gsl/gsl_matrix_int.h \ + /usr/include/gsl/gsl_matrix_ushort.h /usr/include/gsl/gsl_matrix_short.h \ + /usr/include/gsl/gsl_matrix_uchar.h /usr/include/gsl/gsl_matrix_char.h \ + /usr/include/gsl/gsl_sf_pow_int.h /usr/include/gsl/gsl_sf_psi.h \ + /usr/include/gsl/gsl_sf_synchrotron.h \ + /usr/include/gsl/gsl_sf_transport.h /usr/include/gsl/gsl_sf_trig.h \ + /usr/include/gsl/gsl_sf_zeta.h /usr/include/gsl/gsl_permutation.h \ + /usr/include/gsl/gsl_heapsort.h /usr/include/gsl/gsl_sort.h \ + /usr/include/gsl/gsl_sort_long_double.h \ + /usr/include/gsl/gsl_sort_double.h /usr/include/gsl/gsl_sort_float.h \ + /usr/include/gsl/gsl_sort_ulong.h /usr/include/gsl/gsl_sort_long.h \ + /usr/include/gsl/gsl_sort_uint.h /usr/include/gsl/gsl_sort_int.h \ + /usr/include/gsl/gsl_sort_ushort.h /usr/include/gsl/gsl_sort_short.h \ + /usr/include/gsl/gsl_sort_uchar.h /usr/include/gsl/gsl_sort_char.h \ + /usr/include/gsl/gsl_blas.h /usr/include/gsl/gsl_blas_types.h \ + /usr/include/gsl/gsl_cblas.h ../include/dieharder/Dtest.h \ + ../include/dieharder/parse.h ../include/dieharder/verbose.h \ + ../include/dieharder/Xtest.h ../include/dieharder/Vtest.h \ + ../include/dieharder/std_test.h ../include/dieharder/tests.h \ + ../include/dieharder/rgb_timing.h ../include/dieharder/rgb_persist.h \ + ../include/dieharder/rgb_bitdist.h \ + ../include/dieharder/rgb_kstest_test.h \ + ../include/dieharder/rgb_lagged_sums.h \ + ../include/dieharder/rgb_minimum_distance.h \ + ../include/dieharder/rgb_operm.h ../include/dieharder/rgb_permutations.h \ + ../include/dieharder/dab_bytedistrib.h ../include/dieharder/dab_dct.h \ + ../include/dieharder/dab_filltree.h ../include/dieharder/dab_filltree2.h \ + ../include/dieharder/dab_monobit2.h \ + ../include/dieharder/diehard_birthdays.h \ + ../include/dieharder/diehard_operm5.h \ + ../include/dieharder/diehard_rank_32x32.h \ + ../include/dieharder/diehard_rank_6x8.h \ + ../include/dieharder/diehard_bitstream.h \ + ../include/dieharder/diehard_opso.h ../include/dieharder/diehard_oqso.h \ + ../include/dieharder/diehard_dna.h \ + ../include/dieharder/diehard_count_1s_stream.h \ + ../include/dieharder/diehard_count_1s_byte.h \ + ../include/dieharder/diehard_parking_lot.h \ + ../include/dieharder/diehard_2dsphere.h \ + ../include/dieharder/diehard_3dsphere.h \ + ../include/dieharder/diehard_squeeze.h \ + ../include/dieharder/diehard_sums.h ../include/dieharder/diehard_runs.h \ + ../include/dieharder/diehard_craps.h \ + ../include/dieharder/marsaglia_tsang_gcd.h \ + ../include/dieharder/sts_monobit.h ../include/dieharder/sts_runs.h \ + ../include/dieharder/sts_serial.h \ + ../include/dieharder/dieharder_rng_types.h \ + ../include/dieharder/dieharder_test_types.h + +../include/dieharder/libdieharder.h: + +../include/dieharder/copyright.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/string.h: + +/usr/include/bits/string.h: + +/usr/include/bits/string2.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/sys/time.h: + +/usr/include/time.h: + +/usr/include/bits/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/types.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/confname.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/gsl/gsl_rng.h: + +/usr/include/gsl/gsl_types.h: + +/usr/include/gsl/gsl_errno.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/gsl/gsl_inline.h: + +/usr/include/gsl/gsl_randist.h: + +/usr/include/gsl/gsl_cdf.h: + +/usr/include/gsl/gsl_sf.h: + +/usr/include/gsl/gsl_sf_result.h: + +/usr/include/gsl/gsl_sf_airy.h: + +/usr/include/gsl/gsl_mode.h: + +/usr/include/gsl/gsl_sf_bessel.h: + +/usr/include/gsl/gsl_precision.h: + +/usr/include/gsl/gsl_sf_clausen.h: + +/usr/include/gsl/gsl_sf_coupling.h: + +/usr/include/gsl/gsl_sf_coulomb.h: + +/usr/include/gsl/gsl_sf_dawson.h: + +/usr/include/gsl/gsl_sf_debye.h: + +/usr/include/gsl/gsl_sf_dilog.h: + +/usr/include/gsl/gsl_sf_elementary.h: + +/usr/include/gsl/gsl_sf_ellint.h: + +/usr/include/gsl/gsl_sf_elljac.h: + +/usr/include/gsl/gsl_sf_erf.h: + +/usr/include/gsl/gsl_sf_exp.h: + +/usr/include/gsl/gsl_sf_expint.h: + +/usr/include/gsl/gsl_sf_fermi_dirac.h: + +/usr/include/gsl/gsl_sf_gamma.h: + +/usr/include/gsl/gsl_sf_gegenbauer.h: + +/usr/include/gsl/gsl_sf_hyperg.h: + +/usr/include/gsl/gsl_sf_laguerre.h: + +/usr/include/gsl/gsl_sf_lambert.h: + +/usr/include/gsl/gsl_sf_legendre.h: + +/usr/include/gsl/gsl_sf_log.h: + +/usr/include/gsl/gsl_sf_mathieu.h: + +/usr/include/gsl/gsl_eigen.h: + +/usr/include/gsl/gsl_vector.h: + +/usr/include/gsl/gsl_vector_complex_long_double.h: + +/usr/include/gsl/gsl_complex.h: + +/usr/include/gsl/gsl_check_range.h: + +/usr/include/gsl/gsl_vector_long_double.h: + +/usr/include/gsl/gsl_block_long_double.h: + +/usr/include/gsl/gsl_vector_complex.h: + +/usr/include/gsl/gsl_block_complex_long_double.h: + +/usr/include/gsl/gsl_vector_complex_double.h: + +/usr/include/gsl/gsl_vector_double.h: + +/usr/include/gsl/gsl_block_double.h: + +/usr/include/gsl/gsl_block_complex_double.h: + +/usr/include/gsl/gsl_vector_complex_float.h: + +/usr/include/gsl/gsl_vector_float.h: + +/usr/include/gsl/gsl_block_float.h: + +/usr/include/gsl/gsl_block_complex_float.h: + +/usr/include/gsl/gsl_vector_ulong.h: + +/usr/include/gsl/gsl_block_ulong.h: + +/usr/include/gsl/gsl_vector_long.h: + +/usr/include/gsl/gsl_block_long.h: + +/usr/include/gsl/gsl_vector_uint.h: + +/usr/include/gsl/gsl_block_uint.h: + +/usr/include/gsl/gsl_vector_int.h: + +/usr/include/gsl/gsl_block_int.h: + +/usr/include/gsl/gsl_vector_ushort.h: + +/usr/include/gsl/gsl_block_ushort.h: + +/usr/include/gsl/gsl_vector_short.h: + +/usr/include/gsl/gsl_block_short.h: + +/usr/include/gsl/gsl_vector_uchar.h: + +/usr/include/gsl/gsl_block_uchar.h: + +/usr/include/gsl/gsl_vector_char.h: + +/usr/include/gsl/gsl_block_char.h: + +/usr/include/gsl/gsl_matrix.h: + +/usr/include/gsl/gsl_matrix_complex_long_double.h: + +/usr/include/gsl/gsl_matrix_complex_double.h: + +/usr/include/gsl/gsl_matrix_complex_float.h: + +/usr/include/gsl/gsl_matrix_long_double.h: + +/usr/include/gsl/gsl_matrix_double.h: + +/usr/include/gsl/gsl_matrix_float.h: + +/usr/include/gsl/gsl_matrix_ulong.h: + +/usr/include/gsl/gsl_matrix_long.h: + +/usr/include/gsl/gsl_matrix_uint.h: + +/usr/include/gsl/gsl_matrix_int.h: + +/usr/include/gsl/gsl_matrix_ushort.h: + +/usr/include/gsl/gsl_matrix_short.h: + +/usr/include/gsl/gsl_matrix_uchar.h: + +/usr/include/gsl/gsl_matrix_char.h: + +/usr/include/gsl/gsl_sf_pow_int.h: + +/usr/include/gsl/gsl_sf_psi.h: + +/usr/include/gsl/gsl_sf_synchrotron.h: + +/usr/include/gsl/gsl_sf_transport.h: + +/usr/include/gsl/gsl_sf_trig.h: + +/usr/include/gsl/gsl_sf_zeta.h: + +/usr/include/gsl/gsl_permutation.h: + +/usr/include/gsl/gsl_heapsort.h: + +/usr/include/gsl/gsl_sort.h: + +/usr/include/gsl/gsl_sort_long_double.h: + +/usr/include/gsl/gsl_sort_double.h: + +/usr/include/gsl/gsl_sort_float.h: + +/usr/include/gsl/gsl_sort_ulong.h: + +/usr/include/gsl/gsl_sort_long.h: + +/usr/include/gsl/gsl_sort_uint.h: + +/usr/include/gsl/gsl_sort_int.h: + +/usr/include/gsl/gsl_sort_ushort.h: + +/usr/include/gsl/gsl_sort_short.h: + +/usr/include/gsl/gsl_sort_uchar.h: + +/usr/include/gsl/gsl_sort_char.h: + +/usr/include/gsl/gsl_blas.h: + +/usr/include/gsl/gsl_blas_types.h: + +/usr/include/gsl/gsl_cblas.h: + +../include/dieharder/Dtest.h: + +../include/dieharder/parse.h: + +../include/dieharder/verbose.h: + +../include/dieharder/Xtest.h: + +../include/dieharder/Vtest.h: + +../include/dieharder/std_test.h: + +../include/dieharder/tests.h: + +../include/dieharder/rgb_timing.h: + +../include/dieharder/rgb_persist.h: + +../include/dieharder/rgb_bitdist.h: + +../include/dieharder/rgb_kstest_test.h: + +../include/dieharder/rgb_lagged_sums.h: + +../include/dieharder/rgb_minimum_distance.h: + +../include/dieharder/rgb_operm.h: + +../include/dieharder/rgb_permutations.h: + +../include/dieharder/dab_bytedistrib.h: + +../include/dieharder/dab_dct.h: + +../include/dieharder/dab_filltree.h: + +../include/dieharder/dab_filltree2.h: + +../include/dieharder/dab_monobit2.h: + +../include/dieharder/diehard_birthdays.h: + +../include/dieharder/diehard_operm5.h: + +../include/dieharder/diehard_rank_32x32.h: + +../include/dieharder/diehard_rank_6x8.h: + +../include/dieharder/diehard_bitstream.h: + +../include/dieharder/diehard_opso.h: + +../include/dieharder/diehard_oqso.h: + +../include/dieharder/diehard_dna.h: + +../include/dieharder/diehard_count_1s_stream.h: + +../include/dieharder/diehard_count_1s_byte.h: + +../include/dieharder/diehard_parking_lot.h: + +../include/dieharder/diehard_2dsphere.h: + +../include/dieharder/diehard_3dsphere.h: + +../include/dieharder/diehard_squeeze.h: + +../include/dieharder/diehard_sums.h: + +../include/dieharder/diehard_runs.h: + +../include/dieharder/diehard_craps.h: + +../include/dieharder/marsaglia_tsang_gcd.h: + +../include/dieharder/sts_monobit.h: + +../include/dieharder/sts_runs.h: + +../include/dieharder/sts_serial.h: + +../include/dieharder/dieharder_rng_types.h: + +../include/dieharder/dieharder_test_types.h: diff --git a/libdieharder/Makefile b/libdieharder/Makefile index 546210e..22736a7 100644 --- a/libdieharder/Makefile +++ b/libdieharder/Makefile @@ -48,7 +48,10 @@ subdir = libdieharder DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ COPYING ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -79,31 +82,65 @@ am__base_list = \ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" LTLIBRARIES = $(lib_LTLIBRARIES) libdieharder_la_DEPENDENCIES = -am_libdieharder_la_OBJECTS = bits.lo chisq.lo countx.lo \ - dab_bytedistrib.lo dab_dct.lo dab_filltree.lo dab_filltree2.lo \ - dab_monobit2.lo diehard_2dsphere.lo diehard_3dsphere.lo \ - diehard_birthdays.lo diehard_bitstream.lo \ - diehard_count_1s_byte.lo diehard_count_1s_stream.lo \ - diehard_craps.lo diehard_dna.lo diehard_operm5.lo \ - diehard_opso.lo diehard_oqso.lo diehard_parking_lot.lo \ - diehard_rank_32x32.lo diehard_rank_6x8.lo diehard_runs.lo \ - diehard_squeeze.lo diehard_sums.lo dieharder_rng_types.lo \ - dieharder_test_types.lo histogram.lo kstest.lo \ - marsaglia_tsang_gcd.lo marsaglia_tsang_gorilla.lo parse.lo \ - prob.lo random_seed.lo rank.lo rgb_bitdist.lo \ - rgb_kstest_test.lo rgb_lagged_sums.lo rgb_minimum_distance.lo \ - rgb_permutations.lo rgb_persist.lo rgb_timing.lo rngav.lo \ - rng_aes.lo rijndael-alg-fst.lo rng_ca.lo rng_dev_random.lo \ - rng_dev_arandom.lo rng_dev_urandom.lo rng_file_input.lo \ - rng_file_input_raw.lo rngs_gnu_r.lo rng_kiss.lo rng_jenkins.lo \ - rng_superkiss.lo rng_stdin_input_raw.lo rng_threefish.lo \ - rng_uvag.lo rng_XOR.lo sample.lo skein_block64.lo \ - skein_block_ref.lo std_test.lo sts_monobit.lo sts_runs.lo \ - sts_serial.lo timing.lo Vtest.lo version.lo Xtest.lo +am_libdieharder_la_OBJECTS = libdieharder_la-bits.lo \ + libdieharder_la-chisq.lo libdieharder_la-countx.lo \ + libdieharder_la-dab_bytedistrib.lo libdieharder_la-dab_dct.lo \ + libdieharder_la-dab_filltree.lo \ + libdieharder_la-dab_filltree2.lo \ + libdieharder_la-dab_monobit2.lo \ + libdieharder_la-diehard_2dsphere.lo \ + libdieharder_la-diehard_3dsphere.lo \ + libdieharder_la-diehard_birthdays.lo \ + libdieharder_la-diehard_bitstream.lo \ + libdieharder_la-diehard_count_1s_byte.lo \ + libdieharder_la-diehard_count_1s_stream.lo \ + libdieharder_la-diehard_craps.lo \ + libdieharder_la-diehard_dna.lo \ + libdieharder_la-diehard_operm5.lo \ + libdieharder_la-diehard_opso.lo \ + libdieharder_la-diehard_oqso.lo \ + libdieharder_la-diehard_parking_lot.lo \ + libdieharder_la-diehard_rank_32x32.lo \ + libdieharder_la-diehard_rank_6x8.lo \ + libdieharder_la-diehard_runs.lo \ + libdieharder_la-diehard_squeeze.lo \ + libdieharder_la-diehard_sums.lo \ + libdieharder_la-dieharder_rng_types.lo \ + libdieharder_la-dieharder_test_types.lo \ + libdieharder_la-histogram.lo libdieharder_la-kstest.lo \ + libdieharder_la-marsaglia_tsang_gcd.lo \ + libdieharder_la-marsaglia_tsang_gorilla.lo \ + libdieharder_la-parse.lo libdieharder_la-prob.lo \ + libdieharder_la-random_seed.lo libdieharder_la-rank.lo \ + libdieharder_la-rgb_bitdist.lo \ + libdieharder_la-rgb_kstest_test.lo \ + libdieharder_la-rgb_lagged_sums.lo \ + libdieharder_la-rgb_minimum_distance.lo \ + libdieharder_la-rgb_permutations.lo \ + libdieharder_la-rgb_persist.lo libdieharder_la-rgb_timing.lo \ + libdieharder_la-rngav.lo libdieharder_la-rng_aes.lo \ + libdieharder_la-rijndael-alg-fst.lo libdieharder_la-rng_ca.lo \ + libdieharder_la-rng_dev_random.lo \ + libdieharder_la-rng_dev_arandom.lo \ + libdieharder_la-rng_dev_urandom.lo \ + libdieharder_la-rng_file_input.lo \ + libdieharder_la-rng_file_input_raw.lo \ + libdieharder_la-rngs_gnu_r.lo libdieharder_la-rng_kiss.lo \ + libdieharder_la-rng_jenkins.lo \ + libdieharder_la-rng_superkiss.lo \ + libdieharder_la-rng_stdin_input_raw.lo \ + libdieharder_la-rng_threefish.lo libdieharder_la-rng_uvag.lo \ + libdieharder_la-rng_XOR.lo libdieharder_la-sample.lo \ + libdieharder_la-skein_block64.lo \ + libdieharder_la-skein_block_ref.lo libdieharder_la-std_test.lo \ + libdieharder_la-sts_monobit.lo libdieharder_la-sts_runs.lo \ + libdieharder_la-sts_serial.lo libdieharder_la-timing.lo \ + libdieharder_la-Vtest.lo libdieharder_la-version.lo \ + libdieharder_la-Xtest.lo libdieharder_la_OBJECTS = $(am_libdieharder_la_OBJECTS) libdieharder_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libdieharder_la_LDFLAGS) $(LDFLAGS) -o $@ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libdieharder_la_CFLAGS) \ + $(CFLAGS) $(libdieharder_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I. -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -144,8 +181,8 @@ DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DIEHARDER_CFLAGS = -I${prefix}/include DIEHARDER_LIBS = -L${exec_prefix}/lib -ldieharder -DIEHARDER_LIB_VERSION = 3.31.0 -DIEHARDER_LT_VERSION = 3:31:0 +DIEHARDER_LIB_VERSION = 3.31.1 +DIEHARDER_LT_VERSION = 3:31:1 DSYMUTIL = DUMPBIN = ECHO_C = @@ -181,10 +218,10 @@ OTOOL64 = PACKAGE = dieharder PACKAGE_BUGREPORT = PACKAGE_NAME = dieharder -PACKAGE_STRING = dieharder 3.31.0 +PACKAGE_STRING = dieharder 3.31.1 PACKAGE_TARNAME = dieharder PACKAGE_URL = -PACKAGE_VERSION = 3.31.0 +PACKAGE_VERSION = 3.31.1 PATH_SEPARATOR = : RANLIB = ranlib RELEASE = 1 @@ -196,7 +233,7 @@ STRIP = strip # This is automagically set in the toplevel build. Do not edit by # hand. -VERSION = 3.31.0 +VERSION = 3.31.1 abs_builddir = /home/rgb/Src/Projects/dieharder/libdieharder abs_srcdir = /home/rgb/Src/Projects/dieharder/libdieharder abs_top_builddir = /home/rgb/Src/Projects/dieharder @@ -217,6 +254,7 @@ build_vendor = unknown builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share +dieharder_CFLAGS = -std=c99 -Wall -pedantic -I${prefix}/include docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} @@ -229,6 +267,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/rgb/Src/Projects/dieharder/install-sh +libdieharder_lo_CFLAGS = -Wall -pedantic -I${prefix}/include libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale @@ -258,7 +297,8 @@ man3_MANS = libdieharder.3 # Library definitions lib_LTLIBRARIES = libdieharder.la libdieharder_la_LIBADD = -lgsl -lgslcblas -lm -libdieharder_la_LDFLAGS = -version-number 3:31:0 +libdieharder_la_LDFLAGS = -version-number 3:31:1 +libdieharder_la_CFLAGS = -std=c99 -Wall -pedantic # Sources # The shell script is the easy way to do this, by far. But it may not @@ -352,7 +392,7 @@ DEFINES = -DVERSION=$(VERSION) # -DLITTLE_ENDIAN=$(LITTLE_ENDIAN) # Compile flags (use fairly standard -O3 as default) AM_CPPFLAGS = $(DEFINES) -I ${top_srcdir}/include -I ${includedir} -AM_CFLAGS = -O3 -Wall -Wno-unused-variable +AM_CFLAGS = -O3 -Wall -pedantic -Wno-unused-variable #======================================================================== # The only safe place to do commits is in the toplevel directory @@ -434,76 +474,76 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -include ./$(DEPDIR)/Vtest.Plo -include ./$(DEPDIR)/Xtest.Plo -include ./$(DEPDIR)/bits.Plo -include ./$(DEPDIR)/chisq.Plo -include ./$(DEPDIR)/countx.Plo -include ./$(DEPDIR)/dab_bytedistrib.Plo -include ./$(DEPDIR)/dab_dct.Plo -include ./$(DEPDIR)/dab_filltree.Plo -include ./$(DEPDIR)/dab_filltree2.Plo -include ./$(DEPDIR)/dab_monobit2.Plo -include ./$(DEPDIR)/diehard_2dsphere.Plo -include ./$(DEPDIR)/diehard_3dsphere.Plo -include ./$(DEPDIR)/diehard_birthdays.Plo -include ./$(DEPDIR)/diehard_bitstream.Plo -include ./$(DEPDIR)/diehard_count_1s_byte.Plo -include ./$(DEPDIR)/diehard_count_1s_stream.Plo -include ./$(DEPDIR)/diehard_craps.Plo -include ./$(DEPDIR)/diehard_dna.Plo -include ./$(DEPDIR)/diehard_operm5.Plo -include ./$(DEPDIR)/diehard_opso.Plo -include ./$(DEPDIR)/diehard_oqso.Plo -include ./$(DEPDIR)/diehard_parking_lot.Plo -include ./$(DEPDIR)/diehard_rank_32x32.Plo -include ./$(DEPDIR)/diehard_rank_6x8.Plo -include ./$(DEPDIR)/diehard_runs.Plo -include ./$(DEPDIR)/diehard_squeeze.Plo -include ./$(DEPDIR)/diehard_sums.Plo -include ./$(DEPDIR)/dieharder_rng_types.Plo -include ./$(DEPDIR)/dieharder_test_types.Plo -include ./$(DEPDIR)/histogram.Plo -include ./$(DEPDIR)/kstest.Plo -include ./$(DEPDIR)/marsaglia_tsang_gcd.Plo -include ./$(DEPDIR)/marsaglia_tsang_gorilla.Plo -include ./$(DEPDIR)/parse.Plo -include ./$(DEPDIR)/prob.Plo -include ./$(DEPDIR)/random_seed.Plo -include ./$(DEPDIR)/rank.Plo -include ./$(DEPDIR)/rgb_bitdist.Plo -include ./$(DEPDIR)/rgb_kstest_test.Plo -include ./$(DEPDIR)/rgb_lagged_sums.Plo -include ./$(DEPDIR)/rgb_minimum_distance.Plo -include ./$(DEPDIR)/rgb_permutations.Plo -include ./$(DEPDIR)/rgb_persist.Plo -include ./$(DEPDIR)/rgb_timing.Plo -include ./$(DEPDIR)/rijndael-alg-fst.Plo -include ./$(DEPDIR)/rng_XOR.Plo -include ./$(DEPDIR)/rng_aes.Plo -include ./$(DEPDIR)/rng_ca.Plo -include ./$(DEPDIR)/rng_dev_arandom.Plo -include ./$(DEPDIR)/rng_dev_random.Plo -include ./$(DEPDIR)/rng_dev_urandom.Plo -include ./$(DEPDIR)/rng_file_input.Plo -include ./$(DEPDIR)/rng_file_input_raw.Plo -include ./$(DEPDIR)/rng_jenkins.Plo -include ./$(DEPDIR)/rng_kiss.Plo -include ./$(DEPDIR)/rng_stdin_input_raw.Plo -include ./$(DEPDIR)/rng_superkiss.Plo -include ./$(DEPDIR)/rng_threefish.Plo -include ./$(DEPDIR)/rng_uvag.Plo -include ./$(DEPDIR)/rngav.Plo -include ./$(DEPDIR)/rngs_gnu_r.Plo -include ./$(DEPDIR)/sample.Plo -include ./$(DEPDIR)/skein_block64.Plo -include ./$(DEPDIR)/skein_block_ref.Plo -include ./$(DEPDIR)/std_test.Plo -include ./$(DEPDIR)/sts_monobit.Plo -include ./$(DEPDIR)/sts_runs.Plo -include ./$(DEPDIR)/sts_serial.Plo -include ./$(DEPDIR)/timing.Plo -include ./$(DEPDIR)/version.Plo +include ./$(DEPDIR)/libdieharder_la-Vtest.Plo +include ./$(DEPDIR)/libdieharder_la-Xtest.Plo +include ./$(DEPDIR)/libdieharder_la-bits.Plo +include ./$(DEPDIR)/libdieharder_la-chisq.Plo +include ./$(DEPDIR)/libdieharder_la-countx.Plo +include ./$(DEPDIR)/libdieharder_la-dab_bytedistrib.Plo +include ./$(DEPDIR)/libdieharder_la-dab_dct.Plo +include ./$(DEPDIR)/libdieharder_la-dab_filltree.Plo +include ./$(DEPDIR)/libdieharder_la-dab_filltree2.Plo +include ./$(DEPDIR)/libdieharder_la-dab_monobit2.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_2dsphere.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_3dsphere.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_birthdays.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_bitstream.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_craps.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_dna.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_operm5.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_opso.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_oqso.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_parking_lot.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_rank_32x32.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_rank_6x8.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_runs.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_squeeze.Plo +include ./$(DEPDIR)/libdieharder_la-diehard_sums.Plo +include ./$(DEPDIR)/libdieharder_la-dieharder_rng_types.Plo +include ./$(DEPDIR)/libdieharder_la-dieharder_test_types.Plo +include ./$(DEPDIR)/libdieharder_la-histogram.Plo +include ./$(DEPDIR)/libdieharder_la-kstest.Plo +include ./$(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Plo +include ./$(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Plo +include ./$(DEPDIR)/libdieharder_la-parse.Plo +include ./$(DEPDIR)/libdieharder_la-prob.Plo +include ./$(DEPDIR)/libdieharder_la-random_seed.Plo +include ./$(DEPDIR)/libdieharder_la-rank.Plo +include ./$(DEPDIR)/libdieharder_la-rgb_bitdist.Plo +include ./$(DEPDIR)/libdieharder_la-rgb_kstest_test.Plo +include ./$(DEPDIR)/libdieharder_la-rgb_lagged_sums.Plo +include ./$(DEPDIR)/libdieharder_la-rgb_minimum_distance.Plo +include ./$(DEPDIR)/libdieharder_la-rgb_permutations.Plo +include ./$(DEPDIR)/libdieharder_la-rgb_persist.Plo +include ./$(DEPDIR)/libdieharder_la-rgb_timing.Plo +include ./$(DEPDIR)/libdieharder_la-rijndael-alg-fst.Plo +include ./$(DEPDIR)/libdieharder_la-rng_XOR.Plo +include ./$(DEPDIR)/libdieharder_la-rng_aes.Plo +include ./$(DEPDIR)/libdieharder_la-rng_ca.Plo +include ./$(DEPDIR)/libdieharder_la-rng_dev_arandom.Plo +include ./$(DEPDIR)/libdieharder_la-rng_dev_random.Plo +include ./$(DEPDIR)/libdieharder_la-rng_dev_urandom.Plo +include ./$(DEPDIR)/libdieharder_la-rng_file_input.Plo +include ./$(DEPDIR)/libdieharder_la-rng_file_input_raw.Plo +include ./$(DEPDIR)/libdieharder_la-rng_jenkins.Plo +include ./$(DEPDIR)/libdieharder_la-rng_kiss.Plo +include ./$(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Plo +include ./$(DEPDIR)/libdieharder_la-rng_superkiss.Plo +include ./$(DEPDIR)/libdieharder_la-rng_threefish.Plo +include ./$(DEPDIR)/libdieharder_la-rng_uvag.Plo +include ./$(DEPDIR)/libdieharder_la-rngav.Plo +include ./$(DEPDIR)/libdieharder_la-rngs_gnu_r.Plo +include ./$(DEPDIR)/libdieharder_la-sample.Plo +include ./$(DEPDIR)/libdieharder_la-skein_block64.Plo +include ./$(DEPDIR)/libdieharder_la-skein_block_ref.Plo +include ./$(DEPDIR)/libdieharder_la-std_test.Plo +include ./$(DEPDIR)/libdieharder_la-sts_monobit.Plo +include ./$(DEPDIR)/libdieharder_la-sts_runs.Plo +include ./$(DEPDIR)/libdieharder_la-sts_serial.Plo +include ./$(DEPDIR)/libdieharder_la-timing.Plo +include ./$(DEPDIR)/libdieharder_la-version.Plo .c.o: $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -526,6 +566,496 @@ include ./$(DEPDIR)/version.Plo # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LTCOMPILE) -c -o $@ $< +libdieharder_la-bits.lo: bits.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-bits.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-bits.Tpo -c -o libdieharder_la-bits.lo `test -f 'bits.c' || echo '$(srcdir)/'`bits.c + $(am__mv) $(DEPDIR)/libdieharder_la-bits.Tpo $(DEPDIR)/libdieharder_la-bits.Plo +# source='bits.c' object='libdieharder_la-bits.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-bits.lo `test -f 'bits.c' || echo '$(srcdir)/'`bits.c + +libdieharder_la-chisq.lo: chisq.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-chisq.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-chisq.Tpo -c -o libdieharder_la-chisq.lo `test -f 'chisq.c' || echo '$(srcdir)/'`chisq.c + $(am__mv) $(DEPDIR)/libdieharder_la-chisq.Tpo $(DEPDIR)/libdieharder_la-chisq.Plo +# source='chisq.c' object='libdieharder_la-chisq.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-chisq.lo `test -f 'chisq.c' || echo '$(srcdir)/'`chisq.c + +libdieharder_la-countx.lo: countx.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-countx.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-countx.Tpo -c -o libdieharder_la-countx.lo `test -f 'countx.c' || echo '$(srcdir)/'`countx.c + $(am__mv) $(DEPDIR)/libdieharder_la-countx.Tpo $(DEPDIR)/libdieharder_la-countx.Plo +# source='countx.c' object='libdieharder_la-countx.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-countx.lo `test -f 'countx.c' || echo '$(srcdir)/'`countx.c + +libdieharder_la-dab_bytedistrib.lo: dab_bytedistrib.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_bytedistrib.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_bytedistrib.Tpo -c -o libdieharder_la-dab_bytedistrib.lo `test -f 'dab_bytedistrib.c' || echo '$(srcdir)/'`dab_bytedistrib.c + $(am__mv) $(DEPDIR)/libdieharder_la-dab_bytedistrib.Tpo $(DEPDIR)/libdieharder_la-dab_bytedistrib.Plo +# source='dab_bytedistrib.c' object='libdieharder_la-dab_bytedistrib.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_bytedistrib.lo `test -f 'dab_bytedistrib.c' || echo '$(srcdir)/'`dab_bytedistrib.c + +libdieharder_la-dab_dct.lo: dab_dct.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_dct.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_dct.Tpo -c -o libdieharder_la-dab_dct.lo `test -f 'dab_dct.c' || echo '$(srcdir)/'`dab_dct.c + $(am__mv) $(DEPDIR)/libdieharder_la-dab_dct.Tpo $(DEPDIR)/libdieharder_la-dab_dct.Plo +# source='dab_dct.c' object='libdieharder_la-dab_dct.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_dct.lo `test -f 'dab_dct.c' || echo '$(srcdir)/'`dab_dct.c + +libdieharder_la-dab_filltree.lo: dab_filltree.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_filltree.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_filltree.Tpo -c -o libdieharder_la-dab_filltree.lo `test -f 'dab_filltree.c' || echo '$(srcdir)/'`dab_filltree.c + $(am__mv) $(DEPDIR)/libdieharder_la-dab_filltree.Tpo $(DEPDIR)/libdieharder_la-dab_filltree.Plo +# source='dab_filltree.c' object='libdieharder_la-dab_filltree.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_filltree.lo `test -f 'dab_filltree.c' || echo '$(srcdir)/'`dab_filltree.c + +libdieharder_la-dab_filltree2.lo: dab_filltree2.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_filltree2.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_filltree2.Tpo -c -o libdieharder_la-dab_filltree2.lo `test -f 'dab_filltree2.c' || echo '$(srcdir)/'`dab_filltree2.c + $(am__mv) $(DEPDIR)/libdieharder_la-dab_filltree2.Tpo $(DEPDIR)/libdieharder_la-dab_filltree2.Plo +# source='dab_filltree2.c' object='libdieharder_la-dab_filltree2.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_filltree2.lo `test -f 'dab_filltree2.c' || echo '$(srcdir)/'`dab_filltree2.c + +libdieharder_la-dab_monobit2.lo: dab_monobit2.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_monobit2.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_monobit2.Tpo -c -o libdieharder_la-dab_monobit2.lo `test -f 'dab_monobit2.c' || echo '$(srcdir)/'`dab_monobit2.c + $(am__mv) $(DEPDIR)/libdieharder_la-dab_monobit2.Tpo $(DEPDIR)/libdieharder_la-dab_monobit2.Plo +# source='dab_monobit2.c' object='libdieharder_la-dab_monobit2.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_monobit2.lo `test -f 'dab_monobit2.c' || echo '$(srcdir)/'`dab_monobit2.c + +libdieharder_la-diehard_2dsphere.lo: diehard_2dsphere.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_2dsphere.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_2dsphere.Tpo -c -o libdieharder_la-diehard_2dsphere.lo `test -f 'diehard_2dsphere.c' || echo '$(srcdir)/'`diehard_2dsphere.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_2dsphere.Tpo $(DEPDIR)/libdieharder_la-diehard_2dsphere.Plo +# source='diehard_2dsphere.c' object='libdieharder_la-diehard_2dsphere.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_2dsphere.lo `test -f 'diehard_2dsphere.c' || echo '$(srcdir)/'`diehard_2dsphere.c + +libdieharder_la-diehard_3dsphere.lo: diehard_3dsphere.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_3dsphere.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_3dsphere.Tpo -c -o libdieharder_la-diehard_3dsphere.lo `test -f 'diehard_3dsphere.c' || echo '$(srcdir)/'`diehard_3dsphere.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_3dsphere.Tpo $(DEPDIR)/libdieharder_la-diehard_3dsphere.Plo +# source='diehard_3dsphere.c' object='libdieharder_la-diehard_3dsphere.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_3dsphere.lo `test -f 'diehard_3dsphere.c' || echo '$(srcdir)/'`diehard_3dsphere.c + +libdieharder_la-diehard_birthdays.lo: diehard_birthdays.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_birthdays.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_birthdays.Tpo -c -o libdieharder_la-diehard_birthdays.lo `test -f 'diehard_birthdays.c' || echo '$(srcdir)/'`diehard_birthdays.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_birthdays.Tpo $(DEPDIR)/libdieharder_la-diehard_birthdays.Plo +# source='diehard_birthdays.c' object='libdieharder_la-diehard_birthdays.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_birthdays.lo `test -f 'diehard_birthdays.c' || echo '$(srcdir)/'`diehard_birthdays.c + +libdieharder_la-diehard_bitstream.lo: diehard_bitstream.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_bitstream.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_bitstream.Tpo -c -o libdieharder_la-diehard_bitstream.lo `test -f 'diehard_bitstream.c' || echo '$(srcdir)/'`diehard_bitstream.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_bitstream.Tpo $(DEPDIR)/libdieharder_la-diehard_bitstream.Plo +# source='diehard_bitstream.c' object='libdieharder_la-diehard_bitstream.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_bitstream.lo `test -f 'diehard_bitstream.c' || echo '$(srcdir)/'`diehard_bitstream.c + +libdieharder_la-diehard_count_1s_byte.lo: diehard_count_1s_byte.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_count_1s_byte.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Tpo -c -o libdieharder_la-diehard_count_1s_byte.lo `test -f 'diehard_count_1s_byte.c' || echo '$(srcdir)/'`diehard_count_1s_byte.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Tpo $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Plo +# source='diehard_count_1s_byte.c' object='libdieharder_la-diehard_count_1s_byte.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_count_1s_byte.lo `test -f 'diehard_count_1s_byte.c' || echo '$(srcdir)/'`diehard_count_1s_byte.c + +libdieharder_la-diehard_count_1s_stream.lo: diehard_count_1s_stream.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_count_1s_stream.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Tpo -c -o libdieharder_la-diehard_count_1s_stream.lo `test -f 'diehard_count_1s_stream.c' || echo '$(srcdir)/'`diehard_count_1s_stream.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Tpo $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Plo +# source='diehard_count_1s_stream.c' object='libdieharder_la-diehard_count_1s_stream.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_count_1s_stream.lo `test -f 'diehard_count_1s_stream.c' || echo '$(srcdir)/'`diehard_count_1s_stream.c + +libdieharder_la-diehard_craps.lo: diehard_craps.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_craps.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_craps.Tpo -c -o libdieharder_la-diehard_craps.lo `test -f 'diehard_craps.c' || echo '$(srcdir)/'`diehard_craps.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_craps.Tpo $(DEPDIR)/libdieharder_la-diehard_craps.Plo +# source='diehard_craps.c' object='libdieharder_la-diehard_craps.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_craps.lo `test -f 'diehard_craps.c' || echo '$(srcdir)/'`diehard_craps.c + +libdieharder_la-diehard_dna.lo: diehard_dna.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_dna.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_dna.Tpo -c -o libdieharder_la-diehard_dna.lo `test -f 'diehard_dna.c' || echo '$(srcdir)/'`diehard_dna.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_dna.Tpo $(DEPDIR)/libdieharder_la-diehard_dna.Plo +# source='diehard_dna.c' object='libdieharder_la-diehard_dna.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_dna.lo `test -f 'diehard_dna.c' || echo '$(srcdir)/'`diehard_dna.c + +libdieharder_la-diehard_operm5.lo: diehard_operm5.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_operm5.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_operm5.Tpo -c -o libdieharder_la-diehard_operm5.lo `test -f 'diehard_operm5.c' || echo '$(srcdir)/'`diehard_operm5.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_operm5.Tpo $(DEPDIR)/libdieharder_la-diehard_operm5.Plo +# source='diehard_operm5.c' object='libdieharder_la-diehard_operm5.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_operm5.lo `test -f 'diehard_operm5.c' || echo '$(srcdir)/'`diehard_operm5.c + +libdieharder_la-diehard_opso.lo: diehard_opso.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_opso.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_opso.Tpo -c -o libdieharder_la-diehard_opso.lo `test -f 'diehard_opso.c' || echo '$(srcdir)/'`diehard_opso.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_opso.Tpo $(DEPDIR)/libdieharder_la-diehard_opso.Plo +# source='diehard_opso.c' object='libdieharder_la-diehard_opso.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_opso.lo `test -f 'diehard_opso.c' || echo '$(srcdir)/'`diehard_opso.c + +libdieharder_la-diehard_oqso.lo: diehard_oqso.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_oqso.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_oqso.Tpo -c -o libdieharder_la-diehard_oqso.lo `test -f 'diehard_oqso.c' || echo '$(srcdir)/'`diehard_oqso.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_oqso.Tpo $(DEPDIR)/libdieharder_la-diehard_oqso.Plo +# source='diehard_oqso.c' object='libdieharder_la-diehard_oqso.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_oqso.lo `test -f 'diehard_oqso.c' || echo '$(srcdir)/'`diehard_oqso.c + +libdieharder_la-diehard_parking_lot.lo: diehard_parking_lot.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_parking_lot.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_parking_lot.Tpo -c -o libdieharder_la-diehard_parking_lot.lo `test -f 'diehard_parking_lot.c' || echo '$(srcdir)/'`diehard_parking_lot.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_parking_lot.Tpo $(DEPDIR)/libdieharder_la-diehard_parking_lot.Plo +# source='diehard_parking_lot.c' object='libdieharder_la-diehard_parking_lot.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_parking_lot.lo `test -f 'diehard_parking_lot.c' || echo '$(srcdir)/'`diehard_parking_lot.c + +libdieharder_la-diehard_rank_32x32.lo: diehard_rank_32x32.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_rank_32x32.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Tpo -c -o libdieharder_la-diehard_rank_32x32.lo `test -f 'diehard_rank_32x32.c' || echo '$(srcdir)/'`diehard_rank_32x32.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Tpo $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Plo +# source='diehard_rank_32x32.c' object='libdieharder_la-diehard_rank_32x32.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_rank_32x32.lo `test -f 'diehard_rank_32x32.c' || echo '$(srcdir)/'`diehard_rank_32x32.c + +libdieharder_la-diehard_rank_6x8.lo: diehard_rank_6x8.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_rank_6x8.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Tpo -c -o libdieharder_la-diehard_rank_6x8.lo `test -f 'diehard_rank_6x8.c' || echo '$(srcdir)/'`diehard_rank_6x8.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Tpo $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Plo +# source='diehard_rank_6x8.c' object='libdieharder_la-diehard_rank_6x8.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_rank_6x8.lo `test -f 'diehard_rank_6x8.c' || echo '$(srcdir)/'`diehard_rank_6x8.c + +libdieharder_la-diehard_runs.lo: diehard_runs.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_runs.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_runs.Tpo -c -o libdieharder_la-diehard_runs.lo `test -f 'diehard_runs.c' || echo '$(srcdir)/'`diehard_runs.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_runs.Tpo $(DEPDIR)/libdieharder_la-diehard_runs.Plo +# source='diehard_runs.c' object='libdieharder_la-diehard_runs.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_runs.lo `test -f 'diehard_runs.c' || echo '$(srcdir)/'`diehard_runs.c + +libdieharder_la-diehard_squeeze.lo: diehard_squeeze.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_squeeze.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_squeeze.Tpo -c -o libdieharder_la-diehard_squeeze.lo `test -f 'diehard_squeeze.c' || echo '$(srcdir)/'`diehard_squeeze.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_squeeze.Tpo $(DEPDIR)/libdieharder_la-diehard_squeeze.Plo +# source='diehard_squeeze.c' object='libdieharder_la-diehard_squeeze.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_squeeze.lo `test -f 'diehard_squeeze.c' || echo '$(srcdir)/'`diehard_squeeze.c + +libdieharder_la-diehard_sums.lo: diehard_sums.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_sums.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_sums.Tpo -c -o libdieharder_la-diehard_sums.lo `test -f 'diehard_sums.c' || echo '$(srcdir)/'`diehard_sums.c + $(am__mv) $(DEPDIR)/libdieharder_la-diehard_sums.Tpo $(DEPDIR)/libdieharder_la-diehard_sums.Plo +# source='diehard_sums.c' object='libdieharder_la-diehard_sums.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_sums.lo `test -f 'diehard_sums.c' || echo '$(srcdir)/'`diehard_sums.c + +libdieharder_la-dieharder_rng_types.lo: dieharder_rng_types.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dieharder_rng_types.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dieharder_rng_types.Tpo -c -o libdieharder_la-dieharder_rng_types.lo `test -f 'dieharder_rng_types.c' || echo '$(srcdir)/'`dieharder_rng_types.c + $(am__mv) $(DEPDIR)/libdieharder_la-dieharder_rng_types.Tpo $(DEPDIR)/libdieharder_la-dieharder_rng_types.Plo +# source='dieharder_rng_types.c' object='libdieharder_la-dieharder_rng_types.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dieharder_rng_types.lo `test -f 'dieharder_rng_types.c' || echo '$(srcdir)/'`dieharder_rng_types.c + +libdieharder_la-dieharder_test_types.lo: dieharder_test_types.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dieharder_test_types.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dieharder_test_types.Tpo -c -o libdieharder_la-dieharder_test_types.lo `test -f 'dieharder_test_types.c' || echo '$(srcdir)/'`dieharder_test_types.c + $(am__mv) $(DEPDIR)/libdieharder_la-dieharder_test_types.Tpo $(DEPDIR)/libdieharder_la-dieharder_test_types.Plo +# source='dieharder_test_types.c' object='libdieharder_la-dieharder_test_types.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dieharder_test_types.lo `test -f 'dieharder_test_types.c' || echo '$(srcdir)/'`dieharder_test_types.c + +libdieharder_la-histogram.lo: histogram.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-histogram.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-histogram.Tpo -c -o libdieharder_la-histogram.lo `test -f 'histogram.c' || echo '$(srcdir)/'`histogram.c + $(am__mv) $(DEPDIR)/libdieharder_la-histogram.Tpo $(DEPDIR)/libdieharder_la-histogram.Plo +# source='histogram.c' object='libdieharder_la-histogram.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-histogram.lo `test -f 'histogram.c' || echo '$(srcdir)/'`histogram.c + +libdieharder_la-kstest.lo: kstest.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-kstest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-kstest.Tpo -c -o libdieharder_la-kstest.lo `test -f 'kstest.c' || echo '$(srcdir)/'`kstest.c + $(am__mv) $(DEPDIR)/libdieharder_la-kstest.Tpo $(DEPDIR)/libdieharder_la-kstest.Plo +# source='kstest.c' object='libdieharder_la-kstest.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-kstest.lo `test -f 'kstest.c' || echo '$(srcdir)/'`kstest.c + +libdieharder_la-marsaglia_tsang_gcd.lo: marsaglia_tsang_gcd.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-marsaglia_tsang_gcd.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Tpo -c -o libdieharder_la-marsaglia_tsang_gcd.lo `test -f 'marsaglia_tsang_gcd.c' || echo '$(srcdir)/'`marsaglia_tsang_gcd.c + $(am__mv) $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Tpo $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Plo +# source='marsaglia_tsang_gcd.c' object='libdieharder_la-marsaglia_tsang_gcd.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-marsaglia_tsang_gcd.lo `test -f 'marsaglia_tsang_gcd.c' || echo '$(srcdir)/'`marsaglia_tsang_gcd.c + +libdieharder_la-marsaglia_tsang_gorilla.lo: marsaglia_tsang_gorilla.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-marsaglia_tsang_gorilla.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Tpo -c -o libdieharder_la-marsaglia_tsang_gorilla.lo `test -f 'marsaglia_tsang_gorilla.c' || echo '$(srcdir)/'`marsaglia_tsang_gorilla.c + $(am__mv) $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Tpo $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Plo +# source='marsaglia_tsang_gorilla.c' object='libdieharder_la-marsaglia_tsang_gorilla.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-marsaglia_tsang_gorilla.lo `test -f 'marsaglia_tsang_gorilla.c' || echo '$(srcdir)/'`marsaglia_tsang_gorilla.c + +libdieharder_la-parse.lo: parse.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-parse.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-parse.Tpo -c -o libdieharder_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c + $(am__mv) $(DEPDIR)/libdieharder_la-parse.Tpo $(DEPDIR)/libdieharder_la-parse.Plo +# source='parse.c' object='libdieharder_la-parse.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c + +libdieharder_la-prob.lo: prob.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-prob.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-prob.Tpo -c -o libdieharder_la-prob.lo `test -f 'prob.c' || echo '$(srcdir)/'`prob.c + $(am__mv) $(DEPDIR)/libdieharder_la-prob.Tpo $(DEPDIR)/libdieharder_la-prob.Plo +# source='prob.c' object='libdieharder_la-prob.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-prob.lo `test -f 'prob.c' || echo '$(srcdir)/'`prob.c + +libdieharder_la-random_seed.lo: random_seed.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-random_seed.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-random_seed.Tpo -c -o libdieharder_la-random_seed.lo `test -f 'random_seed.c' || echo '$(srcdir)/'`random_seed.c + $(am__mv) $(DEPDIR)/libdieharder_la-random_seed.Tpo $(DEPDIR)/libdieharder_la-random_seed.Plo +# source='random_seed.c' object='libdieharder_la-random_seed.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-random_seed.lo `test -f 'random_seed.c' || echo '$(srcdir)/'`random_seed.c + +libdieharder_la-rank.lo: rank.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rank.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rank.Tpo -c -o libdieharder_la-rank.lo `test -f 'rank.c' || echo '$(srcdir)/'`rank.c + $(am__mv) $(DEPDIR)/libdieharder_la-rank.Tpo $(DEPDIR)/libdieharder_la-rank.Plo +# source='rank.c' object='libdieharder_la-rank.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rank.lo `test -f 'rank.c' || echo '$(srcdir)/'`rank.c + +libdieharder_la-rgb_bitdist.lo: rgb_bitdist.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_bitdist.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_bitdist.Tpo -c -o libdieharder_la-rgb_bitdist.lo `test -f 'rgb_bitdist.c' || echo '$(srcdir)/'`rgb_bitdist.c + $(am__mv) $(DEPDIR)/libdieharder_la-rgb_bitdist.Tpo $(DEPDIR)/libdieharder_la-rgb_bitdist.Plo +# source='rgb_bitdist.c' object='libdieharder_la-rgb_bitdist.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_bitdist.lo `test -f 'rgb_bitdist.c' || echo '$(srcdir)/'`rgb_bitdist.c + +libdieharder_la-rgb_kstest_test.lo: rgb_kstest_test.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_kstest_test.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_kstest_test.Tpo -c -o libdieharder_la-rgb_kstest_test.lo `test -f 'rgb_kstest_test.c' || echo '$(srcdir)/'`rgb_kstest_test.c + $(am__mv) $(DEPDIR)/libdieharder_la-rgb_kstest_test.Tpo $(DEPDIR)/libdieharder_la-rgb_kstest_test.Plo +# source='rgb_kstest_test.c' object='libdieharder_la-rgb_kstest_test.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_kstest_test.lo `test -f 'rgb_kstest_test.c' || echo '$(srcdir)/'`rgb_kstest_test.c + +libdieharder_la-rgb_lagged_sums.lo: rgb_lagged_sums.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_lagged_sums.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Tpo -c -o libdieharder_la-rgb_lagged_sums.lo `test -f 'rgb_lagged_sums.c' || echo '$(srcdir)/'`rgb_lagged_sums.c + $(am__mv) $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Tpo $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Plo +# source='rgb_lagged_sums.c' object='libdieharder_la-rgb_lagged_sums.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_lagged_sums.lo `test -f 'rgb_lagged_sums.c' || echo '$(srcdir)/'`rgb_lagged_sums.c + +libdieharder_la-rgb_minimum_distance.lo: rgb_minimum_distance.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_minimum_distance.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Tpo -c -o libdieharder_la-rgb_minimum_distance.lo `test -f 'rgb_minimum_distance.c' || echo '$(srcdir)/'`rgb_minimum_distance.c + $(am__mv) $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Tpo $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Plo +# source='rgb_minimum_distance.c' object='libdieharder_la-rgb_minimum_distance.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_minimum_distance.lo `test -f 'rgb_minimum_distance.c' || echo '$(srcdir)/'`rgb_minimum_distance.c + +libdieharder_la-rgb_permutations.lo: rgb_permutations.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_permutations.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_permutations.Tpo -c -o libdieharder_la-rgb_permutations.lo `test -f 'rgb_permutations.c' || echo '$(srcdir)/'`rgb_permutations.c + $(am__mv) $(DEPDIR)/libdieharder_la-rgb_permutations.Tpo $(DEPDIR)/libdieharder_la-rgb_permutations.Plo +# source='rgb_permutations.c' object='libdieharder_la-rgb_permutations.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_permutations.lo `test -f 'rgb_permutations.c' || echo '$(srcdir)/'`rgb_permutations.c + +libdieharder_la-rgb_persist.lo: rgb_persist.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_persist.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_persist.Tpo -c -o libdieharder_la-rgb_persist.lo `test -f 'rgb_persist.c' || echo '$(srcdir)/'`rgb_persist.c + $(am__mv) $(DEPDIR)/libdieharder_la-rgb_persist.Tpo $(DEPDIR)/libdieharder_la-rgb_persist.Plo +# source='rgb_persist.c' object='libdieharder_la-rgb_persist.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_persist.lo `test -f 'rgb_persist.c' || echo '$(srcdir)/'`rgb_persist.c + +libdieharder_la-rgb_timing.lo: rgb_timing.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_timing.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_timing.Tpo -c -o libdieharder_la-rgb_timing.lo `test -f 'rgb_timing.c' || echo '$(srcdir)/'`rgb_timing.c + $(am__mv) $(DEPDIR)/libdieharder_la-rgb_timing.Tpo $(DEPDIR)/libdieharder_la-rgb_timing.Plo +# source='rgb_timing.c' object='libdieharder_la-rgb_timing.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_timing.lo `test -f 'rgb_timing.c' || echo '$(srcdir)/'`rgb_timing.c + +libdieharder_la-rngav.lo: rngav.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rngav.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rngav.Tpo -c -o libdieharder_la-rngav.lo `test -f 'rngav.c' || echo '$(srcdir)/'`rngav.c + $(am__mv) $(DEPDIR)/libdieharder_la-rngav.Tpo $(DEPDIR)/libdieharder_la-rngav.Plo +# source='rngav.c' object='libdieharder_la-rngav.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rngav.lo `test -f 'rngav.c' || echo '$(srcdir)/'`rngav.c + +libdieharder_la-rng_aes.lo: rng_aes.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_aes.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_aes.Tpo -c -o libdieharder_la-rng_aes.lo `test -f 'rng_aes.c' || echo '$(srcdir)/'`rng_aes.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_aes.Tpo $(DEPDIR)/libdieharder_la-rng_aes.Plo +# source='rng_aes.c' object='libdieharder_la-rng_aes.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_aes.lo `test -f 'rng_aes.c' || echo '$(srcdir)/'`rng_aes.c + +libdieharder_la-rijndael-alg-fst.lo: rijndael-alg-fst.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rijndael-alg-fst.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Tpo -c -o libdieharder_la-rijndael-alg-fst.lo `test -f 'rijndael-alg-fst.c' || echo '$(srcdir)/'`rijndael-alg-fst.c + $(am__mv) $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Tpo $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Plo +# source='rijndael-alg-fst.c' object='libdieharder_la-rijndael-alg-fst.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rijndael-alg-fst.lo `test -f 'rijndael-alg-fst.c' || echo '$(srcdir)/'`rijndael-alg-fst.c + +libdieharder_la-rng_ca.lo: rng_ca.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_ca.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_ca.Tpo -c -o libdieharder_la-rng_ca.lo `test -f 'rng_ca.c' || echo '$(srcdir)/'`rng_ca.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_ca.Tpo $(DEPDIR)/libdieharder_la-rng_ca.Plo +# source='rng_ca.c' object='libdieharder_la-rng_ca.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_ca.lo `test -f 'rng_ca.c' || echo '$(srcdir)/'`rng_ca.c + +libdieharder_la-rng_dev_random.lo: rng_dev_random.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_random.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_random.Tpo -c -o libdieharder_la-rng_dev_random.lo `test -f 'rng_dev_random.c' || echo '$(srcdir)/'`rng_dev_random.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_random.Tpo $(DEPDIR)/libdieharder_la-rng_dev_random.Plo +# source='rng_dev_random.c' object='libdieharder_la-rng_dev_random.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_random.lo `test -f 'rng_dev_random.c' || echo '$(srcdir)/'`rng_dev_random.c + +libdieharder_la-rng_dev_arandom.lo: rng_dev_arandom.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_arandom.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_arandom.Tpo -c -o libdieharder_la-rng_dev_arandom.lo `test -f 'rng_dev_arandom.c' || echo '$(srcdir)/'`rng_dev_arandom.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_arandom.Tpo $(DEPDIR)/libdieharder_la-rng_dev_arandom.Plo +# source='rng_dev_arandom.c' object='libdieharder_la-rng_dev_arandom.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_arandom.lo `test -f 'rng_dev_arandom.c' || echo '$(srcdir)/'`rng_dev_arandom.c + +libdieharder_la-rng_dev_urandom.lo: rng_dev_urandom.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_urandom.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_urandom.Tpo -c -o libdieharder_la-rng_dev_urandom.lo `test -f 'rng_dev_urandom.c' || echo '$(srcdir)/'`rng_dev_urandom.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_urandom.Tpo $(DEPDIR)/libdieharder_la-rng_dev_urandom.Plo +# source='rng_dev_urandom.c' object='libdieharder_la-rng_dev_urandom.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_urandom.lo `test -f 'rng_dev_urandom.c' || echo '$(srcdir)/'`rng_dev_urandom.c + +libdieharder_la-rng_file_input.lo: rng_file_input.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_file_input.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_file_input.Tpo -c -o libdieharder_la-rng_file_input.lo `test -f 'rng_file_input.c' || echo '$(srcdir)/'`rng_file_input.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_file_input.Tpo $(DEPDIR)/libdieharder_la-rng_file_input.Plo +# source='rng_file_input.c' object='libdieharder_la-rng_file_input.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_file_input.lo `test -f 'rng_file_input.c' || echo '$(srcdir)/'`rng_file_input.c + +libdieharder_la-rng_file_input_raw.lo: rng_file_input_raw.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_file_input_raw.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_file_input_raw.Tpo -c -o libdieharder_la-rng_file_input_raw.lo `test -f 'rng_file_input_raw.c' || echo '$(srcdir)/'`rng_file_input_raw.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_file_input_raw.Tpo $(DEPDIR)/libdieharder_la-rng_file_input_raw.Plo +# source='rng_file_input_raw.c' object='libdieharder_la-rng_file_input_raw.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_file_input_raw.lo `test -f 'rng_file_input_raw.c' || echo '$(srcdir)/'`rng_file_input_raw.c + +libdieharder_la-rngs_gnu_r.lo: rngs_gnu_r.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rngs_gnu_r.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rngs_gnu_r.Tpo -c -o libdieharder_la-rngs_gnu_r.lo `test -f 'rngs_gnu_r.c' || echo '$(srcdir)/'`rngs_gnu_r.c + $(am__mv) $(DEPDIR)/libdieharder_la-rngs_gnu_r.Tpo $(DEPDIR)/libdieharder_la-rngs_gnu_r.Plo +# source='rngs_gnu_r.c' object='libdieharder_la-rngs_gnu_r.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rngs_gnu_r.lo `test -f 'rngs_gnu_r.c' || echo '$(srcdir)/'`rngs_gnu_r.c + +libdieharder_la-rng_kiss.lo: rng_kiss.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_kiss.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_kiss.Tpo -c -o libdieharder_la-rng_kiss.lo `test -f 'rng_kiss.c' || echo '$(srcdir)/'`rng_kiss.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_kiss.Tpo $(DEPDIR)/libdieharder_la-rng_kiss.Plo +# source='rng_kiss.c' object='libdieharder_la-rng_kiss.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_kiss.lo `test -f 'rng_kiss.c' || echo '$(srcdir)/'`rng_kiss.c + +libdieharder_la-rng_jenkins.lo: rng_jenkins.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_jenkins.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_jenkins.Tpo -c -o libdieharder_la-rng_jenkins.lo `test -f 'rng_jenkins.c' || echo '$(srcdir)/'`rng_jenkins.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_jenkins.Tpo $(DEPDIR)/libdieharder_la-rng_jenkins.Plo +# source='rng_jenkins.c' object='libdieharder_la-rng_jenkins.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_jenkins.lo `test -f 'rng_jenkins.c' || echo '$(srcdir)/'`rng_jenkins.c + +libdieharder_la-rng_superkiss.lo: rng_superkiss.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_superkiss.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_superkiss.Tpo -c -o libdieharder_la-rng_superkiss.lo `test -f 'rng_superkiss.c' || echo '$(srcdir)/'`rng_superkiss.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_superkiss.Tpo $(DEPDIR)/libdieharder_la-rng_superkiss.Plo +# source='rng_superkiss.c' object='libdieharder_la-rng_superkiss.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_superkiss.lo `test -f 'rng_superkiss.c' || echo '$(srcdir)/'`rng_superkiss.c + +libdieharder_la-rng_stdin_input_raw.lo: rng_stdin_input_raw.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_stdin_input_raw.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Tpo -c -o libdieharder_la-rng_stdin_input_raw.lo `test -f 'rng_stdin_input_raw.c' || echo '$(srcdir)/'`rng_stdin_input_raw.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Tpo $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Plo +# source='rng_stdin_input_raw.c' object='libdieharder_la-rng_stdin_input_raw.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_stdin_input_raw.lo `test -f 'rng_stdin_input_raw.c' || echo '$(srcdir)/'`rng_stdin_input_raw.c + +libdieharder_la-rng_threefish.lo: rng_threefish.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_threefish.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_threefish.Tpo -c -o libdieharder_la-rng_threefish.lo `test -f 'rng_threefish.c' || echo '$(srcdir)/'`rng_threefish.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_threefish.Tpo $(DEPDIR)/libdieharder_la-rng_threefish.Plo +# source='rng_threefish.c' object='libdieharder_la-rng_threefish.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_threefish.lo `test -f 'rng_threefish.c' || echo '$(srcdir)/'`rng_threefish.c + +libdieharder_la-rng_uvag.lo: rng_uvag.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_uvag.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_uvag.Tpo -c -o libdieharder_la-rng_uvag.lo `test -f 'rng_uvag.c' || echo '$(srcdir)/'`rng_uvag.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_uvag.Tpo $(DEPDIR)/libdieharder_la-rng_uvag.Plo +# source='rng_uvag.c' object='libdieharder_la-rng_uvag.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_uvag.lo `test -f 'rng_uvag.c' || echo '$(srcdir)/'`rng_uvag.c + +libdieharder_la-rng_XOR.lo: rng_XOR.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_XOR.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_XOR.Tpo -c -o libdieharder_la-rng_XOR.lo `test -f 'rng_XOR.c' || echo '$(srcdir)/'`rng_XOR.c + $(am__mv) $(DEPDIR)/libdieharder_la-rng_XOR.Tpo $(DEPDIR)/libdieharder_la-rng_XOR.Plo +# source='rng_XOR.c' object='libdieharder_la-rng_XOR.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_XOR.lo `test -f 'rng_XOR.c' || echo '$(srcdir)/'`rng_XOR.c + +libdieharder_la-sample.lo: sample.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sample.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sample.Tpo -c -o libdieharder_la-sample.lo `test -f 'sample.c' || echo '$(srcdir)/'`sample.c + $(am__mv) $(DEPDIR)/libdieharder_la-sample.Tpo $(DEPDIR)/libdieharder_la-sample.Plo +# source='sample.c' object='libdieharder_la-sample.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sample.lo `test -f 'sample.c' || echo '$(srcdir)/'`sample.c + +libdieharder_la-skein_block64.lo: skein_block64.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-skein_block64.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-skein_block64.Tpo -c -o libdieharder_la-skein_block64.lo `test -f 'skein_block64.c' || echo '$(srcdir)/'`skein_block64.c + $(am__mv) $(DEPDIR)/libdieharder_la-skein_block64.Tpo $(DEPDIR)/libdieharder_la-skein_block64.Plo +# source='skein_block64.c' object='libdieharder_la-skein_block64.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-skein_block64.lo `test -f 'skein_block64.c' || echo '$(srcdir)/'`skein_block64.c + +libdieharder_la-skein_block_ref.lo: skein_block_ref.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-skein_block_ref.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-skein_block_ref.Tpo -c -o libdieharder_la-skein_block_ref.lo `test -f 'skein_block_ref.c' || echo '$(srcdir)/'`skein_block_ref.c + $(am__mv) $(DEPDIR)/libdieharder_la-skein_block_ref.Tpo $(DEPDIR)/libdieharder_la-skein_block_ref.Plo +# source='skein_block_ref.c' object='libdieharder_la-skein_block_ref.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-skein_block_ref.lo `test -f 'skein_block_ref.c' || echo '$(srcdir)/'`skein_block_ref.c + +libdieharder_la-std_test.lo: std_test.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-std_test.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-std_test.Tpo -c -o libdieharder_la-std_test.lo `test -f 'std_test.c' || echo '$(srcdir)/'`std_test.c + $(am__mv) $(DEPDIR)/libdieharder_la-std_test.Tpo $(DEPDIR)/libdieharder_la-std_test.Plo +# source='std_test.c' object='libdieharder_la-std_test.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-std_test.lo `test -f 'std_test.c' || echo '$(srcdir)/'`std_test.c + +libdieharder_la-sts_monobit.lo: sts_monobit.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_monobit.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_monobit.Tpo -c -o libdieharder_la-sts_monobit.lo `test -f 'sts_monobit.c' || echo '$(srcdir)/'`sts_monobit.c + $(am__mv) $(DEPDIR)/libdieharder_la-sts_monobit.Tpo $(DEPDIR)/libdieharder_la-sts_monobit.Plo +# source='sts_monobit.c' object='libdieharder_la-sts_monobit.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_monobit.lo `test -f 'sts_monobit.c' || echo '$(srcdir)/'`sts_monobit.c + +libdieharder_la-sts_runs.lo: sts_runs.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_runs.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_runs.Tpo -c -o libdieharder_la-sts_runs.lo `test -f 'sts_runs.c' || echo '$(srcdir)/'`sts_runs.c + $(am__mv) $(DEPDIR)/libdieharder_la-sts_runs.Tpo $(DEPDIR)/libdieharder_la-sts_runs.Plo +# source='sts_runs.c' object='libdieharder_la-sts_runs.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_runs.lo `test -f 'sts_runs.c' || echo '$(srcdir)/'`sts_runs.c + +libdieharder_la-sts_serial.lo: sts_serial.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_serial.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_serial.Tpo -c -o libdieharder_la-sts_serial.lo `test -f 'sts_serial.c' || echo '$(srcdir)/'`sts_serial.c + $(am__mv) $(DEPDIR)/libdieharder_la-sts_serial.Tpo $(DEPDIR)/libdieharder_la-sts_serial.Plo +# source='sts_serial.c' object='libdieharder_la-sts_serial.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_serial.lo `test -f 'sts_serial.c' || echo '$(srcdir)/'`sts_serial.c + +libdieharder_la-timing.lo: timing.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-timing.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-timing.Tpo -c -o libdieharder_la-timing.lo `test -f 'timing.c' || echo '$(srcdir)/'`timing.c + $(am__mv) $(DEPDIR)/libdieharder_la-timing.Tpo $(DEPDIR)/libdieharder_la-timing.Plo +# source='timing.c' object='libdieharder_la-timing.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-timing.lo `test -f 'timing.c' || echo '$(srcdir)/'`timing.c + +libdieharder_la-Vtest.lo: Vtest.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-Vtest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-Vtest.Tpo -c -o libdieharder_la-Vtest.lo `test -f 'Vtest.c' || echo '$(srcdir)/'`Vtest.c + $(am__mv) $(DEPDIR)/libdieharder_la-Vtest.Tpo $(DEPDIR)/libdieharder_la-Vtest.Plo +# source='Vtest.c' object='libdieharder_la-Vtest.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-Vtest.lo `test -f 'Vtest.c' || echo '$(srcdir)/'`Vtest.c + +libdieharder_la-version.lo: version.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-version.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-version.Tpo -c -o libdieharder_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c + $(am__mv) $(DEPDIR)/libdieharder_la-version.Tpo $(DEPDIR)/libdieharder_la-version.Plo +# source='version.c' object='libdieharder_la-version.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c + +libdieharder_la-Xtest.lo: Xtest.c + $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-Xtest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-Xtest.Tpo -c -o libdieharder_la-Xtest.lo `test -f 'Xtest.c' || echo '$(srcdir)/'`Xtest.c + $(am__mv) $(DEPDIR)/libdieharder_la-Xtest.Tpo $(DEPDIR)/libdieharder_la-Xtest.Plo +# source='Xtest.c' object='libdieharder_la-Xtest.lo' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-Xtest.lo `test -f 'Xtest.c' || echo '$(srcdir)/'`Xtest.c + mostlyclean-libtool: -rm -f *.lo diff --git a/libdieharder/Makefile.am b/libdieharder/Makefile.am index 34947c3..112e77d 100644 --- a/libdieharder/Makefile.am +++ b/libdieharder/Makefile.am @@ -22,6 +22,7 @@ man3_MANS = libdieharder.3 lib_LTLIBRARIES = libdieharder.la libdieharder_la_LIBADD = -lgsl -lgslcblas -lm libdieharder_la_LDFLAGS = -version-number @DIEHARDER_LT_VERSION@ +libdieharder_la_CFLAGS = -std=c99 -Wall -pedantic # Sources # The shell script is the easy way to do this, by far. But it may not @@ -114,7 +115,7 @@ DEFINES = -DVERSION=$(VERSION) # -DLITTLE_ENDIAN=$(LITTLE_ENDIAN) # Compile flags (use fairly standard -O3 as default) AM_CPPFLAGS = $(DEFINES) -I ${top_srcdir}/include -I ${includedir} -AM_CFLAGS = -O3 -Wall -Wno-unused-variable +AM_CFLAGS = -O3 -Wall -pedantic -Wno-unused-variable #======================================================================== # The only safe place to do commits is in the toplevel directory diff --git a/libdieharder/Makefile.in b/libdieharder/Makefile.in index a0d005c..5b0286b 100644 --- a/libdieharder/Makefile.in +++ b/libdieharder/Makefile.in @@ -48,7 +48,10 @@ subdir = libdieharder DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ COPYING ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -79,31 +82,65 @@ am__base_list = \ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" LTLIBRARIES = $(lib_LTLIBRARIES) libdieharder_la_DEPENDENCIES = -am_libdieharder_la_OBJECTS = bits.lo chisq.lo countx.lo \ - dab_bytedistrib.lo dab_dct.lo dab_filltree.lo dab_filltree2.lo \ - dab_monobit2.lo diehard_2dsphere.lo diehard_3dsphere.lo \ - diehard_birthdays.lo diehard_bitstream.lo \ - diehard_count_1s_byte.lo diehard_count_1s_stream.lo \ - diehard_craps.lo diehard_dna.lo diehard_operm5.lo \ - diehard_opso.lo diehard_oqso.lo diehard_parking_lot.lo \ - diehard_rank_32x32.lo diehard_rank_6x8.lo diehard_runs.lo \ - diehard_squeeze.lo diehard_sums.lo dieharder_rng_types.lo \ - dieharder_test_types.lo histogram.lo kstest.lo \ - marsaglia_tsang_gcd.lo marsaglia_tsang_gorilla.lo parse.lo \ - prob.lo random_seed.lo rank.lo rgb_bitdist.lo \ - rgb_kstest_test.lo rgb_lagged_sums.lo rgb_minimum_distance.lo \ - rgb_permutations.lo rgb_persist.lo rgb_timing.lo rngav.lo \ - rng_aes.lo rijndael-alg-fst.lo rng_ca.lo rng_dev_random.lo \ - rng_dev_arandom.lo rng_dev_urandom.lo rng_file_input.lo \ - rng_file_input_raw.lo rngs_gnu_r.lo rng_kiss.lo rng_jenkins.lo \ - rng_superkiss.lo rng_stdin_input_raw.lo rng_threefish.lo \ - rng_uvag.lo rng_XOR.lo sample.lo skein_block64.lo \ - skein_block_ref.lo std_test.lo sts_monobit.lo sts_runs.lo \ - sts_serial.lo timing.lo Vtest.lo version.lo Xtest.lo +am_libdieharder_la_OBJECTS = libdieharder_la-bits.lo \ + libdieharder_la-chisq.lo libdieharder_la-countx.lo \ + libdieharder_la-dab_bytedistrib.lo libdieharder_la-dab_dct.lo \ + libdieharder_la-dab_filltree.lo \ + libdieharder_la-dab_filltree2.lo \ + libdieharder_la-dab_monobit2.lo \ + libdieharder_la-diehard_2dsphere.lo \ + libdieharder_la-diehard_3dsphere.lo \ + libdieharder_la-diehard_birthdays.lo \ + libdieharder_la-diehard_bitstream.lo \ + libdieharder_la-diehard_count_1s_byte.lo \ + libdieharder_la-diehard_count_1s_stream.lo \ + libdieharder_la-diehard_craps.lo \ + libdieharder_la-diehard_dna.lo \ + libdieharder_la-diehard_operm5.lo \ + libdieharder_la-diehard_opso.lo \ + libdieharder_la-diehard_oqso.lo \ + libdieharder_la-diehard_parking_lot.lo \ + libdieharder_la-diehard_rank_32x32.lo \ + libdieharder_la-diehard_rank_6x8.lo \ + libdieharder_la-diehard_runs.lo \ + libdieharder_la-diehard_squeeze.lo \ + libdieharder_la-diehard_sums.lo \ + libdieharder_la-dieharder_rng_types.lo \ + libdieharder_la-dieharder_test_types.lo \ + libdieharder_la-histogram.lo libdieharder_la-kstest.lo \ + libdieharder_la-marsaglia_tsang_gcd.lo \ + libdieharder_la-marsaglia_tsang_gorilla.lo \ + libdieharder_la-parse.lo libdieharder_la-prob.lo \ + libdieharder_la-random_seed.lo libdieharder_la-rank.lo \ + libdieharder_la-rgb_bitdist.lo \ + libdieharder_la-rgb_kstest_test.lo \ + libdieharder_la-rgb_lagged_sums.lo \ + libdieharder_la-rgb_minimum_distance.lo \ + libdieharder_la-rgb_permutations.lo \ + libdieharder_la-rgb_persist.lo libdieharder_la-rgb_timing.lo \ + libdieharder_la-rngav.lo libdieharder_la-rng_aes.lo \ + libdieharder_la-rijndael-alg-fst.lo libdieharder_la-rng_ca.lo \ + libdieharder_la-rng_dev_random.lo \ + libdieharder_la-rng_dev_arandom.lo \ + libdieharder_la-rng_dev_urandom.lo \ + libdieharder_la-rng_file_input.lo \ + libdieharder_la-rng_file_input_raw.lo \ + libdieharder_la-rngs_gnu_r.lo libdieharder_la-rng_kiss.lo \ + libdieharder_la-rng_jenkins.lo \ + libdieharder_la-rng_superkiss.lo \ + libdieharder_la-rng_stdin_input_raw.lo \ + libdieharder_la-rng_threefish.lo libdieharder_la-rng_uvag.lo \ + libdieharder_la-rng_XOR.lo libdieharder_la-sample.lo \ + libdieharder_la-skein_block64.lo \ + libdieharder_la-skein_block_ref.lo libdieharder_la-std_test.lo \ + libdieharder_la-sts_monobit.lo libdieharder_la-sts_runs.lo \ + libdieharder_la-sts_serial.lo libdieharder_la-timing.lo \ + libdieharder_la-Vtest.lo libdieharder_la-version.lo \ + libdieharder_la-Xtest.lo libdieharder_la_OBJECTS = $(am_libdieharder_la_OBJECTS) libdieharder_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libdieharder_la_LDFLAGS) $(LDFLAGS) -o $@ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libdieharder_la_CFLAGS) \ + $(CFLAGS) $(libdieharder_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -217,6 +254,7 @@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ +dieharder_CFLAGS = @dieharder_CFLAGS@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ @@ -229,6 +267,7 @@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +libdieharder_lo_CFLAGS = @libdieharder_lo_CFLAGS@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -259,6 +298,7 @@ man3_MANS = libdieharder.3 lib_LTLIBRARIES = libdieharder.la libdieharder_la_LIBADD = -lgsl -lgslcblas -lm libdieharder_la_LDFLAGS = -version-number @DIEHARDER_LT_VERSION@ +libdieharder_la_CFLAGS = -std=c99 -Wall -pedantic # Sources # The shell script is the easy way to do this, by far. But it may not @@ -352,7 +392,7 @@ DEFINES = -DVERSION=$(VERSION) # -DLITTLE_ENDIAN=$(LITTLE_ENDIAN) # Compile flags (use fairly standard -O3 as default) AM_CPPFLAGS = $(DEFINES) -I ${top_srcdir}/include -I ${includedir} -AM_CFLAGS = -O3 -Wall -Wno-unused-variable +AM_CFLAGS = -O3 -Wall -pedantic -Wno-unused-variable #======================================================================== # The only safe place to do commits is in the toplevel directory @@ -434,76 +474,76 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Vtest.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xtest.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bits.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chisq.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/countx.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dab_bytedistrib.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dab_dct.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dab_filltree.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dab_filltree2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dab_monobit2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_2dsphere.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_3dsphere.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_birthdays.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_bitstream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_count_1s_byte.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_count_1s_stream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_craps.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_dna.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_operm5.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_opso.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_oqso.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_parking_lot.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_rank_32x32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_rank_6x8.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_runs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_squeeze.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diehard_sums.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder_rng_types.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dieharder_test_types.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/histogram.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kstest.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marsaglia_tsang_gcd.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marsaglia_tsang_gorilla.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prob.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random_seed.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rank.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_bitdist.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_kstest_test.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_lagged_sums.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_minimum_distance.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_permutations.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_persist.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rgb_timing.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-alg-fst.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_XOR.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_aes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_ca.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_dev_arandom.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_dev_random.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_dev_urandom.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_file_input.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_file_input_raw.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_jenkins.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_kiss.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_stdin_input_raw.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_superkiss.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_threefish.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_uvag.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rngav.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rngs_gnu_r.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skein_block64.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skein_block_ref.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/std_test.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sts_monobit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sts_runs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sts_serial.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-Vtest.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-Xtest.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-bits.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-chisq.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-countx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_bytedistrib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_dct.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_filltree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_filltree2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_monobit2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_2dsphere.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_3dsphere.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_birthdays.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_bitstream.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_craps.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_dna.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_operm5.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_opso.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_oqso.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_parking_lot.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_rank_32x32.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_rank_6x8.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_runs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_squeeze.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_sums.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dieharder_rng_types.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dieharder_test_types.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-histogram.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-kstest.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-parse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-prob.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-random_seed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rank.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_bitdist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_kstest_test.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_lagged_sums.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_minimum_distance.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_permutations.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_persist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_timing.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rijndael-alg-fst.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_XOR.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_aes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_ca.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_dev_arandom.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_dev_random.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_dev_urandom.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_file_input.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_file_input_raw.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_jenkins.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_kiss.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_superkiss.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_threefish.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_uvag.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rngav.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rngs_gnu_r.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sample.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-skein_block64.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-skein_block_ref.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-std_test.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sts_monobit.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sts_runs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sts_serial.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-timing.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-version.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -526,6 +566,496 @@ distclean-compile: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +libdieharder_la-bits.lo: bits.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-bits.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-bits.Tpo -c -o libdieharder_la-bits.lo `test -f 'bits.c' || echo '$(srcdir)/'`bits.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-bits.Tpo $(DEPDIR)/libdieharder_la-bits.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bits.c' object='libdieharder_la-bits.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-bits.lo `test -f 'bits.c' || echo '$(srcdir)/'`bits.c + +libdieharder_la-chisq.lo: chisq.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-chisq.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-chisq.Tpo -c -o libdieharder_la-chisq.lo `test -f 'chisq.c' || echo '$(srcdir)/'`chisq.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-chisq.Tpo $(DEPDIR)/libdieharder_la-chisq.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='chisq.c' object='libdieharder_la-chisq.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-chisq.lo `test -f 'chisq.c' || echo '$(srcdir)/'`chisq.c + +libdieharder_la-countx.lo: countx.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-countx.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-countx.Tpo -c -o libdieharder_la-countx.lo `test -f 'countx.c' || echo '$(srcdir)/'`countx.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-countx.Tpo $(DEPDIR)/libdieharder_la-countx.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='countx.c' object='libdieharder_la-countx.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-countx.lo `test -f 'countx.c' || echo '$(srcdir)/'`countx.c + +libdieharder_la-dab_bytedistrib.lo: dab_bytedistrib.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_bytedistrib.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_bytedistrib.Tpo -c -o libdieharder_la-dab_bytedistrib.lo `test -f 'dab_bytedistrib.c' || echo '$(srcdir)/'`dab_bytedistrib.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-dab_bytedistrib.Tpo $(DEPDIR)/libdieharder_la-dab_bytedistrib.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dab_bytedistrib.c' object='libdieharder_la-dab_bytedistrib.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_bytedistrib.lo `test -f 'dab_bytedistrib.c' || echo '$(srcdir)/'`dab_bytedistrib.c + +libdieharder_la-dab_dct.lo: dab_dct.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_dct.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_dct.Tpo -c -o libdieharder_la-dab_dct.lo `test -f 'dab_dct.c' || echo '$(srcdir)/'`dab_dct.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-dab_dct.Tpo $(DEPDIR)/libdieharder_la-dab_dct.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dab_dct.c' object='libdieharder_la-dab_dct.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_dct.lo `test -f 'dab_dct.c' || echo '$(srcdir)/'`dab_dct.c + +libdieharder_la-dab_filltree.lo: dab_filltree.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_filltree.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_filltree.Tpo -c -o libdieharder_la-dab_filltree.lo `test -f 'dab_filltree.c' || echo '$(srcdir)/'`dab_filltree.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-dab_filltree.Tpo $(DEPDIR)/libdieharder_la-dab_filltree.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dab_filltree.c' object='libdieharder_la-dab_filltree.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_filltree.lo `test -f 'dab_filltree.c' || echo '$(srcdir)/'`dab_filltree.c + +libdieharder_la-dab_filltree2.lo: dab_filltree2.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_filltree2.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_filltree2.Tpo -c -o libdieharder_la-dab_filltree2.lo `test -f 'dab_filltree2.c' || echo '$(srcdir)/'`dab_filltree2.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-dab_filltree2.Tpo $(DEPDIR)/libdieharder_la-dab_filltree2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dab_filltree2.c' object='libdieharder_la-dab_filltree2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_filltree2.lo `test -f 'dab_filltree2.c' || echo '$(srcdir)/'`dab_filltree2.c + +libdieharder_la-dab_monobit2.lo: dab_monobit2.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_monobit2.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_monobit2.Tpo -c -o libdieharder_la-dab_monobit2.lo `test -f 'dab_monobit2.c' || echo '$(srcdir)/'`dab_monobit2.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-dab_monobit2.Tpo $(DEPDIR)/libdieharder_la-dab_monobit2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dab_monobit2.c' object='libdieharder_la-dab_monobit2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_monobit2.lo `test -f 'dab_monobit2.c' || echo '$(srcdir)/'`dab_monobit2.c + +libdieharder_la-diehard_2dsphere.lo: diehard_2dsphere.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_2dsphere.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_2dsphere.Tpo -c -o libdieharder_la-diehard_2dsphere.lo `test -f 'diehard_2dsphere.c' || echo '$(srcdir)/'`diehard_2dsphere.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_2dsphere.Tpo $(DEPDIR)/libdieharder_la-diehard_2dsphere.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_2dsphere.c' object='libdieharder_la-diehard_2dsphere.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_2dsphere.lo `test -f 'diehard_2dsphere.c' || echo '$(srcdir)/'`diehard_2dsphere.c + +libdieharder_la-diehard_3dsphere.lo: diehard_3dsphere.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_3dsphere.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_3dsphere.Tpo -c -o libdieharder_la-diehard_3dsphere.lo `test -f 'diehard_3dsphere.c' || echo '$(srcdir)/'`diehard_3dsphere.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_3dsphere.Tpo $(DEPDIR)/libdieharder_la-diehard_3dsphere.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_3dsphere.c' object='libdieharder_la-diehard_3dsphere.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_3dsphere.lo `test -f 'diehard_3dsphere.c' || echo '$(srcdir)/'`diehard_3dsphere.c + +libdieharder_la-diehard_birthdays.lo: diehard_birthdays.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_birthdays.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_birthdays.Tpo -c -o libdieharder_la-diehard_birthdays.lo `test -f 'diehard_birthdays.c' || echo '$(srcdir)/'`diehard_birthdays.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_birthdays.Tpo $(DEPDIR)/libdieharder_la-diehard_birthdays.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_birthdays.c' object='libdieharder_la-diehard_birthdays.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_birthdays.lo `test -f 'diehard_birthdays.c' || echo '$(srcdir)/'`diehard_birthdays.c + +libdieharder_la-diehard_bitstream.lo: diehard_bitstream.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_bitstream.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_bitstream.Tpo -c -o libdieharder_la-diehard_bitstream.lo `test -f 'diehard_bitstream.c' || echo '$(srcdir)/'`diehard_bitstream.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_bitstream.Tpo $(DEPDIR)/libdieharder_la-diehard_bitstream.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_bitstream.c' object='libdieharder_la-diehard_bitstream.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_bitstream.lo `test -f 'diehard_bitstream.c' || echo '$(srcdir)/'`diehard_bitstream.c + +libdieharder_la-diehard_count_1s_byte.lo: diehard_count_1s_byte.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_count_1s_byte.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Tpo -c -o libdieharder_la-diehard_count_1s_byte.lo `test -f 'diehard_count_1s_byte.c' || echo '$(srcdir)/'`diehard_count_1s_byte.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Tpo $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_count_1s_byte.c' object='libdieharder_la-diehard_count_1s_byte.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_count_1s_byte.lo `test -f 'diehard_count_1s_byte.c' || echo '$(srcdir)/'`diehard_count_1s_byte.c + +libdieharder_la-diehard_count_1s_stream.lo: diehard_count_1s_stream.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_count_1s_stream.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Tpo -c -o libdieharder_la-diehard_count_1s_stream.lo `test -f 'diehard_count_1s_stream.c' || echo '$(srcdir)/'`diehard_count_1s_stream.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Tpo $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_count_1s_stream.c' object='libdieharder_la-diehard_count_1s_stream.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_count_1s_stream.lo `test -f 'diehard_count_1s_stream.c' || echo '$(srcdir)/'`diehard_count_1s_stream.c + +libdieharder_la-diehard_craps.lo: diehard_craps.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_craps.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_craps.Tpo -c -o libdieharder_la-diehard_craps.lo `test -f 'diehard_craps.c' || echo '$(srcdir)/'`diehard_craps.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_craps.Tpo $(DEPDIR)/libdieharder_la-diehard_craps.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_craps.c' object='libdieharder_la-diehard_craps.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_craps.lo `test -f 'diehard_craps.c' || echo '$(srcdir)/'`diehard_craps.c + +libdieharder_la-diehard_dna.lo: diehard_dna.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_dna.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_dna.Tpo -c -o libdieharder_la-diehard_dna.lo `test -f 'diehard_dna.c' || echo '$(srcdir)/'`diehard_dna.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_dna.Tpo $(DEPDIR)/libdieharder_la-diehard_dna.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_dna.c' object='libdieharder_la-diehard_dna.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_dna.lo `test -f 'diehard_dna.c' || echo '$(srcdir)/'`diehard_dna.c + +libdieharder_la-diehard_operm5.lo: diehard_operm5.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_operm5.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_operm5.Tpo -c -o libdieharder_la-diehard_operm5.lo `test -f 'diehard_operm5.c' || echo '$(srcdir)/'`diehard_operm5.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_operm5.Tpo $(DEPDIR)/libdieharder_la-diehard_operm5.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_operm5.c' object='libdieharder_la-diehard_operm5.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_operm5.lo `test -f 'diehard_operm5.c' || echo '$(srcdir)/'`diehard_operm5.c + +libdieharder_la-diehard_opso.lo: diehard_opso.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_opso.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_opso.Tpo -c -o libdieharder_la-diehard_opso.lo `test -f 'diehard_opso.c' || echo '$(srcdir)/'`diehard_opso.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_opso.Tpo $(DEPDIR)/libdieharder_la-diehard_opso.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_opso.c' object='libdieharder_la-diehard_opso.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_opso.lo `test -f 'diehard_opso.c' || echo '$(srcdir)/'`diehard_opso.c + +libdieharder_la-diehard_oqso.lo: diehard_oqso.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_oqso.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_oqso.Tpo -c -o libdieharder_la-diehard_oqso.lo `test -f 'diehard_oqso.c' || echo '$(srcdir)/'`diehard_oqso.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_oqso.Tpo $(DEPDIR)/libdieharder_la-diehard_oqso.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_oqso.c' object='libdieharder_la-diehard_oqso.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_oqso.lo `test -f 'diehard_oqso.c' || echo '$(srcdir)/'`diehard_oqso.c + +libdieharder_la-diehard_parking_lot.lo: diehard_parking_lot.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_parking_lot.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_parking_lot.Tpo -c -o libdieharder_la-diehard_parking_lot.lo `test -f 'diehard_parking_lot.c' || echo '$(srcdir)/'`diehard_parking_lot.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_parking_lot.Tpo $(DEPDIR)/libdieharder_la-diehard_parking_lot.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_parking_lot.c' object='libdieharder_la-diehard_parking_lot.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_parking_lot.lo `test -f 'diehard_parking_lot.c' || echo '$(srcdir)/'`diehard_parking_lot.c + +libdieharder_la-diehard_rank_32x32.lo: diehard_rank_32x32.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_rank_32x32.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Tpo -c -o libdieharder_la-diehard_rank_32x32.lo `test -f 'diehard_rank_32x32.c' || echo '$(srcdir)/'`diehard_rank_32x32.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Tpo $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_rank_32x32.c' object='libdieharder_la-diehard_rank_32x32.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_rank_32x32.lo `test -f 'diehard_rank_32x32.c' || echo '$(srcdir)/'`diehard_rank_32x32.c + +libdieharder_la-diehard_rank_6x8.lo: diehard_rank_6x8.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_rank_6x8.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Tpo -c -o libdieharder_la-diehard_rank_6x8.lo `test -f 'diehard_rank_6x8.c' || echo '$(srcdir)/'`diehard_rank_6x8.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Tpo $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_rank_6x8.c' object='libdieharder_la-diehard_rank_6x8.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_rank_6x8.lo `test -f 'diehard_rank_6x8.c' || echo '$(srcdir)/'`diehard_rank_6x8.c + +libdieharder_la-diehard_runs.lo: diehard_runs.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_runs.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_runs.Tpo -c -o libdieharder_la-diehard_runs.lo `test -f 'diehard_runs.c' || echo '$(srcdir)/'`diehard_runs.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_runs.Tpo $(DEPDIR)/libdieharder_la-diehard_runs.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_runs.c' object='libdieharder_la-diehard_runs.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_runs.lo `test -f 'diehard_runs.c' || echo '$(srcdir)/'`diehard_runs.c + +libdieharder_la-diehard_squeeze.lo: diehard_squeeze.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_squeeze.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_squeeze.Tpo -c -o libdieharder_la-diehard_squeeze.lo `test -f 'diehard_squeeze.c' || echo '$(srcdir)/'`diehard_squeeze.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_squeeze.Tpo $(DEPDIR)/libdieharder_la-diehard_squeeze.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_squeeze.c' object='libdieharder_la-diehard_squeeze.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_squeeze.lo `test -f 'diehard_squeeze.c' || echo '$(srcdir)/'`diehard_squeeze.c + +libdieharder_la-diehard_sums.lo: diehard_sums.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_sums.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_sums.Tpo -c -o libdieharder_la-diehard_sums.lo `test -f 'diehard_sums.c' || echo '$(srcdir)/'`diehard_sums.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-diehard_sums.Tpo $(DEPDIR)/libdieharder_la-diehard_sums.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='diehard_sums.c' object='libdieharder_la-diehard_sums.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_sums.lo `test -f 'diehard_sums.c' || echo '$(srcdir)/'`diehard_sums.c + +libdieharder_la-dieharder_rng_types.lo: dieharder_rng_types.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dieharder_rng_types.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dieharder_rng_types.Tpo -c -o libdieharder_la-dieharder_rng_types.lo `test -f 'dieharder_rng_types.c' || echo '$(srcdir)/'`dieharder_rng_types.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-dieharder_rng_types.Tpo $(DEPDIR)/libdieharder_la-dieharder_rng_types.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dieharder_rng_types.c' object='libdieharder_la-dieharder_rng_types.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dieharder_rng_types.lo `test -f 'dieharder_rng_types.c' || echo '$(srcdir)/'`dieharder_rng_types.c + +libdieharder_la-dieharder_test_types.lo: dieharder_test_types.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dieharder_test_types.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dieharder_test_types.Tpo -c -o libdieharder_la-dieharder_test_types.lo `test -f 'dieharder_test_types.c' || echo '$(srcdir)/'`dieharder_test_types.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-dieharder_test_types.Tpo $(DEPDIR)/libdieharder_la-dieharder_test_types.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dieharder_test_types.c' object='libdieharder_la-dieharder_test_types.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dieharder_test_types.lo `test -f 'dieharder_test_types.c' || echo '$(srcdir)/'`dieharder_test_types.c + +libdieharder_la-histogram.lo: histogram.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-histogram.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-histogram.Tpo -c -o libdieharder_la-histogram.lo `test -f 'histogram.c' || echo '$(srcdir)/'`histogram.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-histogram.Tpo $(DEPDIR)/libdieharder_la-histogram.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='histogram.c' object='libdieharder_la-histogram.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-histogram.lo `test -f 'histogram.c' || echo '$(srcdir)/'`histogram.c + +libdieharder_la-kstest.lo: kstest.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-kstest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-kstest.Tpo -c -o libdieharder_la-kstest.lo `test -f 'kstest.c' || echo '$(srcdir)/'`kstest.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-kstest.Tpo $(DEPDIR)/libdieharder_la-kstest.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='kstest.c' object='libdieharder_la-kstest.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-kstest.lo `test -f 'kstest.c' || echo '$(srcdir)/'`kstest.c + +libdieharder_la-marsaglia_tsang_gcd.lo: marsaglia_tsang_gcd.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-marsaglia_tsang_gcd.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Tpo -c -o libdieharder_la-marsaglia_tsang_gcd.lo `test -f 'marsaglia_tsang_gcd.c' || echo '$(srcdir)/'`marsaglia_tsang_gcd.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Tpo $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='marsaglia_tsang_gcd.c' object='libdieharder_la-marsaglia_tsang_gcd.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-marsaglia_tsang_gcd.lo `test -f 'marsaglia_tsang_gcd.c' || echo '$(srcdir)/'`marsaglia_tsang_gcd.c + +libdieharder_la-marsaglia_tsang_gorilla.lo: marsaglia_tsang_gorilla.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-marsaglia_tsang_gorilla.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Tpo -c -o libdieharder_la-marsaglia_tsang_gorilla.lo `test -f 'marsaglia_tsang_gorilla.c' || echo '$(srcdir)/'`marsaglia_tsang_gorilla.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Tpo $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='marsaglia_tsang_gorilla.c' object='libdieharder_la-marsaglia_tsang_gorilla.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-marsaglia_tsang_gorilla.lo `test -f 'marsaglia_tsang_gorilla.c' || echo '$(srcdir)/'`marsaglia_tsang_gorilla.c + +libdieharder_la-parse.lo: parse.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-parse.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-parse.Tpo -c -o libdieharder_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-parse.Tpo $(DEPDIR)/libdieharder_la-parse.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse.c' object='libdieharder_la-parse.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c + +libdieharder_la-prob.lo: prob.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-prob.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-prob.Tpo -c -o libdieharder_la-prob.lo `test -f 'prob.c' || echo '$(srcdir)/'`prob.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-prob.Tpo $(DEPDIR)/libdieharder_la-prob.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='prob.c' object='libdieharder_la-prob.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-prob.lo `test -f 'prob.c' || echo '$(srcdir)/'`prob.c + +libdieharder_la-random_seed.lo: random_seed.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-random_seed.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-random_seed.Tpo -c -o libdieharder_la-random_seed.lo `test -f 'random_seed.c' || echo '$(srcdir)/'`random_seed.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-random_seed.Tpo $(DEPDIR)/libdieharder_la-random_seed.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='random_seed.c' object='libdieharder_la-random_seed.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-random_seed.lo `test -f 'random_seed.c' || echo '$(srcdir)/'`random_seed.c + +libdieharder_la-rank.lo: rank.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rank.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rank.Tpo -c -o libdieharder_la-rank.lo `test -f 'rank.c' || echo '$(srcdir)/'`rank.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rank.Tpo $(DEPDIR)/libdieharder_la-rank.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rank.c' object='libdieharder_la-rank.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rank.lo `test -f 'rank.c' || echo '$(srcdir)/'`rank.c + +libdieharder_la-rgb_bitdist.lo: rgb_bitdist.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_bitdist.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_bitdist.Tpo -c -o libdieharder_la-rgb_bitdist.lo `test -f 'rgb_bitdist.c' || echo '$(srcdir)/'`rgb_bitdist.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rgb_bitdist.Tpo $(DEPDIR)/libdieharder_la-rgb_bitdist.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rgb_bitdist.c' object='libdieharder_la-rgb_bitdist.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_bitdist.lo `test -f 'rgb_bitdist.c' || echo '$(srcdir)/'`rgb_bitdist.c + +libdieharder_la-rgb_kstest_test.lo: rgb_kstest_test.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_kstest_test.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_kstest_test.Tpo -c -o libdieharder_la-rgb_kstest_test.lo `test -f 'rgb_kstest_test.c' || echo '$(srcdir)/'`rgb_kstest_test.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rgb_kstest_test.Tpo $(DEPDIR)/libdieharder_la-rgb_kstest_test.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rgb_kstest_test.c' object='libdieharder_la-rgb_kstest_test.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_kstest_test.lo `test -f 'rgb_kstest_test.c' || echo '$(srcdir)/'`rgb_kstest_test.c + +libdieharder_la-rgb_lagged_sums.lo: rgb_lagged_sums.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_lagged_sums.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Tpo -c -o libdieharder_la-rgb_lagged_sums.lo `test -f 'rgb_lagged_sums.c' || echo '$(srcdir)/'`rgb_lagged_sums.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Tpo $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rgb_lagged_sums.c' object='libdieharder_la-rgb_lagged_sums.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_lagged_sums.lo `test -f 'rgb_lagged_sums.c' || echo '$(srcdir)/'`rgb_lagged_sums.c + +libdieharder_la-rgb_minimum_distance.lo: rgb_minimum_distance.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_minimum_distance.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Tpo -c -o libdieharder_la-rgb_minimum_distance.lo `test -f 'rgb_minimum_distance.c' || echo '$(srcdir)/'`rgb_minimum_distance.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Tpo $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rgb_minimum_distance.c' object='libdieharder_la-rgb_minimum_distance.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_minimum_distance.lo `test -f 'rgb_minimum_distance.c' || echo '$(srcdir)/'`rgb_minimum_distance.c + +libdieharder_la-rgb_permutations.lo: rgb_permutations.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_permutations.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_permutations.Tpo -c -o libdieharder_la-rgb_permutations.lo `test -f 'rgb_permutations.c' || echo '$(srcdir)/'`rgb_permutations.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rgb_permutations.Tpo $(DEPDIR)/libdieharder_la-rgb_permutations.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rgb_permutations.c' object='libdieharder_la-rgb_permutations.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_permutations.lo `test -f 'rgb_permutations.c' || echo '$(srcdir)/'`rgb_permutations.c + +libdieharder_la-rgb_persist.lo: rgb_persist.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_persist.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_persist.Tpo -c -o libdieharder_la-rgb_persist.lo `test -f 'rgb_persist.c' || echo '$(srcdir)/'`rgb_persist.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rgb_persist.Tpo $(DEPDIR)/libdieharder_la-rgb_persist.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rgb_persist.c' object='libdieharder_la-rgb_persist.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_persist.lo `test -f 'rgb_persist.c' || echo '$(srcdir)/'`rgb_persist.c + +libdieharder_la-rgb_timing.lo: rgb_timing.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_timing.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_timing.Tpo -c -o libdieharder_la-rgb_timing.lo `test -f 'rgb_timing.c' || echo '$(srcdir)/'`rgb_timing.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rgb_timing.Tpo $(DEPDIR)/libdieharder_la-rgb_timing.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rgb_timing.c' object='libdieharder_la-rgb_timing.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_timing.lo `test -f 'rgb_timing.c' || echo '$(srcdir)/'`rgb_timing.c + +libdieharder_la-rngav.lo: rngav.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rngav.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rngav.Tpo -c -o libdieharder_la-rngav.lo `test -f 'rngav.c' || echo '$(srcdir)/'`rngav.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rngav.Tpo $(DEPDIR)/libdieharder_la-rngav.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rngav.c' object='libdieharder_la-rngav.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rngav.lo `test -f 'rngav.c' || echo '$(srcdir)/'`rngav.c + +libdieharder_la-rng_aes.lo: rng_aes.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_aes.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_aes.Tpo -c -o libdieharder_la-rng_aes.lo `test -f 'rng_aes.c' || echo '$(srcdir)/'`rng_aes.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_aes.Tpo $(DEPDIR)/libdieharder_la-rng_aes.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_aes.c' object='libdieharder_la-rng_aes.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_aes.lo `test -f 'rng_aes.c' || echo '$(srcdir)/'`rng_aes.c + +libdieharder_la-rijndael-alg-fst.lo: rijndael-alg-fst.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rijndael-alg-fst.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Tpo -c -o libdieharder_la-rijndael-alg-fst.lo `test -f 'rijndael-alg-fst.c' || echo '$(srcdir)/'`rijndael-alg-fst.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Tpo $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rijndael-alg-fst.c' object='libdieharder_la-rijndael-alg-fst.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rijndael-alg-fst.lo `test -f 'rijndael-alg-fst.c' || echo '$(srcdir)/'`rijndael-alg-fst.c + +libdieharder_la-rng_ca.lo: rng_ca.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_ca.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_ca.Tpo -c -o libdieharder_la-rng_ca.lo `test -f 'rng_ca.c' || echo '$(srcdir)/'`rng_ca.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_ca.Tpo $(DEPDIR)/libdieharder_la-rng_ca.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_ca.c' object='libdieharder_la-rng_ca.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_ca.lo `test -f 'rng_ca.c' || echo '$(srcdir)/'`rng_ca.c + +libdieharder_la-rng_dev_random.lo: rng_dev_random.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_random.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_random.Tpo -c -o libdieharder_la-rng_dev_random.lo `test -f 'rng_dev_random.c' || echo '$(srcdir)/'`rng_dev_random.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_random.Tpo $(DEPDIR)/libdieharder_la-rng_dev_random.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_dev_random.c' object='libdieharder_la-rng_dev_random.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_random.lo `test -f 'rng_dev_random.c' || echo '$(srcdir)/'`rng_dev_random.c + +libdieharder_la-rng_dev_arandom.lo: rng_dev_arandom.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_arandom.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_arandom.Tpo -c -o libdieharder_la-rng_dev_arandom.lo `test -f 'rng_dev_arandom.c' || echo '$(srcdir)/'`rng_dev_arandom.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_arandom.Tpo $(DEPDIR)/libdieharder_la-rng_dev_arandom.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_dev_arandom.c' object='libdieharder_la-rng_dev_arandom.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_arandom.lo `test -f 'rng_dev_arandom.c' || echo '$(srcdir)/'`rng_dev_arandom.c + +libdieharder_la-rng_dev_urandom.lo: rng_dev_urandom.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_urandom.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_urandom.Tpo -c -o libdieharder_la-rng_dev_urandom.lo `test -f 'rng_dev_urandom.c' || echo '$(srcdir)/'`rng_dev_urandom.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_urandom.Tpo $(DEPDIR)/libdieharder_la-rng_dev_urandom.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_dev_urandom.c' object='libdieharder_la-rng_dev_urandom.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_urandom.lo `test -f 'rng_dev_urandom.c' || echo '$(srcdir)/'`rng_dev_urandom.c + +libdieharder_la-rng_file_input.lo: rng_file_input.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_file_input.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_file_input.Tpo -c -o libdieharder_la-rng_file_input.lo `test -f 'rng_file_input.c' || echo '$(srcdir)/'`rng_file_input.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_file_input.Tpo $(DEPDIR)/libdieharder_la-rng_file_input.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_file_input.c' object='libdieharder_la-rng_file_input.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_file_input.lo `test -f 'rng_file_input.c' || echo '$(srcdir)/'`rng_file_input.c + +libdieharder_la-rng_file_input_raw.lo: rng_file_input_raw.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_file_input_raw.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_file_input_raw.Tpo -c -o libdieharder_la-rng_file_input_raw.lo `test -f 'rng_file_input_raw.c' || echo '$(srcdir)/'`rng_file_input_raw.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_file_input_raw.Tpo $(DEPDIR)/libdieharder_la-rng_file_input_raw.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_file_input_raw.c' object='libdieharder_la-rng_file_input_raw.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_file_input_raw.lo `test -f 'rng_file_input_raw.c' || echo '$(srcdir)/'`rng_file_input_raw.c + +libdieharder_la-rngs_gnu_r.lo: rngs_gnu_r.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rngs_gnu_r.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rngs_gnu_r.Tpo -c -o libdieharder_la-rngs_gnu_r.lo `test -f 'rngs_gnu_r.c' || echo '$(srcdir)/'`rngs_gnu_r.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rngs_gnu_r.Tpo $(DEPDIR)/libdieharder_la-rngs_gnu_r.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rngs_gnu_r.c' object='libdieharder_la-rngs_gnu_r.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rngs_gnu_r.lo `test -f 'rngs_gnu_r.c' || echo '$(srcdir)/'`rngs_gnu_r.c + +libdieharder_la-rng_kiss.lo: rng_kiss.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_kiss.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_kiss.Tpo -c -o libdieharder_la-rng_kiss.lo `test -f 'rng_kiss.c' || echo '$(srcdir)/'`rng_kiss.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_kiss.Tpo $(DEPDIR)/libdieharder_la-rng_kiss.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_kiss.c' object='libdieharder_la-rng_kiss.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_kiss.lo `test -f 'rng_kiss.c' || echo '$(srcdir)/'`rng_kiss.c + +libdieharder_la-rng_jenkins.lo: rng_jenkins.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_jenkins.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_jenkins.Tpo -c -o libdieharder_la-rng_jenkins.lo `test -f 'rng_jenkins.c' || echo '$(srcdir)/'`rng_jenkins.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_jenkins.Tpo $(DEPDIR)/libdieharder_la-rng_jenkins.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_jenkins.c' object='libdieharder_la-rng_jenkins.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_jenkins.lo `test -f 'rng_jenkins.c' || echo '$(srcdir)/'`rng_jenkins.c + +libdieharder_la-rng_superkiss.lo: rng_superkiss.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_superkiss.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_superkiss.Tpo -c -o libdieharder_la-rng_superkiss.lo `test -f 'rng_superkiss.c' || echo '$(srcdir)/'`rng_superkiss.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_superkiss.Tpo $(DEPDIR)/libdieharder_la-rng_superkiss.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_superkiss.c' object='libdieharder_la-rng_superkiss.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_superkiss.lo `test -f 'rng_superkiss.c' || echo '$(srcdir)/'`rng_superkiss.c + +libdieharder_la-rng_stdin_input_raw.lo: rng_stdin_input_raw.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_stdin_input_raw.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Tpo -c -o libdieharder_la-rng_stdin_input_raw.lo `test -f 'rng_stdin_input_raw.c' || echo '$(srcdir)/'`rng_stdin_input_raw.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Tpo $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_stdin_input_raw.c' object='libdieharder_la-rng_stdin_input_raw.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_stdin_input_raw.lo `test -f 'rng_stdin_input_raw.c' || echo '$(srcdir)/'`rng_stdin_input_raw.c + +libdieharder_la-rng_threefish.lo: rng_threefish.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_threefish.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_threefish.Tpo -c -o libdieharder_la-rng_threefish.lo `test -f 'rng_threefish.c' || echo '$(srcdir)/'`rng_threefish.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_threefish.Tpo $(DEPDIR)/libdieharder_la-rng_threefish.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_threefish.c' object='libdieharder_la-rng_threefish.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_threefish.lo `test -f 'rng_threefish.c' || echo '$(srcdir)/'`rng_threefish.c + +libdieharder_la-rng_uvag.lo: rng_uvag.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_uvag.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_uvag.Tpo -c -o libdieharder_la-rng_uvag.lo `test -f 'rng_uvag.c' || echo '$(srcdir)/'`rng_uvag.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_uvag.Tpo $(DEPDIR)/libdieharder_la-rng_uvag.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_uvag.c' object='libdieharder_la-rng_uvag.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_uvag.lo `test -f 'rng_uvag.c' || echo '$(srcdir)/'`rng_uvag.c + +libdieharder_la-rng_XOR.lo: rng_XOR.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_XOR.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_XOR.Tpo -c -o libdieharder_la-rng_XOR.lo `test -f 'rng_XOR.c' || echo '$(srcdir)/'`rng_XOR.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-rng_XOR.Tpo $(DEPDIR)/libdieharder_la-rng_XOR.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rng_XOR.c' object='libdieharder_la-rng_XOR.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_XOR.lo `test -f 'rng_XOR.c' || echo '$(srcdir)/'`rng_XOR.c + +libdieharder_la-sample.lo: sample.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sample.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sample.Tpo -c -o libdieharder_la-sample.lo `test -f 'sample.c' || echo '$(srcdir)/'`sample.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-sample.Tpo $(DEPDIR)/libdieharder_la-sample.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sample.c' object='libdieharder_la-sample.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sample.lo `test -f 'sample.c' || echo '$(srcdir)/'`sample.c + +libdieharder_la-skein_block64.lo: skein_block64.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-skein_block64.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-skein_block64.Tpo -c -o libdieharder_la-skein_block64.lo `test -f 'skein_block64.c' || echo '$(srcdir)/'`skein_block64.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-skein_block64.Tpo $(DEPDIR)/libdieharder_la-skein_block64.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='skein_block64.c' object='libdieharder_la-skein_block64.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-skein_block64.lo `test -f 'skein_block64.c' || echo '$(srcdir)/'`skein_block64.c + +libdieharder_la-skein_block_ref.lo: skein_block_ref.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-skein_block_ref.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-skein_block_ref.Tpo -c -o libdieharder_la-skein_block_ref.lo `test -f 'skein_block_ref.c' || echo '$(srcdir)/'`skein_block_ref.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-skein_block_ref.Tpo $(DEPDIR)/libdieharder_la-skein_block_ref.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='skein_block_ref.c' object='libdieharder_la-skein_block_ref.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-skein_block_ref.lo `test -f 'skein_block_ref.c' || echo '$(srcdir)/'`skein_block_ref.c + +libdieharder_la-std_test.lo: std_test.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-std_test.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-std_test.Tpo -c -o libdieharder_la-std_test.lo `test -f 'std_test.c' || echo '$(srcdir)/'`std_test.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-std_test.Tpo $(DEPDIR)/libdieharder_la-std_test.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='std_test.c' object='libdieharder_la-std_test.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-std_test.lo `test -f 'std_test.c' || echo '$(srcdir)/'`std_test.c + +libdieharder_la-sts_monobit.lo: sts_monobit.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_monobit.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_monobit.Tpo -c -o libdieharder_la-sts_monobit.lo `test -f 'sts_monobit.c' || echo '$(srcdir)/'`sts_monobit.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-sts_monobit.Tpo $(DEPDIR)/libdieharder_la-sts_monobit.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sts_monobit.c' object='libdieharder_la-sts_monobit.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_monobit.lo `test -f 'sts_monobit.c' || echo '$(srcdir)/'`sts_monobit.c + +libdieharder_la-sts_runs.lo: sts_runs.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_runs.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_runs.Tpo -c -o libdieharder_la-sts_runs.lo `test -f 'sts_runs.c' || echo '$(srcdir)/'`sts_runs.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-sts_runs.Tpo $(DEPDIR)/libdieharder_la-sts_runs.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sts_runs.c' object='libdieharder_la-sts_runs.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_runs.lo `test -f 'sts_runs.c' || echo '$(srcdir)/'`sts_runs.c + +libdieharder_la-sts_serial.lo: sts_serial.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_serial.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_serial.Tpo -c -o libdieharder_la-sts_serial.lo `test -f 'sts_serial.c' || echo '$(srcdir)/'`sts_serial.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-sts_serial.Tpo $(DEPDIR)/libdieharder_la-sts_serial.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sts_serial.c' object='libdieharder_la-sts_serial.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_serial.lo `test -f 'sts_serial.c' || echo '$(srcdir)/'`sts_serial.c + +libdieharder_la-timing.lo: timing.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-timing.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-timing.Tpo -c -o libdieharder_la-timing.lo `test -f 'timing.c' || echo '$(srcdir)/'`timing.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-timing.Tpo $(DEPDIR)/libdieharder_la-timing.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='timing.c' object='libdieharder_la-timing.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-timing.lo `test -f 'timing.c' || echo '$(srcdir)/'`timing.c + +libdieharder_la-Vtest.lo: Vtest.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-Vtest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-Vtest.Tpo -c -o libdieharder_la-Vtest.lo `test -f 'Vtest.c' || echo '$(srcdir)/'`Vtest.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-Vtest.Tpo $(DEPDIR)/libdieharder_la-Vtest.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Vtest.c' object='libdieharder_la-Vtest.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-Vtest.lo `test -f 'Vtest.c' || echo '$(srcdir)/'`Vtest.c + +libdieharder_la-version.lo: version.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-version.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-version.Tpo -c -o libdieharder_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-version.Tpo $(DEPDIR)/libdieharder_la-version.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='version.c' object='libdieharder_la-version.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c + +libdieharder_la-Xtest.lo: Xtest.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-Xtest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-Xtest.Tpo -c -o libdieharder_la-Xtest.lo `test -f 'Xtest.c' || echo '$(srcdir)/'`Xtest.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdieharder_la-Xtest.Tpo $(DEPDIR)/libdieharder_la-Xtest.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Xtest.c' object='libdieharder_la-Xtest.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-Xtest.lo `test -f 'Xtest.c' || echo '$(srcdir)/'`Xtest.c + mostlyclean-libtool: -rm -f *.lo diff --git a/libdieharder/Xtest.c b/libdieharder/Xtest.c index 2cbc9d4..be59fda 100644 --- a/libdieharder/Xtest.c +++ b/libdieharder/Xtest.c @@ -19,9 +19,6 @@ void Xtest_eval(Xtest *xtest) { - int i; - double chi; - /* * This routine evaluates the p-value from the xtest data. * x, y, sigma all must be filled in by the calling routine. diff --git a/libdieharder/bits.c b/libdieharder/bits.c index a7dbe76..feb7090 100644 --- a/libdieharder/bits.c +++ b/libdieharder/bits.c @@ -1,19 +1,9 @@ /* *======================================================================== - * $Id: bits.c 254 2006-10-24 22:37:20Z rgb $ - * * See copyright in copyright.h and the accompanying file COPYING *======================================================================== */ -/* - *======================================================================== - * This should be a nice, big case switch where we add EACH test - * we might want to do and either just configure and do it or - * prompt for input (if absolutely necessary) and then do it. - *======================================================================== - */ - #include /* @@ -47,7 +37,7 @@ * where of course the strings are actually returned as e.g. * 00000000000000000000000000000110 (unsigned int). */ -uint get_bit_ntuple(uint *bitstring,uint bslen,uint blen,uint boffset) +unsigned int get_bit_ntuple(unsigned int *bitstring,unsigned int bslen,unsigned int blen,unsigned int boffset) { unsigned int b,rlen; @@ -58,7 +48,7 @@ uint get_bit_ntuple(uint *bitstring,uint bslen,uint blen,uint boffset) * Some tests for failure or out of bounds. 8*blen has to be less than * sizeof(uint). */ - if(blen > 8*sizeof(uint)) blen = 8*sizeof(uint); + if(blen > 8*sizeof(unsigned int)) blen = 8*sizeof(unsigned int); /* * Now that blen is sane, we can make a mask for the eventual return * value of length blen. @@ -89,7 +79,7 @@ uint get_bit_ntuple(uint *bitstring,uint bslen,uint blen,uint boffset) * from the RIGHT is to be found in bitstring[2]. Put this uint * into result to work on further. */ - ioffset = bslen - (uint) boffset/rmax_bits - 1; + ioffset = bslen - (unsigned int) boffset/rmax_bits - 1; result = bitstring[ioffset]; if(verbose == D_BITS || verbose == D_ALL){ printf("bitstring[%d] = %u\n",ioffset,result); @@ -185,17 +175,17 @@ uint get_bit_ntuple(uint *bitstring,uint bslen,uint blen,uint boffset) /* * dumpbits only can dump <= 8*sizeof(unsigned int) bits at a time. */ -void dumpbits(uint *data, unsigned int nbits) +void dumpbits(unsigned int *data, unsigned int nbits) { - uint i,j; - uint mask; + unsigned int i,j; + unsigned int mask; if(nbits > 8*sizeof(unsigned int)) { nbits = 8*sizeof(unsigned int); } - mask = (uint)pow(2,nbits-1); + mask = (unsigned int)pow(2,nbits-1); for(i=0;i 0){ @@ -221,13 +211,13 @@ void dumpbitwin(uint data, uint nbits) } -void dumpuintbits(uint *data, unsigned int nuints) +void dumpuintbits(unsigned int *data, unsigned int nuints) { - uint i; + unsigned int i; printf("|"); for(i=0;i 8*sizeof(uint)){ - fprintf(stderr,"Error: bit offset %u exceeds length %lu of uint.\n",n,8*sizeof(uint)); + if(n < 0 || n > 8*sizeof(unsigned int)){ + fprintf(stderr,"Error: bit offset %u exceeds length %lu of uint.\n",n,8*sizeof(unsigned int)); exit(0); } @@ -352,7 +340,7 @@ int get_int_bit(uint i, uint n) void dumpbits_left(unsigned int *data, unsigned int nbits) { - int i,j; + int i; unsigned int mask; if(nbits > 8*sizeof(unsigned int)) { @@ -405,7 +393,7 @@ unsigned int bit2uint(char *abit,unsigned int blen) } -void fill_uint_buffer(uint *data,uint buflength) +void fill_uint_buffer(unsigned int *data,unsigned int buflength) { /* @@ -416,14 +404,14 @@ void fill_uint_buffer(uint *data,uint buflength) * is worth it to create a routine to do this once and for all. */ - uint bufbits,bcnt,bdelta; - uint i,tmp1,tmp2,mask; + unsigned int bufbits,bdelta; + unsigned int i,tmp1,tmp2,mask; /* * Number of bits we must generate. */ - bufbits = buflength*sizeof(uint)*CHAR_BIT; - bdelta = sizeof(uint)*CHAR_BIT - rmax_bits; + bufbits = buflength*sizeof(unsigned int)*CHAR_BIT; + bdelta = sizeof(unsigned int)*CHAR_BIT - rmax_bits; mask = 0; for(i=0;i 31 || bstop < bstart){ printf("b_umask() error: bstart <= bstop must be in range 0-31.\n"); @@ -559,10 +547,10 @@ uint b_umask(uint bstart,uint bstop) * & 00101000000000000000000000000000 * shift 10100000000000000000000000000000 */ -uint b_window(uint input,uint bstart,uint bstop,uint boffset) +unsigned int b_window(unsigned int input,unsigned int bstart,unsigned int bstop,unsigned int boffset) { - uint b,mask,output; + unsigned int mask,output; int shift; if(bstart < 0 || bstop > 31 || bstop < bstart){ @@ -594,18 +582,18 @@ uint b_window(uint input,uint bstart,uint bstop,uint boffset) /* * Rotate the uint left (with periodic BCs) */ -uint b_rotate_left(uint input,uint shift) +unsigned int b_rotate_left(unsigned int input,unsigned int shift) { - uint tmp; + unsigned int tmp; - dumpbits(&input,sizeof(uint)*CHAR_BIT); + dumpbits(&input,sizeof(unsigned int)*CHAR_BIT); tmp = b_window(input,0,shift-1,32-shift); - dumpbits(&tmp,sizeof(uint)*CHAR_BIT); + dumpbits(&tmp,sizeof(unsigned int)*CHAR_BIT); input = input << shift; - dumpbits(&input,sizeof(uint)*CHAR_BIT); + dumpbits(&input,sizeof(unsigned int)*CHAR_BIT); input += tmp; - dumpbits(&input,sizeof(uint)*CHAR_BIT); + dumpbits(&input,sizeof(unsigned int)*CHAR_BIT); return input; @@ -614,27 +602,27 @@ uint b_rotate_left(uint input,uint shift) /* * Rotate the uint right (with periodic BCs) */ -uint b_rotate_right(uint input, uint shift) +unsigned int b_rotate_right(unsigned int input, unsigned int shift) { - uint tmp; + unsigned int tmp; if(shift == 0) return(input); MYDEBUG(D_BITS) { printf("Rotate right %d\n",shift); - dumpbits(&input,sizeof(uint)*CHAR_BIT);printf("|"); + dumpbits(&input,sizeof(unsigned int)*CHAR_BIT);printf("|"); } tmp = b_window(input,32-shift,31,0); MYDEBUG(D_BITS) { - dumpbits(&tmp,sizeof(uint)*CHAR_BIT);printf("\n"); + dumpbits(&tmp,sizeof(unsigned int)*CHAR_BIT);printf("\n"); } input = input >> shift; MYDEBUG(D_BITS) { - dumpbits(&input,sizeof(uint)*CHAR_BIT);printf("|"); + dumpbits(&input,sizeof(unsigned int)*CHAR_BIT);printf("|"); } input += tmp; MYDEBUG(D_BITS) { - dumpbits(&input,sizeof(uint)*CHAR_BIT);printf("\n\n"); + dumpbits(&input,sizeof(unsigned int)*CHAR_BIT);printf("\n\n"); } return(input); @@ -671,8 +659,8 @@ uint b_rotate_right(uint input, uint shift) * BUT, we're not going to mess with that NOW unless we must. The routine * below is AFAIK tested and reliable, if not optimal. */ -void get_ntuple_cyclic(uint *input,uint ilen, - uint *output,uint jlen,uint ntuple,uint offset) +void get_ntuple_cyclic(unsigned int *input,unsigned int ilen, + unsigned int *output,unsigned int jlen,unsigned int ntuple,unsigned int offset) { /* important bitlevel indices */ @@ -684,7 +672,7 @@ void get_ntuple_cyclic(uint *input,uint ilen, /* * Now we set all the bit indices. */ - bu = sizeof(uint)*CHAR_BIT; /* index/size of uint in bits */ + bu = sizeof(unsigned int)*CHAR_BIT; /* index/size of uint in bits */ bs = offset%bu; /* starting bit */ be = (offset + ntuple)%bu; /* ending bit */ if(be == 0) be = bu; /* point PAST end of last bit */ @@ -711,7 +699,7 @@ void get_ntuple_cyclic(uint *input,uint ilen, /* * Always zero output */ - memset(output,0,jlen*sizeof(uint)); + memset(output,0,jlen*sizeof(unsigned int)); /* * Number of bits left to parse out @@ -910,14 +898,13 @@ void get_ntuple_cyclic(uint *input,uint ilen, * by the calling routine. */ -static uint bits_rand[2]; /* A buffer that can handle partial returns */ +static unsigned int bits_rand[2]; /* A buffer that can handle partial returns */ static int bleft = -1; /* Number of bits we still need in rand[1] */ -uint get_uint_rand(gsl_rng *gsl_rng) +unsigned int get_uint_rand(gsl_rng *gsl_rng) { - int i,j; - static uint bl,bu,tmp; + static unsigned int bl,bu,tmp; /* * First call -- initialize/fill bits_rand from current rng. bl and bu @@ -925,7 +912,7 @@ uint get_uint_rand(gsl_rng *gsl_rng) */ if(bleft == -1){ /* e.g. 32 */ - bu = sizeof(uint)*CHAR_BIT; + bu = sizeof(unsigned int)*CHAR_BIT; /* e.g. 32 - 31 = 1 for a generator that returns 31 bits */ bl = bu - rmax_bits; /* For the first call, we start with bits_rand[1] all or partially filled */ @@ -1040,8 +1027,8 @@ uint get_uint_rand(gsl_rng *gsl_rng) * one-page range. */ #define BRBUF 6 -static uint bits_randbuf[BRBUF]; -static uint bits_output[BRBUF]; +static unsigned int bits_randbuf[BRBUF]; +static unsigned int bits_output[BRBUF]; /* pointer to line containing LAST return */ static int brindex = -1; /* pointer to region being backfilled */ @@ -1049,11 +1036,11 @@ static int iclear = -1; /* pointer to the last (most significant) returned bit */ static int bitindex = -1; -void get_rand_bits(void *result,uint rsize,uint nbits,gsl_rng *gsl_rng) +void get_rand_bits(void *result,unsigned int rsize,unsigned int nbits,gsl_rng *gsl_rng) { - int i,j,offset; - uint bu; + int i,offset; + unsigned int bu; char *output,*resultp; /* @@ -1069,7 +1056,7 @@ void get_rand_bits(void *result,uint rsize,uint nbits,gsl_rng *gsl_rng) * more bits than the result buffer will hold. We return 0 if nbits = 0. * We cannot return more bits than bits_randbuf[] will hold. */ - bu = sizeof(uint)*CHAR_BIT; + bu = sizeof(unsigned int)*CHAR_BIT; if(nbits == 0) return; /* Handle a "dumb call" */ if(nbits > (BRBUF-2)*bu){ fprintf(stderr,"Warning: get_rand_bits capacity exceeded!\n"); @@ -1197,9 +1184,9 @@ void get_rand_bits(void *result,uint rsize,uint nbits,gsl_rng *gsl_rng) resultp[i] = output[i]; MYDEBUG(D_BITS) { printf(" Returning: result[%d} = ",i); - dumpbits((uint *)&resultp[i],8); + dumpbits((unsigned int *)&resultp[i],8); printf(" output[%d} = ",i); - dumpbits((uint *)&output[i],8); + dumpbits((unsigned int *)&output[i],8); printf("\n"); } } @@ -1221,8 +1208,8 @@ void mybitadd(char *dst, int doffset, char *src, int soffset, int slen) { int sindex,dindex; - int margin,sblen; - uint tmp; + int sblen; + unsigned int tmp; char *btmp; btmp = (char *)(&tmp + 2); /* we only need the last two bytes of tmp */ @@ -1237,7 +1224,7 @@ void mybitadd(char *dst, int doffset, char *src, int soffset, int slen) sindex,soffset,dindex,doffset,sblen); while(slen > 0){ tmp = 0; - tmp = (uint) src[sindex++]; /* Put current source byte into workspace. */ + tmp = (unsigned int) src[sindex++]; /* Put current source byte into workspace. */ tmp = 255; printf("Source byte %2d= ",sindex-1); /* dumpbitwin((char *)&tmp,4,0,32); */ @@ -1285,14 +1272,14 @@ void mybitadd(char *dst, int doffset, char *src, int soffset, int slen) } -static uint pattern_output[BRBUF]; +/* static unsigned int pattern_output[BRBUF]; */ -void get_rand_pattern(void *result,uint rsize,int *pattern,gsl_rng *gsl_rng) +void get_rand_pattern(void *result,unsigned int rsize,int *pattern,gsl_rng *gsl_rng) { int i,j,pindex,poffset; - uint bu,nbits,tmpuint; - char *output,*resultp; + unsigned int bu,nbits,tmpuint; + char *resultp; MYDEBUG(D_BITS) { printf("# get_rand_pattern: Initializing with rsize = %d\n",rsize); @@ -1330,7 +1317,7 @@ void get_rand_pattern(void *result,uint rsize,int *pattern,gsl_rng *gsl_rng) * more bits than the result buffer will hold. We return 0 if nbits = 0. * We cannot return more bits than bits_randbuf[] or result[] will hold. */ - bu = sizeof(uint)*CHAR_BIT; + bu = sizeof(unsigned int)*CHAR_BIT; if(nbits == 0) return; /* Handle a "dumb call" */ if(nbits > (BRBUF-2)*bu){ fprintf(stderr,"Warning: get_rand_bits capacity exceeded!\n"); @@ -1379,7 +1366,7 @@ void get_rand_pattern(void *result,uint rsize,int *pattern,gsl_rng *gsl_rng) j = pattern[i]; while(j>bu) { - get_rand_bits(&tmpuint,sizeof(uint),bu,rng); + get_rand_bits(&tmpuint,sizeof(unsigned int),bu,rng); /* * Pack this whole uint into result at the offset. */ @@ -1389,11 +1376,11 @@ void get_rand_pattern(void *result,uint rsize,int *pattern,gsl_rng *gsl_rng) * Decrement j, increment pindex, poffset remains unchanged. */ j -= bu; - pindex += sizeof(uint); + pindex += sizeof(unsigned int); } - get_rand_bits(&tmpuint,sizeof(uint),j,rng); + get_rand_bits(&tmpuint,sizeof(unsigned int),j,rng); /* * Pack this partial uint into resultp */ @@ -1410,12 +1397,12 @@ void get_rand_pattern(void *result,uint rsize,int *pattern,gsl_rng *gsl_rng) j = -pattern[i]; while(j>bu) { /* skip whole uint's worth */ - get_rand_bits(&tmpuint,sizeof(uint),bu,rng); + get_rand_bits(&tmpuint,sizeof(unsigned int),bu,rng); j -= bu; } /* skip final remaining >(32-k))) -static u4 iii = 0; +/* static u4 iii = 0; */ static u4 ranval( ranctx *x ) { u4 e; @@ -73,7 +73,7 @@ static u4 ftab[] = { 2, 2, 2, 2, 2, 2, 2, 2 }; -/* initialize the data collection array */ +/* initialize the data collection array -- UNUSED (yet) static void datainit2( u8 *data, u4 index, u4 depth, u4 terms) { u4 i; @@ -86,6 +86,7 @@ static void datainit2( u8 *data, u4 index, u4 depth, u4 terms) datainit2(data, index+i, depth+1, terms); } } + */ static void datainit( u8 *data, u4 terms) { diff --git a/libdieharder/dab_bytedistrib.c b/libdieharder/dab_bytedistrib.c index 1824942..3b6e5dc 100644 --- a/libdieharder/dab_bytedistrib.c +++ b/libdieharder/dab_bytedistrib.c @@ -32,11 +32,11 @@ int dab_bytedistrib(Test **test,int irun) { Vtest vtest; - uint t,i,j; - uint counts[TABLE_SIZE]; + unsigned int t,i,j; + unsigned int counts[TABLE_SIZE]; /* Zero the counters */ - memset(counts, 0, sizeof(uint) * TABLE_SIZE); + memset(counts, 0, sizeof(unsigned int) * TABLE_SIZE); test[0]->ntuple = 0; // Not used currently @@ -46,7 +46,7 @@ int dab_bytedistrib(Test **test,int irun) { /* * Generate a word; this word will be used for SAMP_PER_WORD bytes. */ - uint word = gsl_rng_get(rng); + unsigned int word = gsl_rng_get(rng); unsigned char currentShift = 0; for (j = 0; j < SAMP_PER_WORD; j++) { @@ -61,7 +61,7 @@ int dab_bytedistrib(Test **test,int irun) { * SAMP_PER_WORD==3 and a variety of rmax_bits values). */ unsigned char shiftAmount = ((j+1) * (rmax_bits - 8)) / (SAMP_PER_WORD - 1); - uint v = word & 0x0ff; /* v is the byte sampled from the word */ + unsigned int v = word & 0x0ff; /* v is the byte sampled from the word */ word >>= shiftAmount - currentShift; currentShift += shiftAmount; diff --git a/libdieharder/dab_dct.c b/libdieharder/dab_dct.c index 85a48a3..f7f0fe3 100644 --- a/libdieharder/dab_dct.c +++ b/libdieharder/dab_dct.c @@ -38,10 +38,10 @@ #define RotL(x,N) (rmax_mask & (((x) << (N)) | ((x) >> (rmax_bits-(N))))) -void fDCT2(const uint input[], double output[], size_t len); +void fDCT2(const unsigned int input[], double output[], size_t len); void iDCT2(const double input[], double output[], size_t len); -void fDCT2_fft(const uint input[], double output[], size_t len); -double evalMostExtreme(double *pvalue, uint num); +void fDCT2_fft(const unsigned int input[], double output[], size_t len); +double evalMostExtreme(double *pvalue, unsigned int num); /* * Discrete Cosine Transform (frequency or energy compaction) test. @@ -79,10 +79,10 @@ double evalMostExtreme(double *pvalue, uint num); int dab_dct(Test **test,int irun) { double *dct; - uint *input; + unsigned int *input; double *pvalues = NULL; - uint i, j; - uint len = (ntuple == 0) ? 256 : ntuple; + unsigned int i, j; + unsigned int len = (ntuple == 0) ? 256 : ntuple; int rotAmount = 0; unsigned int v = 1<<(rmax_bits-1); double mean = (double) len * (v - 0.5); @@ -105,7 +105,7 @@ int dab_dct(Test **test,int irun) double sd = sqrt((1.0/6.0) * len) * v; dct = (double *) malloc(sizeof(double) * len); - input = (uint *) malloc(sizeof(uint) * len); + input = (unsigned int *) malloc(sizeof(unsigned int) * len); positionCounts = (double *) malloc(sizeof(double) * len); if (useFallbackMethod) { @@ -126,7 +126,7 @@ int dab_dct(Test **test,int irun) * (tsamples * ntuple) words will be read from the RNG. */ for (j=0; jtsamples; j++) { - uint pos = 0; + unsigned int pos = 0; double max = 0; /* Change the rotation amount after each quarter of the samples @@ -206,11 +206,18 @@ int gsl_fft_real_radix2_transform (double data[], size_t stride, size_t n); * Perform a type-II DCT using GSL's FFT function. * Assumes len is a power of 2 */ -void fDCT2_fft(const uint input[], double output[], size_t len) { +void fDCT2_fft(const unsigned int input[], double output[], size_t len) { double *fft_data; int i; - if (len <= 4) return fDCT2(input, output, len); + /* + * David, please check this -- do you mean to call fDCT2 and then return? + * ISO C forbids a return with expression in a void function. + */ + if (len <= 4) { + fDCT2(input, output, len); + return; + } /* Allocate the new vector and zero all of the elements. * The even elements will remain zero. @@ -225,6 +232,7 @@ void fDCT2_fft(const uint input[], double output[], size_t len) { for (i = 0; i < len; i++) output[i] = fft_data[i] / 2; free(fft_data); + } /* @@ -234,8 +242,8 @@ void fDCT2_fft(const uint input[], double output[], size_t len) { * Note: the GSL library has lots of FFTs, DWT, and DHT, but not DCT! * DCT can be efficiently implemented using FFT, though. */ -void fDCT2(const uint input[], double output[], size_t len) { - uint i, j; +void fDCT2(const unsigned int input[], double output[], size_t len) { + unsigned int i, j; memset(output, 0, sizeof(double) * len); for (i = 0; i < len; i++) { @@ -258,7 +266,7 @@ void fDCT2(const uint input[], double output[], size_t len) { * bugs.) */ void iDCT2(const double input[], double output[], size_t len) { - uint i, j; + unsigned int i, j; for (i = 0; i < len; i++) { double sum = 0; @@ -274,11 +282,11 @@ void iDCT2(const double input[], double output[], size_t len) { * Given a set of p-values, this function returns a p-value indicating the * probability of the most extreme p-value occuring. */ -double evalMostExtreme(double *pvalue, uint num) { +double evalMostExtreme(double *pvalue, unsigned int num) { double ext = 1.0; int sign = 1; - uint i; - uint pos = 0; + unsigned int i; + unsigned int pos = 0; for (i = 0; i < num; i++) { double p = pvalue[i]; @@ -301,7 +309,7 @@ double evalMostExtreme(double *pvalue, uint num) { } int main_dab_dct() { - uint input[] = { 4, 5, 6, 5, 4, 3, 2, 1, 1, 2, 3, 4, 5, 6, 7, 8 }; + unsigned int input[] = { 4, 5, 6, 5, 4, 3, 2, 1, 1, 2, 3, 4, 5, 6, 7, 8 }; double output1[16], output2[16], output3[16]; int i; diff --git a/libdieharder/dab_filltree.c b/libdieharder/dab_filltree.c index 548ba01..9cc5ce7 100644 --- a/libdieharder/dab_filltree.c +++ b/libdieharder/dab_filltree.c @@ -25,7 +25,7 @@ #define RotL(x,N) (rmax_mask & (((x) << (N)) | ((x) >> (rmax_bits-(N))))) #define CYCLES 4 -static double targetData1[] = { +static double targetData1[] __attribute__((unused)) = { 0,0,0,0,0.00000000,0.04446648,0.08890238,0.11821510,0.13166032,0.13135398,0.12074333,0.10339043,0.08300095,0.06272901,0.04470878,0.02987510,0.01872015,0.01095902,0.00597167,0.00298869,0.00138878,0.00059125,0.00022524,0.00007782,0.00002346,0.00000634,0.00000133,0.00000035,0.00000003,0.00000001,0.00000000,0.00000000 }; // n = 64, 0, 0.04446648, 0.08890238, .... @@ -34,19 +34,19 @@ static double targetData[] = { 0.0, 0.0, 0.0, 0.0, 0.13333333, 0.20000000, 0.20634921, 0.17857143, 0.13007085, 0.08183633, 0.04338395, 0.01851828, 0.00617270, 0.00151193, 0.00023520, 0.00001680, 0.00000000, 0.00000000, 0.00000000, 0.00000000 }; -inline int insert(double x, double *array, uint startVal); +inline int insert(double x, double *array, unsigned int startVal); int dab_filltree(Test **test,int irun) { int size = (ntuple == 0) ? 32 : ntuple; - uint target = sizeof(targetData)/sizeof(double); + unsigned int target = sizeof(targetData)/sizeof(double); int startVal = (size / 2) - 1; double *array = (double *) malloc(sizeof(double) * size); double *counts, *expected; int i, j; double x; - uint start = 0; - uint end = 0; - uint rotAmount = 0; + unsigned int start = 0; + unsigned int end = 0; + unsigned int rotAmount = 0; double *positionCounts; counts = (double *) malloc(sizeof(double) * target); @@ -74,7 +74,7 @@ int dab_filltree(Test **test,int irun) { memset(array, 0, sizeof(double) * size); i = 0; do { - uint v = gsl_rng_get(rng); + unsigned int v = gsl_rng_get(rng); x = ((double) RotL(v, rotAmount)) / rmax_mask; i++; @@ -105,7 +105,7 @@ int dab_filltree(Test **test,int irun) { } -inline int insert(double x, double *array, uint startVal) { +inline int insert(double x, double *array, unsigned int startVal) { uint d = (startVal + 1) / 2; uint i = startVal; while (d > 0) { diff --git a/libdieharder/dab_filltree2.c b/libdieharder/dab_filltree2.c index 1abbe36..1e33af2 100644 --- a/libdieharder/dab_filltree2.c +++ b/libdieharder/dab_filltree2.c @@ -27,7 +27,7 @@ typedef unsigned char uchar; -static double targetData1[32] = { // size=32, generated from 3e9 samples +static double targetData1[32] __attribute__((unused)) = { // size=32, generated from 3e9 samples 0.00000000000e+00, 0.00000000000e+00, 0.00000000000e+00, 0.00000000000e+00, 9.76265666667e-04, 3.90648133333e-03, 9.42791500000e-03, 1.77898240000e-02, 2.88606903333e-02, 4.21206876667e-02, 5.67006123333e-02, 7.13000270000e-02, @@ -38,7 +38,7 @@ static double targetData1[32] = { // size=32, generated from 3e9 samples 2.63546666667e-05, 3.51800000000e-06, 2.42333333333e-07, 0.00000000000e+00 }; -static double targetData2[64] = { // size=64, generated from 3e9 samples +static double targetData2[64] __attribute__((unused)) = { // size=64, generated from 3e9 samples 0.00000000000e+00, 0.00000000000e+00, 0.00000000000e+00, 0.00000000000e+00, 0.00000000000e+00, 3.03990000000e-05, 1.52768666667e-04, 4.47074666667e-04, 1.00459133333e-03, 1.91267566667e-03, 3.25090066667e-03, 5.08490633333e-03, diff --git a/libdieharder/diehard_2dsphere.c b/libdieharder/diehard_2dsphere.c index b0432f6..182d099 100644 --- a/libdieharder/diehard_2dsphere.c +++ b/libdieharder/diehard_2dsphere.c @@ -63,8 +63,8 @@ int diehard_2dsphere(Test **test, int irun) * Fischler's suggested algorithm here that is NlogN instead of doing * the straightforward N^2 algorithm, but we'll see. */ - dTuple point,*points; - double earg,qarg,dist,mindist,dvolume; + dTuple *points; + double dist,mindist; /* * for display only. diff --git a/libdieharder/diehard_3dsphere.c b/libdieharder/diehard_3dsphere.c index 187b589..3705dfe 100644 --- a/libdieharder/diehard_3dsphere.c +++ b/libdieharder/diehard_3dsphere.c @@ -32,7 +32,7 @@ typedef struct { int diehard_3dsphere(Test **test, int irun) { - int i,j,k,l,m; + int j,k; C3_3D *c3; double r1,r2,r3,rmin,r3min; double xdelta,ydelta,zdelta; diff --git a/libdieharder/diehard_birthdays.c b/libdieharder/diehard_birthdays.c index 40ed263..9fc8e3e 100644 --- a/libdieharder/diehard_birthdays.c +++ b/libdieharder/diehard_birthdays.c @@ -50,8 +50,7 @@ static unsigned int nms,nbits,kmax; int diehard_birthdays(Test **test, int irun) { - uint i,j,k,t,m,mnext,ns; - uint bitstring,offset; + uint i,k,t,m,mnext; uint *js; uint rand_uint[NMS]; diff --git a/libdieharder/diehard_bitstream.c b/libdieharder/diehard_bitstream.c index e859d9c..2038366 100644 --- a/libdieharder/diehard_bitstream.c +++ b/libdieharder/diehard_bitstream.c @@ -44,7 +44,7 @@ int diehard_bitstream(Test **test, int irun) { - uint i,j,t,boffset,coffset,uoffset; + uint i,j,t,boffset,coffset; Xtest ptest; char *w; uint *bitstream,w20,wscratch,newbyte; diff --git a/libdieharder/diehard_count_1s_byte.c b/libdieharder/diehard_count_1s_byte.c index ac2c311..146e9fd 100644 --- a/libdieharder/diehard_count_1s_byte.c +++ b/libdieharder/diehard_count_1s_byte.c @@ -160,7 +160,6 @@ int diehard_count_1s_byte(Test **test, int irun) uint i,j,k,index5=0,index4,letter,t; uint boffset; - uint count5[3125],count4[625]; Vtest vtest4,vtest5; Xtest ptest; diff --git a/libdieharder/diehard_count_1s_stream.c b/libdieharder/diehard_count_1s_stream.c index 0b708db..591c388 100644 --- a/libdieharder/diehard_count_1s_stream.c +++ b/libdieharder/diehard_count_1s_stream.c @@ -150,7 +150,6 @@ int diehard_count_1s_stream(Test **test, int irun) uint i,j,k,index5=0,index4,letter,t; uint boffset; - uint count5[3125],count4[625]; Vtest vtest4,vtest5; Xtest ptest; uint overlap = 1; /* leftovers/cruft */ diff --git a/libdieharder/diehard_craps.c b/libdieharder/diehard_craps.c index 84128ae..ed2d8fb 100644 --- a/libdieharder/diehard_craps.c +++ b/libdieharder/diehard_craps.c @@ -35,7 +35,7 @@ uint roll(){ int diehard_craps(Test **test, int irun) { - uint i,j; + uint i; uint point,throw,tries,wins; double sum,p; Xtest ptest; diff --git a/libdieharder/diehard_operm5.c b/libdieharder/diehard_operm5.c index ad2fe9c..409d328 100644 --- a/libdieharder/diehard_operm5.c +++ b/libdieharder/diehard_operm5.c @@ -124,10 +124,10 @@ int kperm(uint v[],uint voffset) int diehard_operm5(Test **test, int irun) { - int i,j,k,kp,t,vind; + int i,j,kp,t,vind; uint v[5]; double count[120]; - double av,norm,x[120],chisq,ndof,pvalue; + double av,norm,x[120],chisq,ndof; /* * Zero count vector, was t(120) in diehard.f90. diff --git a/libdieharder/diehard_opso.c b/libdieharder/diehard_opso.c index f7565ce..e321ad6 100644 --- a/libdieharder/diehard_opso.c +++ b/libdieharder/diehard_opso.c @@ -42,7 +42,7 @@ int diehard_opso(Test **test, int irun) { - uint i,j0=0,k0=0,j,k,boffset = 0,t; + uint j0=0,k0=0,j,k,t; Xtest ptest; /* * Fixed test size for speed and as per diehard. diff --git a/libdieharder/diehard_parking_lot.c b/libdieharder/diehard_parking_lot.c index 3019ae8..4e58184 100644 --- a/libdieharder/diehard_parking_lot.c +++ b/libdieharder/diehard_parking_lot.c @@ -80,7 +80,7 @@ int diehard_parking_lot(Test **test, int irun) */ Cars parked[12000]; uint k,n,i,crashed; - double xtry,ytry,knorm; + double xtry,ytry; Xtest ptest; /* diff --git a/libdieharder/diehard_rank_32x32.c b/libdieharder/diehard_rank_32x32.c index d1a2797..97c8d19 100644 --- a/libdieharder/diehard_rank_32x32.c +++ b/libdieharder/diehard_rank_32x32.c @@ -32,8 +32,7 @@ int diehard_rank_32x32(Test **test, int irun) { - int i,j,k,t,rank; - double r,smax,s; + int i,t,rank; uint bitstring; /* uint mtx[32][1]; */ uint **mtx; diff --git a/libdieharder/diehard_rank_6x8.c b/libdieharder/diehard_rank_6x8.c index 05d7a94..5698e80 100644 --- a/libdieharder/diehard_rank_6x8.c +++ b/libdieharder/diehard_rank_6x8.c @@ -34,9 +34,8 @@ int diehard_rank_6x8(Test **test, int irun) { - int i,j,k,t,rank,offset; - double r,smax,s; - uint bitstring,rmask,mask; + int i,t,rank; + uint bitstring; uint **mtx; Vtest vtest; diff --git a/libdieharder/diehard_runs.c b/libdieharder/diehard_runs.c index 1b6ec86..9de8ec8 100644 --- a/libdieharder/diehard_runs.c +++ b/libdieharder/diehard_runs.c @@ -77,11 +77,10 @@ static double b[6] = { int diehard_runs(Test **test, int irun) { - int i,j,k,t,ns; - unsigned int ucount,dcount,increased; + int i,j,k,t; + unsigned int ucount,dcount; int upruns[RUN_MAX],downruns[RUN_MAX]; double uv,dv,up_pks,dn_pks; - double *uv_pvalue,*dv_pvalue; uint first, last, next = 0; /* diff --git a/libdieharder/diehard_sums.c b/libdieharder/diehard_sums.c index 925d0cf..7251c3b 100644 --- a/libdieharder/diehard_sums.c +++ b/libdieharder/diehard_sums.c @@ -51,11 +51,11 @@ int diehard_sums(Test **test, int irun) { - int i,j,k,m,t; + int m,t; double mean,std; double *x,*y,*rand_list; double newrand; - double a,b,qq,p,h; + double a,b; /* * for display only. 0 means "ignored". diff --git a/libdieharder/histogram.c b/libdieharder/histogram.c index d952ccf..170abc4 100644 --- a/libdieharder/histogram.c +++ b/libdieharder/histogram.c @@ -1,5 +1,5 @@ /* - * $Id: histogram.c 472 2008-09-22 04:13:56Z rgbatduke $ + * $Id: histogram.c 529 2011-04-01 17:49:31Z rgbatduke $ * * See copyright in copyright.h and the accompanying file COPYING * @@ -19,7 +19,7 @@ void histogram(double *input,char *pvlabel,int inum,double min,double max,int nbins,char *label) { - int i,j,k,hindex; + int i,j,hindex; uint *bin,binmax; double binscale; uint vscale; diff --git a/libdieharder/kstest.c b/libdieharder/kstest.c index 2969442..d2ef4a6 100644 --- a/libdieharder/kstest.c +++ b/libdieharder/kstest.c @@ -23,9 +23,9 @@ double p_ks_new(int n,double d); double kstest(double *pvalue,int count) { - int i,j,k; + int i; double y,d,d1,d2,dmax,csqrt; - double p,pold = 0.0,x; + double p,x; /* First, handle degenerate cases. */ if (count < 1) return -1.0; @@ -350,7 +350,7 @@ double p_ks_new(int n,double d) double kstest_kuiper(double *pvalue,int count) { - int i,j,k; + int i; double y,v,vmax,vmin,csqrt; double p,x; diff --git a/libdieharder/parse.c b/libdieharder/parse.c index 94f3113..7f6f46e 100644 --- a/libdieharder/parse.c +++ b/libdieharder/parse.c @@ -42,7 +42,7 @@ int split(char *inbuffer) delim[3] = (char) 10; /* LF */ delim[4] = (char) 13; /* CR */ delim[5] = ':'; /* : needed to parse /proc/net/dev or passwd */ - delim[6] = (char) NULL; /* terminator */ + delim[6] = (char) 0; /* terminator */ nextval = strtok(inbuffer,delim); @@ -65,7 +65,7 @@ int split(char *inbuffer) } /* Null the last field */ - bzero(splitbuf[i],PBUF); + memset(splitbuf[i],0,PBUF); if(verbose){ printf("split(): Terminated split field[%d] = %s.\n",i,splitbuf[i]); printf("split(): Returning %d as the field count\n",i); @@ -102,7 +102,7 @@ int parse(char *inbuffer,char **outfields,int maxfields,int maxfieldlength) delim[3] = (char) 10; /* LF */ delim[4] = (char) 13; /* CR */ delim[5] = ':'; /* : needed to parse /proc/net/dev or passwd */ - delim[6] = (char) NULL; /* terminator */ + delim[6] = (char) 0; /* terminator */ nextval = strtok(inbuffer,delim); @@ -122,7 +122,7 @@ int parse(char *inbuffer,char **outfields,int maxfields,int maxfieldlength) } /* Null the last field */ - bzero(outfields[i],maxfieldlength); + memset(outfields[i],0,maxfieldlength); if(verbose){ printf("parse(): Terminated field[%d] = %s.\n",i,outfields[i]); } @@ -134,7 +134,6 @@ int parse(char *inbuffer,char **outfields,int maxfields,int maxfieldlength) void chop(char *buf) { - int i=-1; /* Advance to end of string */ while(*buf != 0) buf++; buf--; diff --git a/libdieharder/rank.c b/libdieharder/rank.c index a02d1bf..379e8c2 100644 --- a/libdieharder/rank.c +++ b/libdieharder/rank.c @@ -130,13 +130,13 @@ int binary_rank(uint **mtx,int mrows,int ncols) } if(i != k){ if(verbose == D_BRANK || verbose == D_ALL){ - printf("before: mtx[%d] = %p mtx[%d = %p\n",i,mtx[i],k,mtx[k]); + printf("before: mtx[%d] = %p mtx[%d = %p\n",i,(void*) mtx[i],k,(void*) mtx[k]); } rowp = mtx[i]; /* rowp is the ADDRESS of the ith row */ mtx[i] = mtx[k]; mtx[k] = rowp; if(verbose == D_BRANK || verbose == D_ALL){ - printf("after mtx[%d] = %p mtx[%d = %p\n",i,mtx[i],k,mtx[k]); + printf("after mtx[%d] = %p mtx[%d = %p\n",i,(void*) mtx[i],k,(void*) mtx[k]); } } if(verbose == D_BRANK || verbose == D_ALL){ diff --git a/libdieharder/rgb_bitdist.c b/libdieharder/rgb_bitdist.c index e47509e..d3427fe 100644 --- a/libdieharder/rgb_bitdist.c +++ b/libdieharder/rgb_bitdist.c @@ -63,7 +63,6 @@ int rgb_bitdist(Test **test,int irun) { - uint bsize; /* number of bits in the sample buffer */ uint nb; /* number of bits in a tested ntuple */ uint value_max; /* 2^{nb}, basically (max size of nb bit word + 1) */ uint bsamples; /* The number of non-overlapping samples in buffer */ @@ -76,8 +75,7 @@ int rgb_bitdist(Test **test,int irun) uint ri; uint *count,ctotal; /* count of any ntuple per bitstring */ - uint size; - double pvalue,ntuple_prob,pbin; /* probabilities */ + double ntuple_prob,pbin; /* probabilities */ Vtest *vtest; /* A reusable vector of binomial test bins */ /* diff --git a/libdieharder/rgb_minimum_distance.c b/libdieharder/rgb_minimum_distance.c index f1d905d..a747e49 100644 --- a/libdieharder/rgb_minimum_distance.c +++ b/libdieharder/rgb_minimum_distance.c @@ -76,7 +76,7 @@ int rgb_minimum_distance(Test **test, int irun) * Fischler's suggested algorithm here that is NlogN instead of doing * the straightforward N^2 algorithm, but we'll see. */ - dTuple point,*points; + dTuple *points; double earg,qarg,dist,mindist,dvolume; rgb_mindist_avg = 0.0; diff --git a/libdieharder/rgb_permutations.c b/libdieharder/rgb_permutations.c index abff034..478bbfb 100644 --- a/libdieharder/rgb_permutations.c +++ b/libdieharder/rgb_permutations.c @@ -19,7 +19,7 @@ uint rgb_permutations_k; int rgb_permutations(Test **test,int irun) { - uint i,j,k,permindex=0,t; + uint i,k,permindex=0,t; Vtest vtest; double *testv; size_t ps[4096]; diff --git a/libdieharder/rgb_persist.c b/libdieharder/rgb_persist.c index 0fc46ef..7f2dbae 100644 --- a/libdieharder/rgb_persist.c +++ b/libdieharder/rgb_persist.c @@ -24,9 +24,8 @@ int rgb_persist(Test **test, Rgb_Persist *persist) { - double pks; - uint ps_save,ts_save,last_rand; - int i,j,csamples; + uint last_rand; + int i,j; /* * Now go through the list and dump the numbers several ways. diff --git a/libdieharder/rng_ca.c b/libdieharder/rng_ca.c index c250960..d167656 100644 --- a/libdieharder/rng_ca.c +++ b/libdieharder/rng_ca.c @@ -123,7 +123,7 @@ static void ca_set (void *vstate, unsigned long int s) { /* Initialize automaton using specified seed. */ - ca_state_t *state = (ca_state_t *) vstate; + ca_state_t *state __attribute__((unused)) = (ca_state_t *) vstate; int i; diff --git a/libdieharder/rng_file_input.c b/libdieharder/rng_file_input.c index 2934369..00062e0 100644 --- a/libdieharder/rng_file_input.c +++ b/libdieharder/rng_file_input.c @@ -206,7 +206,7 @@ static void file_input_set (void *vstate, unsigned long int s) if(verbose == D_FILE_INPUT || verbose == D_ALL){ fprintf(stdout,"# file_input(): entering file_input_set\n"); - fprintf(stdout,"# file_input(): state->fp = %p, seed = %lu\n",state->fp,s); + fprintf(stdout,"# file_input(): state->fp = %p, seed = %lu\n",(void*) state->fp,s); } /* @@ -243,8 +243,8 @@ static void file_input_set (void *vstate, unsigned long int s) * OK, so if we get here, the file is open. */ if(verbose == D_FILE_INPUT || verbose == D_ALL){ - fprintf(stdout,"# file_input(): Opened %s for the first time at %p\n", filename,state->fp); - fprintf(stdout,"# file_input(): state->fp is %8p\n",state->fp); + fprintf(stdout,"# file_input(): Opened %s for the first time at %p\n", filename,(void*) state->fp); + fprintf(stdout,"# file_input(): state->fp is %8p\n",(void*) state->fp); fprintf(stdout,"# file_input(): Parsing header:\n"); } state->rptr = 0; /* No rands read yet */ diff --git a/libdieharder/rng_file_input_raw.c b/libdieharder/rng_file_input_raw.c index d5799fe..2e0e87d 100644 --- a/libdieharder/rng_file_input_raw.c +++ b/libdieharder/rng_file_input_raw.c @@ -108,7 +108,7 @@ static void file_input_raw_set (void *vstate, unsigned long int s) if(verbose == D_FILE_INPUT_RAW || verbose == D_ALL){ fprintf(stdout,"# file_input_raw(): entering file_input_raw_set\n"); - fprintf(stdout,"# file_input_raw(): state->fp = %p, seed = %lu\n",state->fp,s); + fprintf(stdout,"# file_input_raw(): state->fp = %p, seed = %lu\n",(void*) state->fp,s); } /* @@ -203,7 +203,7 @@ static void file_input_raw_set (void *vstate, unsigned long int s) */ if(verbose == D_FILE_INPUT_RAW || verbose == D_ALL){ fprintf(stdout,"# file_input_raw(): Opened %s for the first time.\n", filename); - fprintf(stdout,"# file_input_raw(): state->fp is %8p, file contains %u unsigned integers.\n",state->fp,(uint)state->flen); + fprintf(stdout,"# file_input_raw(): state->fp is %8p, file contains %u unsigned integers.\n",(void*) state->fp,(uint)state->flen); } state->rptr = 0; /* No rands read yet */ /* diff --git a/libdieharder/rng_threefish.c b/libdieharder/rng_threefish.c index 201b59f..15f516a 100644 --- a/libdieharder/rng_threefish.c +++ b/libdieharder/rng_threefish.c @@ -81,11 +81,28 @@ double threefish_get_double (void *vstate) { void threefish_set (void *vstate, unsigned long int s) { Threefish_state_t *state = vstate; int i; + unsigned long int *blockptr; memset(state, 0, sizeof(*state)); for (i = 0; i < 16; i++) ((unsigned char *) state->ctx.T)[i] = 112 + i; for (i = 0; i < 64; i++) ((unsigned char *) state->ctx.Key)[i] = 64 + i; + + /* + * This causes the dread "dereferencing type-punned pointer" warning + * and breaks strict aliasing rules. It seems to say + * "set the contents of the unsigned long int pointer state->block + * to be s". OTOH, we see unsigned char block[BLOCKS_SIZE], + * suggesting that block is a character string. BLOCKS_SIZE + * seems to be de facto 64, so block is basically a chunk of + * memory that is 64 bytes long. The unsigned long int s, + * OTOH, is only 32 bits long. This, therefore, sets only the + * first four bytes of it, and makes the compiler complain. + * I'm going to try to make exactly the same thing happen a + * different way. *((unsigned long int *) state->block) = s; + */ + blockptr = (unsigned long int*) &state->block; + *blockptr = s; Threefish_512_Process_Blocks(&(state->ctx), state->block, state->block, 1); for (i = 1; i < STATE_BLOCKS; i++) { diff --git a/libdieharder/rng_uvag.c b/libdieharder/rng_uvag.c index fa0356d..7f77436 100644 --- a/libdieharder/rng_uvag.c +++ b/libdieharder/rng_uvag.c @@ -75,6 +75,7 @@ static void uvag_set (void *vstate, unsigned long int s); typedef struct { + int i; } uvag_state_t; @@ -120,7 +121,7 @@ uvag_get_double (void *vstate) static void uvag_set (void *vstate, unsigned long int s) { /* Initialize automaton using specified seed. */ - uvag_state_t *state = (uvag_state_t *) vstate; + uvag_state_t *state __attribute__((unused)) = (uvag_state_t *) vstate; uint i, array_len = 255 + WORD, tot, seed_seed, tmp8; unsigned char key[256], *kp, temp; diff --git a/libdieharder/rngs_gnu_r.c b/libdieharder/rngs_gnu_r.c index bfb1673..a33d6ad 100644 --- a/libdieharder/rngs_gnu_r.c +++ b/libdieharder/rngs_gnu_r.c @@ -1,10 +1,9 @@ /* * R : A Computer Language for Statistical Data Analysis * Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka - * Copyright (C) 1997--2003 Robert Gentleman, Ross Ihaka and the - * R Development Core Team + * Copyright (C) 1997--2007 The R Development Core Team * - * Copyright (C) 2006 Dirk Eddelbuettel dieharder adaptation + * Copyright (C) 2006 - 2011 Dirk Eddelbuettel (dieharder adaptation) * * * This program is free software; you can redistribute it and/or modify @@ -18,8 +17,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, a copy is available at + * http://www.r-project.org/Licenses/ */ /* @@ -54,7 +53,7 @@ static void r_mersenne_twister_set (void *vstate, unsigned long int s); static void r_knuth_taocp_set (void *vstate, unsigned long int s); static void r_knuth_taocp2_set (void *vstate, unsigned long int s); -typedef unsigned long int Int32; +typedef unsigned int Int32; /* in Random.h */ typedef void * (*DL_FUNC)(); @@ -122,7 +121,7 @@ typedef enum { #include static DL_FUNC User_unif_fun, User_unif_init, User_unif_nseed, - User_unif_seedloc; + User_unif_seedloc; DL_FUNC User_norm_fun; /* also in ../nmath/snorm.c */ #endif @@ -175,9 +174,9 @@ RNGTAB RNG_Table[] = #define I3 (RNG_Table[RNG_kind].i_seed[2]) static void Randomize(RNGtype kind); -static double MT_genrand(); -static Int32 KT_next(); -static void RNG_Init_KT(Int32); +static double MT_genrand(void); +static Int32 KT_next(void); +static void RNG_Init_R_KT(Int32); static void RNG_Init_KT2(Int32); #define KT_pos (RNG_Table[KNUTH_TAOCP].i_seed[100]) @@ -189,7 +188,8 @@ static double fixup(double x) return x; } -static double unif_rand(void) /* made static to ensure will be called */ + +double unif_rand(void) { double value; @@ -270,7 +270,7 @@ static void FixupSeeds(RNGtype RNG_kind, int initial) case MERSENNE_TWISTER: if(initial) I1 = 624; /* No action unless user has corrupted .Random.seed */ - if(I1 <= 0) I1 = 624; + if(I1 <= 0) I1 = 624; /* check for all zeroes */ for (j = 1; j <= 624; j++) if(RNG_Table[RNG_kind].i_seed[j] != 0) { @@ -289,7 +289,7 @@ static void FixupSeeds(RNGtype RNG_kind, int initial) notallzero = 1; break; } - if(!notallzero) Randomize(RNG_kind); + if(!notallzero) Randomize(RNG_kind); break; case USER_UNIF: break; @@ -326,7 +326,7 @@ static void RNG_Init(RNGtype kind, Int32 seed) FixupSeeds(kind, 1); break; case KNUTH_TAOCP: - RNG_Init_KT(seed); + RNG_Init_R_KT(seed); break; case KNUTH_TAOCP2: RNG_Init_KT2(seed); @@ -381,12 +381,12 @@ r_rng_get (void *vstate) static double r_rng_get_double (void *vstate) -{ + { r_rng_tab_t *state = (r_rng_tab_t *) vstate; RNG_kind = state->kind; double u = unif_rand(); return(u); -} + } /* -------------------------------------- GNU R generator 1: wichmann_hill */ static void @@ -396,7 +396,7 @@ r_wichmann_hill_set (void *vstate, unsigned long int s) *state = RNG_Table[WICHMANN_HILL]; RNGtype kind = state->kind; Int32 seed = s; /* FIXME: casting down from long seed to unsigned int */ - RNG_Init(kind, seed); + RNG_Init(kind, seed); return; } @@ -550,9 +550,9 @@ void GetRNGstate() int len_seed, j, tmp; SEXP seeds; RNGtype newRNG; N01type newN01; - + /* look only in the workspace */ - seeds = findVarInFrame(R_GlobalEnv, R_SeedsSymbol); + seeds = findVarInFrame(R_GlobalEnv, R_SeedsSymbol); if (seeds == R_UnboundValue) { Randomize(RNG_kind); } @@ -563,32 +563,32 @@ void GetRNGstate() if (!isVector(seeds)) error(_(".Random.seed is not a vector")); tmp = INTEGER(seeds)[0]; - if (tmp == NA_INTEGER) - error(_(".Random.seed[1] is not a valid integer")); + if (tmp == NA_INTEGER) + error(_(".Random.seed[1] is not a valid integer")); newRNG = tmp % 100; newN01 = tmp / 100; /*if (RNG_kind > USER_UNIF || RNG_kind < 0) { warning(".Random.seed was invalid: re-initializing"); RNG_kind = RNG_DEFAULT; }*/ - if (newN01 < 0 || newN01 > KINDERMAN_RAMAGE) - error(_(".Random.seed[0] is not a valid Normal type")); - switch(newRNG) { - case WICHMANN_HILL: - case MARSAGLIA_MULTICARRY: - case SUPER_DUPER: - case MERSENNE_TWISTER: - case KNUTH_TAOCP: - case KNUTH_TAOCP2: - break; - case USER_UNIF: - if(!User_unif_fun) - error(_(".Random.seed[1] = 5 but no user-supplied generator")); - break; - default: - error(_(".Random.seed[1] is not a valid RNG kind (code)")); - } - RNG_kind = newRNG; N01_kind = newN01; + if (newN01 < 0 || newN01 > KINDERMAN_RAMAGE) + error(_(".Random.seed[0] is not a valid Normal type")); + switch(newRNG) { + case WICHMANN_HILL: + case MARSAGLIA_MULTICARRY: + case SUPER_DUPER: + case MERSENNE_TWISTER: + case KNUTH_TAOCP: + case KNUTH_TAOCP2: + break; + case USER_UNIF: + if(!User_unif_fun) + error(_(".Random.seed[1] = 5 but no user-supplied generator")); + break; + default: + error(_(".Random.seed[1] is not a valid RNG kind (code)")); + } + RNG_kind = newRNG; N01_kind = newN01; len_seed = RNG_Table[RNG_kind].n_seed; /* Not sure whether this test is needed: wrong for USER_UNIF */ if(LENGTH(seeds) > 1 && LENGTH(seeds) < len_seed + 1) @@ -613,15 +613,15 @@ void PutRNGstate() /* Copy out seeds to .Random.seed */ int len_seed, j; SEXP seeds; - + if (RNG_kind < 0 || RNG_kind > KNUTH_TAOCP2 || N01_kind < 0 || N01_kind > KINDERMAN_RAMAGE) { warning("Internal .Random.seed is corrupt: not saving"); return; } - + len_seed = RNG_Table[RNG_kind].n_seed; - + PROTECT(seeds = allocVector(INTSXP, len_seed + 1)); INTEGER(seeds)[0] = RNG_kind + 100 * N01_kind; @@ -668,7 +668,7 @@ static void Norm_kind(N01type kind) if (!User_norm_fun) error(_("'user_norm_rand' not in load table")); } GetRNGstate(); /* might not be initialized */ - if (kind == BOX_MULLER) + if (kind == BOX_MULLER) BM_norm_keep = 0.0; /* zap Box-Muller history */ N01_kind = kind; PutRNGstate(); @@ -803,7 +803,7 @@ MT_sgenrand(Int32 seed) (seed_array[0]&UPPER_MASK), seed_array[1], ..., seed_array[N-1] can take any values except all zeros. */ -static double MT_genrand() +static double MT_genrand(void) { Int32 y; static Int32 mag01[2]={0x0, MATRIX_A}; @@ -812,23 +812,23 @@ static double MT_genrand() mti = dummyvec[0]; if (mti >= N) { /* generate N words at one time */ - int kk; - - if (mti == N+1) /* if sgenrand() has not been called, */ - MT_sgenrand(4357); /* a default initial seed is used */ - - for (kk = 0; kk < N - M; kk++) { - y = (mt[kk] & UPPER_MASK) | (mt[kk+1] & LOWER_MASK); - mt[kk] = mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1]; - } - for (; kk < N - 1; kk++) { - y = (mt[kk] & UPPER_MASK) | (mt[kk+1] & LOWER_MASK); - mt[kk] = mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1]; - } - y = (mt[N-1] & UPPER_MASK) | (mt[0] & LOWER_MASK); - mt[N-1] = mt[M-1] ^ (y >> 1) ^ mag01[y & 0x1]; - - mti = 0; + int kk; + + if (mti == N+1) /* if sgenrand() has not been called, */ + MT_sgenrand(4357); /* a default initial seed is used */ + + for (kk = 0; kk < N - M; kk++) { + y = (mt[kk] & UPPER_MASK) | (mt[kk+1] & LOWER_MASK); + mt[kk] = mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1]; + } + for (; kk < N - 1; kk++) { + y = (mt[kk] & UPPER_MASK) | (mt[kk+1] & LOWER_MASK); + mt[kk] = mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1]; + } + y = (mt[N-1] & UPPER_MASK) | (mt[0] & LOWER_MASK); + mt[N-1] = mt[M-1] ^ (y >> 1) ^ mag01[y & 0x1]; + + mti = 0; } y = mt[mti++]; @@ -841,45 +841,27 @@ static double MT_genrand() return ( (double)y * 2.3283064365386963e-10 ); /* reals: [0,1)-interval */ } +/* + The following code was taken from earlier versions of + http://www-cs-faculty.stanford.edu/~knuth/programs/rng.c-old + http://www-cs-faculty.stanford.edu/~knuth/programs/rng.c +*/ + + #define long Int32 -#define Void void -#define void static void #define ran_arr_buf R_KT_ran_arr_buf #define ran_arr_cycle R_KT_ran_arr_cycle #define ran_arr_ptr R_KT_ran_arr_ptr #define ran_arr_sentinel R_KT_ran_arr_sentinel #define ran_x dummyvec -/* =================== Knuth TAOCP ========================== */ - - /* Please do NOT alter this part of the code */ - -/* This program by D E Knuth is in the public domain and freely copyable - * AS LONG AS YOU MAKE ABSOLUTELY NO CHANGES! - * It is explained in Seminumerical Algorithms, 3rd edition, Section 3.6 - * (or in the errata to the 2nd edition --- see - * http://www-cs-faculty.stanford.edu/~knuth/taocp.html - * in the changes to pages 171 and following of Volume 2). */ - -/* If you find any bugs, please report them immediately to - * taocp@cs.stanford.edu - * (and you will be rewarded if the bug is genuine). Thanks! */ - -/************ see the book for explanations and caveats! *******************/ - -/* the old C calling conventions are used here, for reasons of portability */ - #define KK 100 /* the long lag */ #define LL 37 /* the short lag */ #define MM (1L<<30) /* the modulus */ +#define TT 70 /* guaranteed separation between streams */ #define mod_diff(x,y) (((x)-(y))&(MM-1)) /* subtraction mod MM */ - -/*long ran_x[KK]; */ /* the generator state */ - -/* void ran_array(long aa[],int n) */ -void ran_array(aa,n) /* put n new random numbers in aa */ - long *aa; /* destination */ - int n; /* array length (must be at least KK) */ +#define is_odd(x) ((x)&1) /* units bit of x */ +static void ran_array(long aa[],int n) /* put n new random numbers in aa */ { register int i,j; for (j=0;j=MM) ss-=MM-2; /* cyclic shift 29 bits */ - } - for (;j0;j--) x[j+j]=x[j]; /* "square" */ - for (j=KK+KK-2;j>KK-LL;j-=2) x[KK+KK-1-j]=evenize(x[j]); - for (j=KK+KK-2;j>=KK;j--) if(is_odd(x[j])) { - x[j-(KK-LL)]=mod_diff(x[j-(KK-LL)],x[j]); - x[j-KK]=mod_diff(x[j-KK],x[j]); - } - if (is_odd(ss)) { /* "multiply by z" */ - for (j=KK;j>0;j--) x[j]=x[j-1]; - x[0]=x[KK]; /* shift the buffer cyclically */ - if (is_odd(x[KK])) x[LL]=mod_diff(x[LL],x[KK]); - } - if (ss) ss>>=1; else t--; - } - for (j=0;j=0? *ran_arr_ptr++: ran_arr_cycle()) -static long ran_arr_cycle() +static long ran_arr_cycle(void) { ran_array(ran_arr_buf,QUALITY); - ran_arr_buf[100]=-1; + ran_arr_buf[KK]=-1; ran_arr_ptr=ran_arr_buf+1; return ran_arr_buf[0]; } -/* ===================== end of Knuth's code ====================== */ - -static Int32 KT_next() -{ - if(KT_pos >= 100) { - ran_arr_cycle(); - KT_pos = 0; - } - return ran_x[(KT_pos)++]; -} - -Void RNG_Init_KT(Int32 seed) -{ - ran_start(seed % 1073741821); - KT_pos = 100; -} - -#define ran_start ran_start2002 - /* =================== Knuth TAOCP 2002 ========================== */ +/* This program by D E Knuth is in the public domain and freely copyable. + * It is explained in Seminumerical Algorithms, 3rd edition, Section 3.6 + * (or in the errata to the 2nd edition --- see + * http://www-cs-faculty.stanford.edu/~knuth/taocp.html + * in the changes to Volume 2 on pages 171 and following). */ + /* N.B. The MODIFICATIONS introduced in the 9th printing (2002) are included here; there's no backwards compatibility with the original. */ @@ -981,7 +909,7 @@ void ran_start(seed) /* do this before using ran_array */ ss<<=1; if (ss>=MM) ss-=MM-2; /* cyclic shift 29 bits */ } x[1]++; /* make x[1] (and only x[1]) odd */ - for (ss=seed&(MM-1),t=TT-1; t; ) { + for (ss=seed&(MM-1),t=TT-1; t; ) { for (j=KK-1;j>0;j--) x[j+j]=x[j], x[j+j-1]=0; /* "square" */ for (j=KK+KK-2;j>=KK;j--) x[j-(KK-LL)]=mod_diff(x[j-(KK-LL)],x[j]), @@ -1000,8 +928,22 @@ void ran_start(seed) /* do this before using ran_array */ } /* ===================== end of Knuth's code ====================== */ +static void RNG_Init_KT2(Int32 seed) +{ + ran_start(seed % 1073741821); + KT_pos = 100; +} + +static Int32 KT_next(void) +{ + if(KT_pos >= 100) { + ran_arr_cycle(); + KT_pos = 0; + } + return ran_x[(KT_pos)++]; +} -Void RNG_Init_KT2(Int32 seed) +static void RNG_Init_R_KT(Int32 seed) { ran_start(seed % 1073741821); KT_pos = 100; diff --git a/libdieharder/skein_block64.c b/libdieharder/skein_block64.c index 6e03357..2e2ccf7 100644 --- a/libdieharder/skein_block64.c +++ b/libdieharder/skein_block64.c @@ -216,7 +216,16 @@ void Threefish_512_Process_Blocks64(Threefish_512_Ctxt_t *ctx, const u08b_t *inp ((u64b_t *) output)[6] = X6; ((u64b_t *) output)[7] = X7; - output += SKEIN_512_BLOCK_BYTES; + /* + * This is a silly fix, perhaps, BUT it shuts up the + * compiler warning about doing arithmetic with a void + * pointer. I think it will do the same thing the commented + * line did, without the warning. + */ + /* output += SKEIN_512_BLOCK_BYTES; */ + unsigned long long int output_tmp = (unsigned long long int) output; + output_tmp += SKEIN_512_BLOCK_BYTES; + output = (void *) output_tmp; } while (--blkCnt); } diff --git a/libdieharder/std_test.c b/libdieharder/std_test.c index 12652e8..f69c2a7 100644 --- a/libdieharder/std_test.c +++ b/libdieharder/std_test.c @@ -35,7 +35,7 @@ * maximal reuse of code in the UI or elsewhere. */ -static uint save_psamples; +/* static uint save_psamples; */ /* * Create a new test that will return nkps p-values per single pass, @@ -46,7 +46,7 @@ static uint save_psamples; Test **create_test(Dtest *dtest, uint tsamples,uint psamples) { - uint i,j,k; + uint i,j; uint pcutoff; Test **newtest; @@ -215,7 +215,7 @@ void clear_test(Dtest *dtest, Test **test) void add_2_test(Dtest *dtest, Test **test, int count) { - uint i,j,k,imax; + uint i,j,imax; /* @@ -266,7 +266,7 @@ void add_2_test(Dtest *dtest, Test **test, int count) void std_test(Dtest *dtest, Test **test) { - int i,j,count; + int j,count; double pmax = 0.0; /* diff --git a/libdieharder/sts_monobit.c b/libdieharder/sts_monobit.c index 73da066..d88d4c8 100644 --- a/libdieharder/sts_monobit.c +++ b/libdieharder/sts_monobit.c @@ -34,8 +34,8 @@ int sts_monobit(Test **test, int irun) { - int i,b,bsamples,bit; - uint bitstring,blens,nbits; + int i; + uint blens,nbits; Xtest ptest; /* diff --git a/libdieharder/sts_runs.c b/libdieharder/sts_runs.c index 63964f2..8c1a1f6 100644 --- a/libdieharder/sts_runs.c +++ b/libdieharder/sts_runs.c @@ -21,11 +21,11 @@ int sts_runs(Test **test, int irun) { - int i,b,t; - uint nbits,bitstring,value; + int b,t; + uint value; uint *rand_int; Xtest ptest; - double pks_monobit,pones,c00,c01,c10,c11;; + double pones,c00,c01,c10,c11;; /* * for display only. 2 means sts_runs tests 2-tuples. diff --git a/libdieharder/sts_serial.c b/libdieharder/sts_serial.c index ce5c3c7..f9c4acf 100644 --- a/libdieharder/sts_serial.c +++ b/libdieharder/sts_serial.c @@ -92,7 +92,7 @@ int sts_serial(Test **test,int irun) /* Look for cruft below */ - uint i,j,n,m,t; /* generic loop indices */ + uint i,j,m,t; /* generic loop indices */ uint ctotal; /* count of any ntuple per bitstring */ double **freq,*psi2,*delpsi2,*del2psi2; double pvalue; diff --git a/manual/Makefile b/manual/Makefile new file mode 100644 index 0000000..cf62b38 --- /dev/null +++ b/manual/Makefile @@ -0,0 +1,436 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# manual/Makefile. Generated from Makefile.in by configure. + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + + +pkgdatadir = $(datadir)/dieharder +pkgincludedir = $(includedir)/dieharder +pkglibdir = $(libdir)/dieharder +pkglibexecdir = $(libexecdir)/dieharder +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = x86_64-unknown-linux-gnu +host_triplet = x86_64-unknown-linux-gnu +subdir = manual +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/macros.tex.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = macros.tex +CONFIG_CLEAN_VPATH_FILES = +DIST_SOURCES = +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = /bin/sh ./missing --run aclocal +ACLOCAL_AMFLAGS = -I m4 +ACTAR = /bin/sh ./missing --run tar +AMTAR = ${SHELL} /home/rgb/Src/Projects/dieharder/missing --run tar +AR = ar +AUTOCONF = /bin/sh ./missing --run autoconf;echo "Run ./configure";exit +AUTOHEADER = /bin/sh ./missing --run autoheader +AUTOMAKE = /bin/sh ./missing --run automake --add-missing --copy --gnu +AWK = gawk +CC = gcc +CCDEPMODE = depmode=gcc3 +CFLAGS = -g -O2 +CPP = gcc -E +CPPFLAGS = +CYGPATH_W = echo +DEFS = -DHAVE_CONFIG_H +DEPDIR = .deps +DIEHARDER_CFLAGS = -I${prefix}/include +DIEHARDER_LIBS = -L${exec_prefix}/lib -ldieharder +DIEHARDER_LIB_VERSION = 3.31.1 +DIEHARDER_LT_VERSION = 3:31:1 +DSYMUTIL = +DUMPBIN = +ECHO_C = +ECHO_N = -n +ECHO_T = +EGREP = /bin/grep -E +EXEEXT = +FGREP = /bin/grep -F +GREP = /bin/grep +INSTALL = /usr/bin/install -c +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s +LD = /usr/bin/ld -m elf_x86_64 +LDFLAGS = +LIBOBJS = +LIBS = -lgsl -lgslcblas +LIBTOOL = $(SHELL) $(top_builddir)/libtool +LIBTOOL_DEPS = ./ltmain.sh +LIPO = +LITTLE_ENDIAN = 1 +LN_S = ln -s +LTLIBOBJS = +MAKEINFO = ${SHELL} /home/rgb/Src/Projects/dieharder/missing --run makeinfo +MKDIR_P = /bin/mkdir -p +NM = /usr/bin/nm -B +NMEDIT = +OBJDUMP = objdump +OBJEXT = o +OTOOL = +OTOOL64 = +PACKAGE = dieharder +PACKAGE_BUGREPORT = +PACKAGE_NAME = dieharder +PACKAGE_STRING = dieharder 3.31.1 +PACKAGE_TARNAME = dieharder +PACKAGE_URL = +PACKAGE_VERSION = 3.31.1 +PATH_SEPARATOR = : +RANLIB = ranlib +RELEASE = 1 +RELEASED = +SED = /bin/sed +SET_MAKE = +SHELL = /bin/sh +STRIP = strip +VERSION = 0.1 +abs_builddir = /home/rgb/Src/Projects/dieharder/manual +abs_srcdir = /home/rgb/Src/Projects/dieharder/manual +abs_top_builddir = /home/rgb/Src/Projects/dieharder +abs_top_srcdir = /home/rgb/Src/Projects/dieharder +ac_ct_CC = gcc +ac_ct_DUMPBIN = +am__include = include +am__leading_dot = . +am__quote = +am__tar = ${AMTAR} chof - "$$tardir" +am__untar = ${AMTAR} xf - +bindir = ${exec_prefix}/bin +build = x86_64-unknown-linux-gnu +build_alias = +build_cpu = x86_64 +build_os = linux-gnu +build_vendor = unknown +builddir = . +datadir = ${datarootdir} +datarootdir = ${prefix}/share +dieharder_CFLAGS = -std=c99 -Wall -pedantic -I${prefix}/include +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} +dvidir = ${docdir} +exec_prefix = ${prefix} +host = x86_64-unknown-linux-gnu +host_alias = +host_cpu = x86_64 +host_os = linux-gnu +host_vendor = unknown +htmldir = ${docdir} +includedir = ${prefix}/include +infodir = ${datarootdir}/info +install_sh = ${SHELL} /home/rgb/Src/Projects/dieharder/install-sh +libdieharder_lo_CFLAGS = -Wall -pedantic -I${prefix}/include +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localedir = ${datarootdir}/locale +localstatedir = ${prefix}/var +mandir = ${datarootdir}/man +mkdir_p = /bin/mkdir -p +oldincludedir = /usr/include +pdfdir = ${docdir} +prefix = /usr +program_transform_name = s,x,x, +psdir = ${docdir} +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +srcdir = . +sysconfdir = ${prefix}/etc +target_alias = +top_build_prefix = ../ +top_builddir = .. +top_srcdir = .. +SOURCE = dieharder.tex +SVNTREE = $(HOME)/Src/svn-tree +SVNPATH = $(SVNTREE)/dieharder +SVNTIME = $(HOME/Src/Projects/dieharder/dieharder.svn.time) + +# The list of includes are things required for the build to work. Examples +# might be included .tex or .sty files, embedded .eps files, and so forth. +# Naturally, anything on this list should be in the SVN tree. +# FIGS = $(shell ls *.fig 2>&1 | grep -v "No such file or directory" | sed -e "/\/bin\/ls:/d") +# FEPS = $(FIGS:.fig=.eps) +# INCLUDE = $(FIGS) + +# Source(s) and production objects. +SOURCES = $(SOURCE) +LOGS = $(SOURCE:.tex=.log) +TOC = $(SOURCE:.tex=.toc) +AUX = $(SOURCE:.tex=.aux) +ERR = $(SOURCE:.tex=.err) +DVI = $(SOURCE:.tex=.dvi) +PS = $(SOURCE:.tex=.ps) +PDF = $(SOURCE:.tex=.pdf) +A4PS = $(SOURCE:.tex=.a4.ps) +A4PDF = $(SOURCE:.tex=.a4.pdf) +HTMLDIR = $(SOURCE:.tex=) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu manual/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu manual/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +macros.tex: $(top_builddir)/config.status $(srcdir)/macros.tex.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf-am: + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am + + +# Build targets (from rules) +all: $(PDF) +ps: $(DVI) $(PS) +pdf: $(DVI) $(PS) $(PDF) +a4ps: $(DVI) $(A4PS) +a4pdf: $(DVI) $(A4PS) $(A4PDF) +tar: $(TAR) +tgz: $(TGZ) + +# +# These should run in the doc directory, although a commit one level up +# will work too... +# +svn: + echo "New Checkin `date`" >> $(SVNTIME) # Will force a commit and increment revision + svn commit . + cat $(SVNTIME) | \ + sed -e '/^New Checkin/d' >> $(SVNTIME).tmp + mv $(SVNTIME).tmp $(SVNTIME) + +# Clean up all the junk build files and output formats to save space. +clean: + rm -f $(DVI) $(AUX) $(LOGS) $(TOC) $(ERR) $(PS) $(PDF) + +install: $(PDF) + cp $(PDF) .. + +# +# RULES FOR BUILDING STANDARD TARGETS +# +# Rule for making dvi out of tex. Do it twice to build table of contents +# and resolve forward references. +%.dvi:%.tex $(SOURCES) + latex $< $@ + latex $< $@ + +# Rule for making postscript image +%.ps:%.dvi + dvips -Pamz -Pcmz -o $@ $< + +# Rule for making pdf image +%.pdf:%.ps + ps2pdf $< + +# Rule for making postscript image +%.a4.ps:%.dvi + dvips -Pamz -Pcmz -t A4 -o $@ $< + +# Rule for making pdf image +%.a4.pdf:%.a4.ps + ps2pdf $< + +# Rule for making .fig->.eps +%.eps:%.fig + fig2dev -L eps $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/manual/Makefile.am b/manual/Makefile.am index a9b68dc..7c6da79 100644 --- a/manual/Makefile.am +++ b/manual/Makefile.am @@ -1,43 +1,20 @@ -# -# Id: Makefile,v 1.17 2006/02/20 05:11:25 rgb Exp $ -# -#====================================================================== -# THIS IS A "GENERIC" MAKEFILE FOR LATEX PROJECTS -# -# make alone makes only the $(DVI) file, running latex twice -# so that all references and toc's are correct. -# -# make ps makes $(PS) (and $(DVI) if necessary) -# make pdf makes $(PDF) (and $(PS) and $(DVI) as necessary) -# make html makes $(HTML) via latex2html, I hope... -# make clean deletes all transient build files and output formats. -# make tar makes $(TAR) from >>all<< the sources -# make gz makes $(TARGZ) from >>all<< the sources -# make svn does a svn commit and creates the timestamp $(SVN) -# make sync does a svn commit and runs syncsvn to list of -# SVNROOT hosts -# -#======================================================================= -# These are quite nonstandard, as this is a latex project embedded in -# a C project. Useful template, at that. SOURCE = dieharder.tex VERSION = 0.1 RELEASE = 1 SVNTREE = $(HOME)/Src/svn-tree SVNPATH = $(SVNTREE)/dieharder -SVNTIME = $(HOME/Src/dieharder/dieharder.svn.time) +SVNTIME = $(HOME/Src/Projects/dieharder/dieharder.svn.time) # The list of includes are things required for the build to work. Examples - # might be included .tex or .sty files, embedded .eps files, and so forth. # Naturally, anything on this list should be in the SVN tree. -FIGS = $(shell ls *.fig 2>&1 | grep -v "No such file or directory" | sed -e "/\/bin\/ls:/d") -FEPS = $(FIGS:.fig=.eps) -INCLUDE = $(FIGS) +# FIGS = $(shell ls *.fig 2>&1 | grep -v "No such file or directory" | sed -e "/\/bin\/ls:/d") +# FEPS = $(FIGS:.fig=.eps) +# INCLUDE = $(FIGS) # Source(s) and production objects. -SOURCES = $(SOURCE) $(INCLUDE) $(FEPS) +SOURCES = $(SOURCE) LOGS = $(SOURCE:.tex=.log) TOC = $(SOURCE:.tex=.toc) AUX = $(SOURCE:.tex=.aux) @@ -58,13 +35,6 @@ a4pdf: $(DVI) $(A4PS) $(A4PDF) tar: $(TAR) tgz: $(TGZ) -# Build targets (from commands) -html: $(SOURCES) - latex2html -local_icons $(SOURCE) - -$(HTMLDIR): - make html - # # These should run in the doc directory, although a commit one level up # will work too... @@ -76,15 +46,6 @@ svn: sed -e '/^New Checkin/d' >> $(SVNTIME).tmp mv $(SVNTIME).tmp $(SVNTIME) -sync: - echo "New Checkin `date`" >> $(SVNTIME) # Will force a commit and increment revision - svn commit . # Do the commit - rsync -avz --delete $(SVNPATH) login.phy.duke.edu:/home/einstein/prof/rgb/Src/svn-tree - rsync -avz --delete $(SVNPATH) 209.42.212.5:$(SVNTREE) - cat $(SVNTIME) | \ - sed -e '/^New Checkin/d' >> $(SVNTIME).tmp - mv $(SVNTIME).tmp $(SVNTIME) - # Clean up all the junk build files and output formats to save space. clean: rm -f $(DVI) $(AUX) $(LOGS) $(TOC) $(ERR) $(PS) $(PDF) diff --git a/manual/Makefile.in b/manual/Makefile.in new file mode 100644 index 0000000..f97507c --- /dev/null +++ b/manual/Makefile.in @@ -0,0 +1,436 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = manual +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/macros.tex.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = macros.tex +CONFIG_CLEAN_VPATH_FILES = +DIST_SOURCES = +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +ACTAR = @ACTAR@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DIEHARDER_CFLAGS = @DIEHARDER_CFLAGS@ +DIEHARDER_LIBS = @DIEHARDER_LIBS@ +DIEHARDER_LIB_VERSION = @DIEHARDER_LIB_VERSION@ +DIEHARDER_LT_VERSION = @DIEHARDER_LT_VERSION@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ +LIPO = @LIPO@ +LITTLE_ENDIAN = @LITTLE_ENDIAN@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +RELEASE = 1 +RELEASED = @RELEASED@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = 0.1 +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +dieharder_CFLAGS = @dieharder_CFLAGS@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdieharder_lo_CFLAGS = @libdieharder_lo_CFLAGS@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SOURCE = dieharder.tex +SVNTREE = $(HOME)/Src/svn-tree +SVNPATH = $(SVNTREE)/dieharder +SVNTIME = $(HOME/Src/Projects/dieharder/dieharder.svn.time) + +# The list of includes are things required for the build to work. Examples +# might be included .tex or .sty files, embedded .eps files, and so forth. +# Naturally, anything on this list should be in the SVN tree. +# FIGS = $(shell ls *.fig 2>&1 | grep -v "No such file or directory" | sed -e "/\/bin\/ls:/d") +# FEPS = $(FIGS:.fig=.eps) +# INCLUDE = $(FIGS) + +# Source(s) and production objects. +SOURCES = $(SOURCE) +LOGS = $(SOURCE:.tex=.log) +TOC = $(SOURCE:.tex=.toc) +AUX = $(SOURCE:.tex=.aux) +ERR = $(SOURCE:.tex=.err) +DVI = $(SOURCE:.tex=.dvi) +PS = $(SOURCE:.tex=.ps) +PDF = $(SOURCE:.tex=.pdf) +A4PS = $(SOURCE:.tex=.a4.ps) +A4PDF = $(SOURCE:.tex=.a4.pdf) +HTMLDIR = $(SOURCE:.tex=) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu manual/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu manual/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +macros.tex: $(top_builddir)/config.status $(srcdir)/macros.tex.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf-am: + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am + + +# Build targets (from rules) +all: $(PDF) +ps: $(DVI) $(PS) +pdf: $(DVI) $(PS) $(PDF) +a4ps: $(DVI) $(A4PS) +a4pdf: $(DVI) $(A4PS) $(A4PDF) +tar: $(TAR) +tgz: $(TGZ) + +# +# These should run in the doc directory, although a commit one level up +# will work too... +# +svn: + echo "New Checkin `date`" >> $(SVNTIME) # Will force a commit and increment revision + svn commit . + cat $(SVNTIME) | \ + sed -e '/^New Checkin/d' >> $(SVNTIME).tmp + mv $(SVNTIME).tmp $(SVNTIME) + +# Clean up all the junk build files and output formats to save space. +clean: + rm -f $(DVI) $(AUX) $(LOGS) $(TOC) $(ERR) $(PS) $(PDF) + +install: $(PDF) + cp $(PDF) .. + +# +# RULES FOR BUILDING STANDARD TARGETS +# +# Rule for making dvi out of tex. Do it twice to build table of contents +# and resolve forward references. +%.dvi:%.tex $(SOURCES) + latex $< $@ + latex $< $@ + +# Rule for making postscript image +%.ps:%.dvi + dvips -Pamz -Pcmz -o $@ $< + +# Rule for making pdf image +%.pdf:%.ps + ps2pdf $< + +# Rule for making postscript image +%.a4.ps:%.dvi + dvips -Pamz -Pcmz -t A4 -o $@ $< + +# Rule for making pdf image +%.a4.pdf:%.a4.ps + ps2pdf $< + +# Rule for making .fig->.eps +%.eps:%.fig + fig2dev -L eps $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/manual/OPL.tex b/manual/OPL.tex new file mode 100644 index 0000000..60a4204 --- /dev/null +++ b/manual/OPL.tex @@ -0,0 +1,178 @@ +\newpage +\appendix +\chapter{License Terms} + +\section{General Terms} + +License is granted to copy or use `` for ``Dieharder, a Gnu Public +License Random Number Generator Tester'' according to the Open Public +License (OPL, enclosed below), which is a Public License, developed by +the GNU Foundation, which applies to ``open source'' generic documents. + +There are two modifications to the general OPL given below: +\begin{enumerate} + \item Distribution of substantively modified versions of this document +is prohibited without the explicit permission of the copyright holder. +(This is to prevent errors from being introduced which would reflect +badly on the author's professional abilities.) + + \item Distribution of the work or derivative of the work in any +standard (paper) book form is prohibited unless prior permission is +obtained from the copyright holder. (This is so that the author can make +at least some money if this work is republished as a book and sold +commercially for -- somebody's -- profit.) +\end{enumerate} + +Electronic versions of the \die manual can be freely redistributed, and +of course any user of \die is welcome to print out such a version for +their own use if they so desire. However, if such a user wishes to +contribute in a small way to the development of the tool, they should +consider buying a paper or electronic copy of the book if and when they +are distributed by the author in forms that can be sold. + +\section{OPEN PUBLICATION LICENSE Draft v0.4, 8 June 1999} + +{\bf I. REQUIREMENTS ON BOTH UNMODIFIED AND MODIFIED VERSIONS} + +The Open Publication works may be reproduced and distributed in whole or +in part, in any medium physical or electronic, provided that the terms +of this license are adhered to, and that this license or an +incorporation of it by reference (with any options elected by the +author(s) and/or publisher) is displayed in the reproduction. + +Proper form for an incorporation by reference is as follows: + +Copyright (c) $<$year$>$ by $<$author's name or designee$>$. This material +may be distributed only subject to the terms and conditions set forth in +the Open Publication License, vX.Y or later (the latest version is +presently available at http://www.opencontent.org/openpub/). + +The reference must be immediately followed with any options elected by +the author(s) and/or publisher of the document (see section VI). + +Commercial redistribution of Open Publication-licensed material is +permitted. + +Any publication in standard (paper) book form shall require the citation +of the original publisher and author. The publisher and author's names +shall appear on all outer surfaces of the book. On all outer surfaces of +the book the original publisher's name shall be as large as the title of +the work and cited as possessive with respect to the title. + +{\bf II. COPYRIGHT} + +The copyright to each Open Publication is owned by its author(s) or +designee. + +{\bf III. SCOPE OF LICENSE} + +The following license terms apply to all Open Publication works, unless +otherwise explicitly stated in the document. + +Mere aggregation of Open Publication works or a portion of an Open +Publication work with other works or programs on the same media shall +not cause this license to apply to those other works. The aggregate work +shall contain a notice specifying the inclusion of the Open Publication +material and appropriate copyright notice. + +SEVERABILITY. If any part of this license is found to be unenforceable +in any jurisdiction, the remaining portions of the license remain in +force. + +NO WARRANTY. Open Publication works are licensed and provided "as is" +without warranty of any kind, express or implied, including, but not +limited to, the implied warranties of merchantability and fitness for a +particular purpose or a warranty of non-infringement. + +{\bf IV. REQUIREMENTS ON MODIFIED WORKS} + +All modified versions of documents covered by this license, including +translations, anthologies, compilations and partial documents, must meet +the following requirements: + +\begin{enumerate} + \item The modified version must be labeled as such. + + \item The person making the modifications must be identified and the + modifications dated. + + \item Acknowledgement of the original author and publisher if + applicable must be retained according to normal academic citation + practices. + + \item The location of the original unmodified document must be + identified. + + \item The original author's (or authors') name(s) may not be used to + assert or imply endorsement of the resulting document without the + original author's (or authors') permission. +\end{enumerate} + +{\bf V. GOOD-PRACTICE RECOMMENDATIONS} + +In addition to the requirements of this license, it is requested from +and strongly recommended of redistributors that: + +\begin{enumerate} + + \item If you are distributing Open Publication works on hardcopy or + CD-ROM, you provide email notification to the authors of your intent to + redistribute at least thirty days before your manuscript or media + freeze, to give the authors time to provide updated documents. This + notification should describe modifications, if any, made to the + document. + + \item All substantive modifications (including deletions) be either + clearly marked up in the document or else described in an attachment to + the document. +\end{enumerate} + +Finally, while it is not mandatory under this license, it is considered +good form to offer a free copy of any hardcopy and CD-ROM expression of +an Open Publication-licensed work to its author(s). + +{\bf VI. LICENSE OPTIONS} + +The author(s) and/or publisher of an Open Publication-licensed document +may elect certain options by appending language to the reference to or +copy of the license. These options are considered part of the license +instance and must be included with the license (or its incorporation by +reference) in derived works. + +A. To prohibit distribution of substantively modified versions without +the explicit permission of the author(s). "Substantive modification" is +defined as a change to the semantic content of the document, and +excludes mere changes in format or typographical corrections. + +To accomplish this, add the phrase `Distribution of substantively +modified versions of this document is prohibited without the explicit +permission of the copyright holder.' to the license reference or copy. + +B. To prohibit any publication of this work or derivative works in whole +or in part in standard (paper) book form for commercial purposes is +prohibited unless prior permission is obtained from the copyright +holder. + +To accomplish this, add the phrase 'Distribution of the work or +derivative of the work in any standard (paper) book form is prohibited +unless prior permission is obtained from the copyright holder.' to the +license reference or copy. + +{\bf OPEN PUBLICATION POLICY APPENDIX:} + +(This is not considered part of the license.) + +Open Publication works are available in source format via the Open +Publication home page at http://works.opencontent.org/. + +Open Publication authors who want to include their own license on Open +Publication works may do so, as long as their terms are not more +restrictive than the Open Publication license. + +If you have questions about the Open Publication License, please contact +TBD, and/or the Open Publication Authors' List at opal@opencontent.org, +via email. + +\vspace*{\fill} + +\newpage diff --git a/manual/autom4te.cache/output.0 b/manual/autom4te.cache/output.0 new file mode 100644 index 0000000..7c4aff0 --- /dev/null +++ b/manual/autom4te.cache/output.0 @@ -0,0 +1,3770 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.66 for FULL-PACKAGE-NAME VERSION. +@%:@ +@%:@ Report bugs to . +@%:@ +@%:@ +@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +@%:@ Foundation, Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also + # works around shells that cannot unset nonexistent variables. + BASH_ENV=/dev/null + ENV=/dev/null + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and BUG-REPORT-ADDRESS +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in @%:@( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='FULL-PACKAGE-NAME' +PACKAGE_TARNAME='full-package-name' +PACKAGE_VERSION='VERSION' +PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' +PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' +PACKAGE_URL='' + +ac_subst_vars='LTLIBOBJS +LIB@&t@OBJS +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +SET_MAKE +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used" >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures FULL-PACKAGE-NAME VERSION to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root + @<:@DATAROOTDIR/doc/full-package-name@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";; + esac + cat <<\_ACEOF + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +FULL-PACKAGE-NAME configure VERSION +generated by GNU Autoconf 2.66 + +Copyright (C) 2010 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by FULL-PACKAGE-NAME $as_me VERSION, which was +generated by GNU Autoconf 2.66. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in @%:@(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +# Checks for programs. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + + +# Checks for libraries. +# FIXME: Replace `main' with a function in `-local_icons': +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if test "${ac_cv_objext+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -local_icons" >&5 +$as_echo_n "checking for main in -local_icons... " >&6; } +if test "${ac_cv_lib_ocal_icons_main+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-local_icons $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_ocal_icons_main=yes +else + ac_cv_lib_ocal_icons_main=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ocal_icons_main" >&5 +$as_echo "$ac_cv_lib_ocal_icons_main" >&6; } +if test "x$ac_cv_lib_ocal_icons_main" = x""yes; then : + cat >>confdefs.h <<_ACEOF +@%:@define HAVE_LIBOCAL_ICONS 1 +_ACEOF + + LIBS="-local_icons $LIBS" + +fi + + +# Checks for header files. + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. + +ac_config_files="$ac_config_files Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# Transform confdefs.h into DEFS. +# Protect against shell expansion while executing Makefile rules. +# Protect against Makefile macro expansion. +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +ac_script=' +:mline +/\\$/{ + N + s,\\\n,, + b mline +} +t clear +:clear +s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g +t quote +s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g +t quote +b any +:quote +s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g +s/\[/\\&/g +s/\]/\\&/g +s/\$/$$/g +H +:any +${ + g + s/^\n// + s/\n/ /g + p +} +' +DEFS=`sed -n "$ac_script" confdefs.h` + + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + +: ${CONFIG_STATUS=./config.status} +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in @%:@( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was +generated by GNU Autoconf 2.66. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +FULL-PACKAGE-NAME config.status VERSION +configured by $0, generated by GNU Autoconf 2.66, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2010 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/manual/autom4te.cache/requests b/manual/autom4te.cache/requests new file mode 100644 index 0000000..fdbc8f7 --- /dev/null +++ b/manual/autom4te.cache/requests @@ -0,0 +1,67 @@ +# This file was generated. +# It contains the lists of macros which have been traced. +# It can be safely removed. + +@request = ( + bless( [ + '0', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'configure.ac' + ], + { + 'AM_PROG_F77_C_O' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'm4_pattern_forbid' => 1, + 'AC_INIT' => 1, + '_AM_COND_IF' => 1, + 'AC_CANONICAL_TARGET' => 1, + 'AC_SUBST' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AC_FC_SRCEXT' => 1, + 'AC_CANONICAL_HOST' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AC_CONFIG_LINKS' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'm4_sinclude' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + '_m4_warn' => 1, + 'AM_PROG_CXX_C_O' => 1, + '_AM_COND_ENDIF' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_CONFIG_FILES' => 1, + 'LT_INIT' => 1, + 'include' => 1, + 'AM_GNU_GETTEXT' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_PROG_FC_C_O' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AC_FC_FREEFORM' => 1, + 'AH_OUTPUT' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'm4_pattern_allow' => 1, + 'sinclude' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AM_CONDITIONAL' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'm4_include' => 1, + '_AM_COND_ELSE' => 1, + 'AC_SUBST_TRACE' => 1 + } + ], 'Autom4te::Request' ) + ); + diff --git a/manual/autom4te.cache/traces.0 b/manual/autom4te.cache/traces.0 new file mode 100644 index 0000000..c080ea9 --- /dev/null +++ b/manual/autom4te.cache/traces.0 @@ -0,0 +1,207 @@ +m4trace:configure.ac:5: -1- AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS]) +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:5: -1- AC_SUBST([SHELL]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([SHELL]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:5: -1- AC_SUBST([PATH_SEPARATOR]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_NAME]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_STRING]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_URL]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:5: -1- AC_SUBST([exec_prefix], [NONE]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([exec_prefix]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:5: -1- AC_SUBST([prefix], [NONE]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([prefix]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:5: -1- AC_SUBST([program_transform_name], [s,x,x,]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([program_transform_name]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:5: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([bindir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:5: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([sbindir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:5: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([libexecdir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:5: -1- AC_SUBST([datarootdir], ['${prefix}/share']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([datarootdir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:5: -1- AC_SUBST([datadir], ['${datarootdir}']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([datadir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:5: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([sysconfdir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:5: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([sharedstatedir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:5: -1- AC_SUBST([localstatedir], ['${prefix}/var']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([localstatedir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:5: -1- AC_SUBST([includedir], ['${prefix}/include']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([includedir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:5: -1- AC_SUBST([oldincludedir], ['/usr/include']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([oldincludedir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:5: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], + ['${datarootdir}/doc/${PACKAGE_TARNAME}'], + ['${datarootdir}/doc/${PACKAGE}'])]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([docdir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:5: -1- AC_SUBST([infodir], ['${datarootdir}/info']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([infodir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:5: -1- AC_SUBST([htmldir], ['${docdir}']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([htmldir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:5: -1- AC_SUBST([dvidir], ['${docdir}']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([dvidir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:5: -1- AC_SUBST([pdfdir], ['${docdir}']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([pdfdir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:5: -1- AC_SUBST([psdir], ['${docdir}']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([psdir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:5: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([libdir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:5: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([localedir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:5: -1- AC_SUBST([mandir], ['${datarootdir}/man']) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([mandir]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ +@%:@undef PACKAGE_NAME]) +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ +@%:@undef PACKAGE_TARNAME]) +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ +@%:@undef PACKAGE_VERSION]) +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ +@%:@undef PACKAGE_STRING]) +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ +@%:@undef PACKAGE_BUGREPORT]) +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */ +@%:@undef PACKAGE_URL]) +m4trace:configure.ac:5: -1- AC_SUBST([DEFS]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([DEFS]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:5: -1- AC_SUBST([ECHO_C]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([ECHO_C]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:5: -1- AC_SUBST([ECHO_N]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([ECHO_N]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:5: -1- AC_SUBST([ECHO_T]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([ECHO_T]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:5: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:5: -1- AC_SUBST([build_alias]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([build_alias]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:5: -1- AC_SUBST([host_alias]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([host_alias]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:5: -1- AC_SUBST([target_alias]) +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([target_alias]) +m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:8: -1- AC_SUBST([SET_MAKE]) +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([SET_MAKE]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_LIBOCAL_ICONS], [/* Define to 1 if you have the `ocal_icons\' library (-local_icons). */ +@%:@undef HAVE_LIBOCAL_ICONS]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:12: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([EXEEXT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:12: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OBJEXT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBOCAL_ICONS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_LIBOCAL_ICONS$]) +m4trace:configure.ac:20: -1- AC_CONFIG_FILES([Makefile]) +m4trace:configure.ac:21: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:21: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:21: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:21: -1- AC_SUBST_TRACE([abs_top_builddir]) diff --git a/manual/crown_quarto.tex b/manual/crown_quarto.tex new file mode 100644 index 0000000..71d1c31 --- /dev/null +++ b/manual/crown_quarto.tex @@ -0,0 +1,64 @@ +\usepackage{epsfig} +\usepackage{html} +\usepackage{geometry} +\usepackage{hyperref} + +% Standard 6x9 trade paperback +% This layout works "perfectly" for lulu. + +% Set paper size +\geometry{paperwidth=7.444in,paperheight=9.681in} + +% set left/right margins for binding +\geometry{twoside} + +% Specify the four OUTER margins, only -- let header, footer, etc live +% within this space and do not otherwise specify them. +\geometry{left=1.60in,right=0.5in,top=0.75in,bottom=0.75in} + +% I'm not certain, but I think that this helps with fonts and passing +% the pagesize through to ps2pdf. +\geometry{dvips} + +% The following are individual preferences, adjust to taste. + +% I like a small gap between paragraphs to improve readability. +\parskip = 0.075in + +% This penalizes breaking things at the end of pages. +\widowpenalty=300 +\clubpenalty=300 + +% Similarly, I like having a bit more than single spacing to improve +% readability. +\renewcommand{\baselinestretch}{1.1} + +% I find the following to be useful in text layout. +\newcommand{\ind}{\hspace{5 em}} +\newcommand{\vsfill}{\vspace*{\fill}} +\newcommand{\pagefill}{\vsfill \newpage \vsfill} + +% \blankpage is more than useful, it is essential. A lulu book needs +% the FIRST page to be a TITLE page, probably laid out by hand +% (\maketitle just doesn't do very well with it). \pagestyle should be +% empty. Page TWO should be BLANK. Page THREE should be a COPYRIGHT +% page, plus any acknowledgements or license restrictions desired. Page +% FOUR should be BLANK. Alternate odd (content) even (blank) pages up +% to the table of contents. Turn on \pagestyle headings, and +% choose \pagenumbering{roman} for the TOC and possibly the preface, if +% any. Make sure that TOC starts on an odd page (facing the reader on +% the right hand page) -- add blank page(s) as needed to pad things out +% so that this works out. ONCE YOU ARE IN THE MAIN TEXT, the \chapter +% macro will arrange this for you and you can stop. Finally, when you +% start the main text, reset the page counter to 1, set page numbering +% to arabic, and deal with page headers however you like. The default +% is often ok, but there are nice styles you can include to give you +% better (even complete) control of the headers. I personally favor +% having a "free" web version of the book available clearly marked "for +% on-screen viewing only" that directs a user to the lulu site for +% possible book purchase in the header or footer, for example... but +% only in the online PDF. This may require the use of autoconf or +% make/sed to hack a line or two in this very style file to accomplish +% automagically. +\newcommand{\blankpage}{\newpage \vsfill \newpage} + diff --git a/manual/dieharder.aux b/manual/dieharder.aux deleted file mode 100644 index 8dc8ef0..0000000 --- a/manual/dieharder.aux +++ /dev/null @@ -1,35 +0,0 @@ -\relax -\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{3}} -\citation{Marsaglia} -\citation{STS} -\citation{Knuth} -\citation{GPL} -\@writefile{toc}{\contentsline {section}{\numberline {2}Testing Random Numbers}{9}} -\@writefile{toc}{\contentsline {section}{\numberline {3}Evaluating $p$-values}{12}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Xtest -- A Single Expected Value}{12}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Vtest -- A Vector of Expected Values}{12}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Kuiper Kolmogorov-Smirnov Test}{15}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}The Test Histogram}{16}} -\@writefile{toc}{\contentsline {section}{\numberline {4}Diehard}{17}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}The Original Diehard}{17}} -\citation{hkproj} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}The Dieharder Modifications}{19}} -\@writefile{toc}{\contentsline {section}{\numberline {5}Dieharder's Modular Test Structure}{22}} -\@writefile{toc}{\contentsline {section}{\numberline {6}Dieharder Extensions}{24}} -\citation{Wolff} -\citation{BinderHeerman} -\citation{Metropolis} -\citation{McVoy} -\citation{netpipe} -\citation{SPEC} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}STS Tests}{28}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}New Tests}{30}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.3}Future (Proposed or Planned) Tests}{33}} -\@writefile{toc}{\contentsline {section}{\numberline {7}Results for Selected Generators}{35}} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.1}A Good Generator: mt19937\_1999}{35}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {7.1.1}Comments}{69}} -\citation{wiki_randu} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.2}A Bad Generator: randu}{73}} -\citation{slatec} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.3}An Ugly Generator: slatec}{104}} -\@writefile{toc}{\contentsline {section}{\numberline {8}Conclusions}{134}} diff --git a/manual/dieharder.dvi b/manual/dieharder.dvi deleted file mode 100644 index 76af501..0000000 Binary files a/manual/dieharder.dvi and /dev/null differ diff --git a/manual/dieharder.log b/manual/dieharder.log deleted file mode 100644 index 6897557..0000000 --- a/manual/dieharder.log +++ /dev/null @@ -1,2904 +0,0 @@ -This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex 2008.11.9) 6 OCT 2009 12:15 -entering extended mode - %&-line parsing enabled. -**dieharder.tex -(./dieharder.tex -LaTeX2e <2005/12/01> -Babel and hyphenation patterns for english, usenglishmax, dumylang, noh -yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng -erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish, - french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc -us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por -tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, -turkish, ukenglish, ukrainian, loaded. -(/usr/share/texmf/tex/latex/base/article.cls -Document Class: article 2005/09/16 v1.4f Standard LaTeX document class -(/usr/share/texmf/tex/latex/base/size12.clo -File: size12.clo 2005/09/16 v1.4f Standard LaTeX file (size option) -) -\c@part=\count79 -\c@section=\count80 -\c@subsection=\count81 -\c@subsubsection=\count82 -\c@paragraph=\count83 -\c@subparagraph=\count84 -\c@figure=\count85 -\c@table=\count86 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\bibindent=\dimen102 -) -(/usr/share/texmf/tex/generic/epsf/epsf.sty -This is `epsf.tex' v2.7.3 <23 July 2005> -\epsffilein=\read1 -\epsfframemargin=\dimen103 -\epsfframethickness=\dimen104 -\epsfrsize=\dimen105 -\epsftmp=\dimen106 -\epsftsize=\dimen107 -\epsfxsize=\dimen108 -\epsfysize=\dimen109 -\pspoints=\dimen110 -) (./macros.tex (/usr/share/texmf/tex/latex/html/url.sty -Package: url 1999/03/02 ver 1.4 Verb mode for urls, email addresses, and file - names -)) (./dieharder.aux) -\openout1 = `dieharder.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 29. -LaTeX Font Info: ... okay on input line 29. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 29. -LaTeX Font Info: ... okay on input line 29. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 29. -LaTeX Font Info: ... okay on input line 29. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 29. -LaTeX Font Info: ... okay on input line 29. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 29. -LaTeX Font Info: ... okay on input line 29. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 29. -LaTeX Font Info: ... okay on input line 29. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <14.4> on input line 41. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <7> on input line 41. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <12> on input line 47. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <8> on input line 47. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <6> on input line 47. - -[1 - -] (./dieharder.toc) -\tf@toc=\write3 -\openout3 = `dieharder.toc'. - - [2] [3] [4] - -LaTeX Warning: Citation `Marsaglia' on page 5 undefined on input line 172. - - -LaTeX Warning: Citation `STS' on page 5 undefined on input line 193. - -[5] - -LaTeX Warning: Citation `Knuth' on page 6 undefined on input line 201. - -[6] - -LaTeX Warning: Citation `GPL' on page 7 undefined on input line 269. - -[7] [8] [9] [10] [11] -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <17.28> on input line 475. - [12] [13] -Overfull \hbox (42.25021pt too wide) in paragraph at lines 571--571 -[] \OT1/cmtt/m/n/12 unsigned int ndof; /* Number of degrees of freedom, defa -ult nvec-1[] - [] - -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <5> on input line 579. -LaTeX Font Info: Try loading font information for OMS+cmr on input line 593. - -(/usr/share/texmf/tex/latex/base/omscmr.fd -File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions -) -LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <12> not available -(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 593. - [14] [15] [16] [17] [18] - -LaTeX Warning: Citation `hkproj' on page 19 undefined on input line 801. - -[19] [20] [21] [22] [23] [24] [25] - -LaTeX Warning: Citation `Wolff' on page 26 undefined on input line 1095. - - -LaTeX Warning: Citation `BinderHeerman' on page 26 undefined on input line 1096 -. - - -LaTeX Warning: Citation `Metropolis' on page 26 undefined on input line 1097. - - -LaTeX Warning: Citation `McVoy' on page 26 undefined on input line 1136. - - -LaTeX Warning: Citation `netpipe' on page 26 undefined on input line 1136. - - -LaTeX Warning: Citation `SPEC' on page 26 undefined on input line 1137. - -[26] [27] [28] [29] [30] [31] [32] [33] [34] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # This test generates 256 sequential samples of an random un -signed[] - [] - -[35] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # integer from the given rng. Successive integers are logic -ally[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # change. Since bits will NOT change when filling e.g. unsi -gned[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # ints with 16 bit ints, this mask logically &'d with the ma -ximum[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # random number returned by the rng. All the remaining 1's -in the[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # resulting mask are therefore significant -- they represent - bits[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # that never change over the length of the test. These bits - are[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # entire test is repeated with the rng reseeded to generate -a mask[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # cumulated_mask = 0 = 0000000000000000000000000000 -0000[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # randm_mask = 4294967295 = 1111111111111111111111111111 -1111[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # random_max = 4294967295 = 1111111111111111111111111111 -1111[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # of random integers and compares the distribution thus gene -rated[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # with the theoretical (binomial) histogram, forming chisq a -nd the[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # associated p-value. In this test n-tuples are selected wi -thout[] - [] - -[36] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[37] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[38] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[39] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[40] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[41] -Overfull \hbox (104.00024pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Generator mt19937_1999 FAILS at 0.01% for 6-tuplets. rgb_ -bitdist terminating.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Each test determines the number of matching intervals from - 512[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # results cumulated in a histogram. Repeated intervals shou -ld be[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # distributed in a Poisson distribution if the underlying ge -nerator[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Two additional parameters have been added. In diehard, nms -=512[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # but this CAN be varied and all Marsaglia's formulae still -work. It[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Similarly, nbits "should" 24, but we can really make it an -ything[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # we want that's less than or equal to rmax_bits = 32. It c -an be[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # reset to a new value with -y nbits. Both default to dieha -rd's[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # 32 bit random integer. lambda = 2.000000, kmax = 6, tsamp -les = 100[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[42] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[43] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.000000 for Diehard Overlapping 5-permutat -ions Test[] - [] - -[44] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # a chisquare test is performed on counts for ranks 31,30,29 - and[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # resulting p-values to verify that they are approximately u -niform.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[45] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # resulting p-values to verify that they are approximately u -niform.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[46] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[47] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[48] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[49] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[50] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[51] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[52] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # determined by the number of 1's in a byte:: 0,1,or 2 yiel -d A,[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[53] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[54] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # in that byte:: 0,1,or 2 ---> A, 3 ---> B, 4 ---> C, 5 --- -> D,[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # hitting five keys with with various probabilities:: 37,56 -,70,[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # a chance of being observed. One can imagine problems with - odd[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # need tsamples >> 100,000 to have enough to get a reliable -kstest[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[55] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # overlapped and compare to the expected result from a perfe -ctly[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # known on theoretical grounds so instead we compare to n=12 -,000[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # normal variable, which converted to a uniform p-value, pro -vides[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[56] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # the shortest nearest neighbor distance R. This should gen -erate[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # p = 1.0 - exp(-R^2/0.995). Repeat for lots of samples, ap -ply a[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[57] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (48.42522pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.774383 for Diehard Minimum Distance (2d C -ircle) Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[58] -Overfull \hbox (246.02531pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======# Run Details[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[59] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (48.42522pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.989677 for Diehard 3d Sphere (Minimum Dis -tance) Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[60] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Note well: -O causes the old diehard version to be run (m -ore or[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # less). Omitting it causes non-overlapping sums to be used - and[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[61] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # shows how runs are counted: .123,.357,.789,.425,.224,.416 -,.95[] - [] - -[62] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # In Dieharder sequences of length tsamples = 100000 are use -d by[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[63] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # This is the CRAPS TEST. It plays 200,000 games of craps, -finds[] - [] - -[64] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # from 1 to infinity, but counts for all>21 are lumped with - 21.[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Each 32-bit integer from the test file provides the value - for[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[65] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Very simple. Counts the 1 bits in a long string of random - uints.[] - [] - -[66] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Compares to expected number, generates a p-value directly -from[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Not so good at determining where stronger ones eventually -fail.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[67] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # Counts the total number of 0 runs + total number of 1 runs - across[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # a sample of bits. Note that a 0 run must begin with 10 an -d end[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # with 01. Note that a 1 run must begin with 01 and end wit -h a 10.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # This test, run on a bitstring with cyclic boundary conditi -ons, is[] - [] - - -Overfull \hbox (42.25021pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # rgb_bitdist() test for 2-tuples, which looks beyond the me -ans to the[] - [] - - -Overfull \hbox (29.9002pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 # moments, testing an entire histogram of 00, 01, 10, and 1 -1 counts[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[68] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 2807--2807 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[69] [70] [71] [72] - -LaTeX Warning: Citation `wiki_randu' on page 73 undefined on input line 2996. - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # This test times the selected random number generator only. - It is[] - [] - - -Overfull \hbox (54.60022pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # generally run at the beginning of a run of -a(ll) the test -s to provide[] - [] - - -Overfull \hbox (42.25021pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # some measure of the relative time taken up generating rand -om numbers[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # This test generates 256 sequential samples of an random un -signed[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # integer from the given rng. Successive integers are logic -ally[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # change. Since bits will NOT change when filling e.g. unsi -gned[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # ints with 16 bit ints, this mask logically &'d with the ma -ximum[] - [] - -[73] -Overfull \hbox (17.5502pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # random number returned by the rng. All the remaining 1's -in the[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # resulting mask are therefore significant -- they represent - bits[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # that never change over the length of the test. These bits - are[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # entire test is repeated with the rng reseeded to generate -a mask[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # cumulated_mask = 5 = 0000000000000000000000000000 -0101[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # randm_mask = 2147483647 = 0111111111111111111111111111 -1111[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # random_max = 2147483647 = 0111111111111111111111111111 -1111[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # of random integers and compares the distribution thus gene -rated[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # with the theoretical (binomial) histogram, forming chisq a -nd the[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # associated p-value. In this test n-tuples are selected wi -thout[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[74] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (60.77522pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Generator randu FAILS at 0.01% for 1-tuplets. rgb_bitdist - terminating.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[75] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Each test determines the number of matching intervals from - 512[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # results cumulated in a histogram. Repeated intervals shou -ld be[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # distributed in a Poisson distribution if the underlying ge -nerator[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Two additional parameters have been added. In diehard, nms -=512[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # but this CAN be varied and all Marsaglia's formulae still -work. It[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Similarly, nbits "should" 24, but we can really make it an -ything[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # we want that's less than or equal to rmax_bits = 32. It c -an be[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # reset to a new value with -y nbits. Both default to dieha -rd's[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # 31 bit random integer. lambda = 2.000000, kmax = 6, tsamp -les = 100[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[76] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[77] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.000000 for Diehard Overlapping 5-permutat -ions Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[78] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # a chisquare test is performed on counts for ranks 31,30,29 - and[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # resulting p-values to verify that they are approximately u -niform.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[79] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # resulting p-values to verify that they are approximately u -niform.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[80] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[81] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[82] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[83] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[84] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[85] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[86] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # determined by the number of 1's in a byte:: 0,1,or 2 yiel -d A,[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[87] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # in that byte:: 0,1,or 2 ---> A, 3 ---> B, 4 ---> C, 5 --- -> D,[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # hitting five keys with with various probabilities:: 37,56 -,70,[] - [] - -[88] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # a chance of being observed. One can imagine problems with - odd[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # need tsamples >> 100,000 to have enough to get a reliable -kstest[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[89] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # overlapped and compare to the expected result from a perfe -ctly[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # known on theoretical grounds so instead we compare to n=12 -,000[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # normal variable, which converted to a uniform p-value, pro -vides[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[90] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # the shortest nearest neighbor distance R. This should gen -erate[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # p = 1.0 - exp(-R^2/0.995). Repeat for lots of samples, ap -ply a[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[91] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (48.42522pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.000000 for Diehard Minimum Distance (2d C -ircle) Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # the shortest nearest neighbor distance R. This should gen -erate[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # p = 1.0 - exp(-R^2/0.995). Repeat for lots of samples, ap -ply a[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[92] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (48.42522pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.000001 for Diehard 3d Sphere (Minimum Dis -tance) Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[93] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[94] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Note well: -O causes the old diehard version to be run (m -ore or[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # less). Omitting it causes non-overlapping sums to be used - and[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[95] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # of integers. If called with reasonable parameters e.g. -s - 100[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[96] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[97] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # This is the CRAPS TEST. It plays 200,000 games of craps, -finds[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # from 1 to infinity, but counts for all>21 are lumped with - 21.[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Each 32-bit integer from the test file provides the value - for[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[98] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[99] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Very simple. Counts the 1 bits in a long string of random - uints.[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Compares to expected number, generates a p-value directly -from[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Not so good at determining where stronger ones eventually -fail.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[100] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # Counts the total number of 0 runs + total number of 1 runs - across[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # a sample of bits. Note that a 0 run must begin with 10 an -d end[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # with 01. Note that a 1 run must begin with 01 and end wit -h a 10.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # This test, run on a bitstring with cyclic boundary conditi -ons, is[] - [] - - -Overfull \hbox (42.25021pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # rgb_bitdist() test for 2-tuples, which looks beyond the me -ans to the[] - [] - - -Overfull \hbox (29.9002pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 # moments, testing an entire histogram of 00, 01, 10, and 1 -1 counts[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[101] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 4115--4115 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[102] [103] - -LaTeX Warning: Citation `slatec' on page 104 undefined on input line 4183. - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # This test times the selected random number generator only. - It is[] - [] - - -Overfull \hbox (54.60022pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # generally run at the beginning of a run of -a(ll) the test -s to provide[] - [] - - -Overfull \hbox (42.25021pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # some measure of the relative time taken up generating rand -om numbers[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # This test generates 256 sequential samples of an random un -signed[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # integer from the given rng. Successive integers are logic -ally[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # change. Since bits will NOT change when filling e.g. unsi -gned[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # ints with 16 bit ints, this mask logically &'d with the ma -ximum[] - [] - -[104] -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # random number returned by the rng. All the remaining 1's -in the[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # resulting mask are therefore significant -- they represent - bits[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # that never change over the length of the test. These bits - are[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # entire test is repeated with the rng reseeded to generate -a mask[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # cumulated_mask = 0 = 0000000000000000000000000000 -0000[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # randm_mask = 4194303 = 0000000000111111111111111111 -1111[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # random_max = 4194303 = 0000000000111111111111111111 -1111[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # of random integers and compares the distribution thus gene -rated[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # with the theoretical (binomial) histogram, forming chisq a -nd the[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # associated p-value. In this test n-tuples are selected wi -thout[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[105] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (66.95023pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Generator slatec FAILS at 0.01% for 1-tuplets. rgb_bitdis -t terminating.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[106] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Each test determines the number of matching intervals from - 512[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # results cumulated in a histogram. Repeated intervals shou -ld be[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # distributed in a Poisson distribution if the underlying ge -nerator[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Two additional parameters have been added. In diehard, nms -=512[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # but this CAN be varied and all Marsaglia's formulae still -work. It[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Similarly, nbits "should" 24, but we can really make it an -ything[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # we want that's less than or equal to rmax_bits = 32. It c -an be[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # reset to a new value with -y nbits. Both default to dieha -rd's[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # 22 bit random integer. lambda = 8.000000, kmax = 2, tsamp -les = 100[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[107] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[108] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (36.07521pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.000000 for Diehard Overlapping 5-permutat -ions Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[109] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # a chisquare test is performed on counts for ranks 31,30,29 - and[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # resulting p-values to verify that they are approximately u -niform.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[110] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # resulting p-values to verify that they are approximately u -niform.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[111] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[112] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[113] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[114] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[115] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[116] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[117] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # determined by the number of 1's in a byte:: 0,1,or 2 yiel -d A,[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[118] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # in that byte:: 0,1,or 2 ---> A, 3 ---> B, 4 ---> C, 5 --- -> D,[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # hitting five keys with with various probabilities:: 37,56 -,70,[] - [] - -[119] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # a chance of being observed. One can imagine problems with - odd[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # need tsamples >> 100,000 to have enough to get a reliable -kstest[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[120] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # overlapped and compare to the expected result from a perfe -ctly[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # known on theoretical grounds so instead we compare to n=12 -,000[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # normal variable, which converted to a uniform p-value, pro -vides[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[121] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # This test uses a fixed number of samples -- tsamples is ig -nored.[] - [] - -[122] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (48.42522pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.000000 for Diehard Minimum Distance (2d C -ircle) Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[123] -Overfull \hbox (246.02531pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======# Run Details[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[124] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (48.42522pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Kuiper KS: p = 0.000000 for Diehard 3d Sphere (Minimum Dis -tance) Test[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[125] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (17.5502pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Note well: -O causes the old diehard version to be run (m -ore or[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # less). Omitting it causes non-overlapping sums to be used - and[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[126] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # shows how runs are counted: .123,.357,.789,.425,.224,.416 -,.95[] - [] - -[127] -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # In Dieharder sequences of length tsamples = 100000 are use -d by[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[128] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[129] -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # This is the CRAPS TEST. It plays 200,000 games of craps, -finds[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # from 1 to infinity, but counts for all>21 are lumped with - 21.[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Each 32-bit integer from the test file provides the value - for[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[130] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[131] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Very simple. Counts the 1 bits in a long string of random - uints.[] - [] - - -Overfull \hbox (5.2002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Compares to expected number, generates a p-value directly -from[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Not so good at determining where stronger ones eventually -fail.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[132] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # Counts the total number of 0 runs + total number of 1 runs - across[] - [] - - -Overfull \hbox (11.3752pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # a sample of bits. Note that a 0 run must begin with 10 an -d end[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # with 01. Note that a 1 run must begin with 01 and end wit -h a 10.[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # This test, run on a bitstring with cyclic boundary conditi -ons, is[] - [] - - -Overfull \hbox (42.25021pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # rgb_bitdist() test for 2-tuples, which looks beyond the me -ans to the[] - [] - - -Overfull \hbox (29.9002pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 # moments, testing an entire histogram of 00, 01, 10, and 1 -1 counts[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - - -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[133] -Overfull \hbox (23.7252pt too wide) in paragraph at lines 5334--5334 -[]\OT1/cmtt/m/n/12 #=========================================================== -=======[] - [] - -[134] [135] -Overfull \hbox (3.16397pt too wide) in paragraph at lines 5413--5419 -\OT1/cmr/m/n/12 role in many sta-tis-ti-cal ap-pli-ca-tions from busi-ness and -gam-ing through physics - [] - -[136] (./dieharder.aux) - -LaTeX Warning: There were undefined references. - - ) -Here is how much of TeX's memory you used: - 427 strings out of 256217 - 4620 string characters out of 1917095 - 116363 words of memory out of 1500000 - 3767 multiletter control sequences out of 10000+200000 - 10800 words of font info for 38 fonts, out of 1200000 for 2000 - 645 hyphenation exceptions out of 8191 - 23i,8n,19p,169b,312s stack positions out of 5000i,500n,6000p,200000b,15000s - -Output written on dieharder.dvi (136 pages, 338200 bytes). diff --git a/manual/dieharder.out b/manual/dieharder.out new file mode 100644 index 0000000..20aa0b2 --- /dev/null +++ b/manual/dieharder.out @@ -0,0 +1,24 @@ +\BOOKMARK [0][-]{chapter.1}{Introduction}{} +\BOOKMARK [0][-]{chapter.2}{Testing Random Number Generators}{} +\BOOKMARK [0][-]{chapter.3}{Evaluating p-values}{} +\BOOKMARK [1][-]{section.3.1}{Xtest -- A Single Expected Value}{chapter.3} +\BOOKMARK [1][-]{section.3.2}{Vtest -- A Vector of Expected Values}{chapter.3} +\BOOKMARK [2][-]{subsection.3.2.1}{Kolmogorov-Smirnov Test}{section.3.2} +\BOOKMARK [1][-]{section.3.3}{The Test Histogram}{chapter.3} +\BOOKMARK [0][-]{chapter.4}{Diehard}{} +\BOOKMARK [1][-]{section.4.1}{The Original Diehard}{chapter.4} +\BOOKMARK [1][-]{section.4.2}{The Dieharder Modifications}{chapter.4} +\BOOKMARK [0][-]{chapter.5}{Dieharder's Modular Test Structure}{} +\BOOKMARK [0][-]{chapter.6}{Dieharder Extensions}{} +\BOOKMARK [1][-]{section.6.1}{STS Tests}{chapter.6} +\BOOKMARK [1][-]{section.6.2}{New Tests}{chapter.6} +\BOOKMARK [1][-]{section.6.3}{Future \(Proposed or Planned\) Tests}{chapter.6} +\BOOKMARK [0][-]{chapter.7}{Results for Selected Generators}{} +\BOOKMARK [1][-]{subsection.7.0.1}{A Good Generator: mt19937\1371999}{chapter.7} +\BOOKMARK [2][-]{subsection.7.0.2}{Comments}{subsection.7.0.1} +\BOOKMARK [1][-]{section.7.1}{A Bad Generator: randu}{chapter.7} +\BOOKMARK [1][-]{section.7.2}{An Ugly Generator: slatec}{chapter.7} +\BOOKMARK [0][-]{chapter.8}{Conclusions}{} +\BOOKMARK [0][-]{appendix.A}{License Terms}{} +\BOOKMARK [1][-]{section.A.1}{General Terms}{appendix.A} +\BOOKMARK [1][-]{section.A.2}{OPEN PUBLICATION LICENSE Draft v0.4, 8 June 1999}{appendix.A} diff --git a/manual/dieharder.tex b/manual/dieharder.tex index 19c5b12..dabe21d 100644 --- a/manual/dieharder.tex +++ b/manual/dieharder.tex @@ -1,53 +1,94 @@ -% -% This document is copyrighted by Robert G. Brown as of the latest -% revision date below, as are all earlier revisions. -% -% $Id: dieharder_jcgs.tex,v 1.5 2006/02/20 05:12:02 rgb Exp $ -% -% Filename: dieharder_jcgs.tex -% Description: Latex sources for a simple article/dieharder_jcgs +\documentclass{book} +\usepackage{graphicx} +\usepackage{epsfig} +\usepackage{html} +\usepackage{latexsym} -\documentclass[12pt]{article} -\usepackage{epsf} +\input crown_quarto.tex +\input macros.tex + +\begin{document} -\input{macros.tex} +% Uncomment this for web-publication where appropriate. +% \title{Equations du Jour: Introductory Physics II} +% \author{Robert G. Brown} +% \maketitle -% \def \epsfsize#1#2{0.5#1} -% Spare figure template -%\begin{figure} -% \centerline{\epsfbox{vector.1.eps}} -% \caption{This would be a figure.} -% \label{figure_label} -%\end{figure} % -% Inline unnumbered figure -% \medskip -% \centerline{\epsfbox{vector.1.eps}} +% To publish on lulu we pretty much have to roll our own title page. % -% - -\begin{document} - -\title{Die{\em Harder}: A Gnu Public Licensed Random Number Tester} -\date{\today} +\pagestyle{empty} +\vsfill -\author{\bf Robert G. Brown \\ -Duke University Physics Department \\ -Box 90305 \\ -Durham, NC 27708-0305 \\ -rgb@phy.duke.edu} +\centerline{\huge \bf Die{\em Harder:}} +\bigskip +\bigskip +\centerline{\Large \bf A Gnu Public License Random Number Tester} -\maketitle +\vsfill +\centerline{\large by} +\bigskip +\centerline{\Large Robert G. Brown} +\bigskip +\centerline{Duke University Physics Department} +\centerline{Durham, NC 27708-0305} +\centerline{rgb@phy.duke.edu} -\vspace*{\fill} +\vsfill +\blankpage +\vsfill \centerline{\large \bf Copyright Notice} -\centerline{Copyright Robert G. Brown -$ $Date: 2006/02/20 05:12:02 $.$ } -\centerline{Snapshot version: \version} - -\url{http://www.phy.duke.edu/~rgb} +\centerline{Copyright Robert G. Brown 2006} +\centerline{Current version: \version} +% \centerline{ISBN: } + +\blankpage + +\centerline{\Large \bf Notice} + +This is documentation for the \die random number generator test suite. +As the project itself is uses a Gnu Public License (GPL), the +documentation uses an Open Publication License (OPL). The precise terms +of the OPL can be read in an appendix at the end of the manual, and +should be adhered to if you wish to make changes to this work. + +The current snapshot of this documentation is available for free online +at: + +\medskip + \centerline{\link{http://www.phy.duke.edu/$\sim$rgb/General/dieharder.php}{http://www.phy.duke.edu/~rgb/General/dieharder.php}} +\medskip + +\noindent It will be made available in an inexpensive print version +(probably via Lulu press) as soon as it is in a sufficiently polished +and complete state. + +As a ``live'' document describing a dynamic and sophisticated tool, this +book no doubt has errors great and small and may or may not be up to +date (and hence correctly describe the latest release of \die) at any +given time. I apologize for this -- my only excuse is that I'm very +busy and it's all I can do to keep up with the bug reports, suggestions +for extensions, and my own plans for it, and sometimes documentation +takes a back seat to progress. It is, of course, an open source project +and any reader who is so motivated is welcome to join in. + +I cherish good-hearted communication from \die users pointing out errors +or suggesting new content (and have in the past done my best to +implement many such corrections or suggestions). + +Open source projects of this sort generate useful collaborations. +Although many people have contributed to \die at this point with +corrections, new tests, new generators to test, and permission to use +their code, my greatest debt is to my co-developers and partners, Dirk +Eddelbeuttel (who maintains the ready-to-install Debian version of +\die as well as the R interface) and David Bauer, who has +contributed numerous fixes to critical components (such as the ks-test +program that is at the heart of the way \die works with many of the +tests incorporated from their descriptions in diehard and other +sources), the ``gold standard'' AES and Threefish RNGs that are of great +use in testing \die, and many new tests. \newpage @@ -55,11 +96,7 @@ \newpage -{\large \bf Note Well! This documentation of the dieharder test suite -is under construction and is both incomplete and in some place -erroneous! Be warned!} - -\section{Introduction} +\chapter{Introduction} Random numbers are of tremendous value in many computational contexts. In importance sampling Monte Carlo, random numbers permit the sampling @@ -81,20 +118,20 @@ \section{Introduction} Even in physics, sources of true randomness are rare. There is a very, very old argument about whether even quantum experiments produce results -that are truly {\em random} at a fundamental level or whether experiment -results in quantum theory that produce seemingly random outcomes reflect -the {\em entropy} inherent in the measuring apparatus. This is a -non-trivial problem with no simple or obviously true answer even today, -since it is fundamentally connected to whether the Universe is open or -closed. Both relativity theory and the Generalized Master Equation that -is perhaps the most general way of describing the quantum measurement -process of an open system embedded in a closed quantum universe suggest -that what appears to be irreversibility and randomness in laboratory -experiments is due to a projection of the {\em stationary} quantum -description of the universe onto the much smaller quantum description of -the ``system'' that is supposed to produce the random result (such as -photon emission due to spontaneous decay of an excited atom into the -ground state). +that are truly {\em random} at a fundamental level or whether +experimental results in quantum theory that produce seemingly random +outcomes reflect the {\em entropy} inherent in the measuring apparatus. +This is a non-trivial problem with no simple or obviously true answer +even today, since it is fundamentally connected to whether the Universe +is open or closed. Both relativity theory and the Generalized Master +Equation that is perhaps the most general way of describing the quantum +measurement process of an open system embedded in a closed quantum +universe suggest that what appears to be irreversibility and randomness +in laboratory experiments is due to a projection of the {\em stationary} +quantum description of the universe onto the much smaller quantum +description of the ``system'' that is supposed to produce the random +result (such as photon emission due to spontaneous decay of an excited +atom into the ground state). The ``randomness'' of the apparent result follows from taking a statistical trace over the excluded degrees of freedom, which introduces @@ -126,30 +163,35 @@ \section{Introduction} For this reason, purists often refer to software-based RNGs as {\em pseudo-}random number generators to emphasize the fact that the numbers -they produce are not, in fact, ``random''. As we note, hardware-based -RNGs are equally susceptible to being ``pseudo'' and at the very least -are as likely to need to be subjected to randomness tests as software -generators. The purpose of {\em Dieharder} is to provide a suite of -tests, as systematic as possible, to which ``random number generators'' -of all sorts can be subjected. For this reason we will, for brevity's -sake, omit the word ``pseudo'' when discussing RNGs but it should -nevertheless be understood. +they produce are not, in fact, ``random''. As one can see from the +discussion above, hardware-based RNGs are equally susceptible to being +``pseudo'' in their randomness or (however unpredictable they might be) +they may well have a distribution that is not perfectly flat and hence +does not conform to the requirements of an ideal RNG. At the very least +they are as likely to need to be subjected to randomness tests as +software generators and should not be assumed to be ``truly random''. + +The purpose of {\em Dieharder} is to provide a suite of tests, as +systematic as possible, to which ``random number generators'' of all +sorts can be subjected. For this reason we will, for brevity's sake, +omit the word ``pseudo'' when discussing RNGs but it should nevertheless +be understood. Another problem associated with random numbers in the context of modern computing is that numerical simulations can consume a {\em lot} of e.g. -uniform deviates, unsigned integers, bits. Simulations on a large -compute cluster can consume close to Avogadro's number of uniform -deviates in a single extended computation over the course of months to -years. Over such a long sequence, problems can emerge even with -generators that appear to pass many tests that sample only a few -millions of random numbers (less than a billion bits, say). Many random -number generators are in fact state-periodic and repeat a single -sequence after a certain number of returns. Older generators often had -a very short period. This meant that simulations that consumed more -random numbers than this period in fact reproduced the same sample -sequence over and over again instead of generating the independent, -identically distributed ({\em iid}) samples that the author of the -simulation probably intended. +random uniform deviates, random unsigned integers, random bits, random +numbers of all sorts. Simulations on a large compute cluster can +consume close to Avogadro's number of uniform deviates in a single +extended computation over the course of months to years. Over such a +long sequence, problems can emerge even with generators that appear to +pass many tests that sample only a few millions of random numbers (less +than a billion bits, say). Many random number generators are in fact +state-periodic and repeat a single sequence after a certain number of +returns. Older generators often had a very short period. This meant +that simulations that consumed more random numbers than this period in +fact reproduced the same sample sequence over and over again instead of +generating the independent, identically distributed ({\em iid}) samples +that the author of the simulation probably intended. A related issue is associated with the dimensionality of the correlation. Many generators produce numbers that are subtly patterned @@ -335,7 +377,7 @@ \section{Introduction} test suite to a few selected RNGs are presented, demonstrating its improved power of discrimination. -\section{Testing Random Numbers} +\chapter{Testing Random Number Generators} The basic idea of testing a RNG is very simple. Choose a process that uses as input a sequence of random numbers (in the form of a stream of @@ -394,14 +436,17 @@ \section{Testing Random Numbers} summed up to pretty much the same number that is distributed {\em incorrectly}. We might well {\em reject} the null hypothesis. -On the other hand, suppose we got 0.230, 0.001, 0.844, 0.569, 0.018, -0.970... as values for $p$. Once again, it is not at all obvious from -looking at this whether we should conclude that the generator is good or -bad. On the one hand, one of these values only occurs once in roughly -1000 trials by chance, and another occurs only one in maybe 50 trials -- -it seems unlikely that they'd be in a sequence of only six $p$-values. -On the other hand, it isn't {\em that} unlikely. One in a thousand -chances happen, especially given six tries! +Suppose instead that we got 0.230, 0.001, 0.844, 0.569, 0.018, 0.970... +as values for $p$. Once again, it is not at all obvious from looking at +this whether we should conclude that the generator is good or bad. On +the one hand, one of these values only occurs once in roughly 1000 +trials by chance, and another occurs only one in maybe 50 trials -- it +seems unlikely that they'd be in a sequence of $p$-values. On the other +hand, it isn't {\em that} unlikely. One in a thousand chances happen, +especially given some unknown number of tries! Given \emph{enough} +tries they are nearly \emph{certain} to happen. Did they ``just +happen'' this time, or are they indicative of a problem in the +generator? It is difficult to know for sure. What we would like to do is take the guesswork out of our decision process. What is the probability that this particular sequence of @@ -416,7 +461,7 @@ \section{Testing Random Numbers} This testing process now gives us two parameters we can tweak to obtain an unambiguous answer -- one that is very, very low, consistently -- or not. We can increase $t$, which increases the mean value relative to -$sigma$ and makes systematic deviations from the mean probability of 0.5 +$\sigma$ and makes systematic deviations from the mean probability of 0.5 more obvious (but which makes a localized non-random clustering of values for {\em small} sample sizes {\em less} obvious) or we can increase the number of {\em iid} trials to see if the distribution of @@ -440,17 +485,19 @@ \section{Testing Random Numbers} represented in the vector (which in many cases will be smaller than the number of actual numbers in the vector). A few might generate numbers or vectors that are {\em not} normally distributed (and we might have to -work very hard in these cases to generate a $p$-value). +work very hard in these cases to generate a $p$-value -- the KS test +itself is just such a case). In all cases in Dieharder, the $p$-values from any small sample of {\em iid} tests is held to be suspect in terms of supporting the acceptance or rejection of the null hypothesis unless and until a KS test of the -uniformity of the distribution of $p$ itself yields a $p$-value, and in -most cases it is considered to be worthwhile to play with the parameters -described above (number of samples, number of trials) to see if the -$p$-value returned can be made to {\em consistently} exhibit failure -with a very high degree of confidence, making rejection of the null -hypothesis a very safe bet. +uniformity of the distribution of $p$ itself yields an unambiguous +$p$-value in a challenging application of the test method. In most +cases it would be considered to be worthwhile to play with the +parameters described above (number of samples, number of trials) to see +if the $p$-value returned can be made to {\em consistently} exhibit +failure with a very high degree of confidence, making at least the +for-cause rejection of the null hypothesis a very safe bet. There is one test in Dieharder that does not generate a $p$-value per se. The {\em bit persistence} test is a bit-level test that basically @@ -472,14 +519,14 @@ \section{Testing Random Numbers} to be varied or masked, one can even use the information to perform tests on the {\em significant} part of the numbers returned. -\section{Evaluating $p$-values} +\chapter{Evaluating $p$-values} -Tests used in dieharder can produce a variety of statistics that can be +Tests used in \die can produce a variety of statistics that can be used to produce a $p$-value -\subsection{Xtest -- A Single Expected Value} +\section{Xtest -- A Single Expected Value} -\subsection{Vtest -- A Vector of Expected Values} +\section{Vtest -- A Vector of Expected Values} It is appropriate to use a Vtest to evaluate the $p$-value of a single trial test (consisting as usual of $tsamples$ {\em iid} samples @@ -554,10 +601,10 @@ \subsection{Vtest -- A Vector of Expected Values} they are doing, so its incomplete gamma function routine is relatively reliable and efficient. -{\em Dieharder} attempts to standardize as many aspects of performing -a RNG test as possible, so that there are relatively few things to -debug or validate. A Vtest therefore has a standardized ``Vtest -object'' associated with it -- a struct defined in Vtest.h as: +\die attempts to standardize as many aspects of performing a RNG test as +possible, so that there are relatively few things to debug or validate. +A Vtest therefore has a standardized ``Vtest object'' associated with it +-- a struct defined in Vtest.h as: \begin{verbatim} typedef struct { @@ -633,7 +680,7 @@ \subsection{Vtest -- A Vector of Expected Values} random\footnote{Think of it as ``The Goldilocks Test''.}. \end{itemize} -\subsection{Kuiper Kolmogorov-Smirnov Test} +\subsection{Kolmogorov-Smirnov Test} A Kolmogorov-Smirnov (KS) test is one that computes how much an observed probability distribution differs from a hypothesized one. Of course @@ -648,55 +695,38 @@ \subsection{Kuiper Kolmogorov-Smirnov Test} For that reason, the KS statistic for the uniform distribution is usually evaluated with the {\em Anderson-Darling} goodness-of-fit test. -Anderson-Darling KS is used throughout {\em Diehard}, for example. -Anderson-Darling was rejected in dieharder empirically in favor of the -{\em Kuiper} KS test. The difference is the following: Ordinary KS -tests use either $D_+$ or $D_-$, the maximum or minimum excursion of the -cumulative observed result from the hypothesized (continuous) -distribution. This tends to be insensitive at one or the other end of -the distribution. This is fine for distributions that are supported -primarily in the middle, but the uniform distribution is obviously not -one of them. - -Kuiper replaces this with the statistic $D_+ + D_-$. This small change -makes the test symmetrically sensitive across the entire region. Note -well that a distribution of $p$-values often {\em fails} because of a -surplus or deficit at one or the other of the {\em ends}, where $p$ is -near 0 or 1. It was observed that Anderson-Darling was much more -forgiving of distributions that, in fact, ultimately failed the test of -uniformity and were visibly and consistenty e.g. exponentially biased -across the range. Kuiper does much better at detecting systematic -failures in the uniformity of the distribution of $p$, and invariably -yields a $p$-value that is ``believable'' based on a visual inspection -of the $p$-distribution histogram generated by the series of trials. - -Note well that a final KS test on a {\em large} set (at least 100) of -trial $p$-values is the {\em essential} last step of any test. It is -otherwise simply impossible to look at $p$ from a single trial alone and -assess whether or not the test ``fails''. Many of the original {\em -Diehard} tests generated only a very few $p$-values (1-20) and -``passed'' many RNGs that in fact {\em Dieharder} fails with a very -obvious (in retrospect) non-uniformity in the final distribution of $p$. - -\subsection{The Test Histogram} - -Although a Kuiper KS test provides an objective and mathematically -justified $p$-value for the entire test series, the human eye and human -judgement are invaluable aids in the process of obtaining an unambiguous -result for any test and for evaluating the quality of success or -failure. For this reason {\em Dieharder} also presents a visible -histogram of the final $p$-value distribution. - -In the ASCII (text-based) version of {\em Dieharder} this histogram is -necessarily rather crude -- it presents binned deciles of the -distribution in an autoscaling graph. Nevertheless, it makes it easy to -see {\em why} the $p$-value of a test series is small. Sometimes it is -obvious -- because all of the $p$-values are near zero because the RNG -egregiously fails the test in every trial. Other times it is {\em very -subtle} -- the test series produces $p$-values with a slight bias -towards one end or the other of the region, nearly flat, that resolves -into an unambiguous failure only when the number of trials contributing -$p$-values is increased to as many as 500 or 1000. +Anderson-Darling KS is used throughout {\em Diehard}, for example, and +it is similarly used in \die, but to a much higher degree. Note well +that a final KS test on a {\em large} set (at least 100) of trial +$p$-values is the {\em essential} last step of almost any \die test. It +is otherwise simply impossible to look at $p$ from a single trial alone +and assess whether or not the test ``fails'' unless that $p$-value is +very, very low. Many of the original {\em Diehard} tests generated only +a very few $p$-values (1-20) and ``passed'' many RNGs that in fact \die +fails with a very obvious (in retrospect) non-uniformity in the final +distribution of $p$. Some of its tests were also flawed (for example, +the operm5 test) but the flaw was only visible if one rand the test many +times and studied the distribution of $p$ with a KS test. + +\section{The Test Histogram} + +Although a KS test provides an objective and mathematically justified +$p$-value for the entire test series, the human eye and human judgement +are invaluable aids in the process of obtaining an unambiguous result +for any test and for evaluating the quality of success or failure. For +this reason \die also presents a visible histogram of the final +$p$-value distribution. + +In the ASCII (text-based) version of \die this histogram is necessarily +rather crude -- it presents binned deciles of the distribution in an +autoscaling graph. Nevertheless, it makes it easy to see {\em why} the +$p$-value of a test series is small. Sometimes it is obvious -- because +all of the $p$-values are near zero because the RNG egregiously fails +the test in every trial. Other times it is {\em very subtle} -- the +test series produces $p$-values with a slight bias towards one end or +the other of the region, nearly flat, that resolves into an unambiguous +failure only when the number of trials contributing $p$-values is +increased to as many as 500 or 1000. Here one has to judge carefully. Such an RNG isn't {\em very} bad with respect to the test at issue -- one has to work quite hard to show that @@ -717,19 +747,19 @@ \subsection{The Test Histogram} make the failure unambiguous or (alternatively) show that the deviations in the first test were not systematic and the RNG actually does not fail the test\footnote{Noting that we carefully refrain from asserting that -{\em Dieharder} is a test suite that can be {\em passed}. The null -hypothesis, by its nature, can never be proven to be true, it can only -fail to be observed to fail. In this it greatly resembles both life and -science: the laws of inference generally do not permit things like the -Law of Universal Gravitation to be ``proven'', the best that we can say -is that we have yet to observe a failure. {\em Dieharder} is simply a -numerical experimental tool that can be used empirically to develop a -degree of confidence in any given RNG, not a ``validation'' tool that -proves that any given RNG is suitable for some purpose or another.}. +\die is a test suite that can be {\em passed}. The null hypothesis, by +its nature, can never be proven to be true, it can only fail to be +observed to fail. In this it greatly resembles both life and science: +the laws of inference generally do not permit things like the Law of +Universal Gravitation to be ``proven'', the best that we can say is that +we have yet to observe a failure. \die is simply a numerical +experimental tool that can be used empirically to develop a degree of +confidence in any given RNG, not a ``validation'' tool that proves that +any given RNG is suitable for some purpose or another.}. -\section{Diehard} +\chapter{Diehard} -\subsection{The Original Diehard} +\section{The Original Diehard} The {\em Diehard Battery of Random Number Tests} consists of the following individual tests: @@ -807,57 +837,52 @@ \subsection{The Original Diehard} FSU) distinctly commercial aspects, offering to sell one a CD-ROM with many pretested random numbers and the diehard program on it. -\subsection{The Dieharder Modifications} +\section{The Dieharder Modifications} -Dieharder has been deliberately written to try to fix most of these -problems with Diehard while preserving all of its tests in default forms -that are at {\em least} as functional as they are in Diehard itself. To -this end: +\die has been deliberately written to try to fix most of these problems +with Diehard while preserving all of its tests in default forms that are +at {\em least} as functional as they are in Diehard itself. To this +end: \begin{itemize} - \item All Diehard tests have an outcome based on a single $p$-value -from a KS test of the uniformity of many $p$-values returned by -individual runs of each basic test. - \item All Diehard tests have an adjustable parameter controlling the + \item All \die Diehard tests have an outcome based on a single +$p$-value from a KS test of the uniformity of many $p$-values returned +by individual runs of each basic test. + \item All \die tests have an adjustable parameter controlling the number of individual test runs that contribute $p$-values to the final KS test (with a default value of 100, much higher than any of the Diehard tests). - \item All Diehard tests generate a simple histogram of these $p$-values -so that their uniformity (or lack of it) can be {\em visually} assessed. -The human eye is very good at identifying potentially significant -patterns of deviation from uniformity, especially from several -sequential runs of a test. - \item Many of the basic Diehard tests that have a final test statistic -that is a computable function of the number of samples now have the -number of samples as an adjustable parameter. Just as in the example -above, one can increase or decrease the number of samples in a test and -increase or decrease the number of test results that contribute to the -final KS $p$-value. However, some Diehard tests to not permit this kind -of variation, at least without a lot more work and the risk of a loss of -resolution without warning. - \item Most tests that utilized an overlapping sample space for the -purpose of extending the nominal size of the string of random numbers -being tested now do {\em not} use overlapping samples by default (but -rather generate new random numbers for each sample). The ability to use -overlapping samples has been carefully preserved, though, and is -controlled through the use of the -O flag on the dieharder command line. + \item All \die tests can optionall generate a simple histogram of these +$p$-values so that their uniformity (or lack of it) can be {\em +visually} assessed. The human eye is very good at identifying +potentially significant patterns of deviation from uniformity, +especially from several sequential runs of a test. + \item Many of the basic Diehard tests in \die that have a final test +statistic that is a computable function of the number of samples now +have the number of samples as an adjustable parameter. Just as in the +example above, one can increase or decrease the number of samples in a +test and increase or decrease the number of test results that contribute +to the final KS $p$-value. However, some Diehard tests to not permit +this kind of variation, at least without a lot more work and the risk of +a loss of resolution without warning. \item All tests are integrated with GSL random number generators and -use GSL functions that are thoroughly tested and supported by experts -for e.g. computing the error function, the incomplete gamma function, or -evaluating a binomial distribution of outcomes for some large space to -use as a $\chi^2$ target vector. This presumably increases the -reliability and maintainability of the code, and certainly increases its -speed and flexibility relative to file based input. +use GSL functions (where possible) that are thoroughly tested and +supported by experts. For example, \die uses GSL versions of the error +function, the incomplete gamma function, or to evaluate a binomial +distribution of outcomes for some large space to use as a $\chi^2$ +target vector. This presumably increases the reliability and +maintainability of the code, and certainly increases its speed and +flexibility relative to file based input. \item File based random number input is still possible in a number of formats, although the user should be aware that the (default) use of larger numbers of samples per test and larger numbers of tests per KS $p$-value requires far more random numbers and therefore far larger files than Diehard. If an inadequate number of random numbers is -provided in a file, it is automatically rewound mid-trial (and the -rewind count recorded in the trial output as a warning). This, in turn, -introduces a rather obvious sort of correlation that can lead to -incorrect results! +provided in a file, then (to avoid a time-consuming crash) it is +automatically rewound mid-trial (and the rewind count recorded in the +trial output as a warning). This, in turn, introduces a rather obvious +sort of correlation that can lead to incorrect results! \item Certain tests which had additional numbers that could be parameterized as test variables were rewritten so that those variables could be set on the command line (but still default to the Diehard @@ -881,22 +906,22 @@ \subsection{The Dieharder Modifications} systems. It is also available as a compressed tar archive of the sources that is build ready on most Unix-like operating systems, subject only to the availability of the GSL on the target platform. - \item The Dieharder code is both copyrighted and 100\% Gnu Public + \item The \die code is both copyrighted and 100\% Gnu Public Licensed -- anyone in the world can use it, resell it, modify it, or extend it -- as long as they obey the well-known terms of the license. \end{itemize} -As one can easily see, Dieharder has significantly extended the -parametric utility of the original Diehard program (and thereby -considerably increased its ability to discriminate marginal failures of -many of the tests). It has done so in a clean, easy to build, -publically licensed format that should encourage the further extension -of the Dieharder test suite. +As one can easily see, \die has significantly extended the parametric +utility of the original Diehard program (and thereby considerably +increased its ability to discriminate marginal failures of many of the +tests). It has done so in a clean, easy to build, publically licensed +format that should encourage the further extension of the \die test +suite. -Next, let us look at the modular program design of dieharder to see how +Next, let us look at the modular program design of \die to see how it works. -\section{Dieharder's Modular Test Structure} +\chapter{Dieharder's Modular Test Structure} Diehard's program organization is very simple. There is a toplevel program shell that parses the command line and initializes variables, @@ -911,9 +936,9 @@ \section{Dieharder's Modular Test Structure} benchmark on the one hand and as a starting point for the parametric exploration of specific tests afterwards. -A Dieharder test consists of three subroutines. These test are named -according to the scheme: -{\tt +A \die test consists of three subroutines. These test are named +according to the scheme: +{\tt \begin{verbatim} diehard\_birthday() diehard\_birthday\_test() @@ -980,7 +1005,7 @@ \section{Dieharder's Modular Test Structure} conveniently printed in the test header or when ``help'' for the test is invoked on the command line. -Dieharder provides a number of utility routines to make creating a test +\die provides a number of utility routines to make creating a test easier. If a test generates a single test statistic, a struct can be defined for the observed value, the expected value, and the standard deviation that can be passed to a routine that transforms it into a @@ -1030,7 +1055,7 @@ \section{Dieharder's Modular Test Structure} the tests are concerned but still fast enough that the computation will complete in an acceptable amount of time. -\section{Dieharder Extensions} +\chapter{Dieharder Extensions} As noted in the Introduction, Dieharder is intended to develop into a ``universal'' suite of RNG tests, providing a consistently controllable @@ -1067,7 +1092,7 @@ \section{Dieharder Extensions} statistical properties of a given RNG {\em systematically}. Right now it is {\em very difficult} to interpret the results of e.g. Diehard or many of the STS tests. If a RNG fails (say) the Birthdays test or the -Overlapping 5-Permutations test when pushed to it by increasing test +Overlapping 5-{}Permutations test when pushed to it by increasing test parameters, what does that say about the cryptographic strength of the generator? What does it say about the suitability of the RNG for gaming, for numerical simulation, to drive a state lottery system? @@ -1205,7 +1230,7 @@ \section{Dieharder Extensions} thus far implemented and to a discussion of new tests that are introduced to attempt to systematize and clarify what is being tested. -\subsection{STS Tests} +\section{STS Tests} While the program's design goals include having all of the STS tests incorporated into its general test launching and reporting framework, at @@ -1289,7 +1314,7 @@ \subsection{STS Tests} both} STS monobit and STS runs, but which are clearly part of a systematic series of tests of bitwise randomness. -\subsection{New Tests} +\section{New Tests} Three entirely new tests have been added to Dieharder. The first is a straightforward timing test that returns the number of random numbers a @@ -1423,7 +1448,7 @@ \subsection{New Tests} known would almost certainly fail the bit distribution test at an $n$ considerably less than 40, probably as low as 8. -\subsection{Future (Proposed or Planned) Tests} +\section{Future (Proposed or Planned) Tests} As noted above, eventually Dieharder should have {\em all} the STS and Diehard tests (where some effort may be expended making the the set @@ -1517,7 +1542,7 @@ \subsection{Future (Proposed or Planned) Tests} future that requires much more stringent tests of RNGs than are currently required or possible. -\section{Results for Selected Generators} +\chapter{Results for Selected Generators} The following are results from applying the full suite of tests to three generators selected from the ones prebuilt into the GSL -- a good @@ -1833,7 +1858,7 @@ \subsection{A Good Generator: mt19937\_1999} # PASSED at > 5%. #================================================================== -# Diehard Overlapping 5-Permutations Test. +# Diehard Overlapping 5-{}Permutations Test. # This is the OPERM5 test. It looks at a sequence of one mill- # ion 32-bit random integers. Each set of five consecutive # integers can be in one of 120 states, for the 5! possible or- @@ -1879,7 +1904,7 @@ \subsection{A Good Generator: mt19937\_1999} # | 0.1| 0.2| 0.3| 0.4| 0.5| 0.6| 0.7| 0.8| 0.9| 1.0| #================================================================== # Results -# Kuiper KS: p = 0.000000 for Diehard Overlapping 5-permutations Test +# Kuiper KS: p = 0.000000 for Diehard Overlapping 5-{}permutations Test # Assessment: # FAILED at < 0.01%. @@ -2424,7 +2449,8 @@ \subsection{A Good Generator: mt19937\_1999} # # This test ignores tsamples, and runs the usual default 100 # psamples to use in the final KS test. -#==================================================================# Run Details +#================================================================== +# Run Details # Random number generator tested: mt19937_1999 # Samples per test pvalue = 4000 (test default is 4000) # P-values in final KS test = 100 (test default is 100) @@ -2806,7 +2832,7 @@ \subsection{A Good Generator: mt19937\_1999} \end{verbatim} -\subsubsection{Comments} +\subsection{Comments} This is the output from what is generally considered a ``good'' RNG -- one that is often touted as passing Diehard. As one can see from the @@ -2847,7 +2873,7 @@ \subsubsection{Comments} test. Surprisingly, we find that the generator {\em unambiguously} fails the -Overlapping 5-Permutations test with the Dieharder defaults already! +Overlapping 5-{}Permutations test with the Dieharder defaults already! Note well that the original diehard test only produces {\em two} $p$-values, and there is a very good chance, of course, that at least one of those two will be well above the usual $p < 0.01$ criterion for @@ -2969,7 +2995,7 @@ \subsubsection{Comments} In summary, mt19937\_1999 does {\em not} pass all the Dieharder tests derived from Diehard tests, failing both the bitstream and the -overlapping 5-permutations test. In both cases the RNG produces +overlapping 5-{}permutations test. In both cases the RNG produces ``reasonable'' $p$-values quite a lot of the time (permitting one to conclude that the Diehard suite of tests were all ``passed'' by this RNG). However, Dieharder has revealed that those $p$-values were @@ -2989,7 +3015,7 @@ \subsubsection{Comments} So much for good RNGs. What about bad ones? -\subsection{A Bad Generator: randu} +\section{A Bad Generator: randu} Let us look now at an ``infamously bad'' random number generator, randu. randu is a linear congruential generator that is {\em so} bad that it @@ -3153,7 +3179,7 @@ \subsection{A Bad Generator: randu} # PASSED at > 5%. #================================================================== -# Diehard Overlapping 5-Permutations Test. +# Diehard Overlapping 5-{}Permutations Test. # This is the OPERM5 test. It looks at a sequence of one mill- # ion 32-bit random integers. Each set of five consecutive # integers can be in one of 120 states, for the 5! possible or- @@ -3199,7 +3225,7 @@ \subsection{A Bad Generator: randu} # | 0.1| 0.2| 0.3| 0.4| 0.5| 0.6| 0.7| 0.8| 0.9| 1.0| #================================================================== # Results -# Kuiper KS: p = 0.000000 for Diehard Overlapping 5-permutations Test +# Kuiper KS: p = 0.000000 for Diehard Overlapping 5-{}permutations Test # Assessment: # FAILED at < 0.01%. @@ -4176,7 +4202,7 @@ \subsection{A Bad Generator: randu} something like a state lottery. For all of that, randu is {\em not} the worst RNG in the GSL. Consider the following. -\subsection{An Ugly Generator: slatec} +\section{An Ugly Generator: slatec} slatec is the GSL encapsulation of the RAND function from the SLATEC Common Mathematical Library, still available from @@ -4349,7 +4375,7 @@ \subsection{An Ugly Generator: slatec} # FAILED at < 0.01%. #================================================================== -# Diehard Overlapping 5-Permutations Test. +# Diehard Overlapping 5-{}Permutations Test. # This is the OPERM5 test. It looks at a sequence of one mill- # ion 32-bit random integers. Each set of five consecutive # integers can be in one of 120 states, for the 5! possible or- @@ -4398,7 +4424,7 @@ \subsection{An Ugly Generator: slatec} # | 0.1| 0.2| 0.3| 0.4| 0.5| 0.6| 0.7| 0.8| 0.9| 1.0| #================================================================== # Results -# Kuiper KS: p = 0.000000 for Diehard Overlapping 5-permutations Test +# Kuiper KS: p = 0.000000 for Diehard Overlapping 5-{}permutations Test # Assessment: # FAILED at < 0.01%. @@ -4950,7 +4976,8 @@ \subsection{An Ugly Generator: slatec} # # This test ignores tsamples, and runs the usual default 100 # psamples to use in the final KS test. -#==================================================================# Run Details +#================================================================== +# Run Details # Random number generator tested: slatec # Samples per test pvalue = 4000 (test default is 4000) # P-values in final KS test = 100 (test default is 100) @@ -5358,30 +5385,29 @@ \subsection{An Ugly Generator: slatec} for any purpose} -- except, of course, demonstrating the unambiguous failure of an RNG test in Dieharder. -\section{Conclusions} - -The Dieharder results presented above show the practical utility of -adding controls to and generalizing RNG testing suites so that their -ability to discriminate failure of a RNG (rejection of the null -hypothesis) can be tuned to the needs of the user. Dieharder has also -showed the danger of treating the passing of any such suite of tests for -fixed values and {\em lacking} such controls as the defining property of -a ``good'' RNG. RNGs will all fail at least some tests for randomness -at some point because the sequences they produce are not, in fact, truly -random. However, a good RNG may have to be pushed {\em very hard} to -demonstrate a failure of randomness, and even when pushed may only fail -{\em some} tests. Indeed, at some point the validity of the tests -themselves may fail because of numerical problems other than the quality -of the RNG. - -Even in its infancy, Dieharder has proven to be a useful tool for -studying RNGs, and the encapsulation of RNGs that one might wish to -study in the tightly-integrated GSL promises to facilitate many projects -that study RNGs or wish to test library-based RNGs for suitability in -some numerical application. Because it is a fully GPL tool, both the -tool itself and all modifications of the tool that might be distributed -must be provided {\em with immediate access to the source} so that one -will never find oneself in the position of using a binary program as a +\chapter{Conclusions} + +The \die results presented above show the practical utility of adding +controls to and generalizing RNG testing suites so that their ability to +discriminate failure of a RNG (rejection of the null hypothesis) can be +tuned to the needs of the user. \die has also showed the danger of +treating the passing of any such suite of tests for fixed values and +{\em lacking} such controls as the defining property of a ``good'' RNG. +RNGs will all fail at least some tests for randomness at some point +because the sequences they produce are not, in fact, truly random. +However, a good RNG may have to be pushed {\em very hard} to demonstrate +a failure of randomness, and even when pushed may only fail {\em some} +tests. Indeed, at some point the validity of the tests themselves may +fail because of numerical problems other than the quality of the RNG. + +Even in its infancy, \die has proven to be a useful tool for studying +RNGs, and the encapsulation of RNGs that one might wish to study in the +tightly-integrated GSL promises to facilitate many projects that study +RNGs or wish to test library-based RNGs for suitability in some +numerical application. Because it is a fully GPL tool, both the tool +itself and all modifications of the tool that might be distributed must +be provided {\em with immediate access to the source} so that one will +never find oneself in the position of using a binary program as a ``black box'' and therefore uncertain as to whether some particular failure observed is due to a failure of the RNG or rather due to a bug in the program. Access to the code means that one can add input or @@ -5389,34 +5415,38 @@ \section{Conclusions} operation of any test. This can be very important; one might wish to be {\em certain} that a generator that is ``supposed'' to be random (perhaps one built on the basis of a quantum process believed to be -random on theoretical grounds) but that fails some Dieharder test indeed +random on theoretical grounds) but that fails some \die test indeed {\em does} fail that test. -Dieharder is indeed, though, in its infancy. Although all of the -Diehard tests are encapsulated, many STS tests and many tests suggested -by Knuth are not yet encapsulated. There is also no practical limit on -the number of ways one {\em can} test RNGs, and the availability of a -convenient and consistent interface for encapsulating new tests should, -it is hoped, encourange the development of altogether new ones. - -In addition, dieharder will eventually be given a graphical user -interface and the ability to execute tests on a cluster. These two -additions will both make the tool easier to play with and use and much -faster, so that more complex tests can be performed on longer sequences -of numbers. A graphical interface has additional advantages as well -- -many random number generators fail because they decompose into -hyperplanes in a high enough dimensionality. Although this can be -tested for numerically, it is certainly desireable to be able to -visualize it as well, and visualization may well reveal {\em new} -patterns of RNG failure that are {\em not} detected by any known tests. +\die is indeed, though, still regrettably incomplete. Although all of +the Diehard tests are encapsulated, many STS tests and many tests +suggested by Knuth are not yet encapsulated. There is also no practical +limit on the number of ways one {\em can} test RNGs, and the +availability of a convenient and consistent interface for encapsulating +new tests should, it is hoped, encourange the development of altogether +new ones. + +In addition, \die will eventually be given a graphical user interface +(likely inherited from $R$) and the ability to execute tests on a +cluster. These two additions will both make the tool easier to play +with and use and much faster, so that more complex tests can be +performed on longer sequences of numbers. A graphical interface has +additional advantages as well -- many random number generators fail +because they decompose into hyperplanes in a high enough dimensionality. +Although this can be tested for numerically, it is certainly desireable +to be able to visualize it as well, and visualization may well reveal +{\em new} patterns of RNG failure that are {\em not} detected by any +known tests. Numerically generated random numbers play an increasingly important role in many statistical applications from business and gaming through physics and mathematics. Sophisticated tests are thereby required to -validate RNGs for suitability in many different roles. Dieharder is a -good platform upon which to develop those tests, in addition to being a +validate RNGs for suitability in many different roles. \die is a good +platform upon which to develop those tests, in addition to being a pretty good set of tests already. +\input OPL.tex + \end{document} diff --git a/manual/dieharder.toc b/manual/dieharder.toc deleted file mode 100644 index e8d1d87..0000000 --- a/manual/dieharder.toc +++ /dev/null @@ -1,21 +0,0 @@ -\contentsline {section}{\numberline {1}Introduction}{3} -\contentsline {section}{\numberline {2}Testing Random Numbers}{9} -\contentsline {section}{\numberline {3}Evaluating $p$-values}{12} -\contentsline {subsection}{\numberline {3.1}Xtest -- A Single Expected Value}{12} -\contentsline {subsection}{\numberline {3.2}Vtest -- A Vector of Expected Values}{12} -\contentsline {subsection}{\numberline {3.3}Kuiper Kolmogorov-Smirnov Test}{15} -\contentsline {subsection}{\numberline {3.4}The Test Histogram}{16} -\contentsline {section}{\numberline {4}Diehard}{17} -\contentsline {subsection}{\numberline {4.1}The Original Diehard}{17} -\contentsline {subsection}{\numberline {4.2}The Dieharder Modifications}{19} -\contentsline {section}{\numberline {5}Dieharder's Modular Test Structure}{22} -\contentsline {section}{\numberline {6}Dieharder Extensions}{24} -\contentsline {subsection}{\numberline {6.1}STS Tests}{28} -\contentsline {subsection}{\numberline {6.2}New Tests}{30} -\contentsline {subsection}{\numberline {6.3}Future (Proposed or Planned) Tests}{33} -\contentsline {section}{\numberline {7}Results for Selected Generators}{35} -\contentsline {subsection}{\numberline {7.1}A Good Generator: mt19937\_1999}{35} -\contentsline {subsubsection}{\numberline {7.1.1}Comments}{69} -\contentsline {subsection}{\numberline {7.2}A Bad Generator: randu}{73} -\contentsline {subsection}{\numberline {7.3}An Ugly Generator: slatec}{104} -\contentsline {section}{\numberline {8}Conclusions}{134} diff --git a/manual/macros.tex b/manual/macros.tex index 8626414..a1a3058 100644 --- a/manual/macros.tex +++ b/manual/macros.tex @@ -10,41 +10,308 @@ % below, as it is nearly a one-stop-shop for references these days. % -\newcommand{\version}{2.24.2} +\newcommand{\version}{3.31.1} -% Yes, the manual (or the derived book) may one day need some math -% macros, as there is some HEAVY math underlying many of the tests. -\newcommand{\Vec}[1]{\mbox{\boldmath $#1$}} -\newcommand{\Hat}[1]{\hat{\mbox{\boldmath $#1$}}} +%======================================================================== +% These are some macros I find useful doing e.g. physics textbooks. +% Some just shorten typing -- it is much easier to +% type \be than \begin{equation}. Others encapsulate complex commands, +% such as commands that add dynamic links to wikipedia content (which is +% VERY USEFUL for online content! I'm quite proud of my "\wikinote{}" +% below, as it is nearly a one-stop-shop for references these days. +%======================================================================== +\newcommand{\mb}[1]{\mbox{\boldmath $#1$}} +\ifx \Vec \undefined +\newcommand{\Vec}[1]{\mbox{\boldmath $\vec{#1}$}} +\else +\renewcommand{\Vec}[1]{\mbox{\boldmath $\vec{#1}$}} +\fi +\newcommand{\sVec}[1]{\mbox{\scriptsize \boldmath $#1$}} +\newcommand{\Mat}[1]{\stackrel{\Leftrightarrow}{\mbox{\boldmath $#1$}}} +\ifx \Hat \undefined +\newcommand{\Hat}[1]{\mbox{\boldmath $\hat{#1}$}} +\else +\renewcommand{\Hat}[1]{\mbox{\boldmath $\hat{#1}$}} +\fi +\newcommand{\sHat}[1]{\hat{\mbox{\scriptsize \boldmath $#1$}}} +\newcommand{\deriv}[2]{\frac{d #1}{d #2}} +\newcommand{\ddt}[1]{\frac{d #1}{dt}} +\newcommand{\dderiv}[2]{\frac{d^2 #1}{d #2^2}} +\newcommand{\ddtsq}[1]{\frac{d^2 #1}{d t^2}} \newcommand{\partialdiv}[2]{\frac{\partial #1}{\partial #2}} \newcommand{\ppartialdiv}[2]{\frac{\partial^2 #1}{\partial #2^2}} -\newcommand{\del}{{\bf \Vec{\nabla}}} +\newcommand{\del}{\Vec{\nabla}} +\newcommand{\grad}{\Vec{\nabla}} \newcommand{\deldot}{\del \cdot} \newcommand{\curl}{\del \times} \newcommand{\lapl}{\nabla^2} \newcommand{\vsh}[2]{\Vec{Y}_{#1}^{#2}} \newcommand{\abs}[1]{\left| #1 \right|} \newcommand{\RE}{\rm I \hspace{-.180em} R} + \newcommand{\be}{ \begin{equation} } \newcommand{\ee}{ \end{equation} } + \newcommand{\bea}{ \begin{eqnarray} } \newcommand{\eea}{ \end{eqnarray} } -\newcommand{\bi}{ \begin{itemize} } -\newcommand{\ei}{ \end{itemize} } + +\newcommand{\ba}{\begin{array}} +\newcommand{\ea}{\end{array}} + \newcommand{\ben}{ \begin{enumerate} } \newcommand{\een}{ \end{enumerate} } + +\newcommand{\bit}{ \begin{itemize} } +\newcommand{\eit}{ \end{itemize} } + \newcommand{\bv}{ \begin{verbatim} } % one cannot end verbatim with a macro, as the macro % is interpreted as verbatim text, duh... -\newcommand{\pagefill}{\vspace*{\fill} \newpage \vspace*{\fill}} -\renewcommand{\deg}{^{\circ}} - -% Clever link macros... -\usepackage{url} - -\newcommand{\link}[2]{\url{#1}{#2}} -\newcommand{\GIYF}{\url{GIYF}{http://www.google.com}} -\newcommand{\WIYF}{\url{WIYF}{http://www.wikipedia.org}} -\newcommand{\MWIYF}{\url{MWIYF}{http://mathworld.wolfram.com}} -\newcommand{\wikinote}[2]{\footnote{Wikipedia: \url{http://www.wikipedia.org/wiki/#1.}{http://www.wikipedia.org/wiki/#1} #2}} -\newcommand{\googlenote}[2]{\footnote{GIYF: \url{#1 }{http://www.google.com/search?hl=en&lr=&q=#1&btnG=Search} #2}} + +% Here's a useful one for the Dieharder book: +\newcommand{\die}{\emph{Dieharder}\ } + +\newcommand{\spade}{\framebox{$\spadesuit$}} +\newcommand{\heart}{\framebox{$\heartsuit$}} +\renewcommand{\diamond}{\framebox{$\diamondsuit$}} +\newcommand{\club}{\framebox{$\clubsuit$}} +\newcommand{\notrump}{\framebox{\rule[2.75mm]{0cm}{0cm}\rule[-0.5mm]{0cm}{0cm}\ \ }} +\newcommand{\half}{\frac{1}{2}} +\newcommand{\tot}{ {\rm tot} } + +\newcommand{\link}[2]{\htmladdnormallink{#1}{#2}} +\newcommand{\wikilink}[1]{Wikipedia: \htmladdnormallink{http://www.wikipedia.org/wiki/#1}{http://www.wikipedia.org/wiki/#1}} +\newcommand{\GIYF}{ \htmladdnormallink{GIYF}{http://www.google.com} } +\newcommand{\WIYF}{\htmladdnormallink{WIYF}{http://www.wikipedia.org} } +\newcommand{\MWIYF}{\htmladdnormallink{MWIYF}{http://mathworld.wolfram.com}} +\newcommand{\webnote}[2]{\footnote{Internet: \htmladdnormallink{#1 }{#1 } #2}} +\newcommand{\wikinote}[2]{\footnote{Wikipedia: \htmladdnormallink{http://www.wikipedia.org/wiki/#1.}{http://www.wikipedia.org/wiki/#1} #2} } +\newcommand{\googlenote}[2]{\footnote{GIYF: \htmladdnormallink{#1 }{http://www.google.com/search?hl=en&lr=&q=#1&btnG=Search} #2} } + +% Really I should just go ahead and define a bloody alphabet of the +% defs below... +\newcommand{\vbeta}{\Vec{\beta}} +\newcommand{\vA}{\Vec{A}} +\newcommand{\vB}{\Vec{B}} +\newcommand{\vC}{\Vec{C}} +\newcommand{\vD}{\Vec{D}} +\newcommand{\vE}{\Vec{E}} +\newcommand{\vF}{\Vec{F}} +\newcommand{\vG}{\Vec{G}} +\newcommand{\vH}{\Vec{H}} +\newcommand{\vI}{\Vec{I}} +\newcommand{\vJ}{\Vec{J}} +\newcommand{\vL}{\Vec{L}} +\newcommand{\vM}{\Vec{M}} +\newcommand{\vN}{\Vec{N}} +\newcommand{\vO}{\Vec{O}} +\newcommand{\vP}{\Vec{P}} +\newcommand{\vQ}{\Vec{Q}} +\newcommand{\vR}{\Vec{R}} +\newcommand{\vS}{\Vec{S}} +\newcommand{\vT}{\Vec{T}} +\newcommand{\vU}{\Vec{U}} +\newcommand{\vV}{\Vec{V}} +\newcommand{\vW}{\Vec{W}} +\newcommand{\vX}{\Vec{X}} +\newcommand{\vY}{\Vec{Y}} +\newcommand{\vZ}{\Vec{Y}} + +\newcommand{\va}{\Vec{a}} +\newcommand{\vb}{\Vec{b}} +\newcommand{\vc}{\Vec{c}} +\newcommand{\vd}{\Vec{d}} +\newcommand{\ve}{\Vec{e}} +\newcommand{\vf}{\Vec{f}} +\newcommand{\vg}{\Vec{g}} +\newcommand{\vh}{\Vec{h}} +\newcommand{\vi}{\Vec{i}} +\newcommand{\vj}{\Vec{j}} +\newcommand{\vk}{\Vec{k}} +\newcommand{\vl}{\Vec{l}} +\newcommand{\vm}{\Vec{m}} +\newcommand{\vn}{\Vec{n}} +\newcommand{\vo}{\Vec{o}} +\newcommand{\vp}{\Vec{p}} +\newcommand{\vq}{\Vec{q}} +\newcommand{\vr}{\Vec{r}} +\newcommand{\vs}{\Vec{s}} +\newcommand{\vt}{\Vec{t}} +\newcommand{\vu}{\Vec{u}} +\newcommand{\vv}{\Vec{v}} +\newcommand{\vx}{\Vec{x}} +\newcommand{\vy}{\Vec{y}} +\newcommand{\vz}{\Vec{z}} + +\newcommand{\vell}{\Vec{\ell}} +\newcommand{\valpha}{\Vec{\alpha}} +\newcommand{\vtau}{\Vec{\tau}} +\newcommand{\vomega}{\Vec{\omega}} +\newcommand{\vOmega}{\Vec{\Omega}} + +\newcommand{\ha}{\Hat{a}} +\newcommand{\hb}{\Hat{b}} +\newcommand{\hc}{\Hat{c}} +\newcommand{\hd}{\Hat{d}} +% \newcommand{\he}{\Hat{e}} +\newcommand{\hf}{\Hat{f}} +\newcommand{\hg}{\Hat{g}} +\newcommand{\hh}{\Hat{h}} +\newcommand{\hi}{\Hat{i}} +\newcommand{\hj}{\Hat{j}} +\newcommand{\hk}{\Hat{k}} +\newcommand{\hl}{\Hat{l}} +\newcommand{\hm}{\Hat{m}} +\newcommand{\hn}{\Hat{n}} +\newcommand{\ho}{\Hat{o}} +\newcommand{\hp}{\Hat{p}} +\newcommand{\hq}{\Hat{q}} +\newcommand{\hr}{\Hat{r}} +\newcommand{\hs}{\Hat{s}} +\newcommand{\hT}{\Hat{t}} +\newcommand{\hu}{\Hat{u}} +\newcommand{\hv}{\Hat{v}} +\newcommand{\hw}{\Hat{w}} +\newcommand{\hx}{\Hat{x}} +\newcommand{\hy}{\Hat{y}} +\newcommand{\hz}{\Hat{z}} + +\newcommand{\he}{\Hat{\epsilon}} +\newcommand{\htheta}{\Hat{\Theta}} +\newcommand{\hphi}{\Hat{\phi}} + +\newcommand{\bx}{\bar{x}} + +\newcommand{\Z}{\sqrt{ \frac{\mu_0}{\epsilon_0} }} +\newcommand{\Ylm}{Y_{\ell m}} +\newcommand{\YL}{Y_L} + +\newcounter{short} +\newcommand{\shortproblem}[1]{ + + \stepcounter{short} + % \addcontentsline{toc}{subsection}{Short Problem \arabic{short}} + \vspace{1cm} + {\noindent \bf Short Problem \arabic{short}.} + \vspace{0.2cm} +\\ + {\noindent #1} + +} + +\newcounter{true} +\newcommand{\truefact}[1]{ + + \stepcounter{true} + % \addcontentsline{toc}{subsection}{True Fact \arabic{true}} + \vspace{1cm} + {\noindent \bf True Fact \arabic{true}.} + \vspace{0.2cm} +\\ + {\noindent #1} + +} + +% OLD shortproblem with minipage, which seems to block putting +% figures inside... +% \newcommand{\shortproblem}[1]{ +% +% \stepcounter{short} +% \addcontentsline{toc}{subsection}{Short Problem \arabic{short}} +% \vfill +% \noindent +% \begin{minipage}[c]{6in} +% \vspace{0.2cm} +% {\noindent \bf Short Problem \arabic{short}.} +% \vspace{0.2cm} +% +% \noindent {#1} +% \end{minipage} +% \vfill +% +% } + +\newcounter{hwcnt} +\newcommand{\homework}[1]{ + + \stepcounter{hwcnt} + \vspace{1.0cm} + {\noindent \bf Problem \arabic{hwcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{probcnt} +\newcommand{\problem}[1]{ + + \stepcounter{probcnt} + \vspace{1.0cm} + {\noindent \bf Problem \arabic{probcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{quescnt} +\newcommand{\question}[1]{ + + \stepcounter{quescnt} + \vspace{1.0cm} + {\noindent \bf Question \arabic{quescnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{testprobcnt} +\newcommand{\testproblem}[2]{ + + \stepcounter{testprobcnt} + \vspace{1.0cm} + \noindent \textbf{Problem \arabic{testprobcnt}.}\quad({#1} points) + \vspace{0.2cm} + + \noindent {#2} + +} + +\newcommand{\ahomework}[1]{ + + \stepcounter{hwcnt} + \vspace{1.0cm} + {\noindent \bf * Problem \arabic{hwcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{hardcnt} +\newcommand{\hardproblem}[1]{ + + \stepcounter{hardcnt} + \addcontentsline{toc}{subsection}{Essential Problem \arabic{week}.\arabic{hardcnt}} + \vspace{1.0cm} + {\noindent \bf Essential Problem \arabic{week}.\arabic{hardcnt}.} + \vspace{0.2cm} + + \noindent {#1} + \newpage + +} + + +\newcommand{\week}[1]{ + + \stepcounter{chapter} + \addcontentsline{toc}{chapter}{Week \arabic{chapter}: #1} + \markboth{Week \arabic{chapter}: #1}{Week \arabic{chapter}: #1} + \chapter*{Week \arabic{chapter}: #1} + +} + + diff --git a/manual/macros.tex.in b/manual/macros.tex.in index 5a3ca5f..aea16e0 100644 --- a/manual/macros.tex.in +++ b/manual/macros.tex.in @@ -12,39 +12,306 @@ \newcommand{\version}{@VERSION@} -% Yes, the manual (or the derived book) may one day need some math -% macros, as there is some HEAVY math underlying many of the tests. -\newcommand{\Vec}[1]{\mbox{\boldmath $#1$}} -\newcommand{\Hat}[1]{\hat{\mbox{\boldmath $#1$}}} +%======================================================================== +% These are some macros I find useful doing e.g. physics textbooks. +% Some just shorten typing -- it is much easier to +% type \be than \begin{equation}. Others encapsulate complex commands, +% such as commands that add dynamic links to wikipedia content (which is +% VERY USEFUL for online content! I'm quite proud of my "\wikinote{}" +% below, as it is nearly a one-stop-shop for references these days. +%======================================================================== +\newcommand{\mb}[1]{\mbox{\boldmath $#1$}} +\ifx \Vec \undefined +\newcommand{\Vec}[1]{\mbox{\boldmath $\vec{#1}$}} +\else +\renewcommand{\Vec}[1]{\mbox{\boldmath $\vec{#1}$}} +\fi +\newcommand{\sVec}[1]{\mbox{\scriptsize \boldmath $#1$}} +\newcommand{\Mat}[1]{\stackrel{\Leftrightarrow}{\mbox{\boldmath $#1$}}} +\ifx \Hat \undefined +\newcommand{\Hat}[1]{\mbox{\boldmath $\hat{#1}$}} +\else +\renewcommand{\Hat}[1]{\mbox{\boldmath $\hat{#1}$}} +\fi +\newcommand{\sHat}[1]{\hat{\mbox{\scriptsize \boldmath $#1$}}} +\newcommand{\deriv}[2]{\frac{d #1}{d #2}} +\newcommand{\ddt}[1]{\frac{d #1}{dt}} +\newcommand{\dderiv}[2]{\frac{d^2 #1}{d #2^2}} +\newcommand{\ddtsq}[1]{\frac{d^2 #1}{d t^2}} \newcommand{\partialdiv}[2]{\frac{\partial #1}{\partial #2}} \newcommand{\ppartialdiv}[2]{\frac{\partial^2 #1}{\partial #2^2}} -\newcommand{\del}{{\bf \Vec{\nabla}}} +\newcommand{\del}{\Vec{\nabla}} +\newcommand{\grad}{\Vec{\nabla}} \newcommand{\deldot}{\del \cdot} \newcommand{\curl}{\del \times} \newcommand{\lapl}{\nabla^2} \newcommand{\vsh}[2]{\Vec{Y}_{#1}^{#2}} \newcommand{\abs}[1]{\left| #1 \right|} \newcommand{\RE}{\rm I \hspace{-.180em} R} + \newcommand{\be}{ \begin{equation} } \newcommand{\ee}{ \end{equation} } + \newcommand{\bea}{ \begin{eqnarray} } \newcommand{\eea}{ \end{eqnarray} } -\newcommand{\bi}{ \begin{itemize} } -\newcommand{\ei}{ \end{itemize} } + +\newcommand{\ba}{\begin{array}} +\newcommand{\ea}{\end{array}} + \newcommand{\ben}{ \begin{enumerate} } \newcommand{\een}{ \end{enumerate} } + +\newcommand{\bit}{ \begin{itemize} } +\newcommand{\eit}{ \end{itemize} } + \newcommand{\bv}{ \begin{verbatim} } % one cannot end verbatim with a macro, as the macro % is interpreted as verbatim text, duh... -\newcommand{\pagefill}{\vspace*{\fill} \newpage \vspace*{\fill}} -\renewcommand{\deg}{^{\circ}} - -% Clever link macros... -\usepackage{url} - -\newcommand{\link}[2]{\url{#1}{#2}} -\newcommand{\GIYF}{\url{GIYF}{http://www.google.com}} -\newcommand{\WIYF}{\url{WIYF}{http://www.wikipedia.org}} -\newcommand{\MWIYF}{\url{MWIYF}{http://mathworld.wolfram.com}} -\newcommand{\wikinote}[2]{\footnote{Wikipedia: \url{http://www.wikipedia.org/wiki/#1.}{http://www.wikipedia.org/wiki/#1} #2}} -\newcommand{\googlenote}[2]{\footnote{GIYF: \url{#1 }{http://www.google.com/search?hl=en&lr=&q=#1&btnG=Search} #2}} + +% Here's a useful one for the Dieharder book: +\newcommand{\die}{\emph{Dieharder}\ } + +\newcommand{\spade}{\framebox{$\spadesuit$}} +\newcommand{\heart}{\framebox{$\heartsuit$}} +\renewcommand{\diamond}{\framebox{$\diamondsuit$}} +\newcommand{\club}{\framebox{$\clubsuit$}} +\newcommand{\notrump}{\framebox{\rule[2.75mm]{0cm}{0cm}\rule[-0.5mm]{0cm}{0cm}\ \ }} +\newcommand{\half}{\frac{1}{2}} +\newcommand{\tot}{ {\rm tot} } + +\newcommand{\link}[2]{\htmladdnormallink{#1}{#2}} +\newcommand{\wikilink}[1]{Wikipedia: \htmladdnormallink{http://www.wikipedia.org/wiki/#1}{http://www.wikipedia.org/wiki/#1}} +\newcommand{\GIYF}{ \htmladdnormallink{GIYF}{http://www.google.com} } +\newcommand{\WIYF}{\htmladdnormallink{WIYF}{http://www.wikipedia.org} } +\newcommand{\MWIYF}{\htmladdnormallink{MWIYF}{http://mathworld.wolfram.com}} +\newcommand{\webnote}[2]{\footnote{Internet: \htmladdnormallink{#1 }{#1 } #2}} +\newcommand{\wikinote}[2]{\footnote{Wikipedia: \htmladdnormallink{http://www.wikipedia.org/wiki/#1.}{http://www.wikipedia.org/wiki/#1} #2} } +\newcommand{\googlenote}[2]{\footnote{GIYF: \htmladdnormallink{#1 }{http://www.google.com/search?hl=en&lr=&q=#1&btnG=Search} #2} } + +% Really I should just go ahead and define a bloody alphabet of the +% defs below... +\newcommand{\vbeta}{\Vec{\beta}} +\newcommand{\vA}{\Vec{A}} +\newcommand{\vB}{\Vec{B}} +\newcommand{\vC}{\Vec{C}} +\newcommand{\vD}{\Vec{D}} +\newcommand{\vE}{\Vec{E}} +\newcommand{\vF}{\Vec{F}} +\newcommand{\vG}{\Vec{G}} +\newcommand{\vH}{\Vec{H}} +\newcommand{\vI}{\Vec{I}} +\newcommand{\vJ}{\Vec{J}} +\newcommand{\vL}{\Vec{L}} +\newcommand{\vM}{\Vec{M}} +\newcommand{\vN}{\Vec{N}} +\newcommand{\vO}{\Vec{O}} +\newcommand{\vP}{\Vec{P}} +\newcommand{\vQ}{\Vec{Q}} +\newcommand{\vR}{\Vec{R}} +\newcommand{\vS}{\Vec{S}} +\newcommand{\vT}{\Vec{T}} +\newcommand{\vU}{\Vec{U}} +\newcommand{\vV}{\Vec{V}} +\newcommand{\vW}{\Vec{W}} +\newcommand{\vX}{\Vec{X}} +\newcommand{\vY}{\Vec{Y}} +\newcommand{\vZ}{\Vec{Y}} + +\newcommand{\va}{\Vec{a}} +\newcommand{\vb}{\Vec{b}} +\newcommand{\vc}{\Vec{c}} +\newcommand{\vd}{\Vec{d}} +\newcommand{\ve}{\Vec{e}} +\newcommand{\vf}{\Vec{f}} +\newcommand{\vg}{\Vec{g}} +\newcommand{\vh}{\Vec{h}} +\newcommand{\vi}{\Vec{i}} +\newcommand{\vj}{\Vec{j}} +\newcommand{\vk}{\Vec{k}} +\newcommand{\vl}{\Vec{l}} +\newcommand{\vm}{\Vec{m}} +\newcommand{\vn}{\Vec{n}} +\newcommand{\vo}{\Vec{o}} +\newcommand{\vp}{\Vec{p}} +\newcommand{\vq}{\Vec{q}} +\newcommand{\vr}{\Vec{r}} +\newcommand{\vs}{\Vec{s}} +\newcommand{\vt}{\Vec{t}} +\newcommand{\vu}{\Vec{u}} +\newcommand{\vv}{\Vec{v}} +\newcommand{\vx}{\Vec{x}} +\newcommand{\vy}{\Vec{y}} +\newcommand{\vz}{\Vec{z}} + +\newcommand{\vell}{\Vec{\ell}} +\newcommand{\valpha}{\Vec{\alpha}} +\newcommand{\vtau}{\Vec{\tau}} +\newcommand{\vomega}{\Vec{\omega}} +\newcommand{\vOmega}{\Vec{\Omega}} + +\newcommand{\ha}{\Hat{a}} +\newcommand{\hb}{\Hat{b}} +\newcommand{\hc}{\Hat{c}} +\newcommand{\hd}{\Hat{d}} +% \newcommand{\he}{\Hat{e}} +\newcommand{\hf}{\Hat{f}} +\newcommand{\hg}{\Hat{g}} +\newcommand{\hh}{\Hat{h}} +\newcommand{\hi}{\Hat{i}} +\newcommand{\hj}{\Hat{j}} +\newcommand{\hk}{\Hat{k}} +\newcommand{\hl}{\Hat{l}} +\newcommand{\hm}{\Hat{m}} +\newcommand{\hn}{\Hat{n}} +\newcommand{\ho}{\Hat{o}} +\newcommand{\hp}{\Hat{p}} +\newcommand{\hq}{\Hat{q}} +\newcommand{\hr}{\Hat{r}} +\newcommand{\hs}{\Hat{s}} +\newcommand{\hT}{\Hat{t}} +\newcommand{\hu}{\Hat{u}} +\newcommand{\hv}{\Hat{v}} +\newcommand{\hw}{\Hat{w}} +\newcommand{\hx}{\Hat{x}} +\newcommand{\hy}{\Hat{y}} +\newcommand{\hz}{\Hat{z}} + +\newcommand{\he}{\Hat{\epsilon}} +\newcommand{\htheta}{\Hat{\Theta}} +\newcommand{\hphi}{\Hat{\phi}} + +\newcommand{\bx}{\bar{x}} + +\newcommand{\Z}{\sqrt{ \frac{\mu_0}{\epsilon_0} }} +\newcommand{\Ylm}{Y_{\ell m}} +\newcommand{\YL}{Y_L} + +\newcounter{short} +\newcommand{\shortproblem}[1]{ + + \stepcounter{short} + % \addcontentsline{toc}{subsection}{Short Problem \arabic{short}} + \vspace{1cm} + {\noindent \bf Short Problem \arabic{short}.} + \vspace{0.2cm} +\\ + {\noindent #1} + +} + +\newcounter{true} +\newcommand{\truefact}[1]{ + + \stepcounter{true} + % \addcontentsline{toc}{subsection}{True Fact \arabic{true}} + \vspace{1cm} + {\noindent \bf True Fact \arabic{true}.} + \vspace{0.2cm} +\\ + {\noindent #1} + +} + +% OLD shortproblem with minipage, which seems to block putting +% figures inside... +% \newcommand{\shortproblem}[1]{ +% +% \stepcounter{short} +% \addcontentsline{toc}{subsection}{Short Problem \arabic{short}} +% \vfill +% \noindent +% \begin{minipage}[c]{6in} +% \vspace{0.2cm} +% {\noindent \bf Short Problem \arabic{short}.} +% \vspace{0.2cm} +% +% \noindent {#1} +% \end{minipage} +% \vfill +% +% } + +\newcounter{hwcnt} +\newcommand{\homework}[1]{ + + \stepcounter{hwcnt} + \vspace{1.0cm} + {\noindent \bf Problem \arabic{hwcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{probcnt} +\newcommand{\problem}[1]{ + + \stepcounter{probcnt} + \vspace{1.0cm} + {\noindent \bf Problem \arabic{probcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{quescnt} +\newcommand{\question}[1]{ + + \stepcounter{quescnt} + \vspace{1.0cm} + {\noindent \bf Question \arabic{quescnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{testprobcnt} +\newcommand{\testproblem}[2]{ + + \stepcounter{testprobcnt} + \vspace{1.0cm} + \noindent \textbf{Problem \arabic{testprobcnt}.}\quad({#1} points) + \vspace{0.2cm} + + \noindent {#2} + +} + +\newcommand{\ahomework}[1]{ + + \stepcounter{hwcnt} + \vspace{1.0cm} + {\noindent \bf * Problem \arabic{hwcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{hardcnt} +\newcommand{\hardproblem}[1]{ + + \stepcounter{hardcnt} + \addcontentsline{toc}{subsection}{Essential Problem \arabic{week}.\arabic{hardcnt}} + \vspace{1.0cm} + {\noindent \bf Essential Problem \arabic{week}.\arabic{hardcnt}.} + \vspace{0.2cm} + + \noindent {#1} + \newpage + +} + + +\newcommand{\week}[1]{ + + \stepcounter{chapter} + \addcontentsline{toc}{chapter}{Week \arabic{chapter}: #1} + \markboth{Week \arabic{chapter}: #1}{Week \arabic{chapter}: #1} + \chapter*{Week \arabic{chapter}: #1} + +} + + diff --git a/manual/rgbmacros.tex b/manual/rgbmacros.tex new file mode 100644 index 0000000..f09ce6b --- /dev/null +++ b/manual/rgbmacros.tex @@ -0,0 +1,303 @@ +%======================================================================== +% These are some macros I find useful doing e.g. physics textbooks. +% Some just shorten typing -- it is much easier to +% type \be than \begin{equation}. Others encapsulate complex commands, +% such as commands that add dynamic links to wikipedia content (which is +% VERY USEFUL for online content! I'm quite proud of my "\wikinote{}" +% below, as it is nearly a one-stop-shop for references these days. +%======================================================================== +\newcommand{\mb}[1]{\mbox{\boldmath $#1$}} +\ifx \Vec \undefined +\newcommand{\Vec}[1]{\mbox{\boldmath $\vec{#1}$}} +\else +\renewcommand{\Vec}[1]{\mbox{\boldmath $\vec{#1}$}} +\fi +\newcommand{\sVec}[1]{\mbox{\scriptsize \boldmath $#1$}} +\newcommand{\Mat}[1]{\stackrel{\Leftrightarrow}{\mbox{\boldmath $#1$}}} +\ifx \Hat \undefined +\newcommand{\Hat}[1]{\mbox{\boldmath $\hat{#1}$}} +\else +\renewcommand{\Hat}[1]{\mbox{\boldmath $\hat{#1}$}} +\fi +\newcommand{\sHat}[1]{\hat{\mbox{\scriptsize \boldmath $#1$}}} +\newcommand{\deriv}[2]{\frac{d #1}{d #2}} +\newcommand{\ddt}[1]{\frac{d #1}{dt}} +\newcommand{\dderiv}[2]{\frac{d^2 #1}{d #2^2}} +\newcommand{\ddtsq}[1]{\frac{d^2 #1}{d t^2}} +\newcommand{\partialdiv}[2]{\frac{\partial #1}{\partial #2}} +\newcommand{\ppartialdiv}[2]{\frac{\partial^2 #1}{\partial #2^2}} +\newcommand{\del}{\Vec{\nabla}} +\newcommand{\grad}{\Vec{\nabla}} +\newcommand{\deldot}{\del \cdot} +\newcommand{\curl}{\del \times} +\newcommand{\lapl}{\nabla^2} +\newcommand{\vsh}[2]{\Vec{Y}_{#1}^{#2}} +\newcommand{\abs}[1]{\left| #1 \right|} +\newcommand{\RE}{\rm I \hspace{-.180em} R} + +\newcommand{\be}{ \begin{equation} } +\newcommand{\ee}{ \end{equation} } + +\newcommand{\bea}{ \begin{eqnarray} } +\newcommand{\eea}{ \end{eqnarray} } + +\newcommand{\ba}{\begin{array}} +\newcommand{\ea}{\end{array}} + +\newcommand{\ben}{ \begin{enumerate} } +\newcommand{\een}{ \end{enumerate} } + +\newcommand{\bit}{ \begin{itemize} } +\newcommand{\eit}{ \end{itemize} } + +\newcommand{\bv}{ \begin{verbatim} } +% one cannot end verbatim with a macro, as the macro +% is interpreted as verbatim text, duh... + +% Here's a useful one for the Dieharder book: +\newcommand{\die}{\emph{Dieharder}\ } + +\newcommand{\spade}{\framebox{$\spadesuit$}} +\newcommand{\heart}{\framebox{$\heartsuit$}} +\renewcommand{\diamond}{\framebox{$\diamondsuit$}} +\newcommand{\club}{\framebox{$\clubsuit$}} +\newcommand{\notrump}{\framebox{\rule[2.75mm]{0cm}{0cm}\rule[-0.5mm]{0cm}{0cm}\ \ }} +\newcommand{\half}{\frac{1}{2}} +\newcommand{\tot}{ {\rm tot} } + +\newcommand{\link}[2]{\htmladdnormallink{#1}{#2}} +\newcommand{\wikilink}[1]{Wikipedia: \htmladdnormallink{http://www.wikipedia.org/wiki/#1}{http://www.wikipedia.org/wiki/#1}} +\newcommand{\GIYF}{ \htmladdnormallink{GIYF}{http://www.google.com} } +\newcommand{\WIYF}{\htmladdnormallink{WIYF}{http://www.wikipedia.org} } +\newcommand{\MWIYF}{\htmladdnormallink{MWIYF}{http://mathworld.wolfram.com}} +\newcommand{\webnote}[2]{\footnote{Internet: \htmladdnormallink{#1 }{#1 } #2}} +\newcommand{\wikinote}[2]{\footnote{Wikipedia: \htmladdnormallink{http://www.wikipedia.org/wiki/#1.}{http://www.wikipedia.org/wiki/#1} #2} } +\newcommand{\googlenote}[2]{\footnote{GIYF: \htmladdnormallink{#1 }{http://www.google.com/search?hl=en&lr=&q=#1&btnG=Search} #2} } + +% Really I should just go ahead and define a bloody alphabet of the +% defs below... +\newcommand{\vbeta}{\Vec{\beta}} +\newcommand{\vA}{\Vec{A}} +\newcommand{\vB}{\Vec{B}} +\newcommand{\vC}{\Vec{C}} +\newcommand{\vD}{\Vec{D}} +\newcommand{\vE}{\Vec{E}} +\newcommand{\vF}{\Vec{F}} +\newcommand{\vG}{\Vec{G}} +\newcommand{\vH}{\Vec{H}} +\newcommand{\vI}{\Vec{I}} +\newcommand{\vJ}{\Vec{J}} +\newcommand{\vL}{\Vec{L}} +\newcommand{\vM}{\Vec{M}} +\newcommand{\vN}{\Vec{N}} +\newcommand{\vO}{\Vec{O}} +\newcommand{\vP}{\Vec{P}} +\newcommand{\vQ}{\Vec{Q}} +\newcommand{\vR}{\Vec{R}} +\newcommand{\vS}{\Vec{S}} +\newcommand{\vT}{\Vec{T}} +\newcommand{\vU}{\Vec{U}} +\newcommand{\vV}{\Vec{V}} +\newcommand{\vW}{\Vec{W}} +\newcommand{\vX}{\Vec{X}} +\newcommand{\vY}{\Vec{Y}} +\newcommand{\vZ}{\Vec{Y}} + +\newcommand{\va}{\Vec{a}} +\newcommand{\vb}{\Vec{b}} +\newcommand{\vc}{\Vec{c}} +\newcommand{\vd}{\Vec{d}} +\newcommand{\ve}{\Vec{e}} +\newcommand{\vf}{\Vec{f}} +\newcommand{\vg}{\Vec{g}} +\newcommand{\vh}{\Vec{h}} +\newcommand{\vi}{\Vec{i}} +\newcommand{\vj}{\Vec{j}} +\newcommand{\vk}{\Vec{k}} +\newcommand{\vl}{\Vec{l}} +\newcommand{\vm}{\Vec{m}} +\newcommand{\vn}{\Vec{n}} +\newcommand{\vo}{\Vec{o}} +\newcommand{\vp}{\Vec{p}} +\newcommand{\vq}{\Vec{q}} +\newcommand{\vr}{\Vec{r}} +\newcommand{\vs}{\Vec{s}} +\newcommand{\vt}{\Vec{t}} +\newcommand{\vu}{\Vec{u}} +\newcommand{\vv}{\Vec{v}} +\newcommand{\vx}{\Vec{x}} +\newcommand{\vy}{\Vec{y}} +\newcommand{\vz}{\Vec{z}} + +\newcommand{\vell}{\Vec{\ell}} +\newcommand{\valpha}{\Vec{\alpha}} +\newcommand{\vtau}{\Vec{\tau}} +\newcommand{\vomega}{\Vec{\omega}} +\newcommand{\vOmega}{\Vec{\Omega}} + +\newcommand{\ha}{\Hat{a}} +\newcommand{\hb}{\Hat{b}} +\newcommand{\hc}{\Hat{c}} +\newcommand{\hd}{\Hat{d}} +% \newcommand{\he}{\Hat{e}} +\newcommand{\hf}{\Hat{f}} +\newcommand{\hg}{\Hat{g}} +\newcommand{\hh}{\Hat{h}} +\newcommand{\hi}{\Hat{i}} +\newcommand{\hj}{\Hat{j}} +\newcommand{\hk}{\Hat{k}} +\newcommand{\hl}{\Hat{l}} +\newcommand{\hm}{\Hat{m}} +\newcommand{\hn}{\Hat{n}} +\newcommand{\ho}{\Hat{o}} +\newcommand{\hp}{\Hat{p}} +\newcommand{\hq}{\Hat{q}} +\newcommand{\hr}{\Hat{r}} +\newcommand{\hs}{\Hat{s}} +\newcommand{\hT}{\Hat{t}} +\newcommand{\hu}{\Hat{u}} +\newcommand{\hv}{\Hat{v}} +\newcommand{\hw}{\Hat{w}} +\newcommand{\hx}{\Hat{x}} +\newcommand{\hy}{\Hat{y}} +\newcommand{\hz}{\Hat{z}} + +\newcommand{\he}{\Hat{\epsilon}} +\newcommand{\htheta}{\Hat{\Theta}} +\newcommand{\hphi}{\Hat{\phi}} + +\newcommand{\bx}{\bar{x}} + +\newcommand{\Z}{\sqrt{ \frac{\mu_0}{\epsilon_0} }} +\newcommand{\Ylm}{Y_{\ell m}} +\newcommand{\YL}{Y_L} + +\newcounter{short} +\newcommand{\shortproblem}[1]{ + + \stepcounter{short} + % \addcontentsline{toc}{subsection}{Short Problem \arabic{short}} + \vspace{1cm} + {\noindent \bf Short Problem \arabic{short}.} + \vspace{0.2cm} +\\ + {\noindent #1} + +} + +\newcounter{true} +\newcommand{\truefact}[1]{ + + \stepcounter{true} + % \addcontentsline{toc}{subsection}{True Fact \arabic{true}} + \vspace{1cm} + {\noindent \bf True Fact \arabic{true}.} + \vspace{0.2cm} +\\ + {\noindent #1} + +} + +% OLD shortproblem with minipage, which seems to block putting +% figures inside... +% \newcommand{\shortproblem}[1]{ +% +% \stepcounter{short} +% \addcontentsline{toc}{subsection}{Short Problem \arabic{short}} +% \vfill +% \noindent +% \begin{minipage}[c]{6in} +% \vspace{0.2cm} +% {\noindent \bf Short Problem \arabic{short}.} +% \vspace{0.2cm} +% +% \noindent {#1} +% \end{minipage} +% \vfill +% +% } + +\newcounter{hwcnt} +\newcommand{\homework}[1]{ + + \stepcounter{hwcnt} + \vspace{1.0cm} + {\noindent \bf Problem \arabic{hwcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{probcnt} +\newcommand{\problem}[1]{ + + \stepcounter{probcnt} + \vspace{1.0cm} + {\noindent \bf Problem \arabic{probcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{quescnt} +\newcommand{\question}[1]{ + + \stepcounter{quescnt} + \vspace{1.0cm} + {\noindent \bf Question \arabic{quescnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{testprobcnt} +\newcommand{\testproblem}[2]{ + + \stepcounter{testprobcnt} + \vspace{1.0cm} + \noindent \textbf{Problem \arabic{testprobcnt}.}\quad({#1} points) + \vspace{0.2cm} + + \noindent {#2} + +} + +\newcommand{\ahomework}[1]{ + + \stepcounter{hwcnt} + \vspace{1.0cm} + {\noindent \bf * Problem \arabic{hwcnt}.} + \vspace{0.2cm} + + \noindent {#1} + +} + +\newcounter{hardcnt} +\newcommand{\hardproblem}[1]{ + + \stepcounter{hardcnt} + \addcontentsline{toc}{subsection}{Essential Problem \arabic{week}.\arabic{hardcnt}} + \vspace{1.0cm} + {\noindent \bf Essential Problem \arabic{week}.\arabic{hardcnt}.} + \vspace{0.2cm} + + \noindent {#1} + \newpage + +} + + +\newcommand{\week}[1]{ + + \stepcounter{chapter} + \addcontentsline{toc}{chapter}{Week \arabic{chapter}: #1} + \markboth{Week \arabic{chapter}: #1}{Week \arabic{chapter}: #1} + \chapter*{Week \arabic{chapter}: #1} + +} + +