Differences From Artifact [89e8fa6548]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.common.in — part of check-in [349896fca7] at 2011-05-31 02:03:03 on branch pluggable — Updated to be pluggable (user: rkeene, size: 1597) [annotate] [blame] [check-ins using] [more...]
To Artifact [79dfb5dde5]:
- File kitsh/buildsrc/kitsh-0.0/Makefile.common.in — part of check-in [e8e77fe250] at 2012-07-14 23:29:59 on branch trunk — Added an LDFLAGS_ADD environment variable to add options to the end of the linking command line (user: rkeene, size: 1625) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + | ARCHS = @ARCHS@ STRIPLIBS = @STRIPLIBS@ @EXTRA_OBJS@ EXTRA_OBJS = @EXTRA_OBJS@ LDRUNPATH = @LDRUNPATH@ EXTRA_KIT_DEPS = @EXTRA_KIT_DEPS@ EXTRA_VFS_OBJS = @EXTRA_VFS_OBJS@ TCLSH_NATIVE = tclsh LDFLAGS_ADD = @LDFLAGS_ADD@ # Build targets ## VFS Build cvfs_data_tcl.o: cvfs_data_tcl.c cvfs_data_tcl.c: dir2c.tcl starpack.vfs cvfs_data.c "$(TCLSH_NATIVE)" dir2c.tcl tcl starpack.vfs > cvfs_data_tcl.c |
︙ |