Differences From Artifact [beb49ead95]:
- File Makefile — part of check-in [b8cca3a6b4] at 2019-05-08 19:42:23 on branch trunk — In flexible/standalone mode include the core functionality as a header to avoid duplicate symbols (user: rkeene, size: 807) [annotate] [blame] [check-ins using]
To Artifact [5600193367]:
- File Makefile — part of check-in [aa32555a0a] at 2019-06-22 22:15:23 on branch trunk — Additional cleanup (user: rkeene, size: 828) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 | + - + | example.so: example.o Makefile $(CC) $(CFLAGS) $(LDFLAGS) -shared -o example.so example.o $(LIBS) test: example.so echo 'if {[catch { load ./example.so Xvfs_example; source //xvfs:/example/main.tcl }]} { puts stderr $$::errorInfo; exit 1 }; exit 0' | tclsh clean: rm -f example.c example.c.new |