Megatest

Diff
Login

Differences From Artifact [c9328338cf]:

To Artifact [2f4f3f2a42]:


120
121
122
123
124
125
126
127

128
129
130


131
132
133
134
135
136
137
120
121
122
123
124
125
126

127
128


129
130
131
132
133
134
135
136
137







-
+

-
-
+
+







#	runconfig.o \
#	runs.o \
#	server.o \
#	tasks.o \
#	tdb.o \
#	tests.o \
#	subrun.o \
TCMTOBJS=$(MOFILES)
TCMTOBJS=

tcmt : $(TCMTOBJS) tcmt.scm
	csc $(CSCOPTS) $(TCMTOBJS) tcmt.scm -o tcmt
tcmt : $(TCMTOBJS) $(MOFILES) tcmt.scm
	csc $(CSCOPTS) $(MOFILES) $(TCMTOBJS) tcmt.scm -o tcmt

# install documentation to $(PREFIX)/docs
# DOES NOT REBUILD DOCS
#
$(PREFIX)/share/docs/megatest_manual.html : docs/manual/megatest_manual.html
	mkdir -p $(PREFIX)/share/docs
	$(INSTALL) docs/manual/megatest_manual.html $(PREFIX)/share/docs/megatest_manual.html