Megatest

Diff
Login

Differences From Artifact [0568f105f6]:

To Artifact [577905b51c]:


36
37
38
39
40
41
42
43
44
45
46
47

48
49
50
51
52
53
54
            itemsmod.scm keysmod.scm mtmod.scm rmtmod.scm		\
            tasksmod.scm pgdb.scm launchmod.scm runsmod.scm		\
            portloggermod.scm archivemod.scm ezstepsmod.scm		\
            subrunmod.scm bigmod.scm testsmod.scm vgmod.scm


GUISRCF = dashboard-tests.scm		\
          dashboard-guimonitor.scm gutils.scm tree.scm

GUIMODFILES = dashboard-context-menu.scm dcommon.scm

mofiles/dashboard-context-menu.o : mofiles/dcommon.o


OFILES   = $(SRCFILES:%.scm=%.o)
GOFILES  = $(GUISRCF:%.scm=%.o)

MOFILES = $(addprefix mofiles/,$(MSRCFILES:%.scm=%.o)) \
$(addprefix mofiles/,$(GUIMODFILES:%.scm=%.o))








|

|


>







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
            itemsmod.scm keysmod.scm mtmod.scm rmtmod.scm		\
            tasksmod.scm pgdb.scm launchmod.scm runsmod.scm		\
            portloggermod.scm archivemod.scm ezstepsmod.scm		\
            subrunmod.scm bigmod.scm testsmod.scm vgmod.scm


GUISRCF = dashboard-tests.scm		\
          dashboard-guimonitor.scm tree.scm

GUIMODFILES = dashboard-context-menu.scm dcommon.scm gutils.scm

mofiles/dashboard-context-menu.o : mofiles/dcommon.o
mofiles/dcommon.o : mofiles/gutils.o

OFILES   = $(SRCFILES:%.scm=%.o)
GOFILES  = $(GUISRCF:%.scm=%.o)

MOFILES = $(addprefix mofiles/,$(MSRCFILES:%.scm=%.o)) \
$(addprefix mofiles/,$(GUIMODFILES:%.scm=%.o))