Differences From Artifact [ff706ebdb4]:
- File Makefile — part of check-in [d121970301] at 2019-05-02 23:06:10 on branch trunk — Basic functionality to the point where Tcl_Channel types need to be implemented (user: rkeene, size: 923) [annotate] [blame] [check-ins using]
To Artifact [f8b4f602df]:
- File Makefile — part of check-in [acfc5037c6] at 2019-05-02 23:11:24 on branch trunk — Added start of split into standalone/client/flexible modes (user: rkeene, size: 946) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | CPPFLAGS := -I. -DUSE_TCL_STUBS=1 -DXVFS_MODE=standalone CFLAGS := -fPIC -g3 -ggdb3 -Wall LDFLAGS := LIBS := -ltclstub8.6 all: example.so example.c: $(shell find example -type f) $(shell find lib -type f) xvfs.c.rvt xvfs-create Makefile |
︙ | ︙ |