Makefile revision 6344
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox User# The contents of this file are subject to the terms of the
a5636b773fa05a272b6876afd99309c0b3090e2fMark Andrews# Common Development and Distribution License (the "License").
e9e4257668ff6c4e583b0c0db2508650b0b677b8Tinderbox User# You may not use this file except in compliance with the License.
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137fdbc214e99c4cbe57551e9e14f2015c2e42aeTinderbox User# See the License for the specific language governing permissions
3349f0044fda807e1fd6681c833d3593a22dad86Tinderbox User# and limitations under the License.
02b47c5d62e1e827743684c28a08e871da454a2dMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User# If applicable, add the following below this CDDL HEADER, with the
e20309353e6246485c521278131d3fced73d7957Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
e20309353e6246485c521278131d3fced73d7957Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
9a5217f827ac0e006016745e5305b31dc0c7767fTinderbox User# CDDL HEADER END
e20309353e6246485c521278131d3fced73d7957Tinderbox User# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterCOMPONENT_PROJECT_URL= http://expect.nist.gov/
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterCOMPONENT_SRC= $(COMPONENT_NAME)$(COMPONENT_VERSION)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater sha256:b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox UserCOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/expect/files/Expect/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterSCRIPTS = timed-run timed-read ftp-rfc autopasswd lpunlock weather \
24934f08b9ff81c2be711e566e8002d145573031Tinderbox User passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect multixterm
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan HuntCOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# 64-bit executables should also be delivered to relevant MACH subdirectory.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCONFIGURE_OPTIONS += --with-tcl="$(COMPONENT_DIR)/../tcl/build/$(MACH$(BITS))"
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCONFIGURE_OPTIONS += --with-tclinclude="$(COMPONENT_DIR)/../tcl/build/$(MACH$(BITS))/generic"
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCONFIGURE_OPTIONS.sparc.64 += --enable-64bit-vis
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark AndrewsCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
e20309353e6246485c521278131d3fced73d7957Tinderbox User '-e "s|$(WS_TOP)|\\$$(WS_TOP)|g"' \
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews '-e "s|tcl/build/$(MACH$(BITS))|\\$$(TCLBUILD)|g"'
e20309353e6246485c521278131d3fced73d7957Tinderbox User# special targets due to tcl internals dependencies
c59750de3ea3c7d5890000fb4606e8f5835a52aaTinderbox User$(CONFIGURE_32): ../tcl/build/$(MACH32)/.built