aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/comm.gmk
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/comm.gmk')
-rw-r--r--mps/code/comm.gmk14
1 files changed, 7 insertions, 7 deletions
diff --git a/mps/code/comm.gmk b/mps/code/comm.gmk
index f0610635ad7..bfdf9a20c7a 100644
--- a/mps/code/comm.gmk
+++ b/mps/code/comm.gmk
@@ -71,10 +71,10 @@ endif
71 71
72# EXTRA TARGETS 72# EXTRA TARGETS
73# 73#
74# Don't build eventsql by default (might not have sqlite3 installed), 74# Don't build mpseventsql by default (might not have sqlite3 installed),
75# but do build eventcnv and eventtxt. 75# but do build mpseventcnv and mpseventtxt.
76 76
77EXTRA_TARGETS ?= eventcnv eventtxt 77EXTRA_TARGETS ?= mpseventcnv mpseventtxt
78 78
79 79
80# 80#
@@ -433,13 +433,13 @@ $(PFM)/$(VARIETY)/zcoll: $(PFM)/$(VARIETY)/zcoll.o \
433$(PFM)/$(VARIETY)/zmess: $(PFM)/$(VARIETY)/zmess.o \ 433$(PFM)/$(VARIETY)/zmess: $(PFM)/$(VARIETY)/zmess.o \
434 $(FMTDYTSTOBJ) $(TESTLIBOBJ) $(PFM)/$(VARIETY)/mps.a 434 $(FMTDYTSTOBJ) $(TESTLIBOBJ) $(PFM)/$(VARIETY)/mps.a
435 435
436$(PFM)/$(VARIETY)/eventcnv: $(PFM)/$(VARIETY)/eventcnv.o \ 436$(PFM)/$(VARIETY)/mpseventcnv: $(PFM)/$(VARIETY)/eventcnv.o \
437 $(PFM)/$(VARIETY)/eventpro.o $(PFM)/$(VARIETY)/mps.a 437 $(PFM)/$(VARIETY)/eventpro.o $(PFM)/$(VARIETY)/mps.a
438 438
439$(PFM)/$(VARIETY)/eventtxt: $(PFM)/$(VARIETY)/eventtxt.o \ 439$(PFM)/$(VARIETY)/mpseventtxt: $(PFM)/$(VARIETY)/eventtxt.o \
440 $(PFM)/$(VARIETY)/mps.a 440 $(PFM)/$(VARIETY)/mps.a
441 441
442$(PFM)/$(VARIETY)/eventsql: $(PFM)/$(VARIETY)/eventsql.o \ 442$(PFM)/$(VARIETY)/mpseventsql: $(PFM)/$(VARIETY)/eventsql.o \
443 $(PFM)/$(VARIETY)/mps.a 443 $(PFM)/$(VARIETY)/mps.a
444 444
445$(PFM)/$(VARIETY)/replay: $(PFM)/$(VARIETY)/replay.o \ 445$(PFM)/$(VARIETY)/replay: $(PFM)/$(VARIETY)/replay.o \
@@ -542,7 +542,7 @@ $(PFM)/$(VARIETY)/%:
542 $(ECHO) "$(PFM): $@" 542 $(ECHO) "$(PFM): $@"
543 $(CC) $(CFLAGS) $(LINKFLAGS) -o $@ $^ $(LIBS) 543 $(CC) $(CFLAGS) $(LINKFLAGS) -o $@ $^ $(LIBS)
544 544
545$(PFM)/$(VARIETY)/eventsql: 545$(PFM)/$(VARIETY)/mpseventsql:
546 $(ECHO) "$(PFM): $@" 546 $(ECHO) "$(PFM): $@"
547 $(CC) $(CFLAGS) $(LINKFLAGS) -o $@ $^ $(LIBS) -lsqlite3 547 $(CC) $(CFLAGS) $(LINKFLAGS) -o $@ $^ $(LIBS) -lsqlite3
548 548