Files @ 43a343738d88
Branch filter:

Location: DistRen/src/client/Makefile.am

LordOfWar
tweaked the blendjob structure

tweaked my functions to support the two new global variables hcfjob and highest_jobnum. Need to check functions for 100% accuracy due to start frame - end frame not = 0 frames to be rendered.

added a bit more to the status report generator

for the frame_finder function... it only returns a interger for the frame to be rendered... but the slave also needs the name of the folder the source files are stored in, and the name of the blend file to open to render the frame. Maybe return a string? and have the slave parse it for variables?
bin_PROGRAMS = distren
distren_SOURCES = distren.c
distren_LDADD = @DISTLIBS_LIBS@libdistren.la
distren_CFLAGS = @DISTLIBS_CFLAGS@


include_HEADERS = distren.h

#see http://sources.redhat.com/autobook/autobook/autobook_106.html#SEC106
#libdistren:

lib_LTLIBRARIES = libdistren.la

libdistren_la_SOURCES = distren.h libdistren.h libdistren.c libdistren_job.c libdistren_unbias.c libdistren_config.c
#evidently the following should not be LDADD, but LDFLAGS because automake doesn't like the idea of LDADD for libraries for some reason... or I am very confused
libdistren_la_LIBADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la @XML_LIBS@
libdistren_la_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common @XML_CPPFLAGS@

#see http://sources.redhat.com/autobook/autobook/autobook_91.html
# either increase the revision number or the interface number each release!
libdistren_la_LDFLAGS = -version-info 0:0:0