From 77de57715eaa7f5916568b4cc5abd98ede51b434 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 17 Nov 2003 12:29:06 +0000 Subject: New port ecos-tools. This will install the configuration tools for the eCos embedded OS. --- ...ls::configtool::standalone::wxwin::makefile.gnu | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu (limited to 'devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu') diff --git a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu b/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu new file mode 100644 index 000000000000..ac96b582fd8d --- /dev/null +++ b/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu @@ -0,0 +1,43 @@ +$FreeBSD$ + +--- ../ecos/host/tools/configtool/standalone/wxwin/makefile.gnu.orig Wed May 14 14:20:15 2003 ++++ ../ecos/host/tools/configtool/standalone/wxwin/makefile.gnu Mon Nov 17 11:44:38 2003 +@@ -6,23 +6,20 @@ + # cd emptydir + # make -f /path/to/this/makefile WXDIR=/path/to/wx/installation INSTALLDIR=/path/to/ecos/tools [ ECOSSRCDIR=/path/to/ecos/tools/src ] [ TCLDIR=/path/to/tcl/installation ] [ DEBUG=1 ] + +-INSTALLDIR=INSTALLDIR_not_defined +-WXDIR=WXDIR_not_defined +- + CTBUILDDIR=$(shell pwd) +-ECOSSRCDIR=$(INSTALLDIR)/src + CTDIR=$(ECOSSRCDIR)/tools/configtool/standalone/wxwin +-TCLDIR=TCLDIR_use_system + USEEXPERIMENTALCODE=1 + + EXTRACPPFLAGS=\ +- -I$(TCLDIR)/include \ + -I$(INSTALLDIR)/include \ ++ -I$(INSTALLDIR)/include/tcl8.4 \ ++ -I$(ECOSSRCDIR)/libcdl \ ++ -I$(ECOSSRCDIR)/../../infra-build/infra \ + -I$(ECOSSRCDIR)/tools/configtool/common/common \ + -I$(ECOSSRCDIR)/tools/Utils/common \ + -I$(ECOSSRCDIR)/tools/ecostest/common \ + -DecUSE_EXPERIMENTAL_CODE=$(USEEXPERIMENTALCODE) +-EXTRALDFLAGS=-L$(TCLDIR)/lib -L$(INSTALLDIR)/lib -lcdl -lcyginfra -ltcl ++EXTRALDFLAGS=-L$(TCLDIR)/lib -L$(INSTALLDIR)/lib -L$(ECOSSRCDIR)/../../infra-build/libcdl -L$(ECOSSRCDIR)/../../infra-build/infra -lcdl -lcyginfra -ltcl84 + + ifneq (,$(findstring CYGWIN, $(shell uname))) + PROGRAM=configtool.exe +@@ -31,8 +28,8 @@ + EXTRAOBJECTS=$(CTBUILDDIR)/configtoolres.o + else + PROGRAM=configtool +- CPPFLAGS=`$(WXDIR)/bin/wx-config --cppflags` +- LDFLAGS=`$(WXDIR)/bin/wx-config --libs` ++ CPPFLAGS=`$(WXDIR)/bin/$(WX_CONFIG) --cppflags` ++ LDFLAGS=`$(WXDIR)/bin/$(WX_CONFIG) --libs` + EXTRAOBJECTS= + endif + -- cgit v1.2.3