Main Page
Data Structures
Files
File List
src
utilities
src/utilities/Makefile
1
include ../make.inc
2
3
SOURCES_CC=Log.cxx
PhotosRandom
.cxx
PhotosDebugRandom
.cxx
PhotosUtilities
.cxx
4
OBJECTS_CC=$(SOURCES_CC:.cxx=.o)
5
6
%.o: %.cxx
7
$(CC) $(CFLAGS) $(DEBUG) -I. -I../photosCInterfaces -I../photos-C -I../eventRecordInterfaces -c $< -o $@
8
9
all: $(OBJECTS_CC)
10
11
clean:
12
rm -f *.o *~;
PhotosRandom
Photos random number generator rewritten from PHOTOS FORTRAN.
PhotosDebugRandom
Random generator for debugging purposes.
PhotosUtilities
Support functions.
Generated by
1.8.5