summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tcl's ↵stwo2010-12-171-6/+8
| | | | Makefile.in, add any missing ones and remove duplicates.
* [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-171-24/+2
|
* Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-171-3/+3
|
* Installer Improvements. Similar to Tcl [Patch 3101127].stwo2010-12-161-50/+49
|
* * unix/Makefile.in: add valgrind targethobbs2010-08-271-1/+9
| | | | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found.
* * unix/configure: regen with ac-2.59hobbs2010-08-121-10/+3
| | | | | | | * unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support.
* * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of thedkf2010-03-231-2/+2
| | | | | spurious NONE and some pointless quotes that were causing problems with building Tk on OSX. Overall bug might not yet be solved.
* Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-221-3/+3
| | | | | Use -DBUILD_tk in Makefile Make internal Tk_ObjCustomOption const
* Fix [Bug 2415437] with supplied patch. LIB_RUNTIME_DIR now not forced to bedkf2010-02-191-2/+2
| | | | the same as $libdir.
* Use EXE_SUFFIX for Cygwin, andnijtmans2009-12-231-28/+29
| | | | install libtk8.6.dll in bin directory
* Better fix for the problem when someone tricks make into thinking 'test' is adkf2009-11-231-1/+12
| | | | real target.
* Commented out broken rule that stopped 'make test' from working.dkf2009-11-231-9/+9
|
* Compile tkTest.c and friends with Stubsnijtmans2009-11-191-5/+5
|
* [Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-191-3/+3
| | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-101-3/+7
| | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example.
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-261-2/+2
| | | | `make distclean` target. Completes 2009-10-20 commit.
* Also removed the long outdated and brokendgp2009-10-201-83/+1
| | | | | | | targets package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history.
* * unix/Makefile.in: Compiling Tk no longer requires header filesdgp2009-10-201-7/+3
| | | | | * win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in pursuit of [Bug 1712098].
* * macosx/Wish.sdef (new file): Install and enable sdef filedas2009-08-241-2/+3
| | | | | | | | | | * macosx/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac)
* * unix/Makefile.in: Define NDEBUG in optimized (non-das2009-07-181-2/+2
| | | | symbols) build to disable assert()s.
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-19/+23
|
* * unix/Makefile.in: add support for --enable-aqua=carbondas2009-06-261-9/+20
| | | | | | | * unix/configure.in: configure option (legacy fallback for pre-Mac OS X 10.5 releases). * unix/configure: autoconf-2.59
* Removed stray @ from Makefile.in test target. [Bug 2764263]stwo2009-04-241-10/+10
| | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272]
* Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-241-8/+5
|
* Added support for reporting TEA-like info via pkg-config. [Patch 2243962]dkf2009-03-141-4/+7
|
* Patch 907924Kevin B Kenny2009-01-201-5/+9
|
* Implementation of TIP #244, PNG image support.dkf2008-12-281-4/+7
|
* Remove references to deleted filedkf2008-12-051-4/+4
|
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-3/+8
| | | | Adapted from [Patch 1997907]
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-4/+9
|
* * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-021-3/+3
| | | | | | * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but is present only in libtkstub.a. This tightens up the rules for users of the stubs interfaces. [Tcl Bug 1819422].
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-211-2/+2
|
* ttkStubLib.o needs to be in tk library as well as stub librarydas2008-03-191-2/+2
|
* Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-181-6/+4
|
* handle quoting of possibly empty XLIB_INCLUDE_INSTALL_DIR. [Bug 1912679]das2008-03-121-2/+2
|
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-111-51/+51
| | | | | | | | | | | * macosx/Wish-Common.xcconfig: ${builddir}, ${INSTALL_ROOT} * unix/Makefile.in: and ${TCL_BIN_DIR} to contain * unix/configure.in: spaces. * unix/install-sh: * unix/tcl.m4: * unix/Makefile.in (install-strip): strip non-global symbols from dynamic library.
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp2007-09-111-5/+4
| | | | | | | | | * generic/tkMain.c: [package require Tcl] so that Tk Says What * generic/tkWindow.c: It Means using the new facilties of [package] * library/tk.tcl: in Tcl 8.5 about what version(s) of Tcl it * unix/Makefile.in: is willing to work with. [Bug 1578344]. * win/Makefile.in: * win/makefile.vc:
* * generic/tkWindow.c (Initialize): Moved common Tk initializationdgp2007-09-061-3/+3
| | | | | | | | | | | * generic/tkInitScript.h (removed): script out of tkInitScript.h * macosx/tkMacOSXInit.c: and multiple TkpInit() routines and * unix/Makefile.in: into the common Initialize() routine in * unix/tkUnixInit.c: generic code. Also removed constraint on * win/tkWinInit.c: ability to define a custom [tkInit] before calling Tk_Init(). Until now the custom [tkInit] had to be a proc. Now it can be any command. Removal of tkInitScript.h also fixes [Bug 1656283].
* correct autoconf/autoheader dependenciesdas2007-09-051-5/+4
|
* * unix/Makefile.in: It's unreliable to count on the releasedgp2007-09-041-2/+2
| | | | | manager to remember to `make genstubs` before `make dist`. Let the Makefile remember the dependency for us.
* * unix/Makefile.in: Corrections to `make dist` dependencies to bedgp2007-09-041-4/+6
| | | | sure that macosx/configure gets generated whenever it does not exist.
* * unix/Makefile.in: add support for compile flags specific todas2007-08-071-14/+15
| | | | | | | | | object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes. * unix/configure: autoconf-2.59
* * unix/Makefile.in: clarify what the headers installed are, andhobbs2007-07-091-9/+13
| | | | add ttkTheme.h and ttkDecls.h to private headers (later public).
* * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning.das2007-06-031-1/+2
|
* Removed ttk::dialog and dependencies.jenglish2007-05-251-2/+1
|
* [Tk Bug 1712081]dgp2007-05-141-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/Makefile.in: Updates to account for new and deleted files * win/Makefile.in: tkStubImg.c and tkOldTest.c. * win/makefile.bc: * win/makefile.vc: * generic/tkOldTest.c (new): New file used to create testing * generic/tkTest.c: commands for testing various Tk * tests/constraints.tcl: legacy interfaces where a separate * tests/image.test: compilation unit is needed in order to #define suitable macros during compilation. Only the effect of USE_OLD_IMAGE on Tk_CreateImageType() is currently tested, but more similar testing commands can be added to this same file. New constraint defined to detect presence of the image type provided by the new testing code, and a few tests added to exercise it. Having USE_OLD_IMAGE support tested by the default test suite should reduce chance of a recurrence of this bug. * doc/CrtImgType.3: Revised docs to better indicate the legacy * doc/CrtPhImgFmt.3: nature of the interfaces supported by USE_OLD_IMAGE. * generic/tkDecls.h: make genstubs * generic/tkStubInit.c: * generic/tk.decls: Reworked USE_OLD_IMAGE support to use * generic/tk.h: the same support mechanisms both with * generic/tkStubImg.c (deleted):and without a stub-enabled build. In each case, route the legacy calls to Tk_CreateImageType and Tk_CreatePhotoImageFormat through the Tk_CreateOldImageType and Tk_CreateOldPhotoImageFormat routines. Add those routines to the public stub table so they're available to a stub-enabled extension. Remove the definition of Tk_InitImageArgs() and use a macro to convert any calls to it in source code into a comment. * generic/tkImage.c: Removed the MODULE_SCOPE declarations that * generic/tkImgPhoto.c: broke USE_OLD_IMAGE support.
* fix tests/ttk dist srccore_8_5_a6hobbs2007-04-261-2/+2
|
* * unix/Makefile.in (dist): add tests/ttk dir to src disthobbs2007-04-251-5/+5
|
* * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix ↵das2007-04-251-17/+22
| | | | autoheader bits.