Overview
Comment: | Updated to not remove EXTRA_OBJS when `clean' target called |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a4e97ccf7bf97bbd806dc5c0d6ab1202 |
User & Date: | rkeene on 2010-09-26 04:50:10 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:50 | Updated test for dladdr() to be more comprehensive check-in: 66c3398628 user: rkeene tags: trunk | |
04:50 | Updated to not remove EXTRA_OBJS when `clean' target called check-in: a4e97ccf7b user: rkeene tags: trunk | |
04:50 | Updated to use dladdr() to find ourselves if possible check-in: eb6f15ad72 user: rkeene tags: trunk | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/Makefile.in from [60aec6b7f1] to [05b77b0a8f].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + + - + - + | CC = @CC@ RC = @RC@ CFLAGS = @CFLAGS@ @DEFS@ -DTK_LOCAL_APPINIT=TclKit_AppInit CPPFLAGS = @CPPFLAGS@ @DEFS@ -DTK_LOCAL_APPINIT=TclKit_AppInit LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ ARCHS = @ARCHS@ |
︙ |