diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-02 22:44:06 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-02 22:44:06 +0800 |
commit | 95d1f534c23c535a252ad4d22d5b7de49f6223ea (patch) | |
tree | e435ceaf86c20985bbee0eec06b95f587ad6502f /math | |
parent | c6336a41dc7b4dc92ba92d1c9feaf37803314c18 (diff) | |
download | freebsd-ports-graphics-95d1f534c23c535a252ad4d22d5b7de49f6223ea.tar.gz freebsd-ports-graphics-95d1f534c23c535a252ad4d22d5b7de49f6223ea.tar.zst freebsd-ports-graphics-95d1f534c23c535a252ad4d22d5b7de49f6223ea.zip |
- Update to 2.8b22
- Take maintainship
Diffstat (limited to 'math')
-rw-r--r-- | math/goblin/Makefile | 62 | ||||
-rw-r--r-- | math/goblin/distinfo | 6 | ||||
-rw-r--r-- | math/goblin/files/patch-Makefile | 34 | ||||
-rw-r--r-- | math/goblin/files/patch-Makefile.conf | 30 | ||||
-rw-r--r-- | math/goblin/pkg-descr | 2 | ||||
-rw-r--r-- | math/goblin/pkg-plist | 719 |
6 files changed, 475 insertions, 378 deletions
diff --git a/math/goblin/Makefile b/math/goblin/Makefile index 0bfb1049ca3..5b537d07b69 100644 --- a/math/goblin/Makefile +++ b/math/goblin/Makefile @@ -7,37 +7,32 @@ # PORTNAME= goblin -PORTVERSION= 2.6.4 -PORTREVISION= 2 +DISTVERSION= 2.8b22 CATEGORIES= misc -MASTER_SITES= http://www.math.uni-augsburg.de/~fremuth/goblin.docs/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi -DISTNAME= ${PORTNAME}.${PORTVERSION} +MASTER_SITES= SF/goblin2 +DISTNAME= ${PORTNAME}.${DISTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= A Graph Object Library for Network Programming Problems -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 - -CONFLICTS= ImageMagick-[0-9]* display-* - +USE_TK= 84 +USE_TCL= 84 USE_XORG= x11 USE_GMAKE= yes -USE_GCC= 3.2 +USE_LDCONFIG= yes MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ LD="${CXX}" LIBS="-lm ${LDFLAGS}" LISShared="-lm ${LDFLAGS}" \ - libtcl=83 libtk=83 prefix=${PREFIX} -ALL_TARGET= all goblin.a glpk.a + libtcl=84 libtk=84 prefix=${PREFIX} +ALL_TARGET= all PLIST_SUB+= VERSION=${PORTVERSION:R} -CFLAGS+= -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/ \ - ${PTHREAD_CFLAGS} -I${LOCALBASE}/include/tk8.3 -LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/ \ + -I${LOCALBASE}/include/tk8.4 ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -ltcl84 -ltk84 ${PTHREAD_LIBS} -WISH= ${LOCALBASE}/bin/wish8.3 +WISH= ${LOCALBASE}/bin/wish8.4 .include <bsd.port.pre.mk> @@ -46,12 +41,35 @@ CXXFLAGS+= -fhuge-objects .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/display + ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/display + ${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|g;s|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/Makefile.conf + ${REINPLACE_CMD} -e 's|\./gosh|${PREFIX}/bin/gosh|; \ + s|\[pwd\] tcl|${PREFIX}/lib/goblin|g' \ + ${WRKSRC}/goblet @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' -post-install: - @${STRIP_CMD} ${PREFIX}/bin/gosh +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gosh ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/goblet ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/display ${PREFIX}/bin/goblin-display + ${INSTALL} -d ${PREFIX}/include/${PORTNAME} + (cd ${WRKSRC}/include && ${COPYTREE_SHARE} \*.h ${PREFIX}/include/${PORTNAME}) + ${INSTALL} -d ${PREFIX}/lib/${PORTNAME} + (cd ${WRKSRC}/tcl && ${COPYTREE_SHARE} \* ${PREFIX}/lib/${PORTNAME}) + ${INSTALL_DATA} ${WRKSRC}/libglpk.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libgoblin.a ${PREFIX}/lib +.if !defined(NOPORTDOCS) + ${INSTALL} -d ${DOCSDIR} + ${INSTALL} -d ${DOCSDIR}/html + (cd ${WRKSRC}/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/html) + (cd ${WRKSRC}/doku && ${COPYTREE_SHARE} \* ${DOCSDIR}) +.endif +.if !defined(NOPORTEXAMPLES) + ${INSTALL} -d ${EXAMPLESDIR} + (cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) +.endif .include <bsd.port.post.mk> diff --git a/math/goblin/distinfo b/math/goblin/distinfo index 246d2f05c2a..183adf88e0c 100644 --- a/math/goblin/distinfo +++ b/math/goblin/distinfo @@ -1,3 +1,3 @@ -MD5 (goblin.2.6.4.tgz) = 68a46985e401b2552c2a3c86ceba877a -SHA256 (goblin.2.6.4.tgz) = 834d892c7ad44e5179bf36ba85808dd59d4fc7a4f2226f3d9bc525b132a0eb72 -SIZE (goblin.2.6.4.tgz) = 1125983 +MD5 (goblin.2.8b22.tgz) = c0dfca9472fc8300d8f0eaf67118c3b5 +SHA256 (goblin.2.8b22.tgz) = b49f3e3ba1b1db8e0da9b95ac9c8ec7cc14801a9ee01b03427c94d623814e65b +SIZE (goblin.2.8b22.tgz) = 1683046 diff --git a/math/goblin/files/patch-Makefile b/math/goblin/files/patch-Makefile new file mode 100644 index 00000000000..926a1519eb0 --- /dev/null +++ b/math/goblin/files/patch-Makefile @@ -0,0 +1,34 @@ +--- Makefile.orig 2008-05-05 07:51:22.000000000 +0200 ++++ Makefile 2008-05-31 02:28:31.000000000 +0200 +@@ -318,19 +318,11 @@ + shared : intro $(shared_objects) + + libgoblin.$(so_suffix) : $(lib_objects) $(shell_objects) +-ifeq ($(CC),gcc) + $(LD) -shared -Wl,-soname,$@ -o $@ $^ $(LDFLAGS) $(LIBS) +-else +- $(LD) -G -o $@ $^ $(LDFLAGS) $(LIBS) +-endif + @echo "...Shared object ($@) has been successfully linked" + + libglpk.$(so_suffix) : $(glpk_objects) $(wrap_objects) +-ifeq ($(CC),gcc) + $(LD) -shared -Wl,-soname,$@ -o $@ $(shell_objects) $^ -L. $(LDFLAGS) $(LIBS) -lgoblin +-else +- $(LD) -G -o $@ $(shell_objects) $^ -L. $(LDFLAGS) $(LIBS) -lgoblin +-endif + @echo "...Shared object ($@) has been successfully linked" + + +@@ -349,11 +341,7 @@ + else + + gosh : $(gosh_objects) $(shared_objects) +-ifeq ($(CC),gcc) + $(LD) -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS) +-else +- $(LD) -G -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS) +-endif + @echo "...Shell tool ($@) has been linked with shared object" + + endif diff --git a/math/goblin/files/patch-Makefile.conf b/math/goblin/files/patch-Makefile.conf new file mode 100644 index 00000000000..db4ebe427a2 --- /dev/null +++ b/math/goblin/files/patch-Makefile.conf @@ -0,0 +1,30 @@ +--- Makefile.conf.orig 2008-05-05 07:51:22.000000000 +0200 ++++ Makefile.conf 2008-05-31 02:08:59.000000000 +0200 +@@ -27,8 +27,8 @@ + libtcl = tcl + libtk = tk + else +- libtcl = tcl8.4 +- libtk = tk8.4 ++ libtcl = tcl84 ++ libtk = tk84 + endif + + # Qualifier is necessary with Tcl/Tk 8.4 headers: +@@ -44,7 +44,7 @@ + ifeq ($(os),solaris) + wish_name = /opt/csw/bin/wish + else +- wish_name = /usr/bin/wish ++ wish_name = %%WISH%% + endif + + +@@ -52,7 +52,6 @@ + + ## GNU default settings, especially used for linux + +-CC = gcc + CCFLAGS = -trigraphs -fPIC + CXX = g++ + CXXFLAGS = -g -Wall -pedantic -fPIC diff --git a/math/goblin/pkg-descr b/math/goblin/pkg-descr index cc422adae00..20158fc1b2b 100644 --- a/math/goblin/pkg-descr +++ b/math/goblin/pkg-descr @@ -18,4 +18,4 @@ optimization problems: The library also includes methods for NP-hard problems, namely TSP, ATSP, stable sets and graph colouring. -WWW: http://www.math.uni-augsburg.de/opt/goblin.html +WWW: http://goblin2.sourceforge.net/ diff --git a/math/goblin/pkg-plist b/math/goblin/pkg-plist index d9a55c65a94..6262f690f4e 100644 --- a/math/goblin/pkg-plist +++ b/math/goblin/pkg-plist @@ -1,355 +1,370 @@ -bin/display bin/goblet -bin/goblin.%%VERSION%%/LGPL -bin/goblin.%%VERSION%%/arrowDown.gif -bin/goblin.%%VERSION%%/arrowUp.gif -bin/goblin.%%VERSION%%/binocs.gif -bin/goblin.%%VERSION%%/browseDelete.gif -bin/goblin.%%VERSION%%/browseFirst.gif -bin/goblin.%%VERSION%%/browseLast.gif -bin/goblin.%%VERSION%%/browseMinus.gif -bin/goblin.%%VERSION%%/browseNext.gif -bin/goblin.%%VERSION%%/browsePlus.gif -bin/goblin.%%VERSION%%/browsePrev.gif -bin/goblin.%%VERSION%%/browserDefaults.tk -bin/goblin.%%VERSION%%/browserLogOpt.tk -bin/goblin.%%VERSION%%/browserOptions.tk -bin/goblin.%%VERSION%%/browserTraceOpt.tk -bin/goblin.%%VERSION%%/camera.gif -bin/goblin.%%VERSION%%/composeRandom.tk -bin/goblin.%%VERSION%%/delButton.gif -bin/goblin.%%VERSION%%/editArcLabels.tk -bin/goblin.%%VERSION%%/editColours.gif -bin/goblin.%%VERSION%%/editConstants.tk -bin/goblin.%%VERSION%%/editDelete.gif -bin/goblin.%%VERSION%%/editDelete.tk -bin/goblin.%%VERSION%%/editExtract.tk -bin/goblin.%%VERSION%%/editIncidences.gif -bin/goblin.%%VERSION%%/editLabel.gif -bin/goblin.%%VERSION%%/editMove.gif -bin/goblin.%%VERSION%%/editNewArc.gif -bin/goblin.%%VERSION%%/editNewNode.gif -bin/goblin.%%VERSION%%/editNodeLabels.tk -bin/goblin.%%VERSION%%/editPivot.tk -bin/goblin.%%VERSION%%/editPred.gif -bin/goblin.%%VERSION%%/editRedirect.gif -bin/goblin.%%VERSION%%/editRow.tk -bin/goblin.%%VERSION%%/editVar.tk -bin/goblin.%%VERSION%%/eraseButton.gif -bin/goblin.%%VERSION%%/fileChanges.tk -bin/goblin.%%VERSION%%/fileExport.tk -bin/goblin.%%VERSION%%/fileImport.tk -bin/goblin.%%VERSION%%/fileNew.tk -bin/goblin.%%VERSION%%/fileOpen.gif -bin/goblin.%%VERSION%%/fileOpen.tk -bin/goblin.%%VERSION%%/filePrint.gif -bin/goblin.%%VERSION%%/fileReset.gif -bin/goblin.%%VERSION%%/fileSave.gif -bin/goblin.%%VERSION%%/fileSaveAs.tk -bin/goblin.%%VERSION%%/foldClose.gif -bin/goblin.%%VERSION%%/foldOpen.gif -bin/goblin.%%VERSION%%/gobletTitle.gif -bin/goblin.%%VERSION%%/infoAuthors.tk -bin/goblin.%%VERSION%%/infoBibliography.tk -bin/goblin.%%VERSION%%/infoModules.tk -bin/goblin.%%VERSION%%/infoRessources.tk -bin/goblin.%%VERSION%%/infoStatistics.tk -bin/goblin.%%VERSION%%/infoTimers.tk -bin/goblin.%%VERSION%%/layoutArcs.tk -bin/goblin.%%VERSION%%/layoutLPOpt.tk -bin/goblin.%%VERSION%%/layoutMeasures.tk -bin/goblin.%%VERSION%%/layoutNodes.tk -bin/goblin.%%VERSION%%/lightsGreen.gif -bin/goblin.%%VERSION%%/lightsRed.gif -bin/goblin.%%VERSION%%/lightsYellow.gif -bin/goblin.%%VERSION%%/linkButton.gif -bin/goblin.%%VERSION%%/logFirst.gif -bin/goblin.%%VERSION%%/logLast.gif -bin/goblin.%%VERSION%%/logNext.gif -bin/goblin.%%VERSION%%/logPrev.gif -bin/goblin.%%VERSION%%/logSearch.gif -bin/goblin.%%VERSION%%/logSee.gif -bin/goblin.%%VERSION%%/mainEditor.tk -bin/goblin.%%VERSION%%/mainGoblet.tk -bin/goblin.%%VERSION%%/mainIconbars.tk -bin/goblin.%%VERSION%%/mainMessenger.tk -bin/goblin.%%VERSION%%/mainStatus.tk -bin/goblin.%%VERSION%%/mainTitle.tk -bin/goblin.%%VERSION%%/mainWorkspace.tk -bin/goblin.%%VERSION%%/menuBrowser.tk -bin/goblin.%%VERSION%%/menuCompose.tk -bin/goblin.%%VERSION%%/menuEdit.tk -bin/goblin.%%VERSION%%/menuFile.tk -bin/goblin.%%VERSION%%/menuInfo.tk -bin/goblin.%%VERSION%%/menuLayout.tk -bin/goblin.%%VERSION%%/menuOptimize.tk -bin/goblin.%%VERSION%%/msgStop.gif -bin/goblin.%%VERSION%%/msgWarn.gif -bin/goblin.%%VERSION%%/newButton.gif -bin/goblin.%%VERSION%%/okButton.gif -bin/goblin.%%VERSION%%/optimizeDataStruct.tk -bin/goblin.%%VERSION%%/optimizeLevel.tk -bin/goblin.%%VERSION%%/optimizeMethods.tk -bin/goblin.%%VERSION%%/samples/acyclic.gob -bin/goblin.%%VERSION%%/samples/adlittle.gob -bin/goblin.%%VERSION%%/samples/afiro.gob -bin/goblin.%%VERSION%%/samples/atsp1.gob -bin/goblin.%%VERSION%%/samples/atsp2.gob -bin/goblin.%%VERSION%%/samples/balanced1.gob -bin/goblin.%%VERSION%%/samples/bipartite1.gob -bin/goblin.%%VERSION%%/samples/birkhoff.gob -bin/goblin.%%VERSION%%/samples/branch1.gob -bin/goblin.%%VERSION%%/samples/branch10.gob -bin/goblin.%%VERSION%%/samples/branch2.gob -bin/goblin.%%VERSION%%/samples/branch20.gob -bin/goblin.%%VERSION%%/samples/branch3.gob -bin/goblin.%%VERSION%%/samples/branch4.gob -bin/goblin.%%VERSION%%/samples/branch40.gob -bin/goblin.%%VERSION%%/samples/branchtree.gob -bin/goblin.%%VERSION%%/samples/canonical.gob -bin/goblin.%%VERSION%%/samples/clcover.gob -bin/goblin.%%VERSION%%/samples/colour1.gob -bin/goblin.%%VERSION%%/samples/colour2.gob -bin/goblin.%%VERSION%%/samples/colour3.gob -bin/goblin.%%VERSION%%/samples/colour4.gob -bin/goblin.%%VERSION%%/samples/colour5.gob -bin/goblin.%%VERSION%%/samples/colour6.gob -bin/goblin.%%VERSION%%/samples/colour8.gob -bin/goblin.%%VERSION%%/samples/connect1.gob -bin/goblin.%%VERSION%%/samples/connect3.gob -bin/goblin.%%VERSION%%/samples/connect4.gob -bin/goblin.%%VERSION%%/samples/connect5.gob -bin/goblin.%%VERSION%%/samples/connect6.gob -bin/goblin.%%VERSION%%/samples/connect7.gob -bin/goblin.%%VERSION%%/samples/dag1.gob -bin/goblin.%%VERSION%%/samples/dodeka.gob -bin/goblin.%%VERSION%%/samples/dsearch1.gob -bin/goblin.%%VERSION%%/samples/dual1.gob -bin/goblin.%%VERSION%%/samples/dual2.gob -bin/goblin.%%VERSION%%/samples/dual4.gob -bin/goblin.%%VERSION%%/samples/euler1.gob -bin/goblin.%%VERSION%%/samples/euler2.gob -bin/goblin.%%VERSION%%/samples/euler3.gob -bin/goblin.%%VERSION%%/samples/europe.gob -bin/goblin.%%VERSION%%/samples/gedecomp1.gob -bin/goblin.%%VERSION%%/samples/gedecomp2.gob -bin/goblin.%%VERSION%%/samples/geom1.gob -bin/goblin.%%VERSION%%/samples/geom2.gob -bin/goblin.%%VERSION%%/samples/geom3.gob -bin/goblin.%%VERSION%%/samples/geom4.gob -bin/goblin.%%VERSION%%/samples/geom5.gob -bin/goblin.%%VERSION%%/samples/geom6.gob -bin/goblin.%%VERSION%%/samples/geom7.gob -bin/goblin.%%VERSION%%/samples/geom8.gob -bin/goblin.%%VERSION%%/samples/goblet.gob -bin/goblin.%%VERSION%%/samples/gsearch1.gob -bin/goblin.%%VERSION%%/samples/hamilton57.gob -bin/goblin.%%VERSION%%/samples/icosa.gob -bin/goblin.%%VERSION%%/samples/lp1.gob -bin/goblin.%%VERSION%%/samples/lp2.gob -bin/goblin.%%VERSION%%/samples/lp3.gob -bin/goblin.%%VERSION%%/samples/lp3a.gob -bin/goblin.%%VERSION%%/samples/lp4.gob -bin/goblin.%%VERSION%%/samples/maxbflow1.gob -bin/goblin.%%VERSION%%/samples/maxbflow2.gob -bin/goblin.%%VERSION%%/samples/maxbflow3.gob -bin/goblin.%%VERSION%%/samples/maxbflow4.gob -bin/goblin.%%VERSION%%/samples/maxbflow5.gob -bin/goblin.%%VERSION%%/samples/maxcut1.gob -bin/goblin.%%VERSION%%/samples/maxcut2.gob -bin/goblin.%%VERSION%%/samples/maxflow1.gob -bin/goblin.%%VERSION%%/samples/maxflow2.gob -bin/goblin.%%VERSION%%/samples/maxflow3.gob -bin/goblin.%%VERSION%%/samples/maxflow4.1.gob -bin/goblin.%%VERSION%%/samples/maxflow4.gob -bin/goblin.%%VERSION%%/samples/maxflow6.gob -bin/goblin.%%VERSION%%/samples/maxflow7.gob -bin/goblin.%%VERSION%%/samples/maxflow8.gob -bin/goblin.%%VERSION%%/samples/maxflow9.gob -bin/goblin.%%VERSION%%/samples/maxmean1.gob -bin/goblin.%%VERSION%%/samples/maxmean2.gob -bin/goblin.%%VERSION%%/samples/mclosure.gob -bin/goblin.%%VERSION%%/samples/mincut1.gob -bin/goblin.%%VERSION%%/samples/mincut2.gob -bin/goblin.%%VERSION%%/samples/mincut3.gob -bin/goblin.%%VERSION%%/samples/mintree1.gob -bin/goblin.%%VERSION%%/samples/mintree2.gob -bin/goblin.%%VERSION%%/samples/optasgn1.gob -bin/goblin.%%VERSION%%/samples/optasgn2.gob -bin/goblin.%%VERSION%%/samples/optasgn3.gob -bin/goblin.%%VERSION%%/samples/optbcirc1.gob -bin/goblin.%%VERSION%%/samples/optbcirc2.gob -bin/goblin.%%VERSION%%/samples/optbcirc3.gob -bin/goblin.%%VERSION%%/samples/optbflow3.gob -bin/goblin.%%VERSION%%/samples/optcirc1.gob -bin/goblin.%%VERSION%%/samples/optcirc2.gob -bin/goblin.%%VERSION%%/samples/optcirc3.gob -bin/goblin.%%VERSION%%/samples/optcirc4.gob -bin/goblin.%%VERSION%%/samples/optcirc5.gob -bin/goblin.%%VERSION%%/samples/optcirc6.gob -bin/goblin.%%VERSION%%/samples/optcirc7.gob -bin/goblin.%%VERSION%%/samples/optcirc8.gob -bin/goblin.%%VERSION%%/samples/optcirc9.gob -bin/goblin.%%VERSION%%/samples/optflow1.gob -bin/goblin.%%VERSION%%/samples/optflow2.gob -bin/goblin.%%VERSION%%/samples/optflow3.gob -bin/goblin.%%VERSION%%/samples/optflow4.gob -bin/goblin.%%VERSION%%/samples/optmatch0.gob -bin/goblin.%%VERSION%%/samples/optmatch1.gob -bin/goblin.%%VERSION%%/samples/optmatch10.gob -bin/goblin.%%VERSION%%/samples/optmatch11.gob -bin/goblin.%%VERSION%%/samples/optmatch12.gob -bin/goblin.%%VERSION%%/samples/optmatch2.gob -bin/goblin.%%VERSION%%/samples/optmatch3.gob -bin/goblin.%%VERSION%%/samples/optmatch4.gob -bin/goblin.%%VERSION%%/samples/optmatch5.gob -bin/goblin.%%VERSION%%/samples/optmatch6.gob -bin/goblin.%%VERSION%%/samples/optmatch7.gob -bin/goblin.%%VERSION%%/samples/optmatch8.gob -bin/goblin.%%VERSION%%/samples/optmatch9.gob -bin/goblin.%%VERSION%%/samples/outer1.gob -bin/goblin.%%VERSION%%/samples/outer2.gob -bin/goblin.%%VERSION%%/samples/outer3.gob -bin/goblin.%%VERSION%%/samples/outer4.gob -bin/goblin.%%VERSION%%/samples/outer5.gob -bin/goblin.%%VERSION%%/samples/petersen.gob -bin/goblin.%%VERSION%%/samples/planar1.gob -bin/goblin.%%VERSION%%/samples/planar2.gob -bin/goblin.%%VERSION%%/samples/planar3.gob -bin/goblin.%%VERSION%%/samples/postman1.gob -bin/goblin.%%VERSION%%/samples/postman2.gob -bin/goblin.%%VERSION%%/samples/postman3.gob -bin/goblin.%%VERSION%%/samples/regular3.gob -bin/goblin.%%VERSION%%/samples/share2b.gob -bin/goblin.%%VERSION%%/samples/spring1.gob -bin/goblin.%%VERSION%%/samples/spring2.gob -bin/goblin.%%VERSION%%/samples/spring3.gob -bin/goblin.%%VERSION%%/samples/sptree.gob -bin/goblin.%%VERSION%%/samples/steiner1.gob -bin/goblin.%%VERSION%%/samples/steiner2.gob -bin/goblin.%%VERSION%%/samples/steiner3.gob -bin/goblin.%%VERSION%%/samples/steiner4.gob -bin/goblin.%%VERSION%%/samples/steiner5.gob -bin/goblin.%%VERSION%%/samples/strong1.gob -bin/goblin.%%VERSION%%/samples/strong2.gob -bin/goblin.%%VERSION%%/samples/strong3.gob -bin/goblin.%%VERSION%%/samples/strong4.gob -bin/goblin.%%VERSION%%/samples/strong5.gob -bin/goblin.%%VERSION%%/samples/tile0.gob -bin/goblin.%%VERSION%%/samples/tile1.gob -bin/goblin.%%VERSION%%/samples/tile2.gob -bin/goblin.%%VERSION%%/samples/tile3.gob -bin/goblin.%%VERSION%%/samples/tile4.gob -bin/goblin.%%VERSION%%/samples/tile5.gob -bin/goblin.%%VERSION%%/samples/tile6.gob -bin/goblin.%%VERSION%%/samples/tile7.gob -bin/goblin.%%VERSION%%/samples/tjoin1.gob -bin/goblin.%%VERSION%%/samples/tjoin2.gob -bin/goblin.%%VERSION%%/samples/tjoin3.gob -bin/goblin.%%VERSION%%/samples/tjoin4.gob -bin/goblin.%%VERSION%%/samples/triang4.gob -bin/goblin.%%VERSION%%/samples/triplanar1.gob -bin/goblin.%%VERSION%%/samples/triplanar2.gob -bin/goblin.%%VERSION%%/samples/triplanar3.gob -bin/goblin.%%VERSION%%/samples/triplanar4.gob -bin/goblin.%%VERSION%%/samples/triplanar5.gob -bin/goblin.%%VERSION%%/samples/tsp23.gob -bin/goblin.%%VERSION%%/samples/tsp4.gob -bin/goblin.%%VERSION%%/samples/tsp41.gob -bin/goblin.%%VERSION%%/samples/tsp75.gob -bin/goblin.%%VERSION%%/samples/tsp8.gob -bin/goblin.%%VERSION%%/samples/tutte.gob -bin/goblin.%%VERSION%%/stepAuto.gif -bin/goblin.%%VERSION%%/stepClock.gif -bin/goblin.%%VERSION%%/stepClock2.gif -bin/goblin.%%VERSION%%/stepInto.gif -bin/goblin.%%VERSION%%/stepOut.gif -bin/goblin.%%VERSION%%/stepOver.gif -bin/goblin.%%VERSION%%/stepOver2.gif -bin/goblin.%%VERSION%%/stepSingle.gif -bin/goblin.%%VERSION%%/stepSingle2.gif -bin/goblin.%%VERSION%%/tableauCol.gif -bin/goblin.%%VERSION%%/tableauObj.gif -bin/goblin.%%VERSION%%/tableauPivot.gif -bin/goblin.%%VERSION%%/tableauRHS.gif -bin/goblin.%%VERSION%%/tableauRow.gif -bin/goblin.%%VERSION%%/tclLogo.gif -bin/goblin.%%VERSION%%/toggleBrowser.gif -bin/goblin.%%VERSION%%/toggleEditor.gif -bin/goblin.%%VERSION%%/toggleScript.gif +bin/goblin-display bin/gosh -include/goblin.%%VERSION%%/absbal.h -include/goblin.%%VERSION%%/absbig.h -include/goblin.%%VERSION%%/absdig.h -include/goblin.%%VERSION%%/absfam.h -include/goblin.%%VERSION%%/absgra.h -include/goblin.%%VERSION%%/absmix.h -include/goblin.%%VERSION%%/absobj.h -include/goblin.%%VERSION%%/abstractSubgraph.h -include/goblin.%%VERSION%%/auxnet.h -include/goblin.%%VERSION%%/bal2bal.h -include/goblin.%%VERSION%%/basheap.h -include/goblin.%%VERSION%%/bbatsp.h -include/goblin.%%VERSION%%/bbcolour.h -include/goblin.%%VERSION%%/bbscheme.h -include/goblin.%%VERSION%%/bbstable.h -include/goblin.%%VERSION%%/bbstsp.h -include/goblin.%%VERSION%%/big2fnw.h -include/goblin.%%VERSION%%/binheap.h -include/goblin.%%VERSION%%/branchMaxCut.h -include/goblin.%%VERSION%%/complement.h -include/goblin.%%VERSION%%/config.h -include/goblin.%%VERSION%%/context.h -include/goblin.%%VERSION%%/deleteNode.h -include/goblin.%%VERSION%%/dictionary.h -include/goblin.%%VERSION%%/display.h -include/goblin.%%VERSION%%/dnsbig.h -include/goblin.%%VERSION%%/dnsdig.h -include/goblin.%%VERSION%%/dnsgra.h -include/goblin.%%VERSION%%/dnsincl.h -include/goblin.%%VERSION%%/dnsstruc.h -include/goblin.%%VERSION%%/dynq.h -include/goblin.%%VERSION%%/dynstaq.h -include/goblin.%%VERSION%%/exp2tk.h -include/goblin.%%VERSION%%/exp2xfig.h -include/goblin.%%VERSION%%/export.h -include/goblin.%%VERSION%%/fibheap.h -include/goblin.%%VERSION%%/fnw2fnw.h -include/goblin.%%VERSION%%/genincl.h -include/goblin.%%VERSION%%/genstruc.h -include/goblin.%%VERSION%%/globals.h -include/goblin.%%VERSION%%/glpkWrap.h -include/goblin.%%VERSION%%/goblin.h -include/goblin.%%VERSION%%/gosh.h -include/goblin.%%VERSION%%/gra2bal.h -include/goblin.%%VERSION%%/hashtbl.h -include/goblin.%%VERSION%%/ilpWrapper.h -include/goblin.%%VERSION%%/import.h -include/goblin.%%VERSION%%/iterator.h -include/goblin.%%VERSION%%/lpSolve.h -include/goblin.%%VERSION%%/matrix.h -include/goblin.%%VERSION%%/messenger.h -include/goblin.%%VERSION%%/networkSimplex.h -include/goblin.%%VERSION%%/queue.h -include/goblin.%%VERSION%%/segment.h -include/goblin.%%VERSION%%/setfam.h -include/goblin.%%VERSION%%/shrfam.h -include/goblin.%%VERSION%%/shrnet.h -include/goblin.%%VERSION%%/spsbal.h -include/goblin.%%VERSION%%/spsbig.h -include/goblin.%%VERSION%%/spsdig.h -include/goblin.%%VERSION%%/spsgra.h -include/goblin.%%VERSION%%/spsincl.h -include/goblin.%%VERSION%%/spsmix.h -include/goblin.%%VERSION%%/spsstruc.h -include/goblin.%%VERSION%%/statq.h -include/goblin.%%VERSION%%/statstaq.h -include/goblin.%%VERSION%%/subgraph.h -include/goblin.%%VERSION%%/surgra.h -include/goblin.%%VERSION%%/timers.h -include/goblin.%%VERSION%%/treeView.h +include/goblin/abstractBalanced.h +include/goblin/abstractBigraph.h +include/goblin/abstractDigraph.h +include/goblin/abstractGraph.h +include/goblin/abstractMixedGraph.h +include/goblin/abstractSubgraph.h +include/goblin/attribute.h +include/goblin/attributePool.h +include/goblin/auxiliaryNetwork.h +include/goblin/balancedDigraph.h +include/goblin/balancedToBalanced.h +include/goblin/basicHeap.h +include/goblin/bigraphToDigraph.h +include/goblin/binaryHeap.h +include/goblin/branchAsyTSP.h +include/goblin/branchColour.h +include/goblin/branchMIP.h +include/goblin/branchMaxCut.h +include/goblin/branchScheme.h +include/goblin/branchStable.h +include/goblin/branchSymmTSP.h +include/goblin/canvasBuilder.h +include/goblin/complement.h +include/goblin/configuration.h +include/goblin/denseBigraph.h +include/goblin/denseDigraph.h +include/goblin/denseGraph.h +include/goblin/denseInclude.h +include/goblin/denseRepresentation.h +include/goblin/dictionary.h +include/goblin/digraphToDigraph.h +include/goblin/disjointFamily.h +include/goblin/dynamicQueue.h +include/goblin/dynamicStack.h +include/goblin/exportToDot.h +include/goblin/exportToTk.h +include/goblin/exportToXFig.h +include/goblin/fibonacciHeap.h +include/goblin/fileExport.h +include/goblin/fileImport.h +include/goblin/globals.h +include/goblin/glpkWrapper.h +include/goblin/goblin.h +include/goblin/goblinController.h +include/goblin/goblinQueue.h +include/goblin/gosh.h +include/goblin/graphInclude.h +include/goblin/graphRepresentation.h +include/goblin/graphToBalanced.h +include/goblin/hashTable.h +include/goblin/ilpWrapper.h +include/goblin/incrementalGeometry.h +include/goblin/indexSet.h +include/goblin/investigator.h +include/goblin/lpSolver.h +include/goblin/managedObject.h +include/goblin/matrix.h +include/goblin/messenger.h +include/goblin/mixedGraph.h +include/goblin/moduleGuard.h +include/goblin/nestedFamily.h +include/goblin/networkSimplex.h +include/goblin/segment.h +include/goblin/sequentialQueue.h +include/goblin/sequentialStack.h +include/goblin/shrinkingNetwork.h +include/goblin/sparseBigraph.h +include/goblin/sparseDigraph.h +include/goblin/sparseGraph.h +include/goblin/sparseInclude.h +include/goblin/sparseRepresentation.h +include/goblin/staticQueue.h +include/goblin/staticStack.h +include/goblin/subgraph.h +include/goblin/surfaceGraph.h +include/goblin/switchBaseTypes.h +include/goblin/timers.h +include/goblin/treeView.h +include/goblin/version.h +lib/goblin/LGPL +lib/goblin/arrowDown.gif +lib/goblin/arrowUp.gif +lib/goblin/binocs.gif +lib/goblin/browseDelete.gif +lib/goblin/browseEnable.gif +lib/goblin/browseEnable.png +lib/goblin/browseFirst.gif +lib/goblin/browseLast.gif +lib/goblin/browseMinus.gif +lib/goblin/browseNext.gif +lib/goblin/browsePlus.gif +lib/goblin/browsePrev.gif +lib/goblin/browserDefaults.tk +lib/goblin/browserLogOpt.tk +lib/goblin/browserOptions.tk +lib/goblin/browserTraceOpt.tk +lib/goblin/camera.gif +lib/goblin/composeRandom.tk +lib/goblin/convertArchive.tk +lib/goblin/delButton.gif +lib/goblin/editArcLabels.tk +lib/goblin/editColours.gif +lib/goblin/editDelete.gif +lib/goblin/editDelete.tk +lib/goblin/editEnable.gif +lib/goblin/editEnable.png +lib/goblin/editIncidences.gif +lib/goblin/editLabel.gif +lib/goblin/editMove.gif +lib/goblin/editNewArc.gif +lib/goblin/editNewNode.gif +lib/goblin/editNodeLabels.tk +lib/goblin/editPivot.tk +lib/goblin/editPred.gif +lib/goblin/editRedirect.gif +lib/goblin/editRow.tk +lib/goblin/editVar.tk +lib/goblin/eraseButton.gif +lib/goblin/fileChanges.tk +lib/goblin/fileConvert.tk +lib/goblin/fileExport.tk +lib/goblin/fileImport.tk +lib/goblin/fileNewObject.tk +lib/goblin/fileOpen.gif +lib/goblin/fileOpen.tk +lib/goblin/filePrint.gif +lib/goblin/fileReset.gif +lib/goblin/fileSave.gif +lib/goblin/fileSaveAs.tk +lib/goblin/fileSupportedFormats.tk +lib/goblin/foldClose.gif +lib/goblin/foldOpen.gif +lib/goblin/gobletIcon.gif +lib/goblin/gobletTitle.gif +lib/goblin/infoAuthors.tk +lib/goblin/infoBibliography.tk +lib/goblin/infoModules.tk +lib/goblin/infoRessources.tk +lib/goblin/infoStatistics.tk +lib/goblin/infoTimers.tk +lib/goblin/layoutArcs.tk +lib/goblin/layoutLPOpt.tk +lib/goblin/layoutNodes.tk +lib/goblin/layoutNodes.tk.orig +lib/goblin/lightsGreen.gif +lib/goblin/lightsRed.gif +lib/goblin/lightsYellow.gif +lib/goblin/linkButton.gif +lib/goblin/logDynamic.gif +lib/goblin/logDynamic.png +lib/goblin/logEnable.gif +lib/goblin/logEnable.png +lib/goblin/logFirst.gif +lib/goblin/logFirst.png +lib/goblin/logLast.gif +lib/goblin/logLast.png +lib/goblin/logNext.gif +lib/goblin/logNext.png +lib/goblin/logPartial.gif +lib/goblin/logPlain.gif +lib/goblin/logPlain.png +lib/goblin/logPrev.gif +lib/goblin/logPrev.png +lib/goblin/logReset.gif +lib/goblin/logReset.png +lib/goblin/logSave.gif +lib/goblin/logSave.png +lib/goblin/logSearch.gif +lib/goblin/logSearch.png +lib/goblin/mainEditor.tk +lib/goblin/mainGoblet.tk +lib/goblin/mainIconbars.tk +lib/goblin/mainMessenger.tk +lib/goblin/mainStatus.tk +lib/goblin/mainTitle.tk +lib/goblin/mainWorkspace.tk +lib/goblin/menuBrowser.tk +lib/goblin/menuCompose.tk +lib/goblin/menuEdit.tk +lib/goblin/menuFile.tk +lib/goblin/menuInfo.tk +lib/goblin/menuLayout.tk +lib/goblin/menuOptimize.tk +lib/goblin/msgStop.gif +lib/goblin/msgWarn.gif +lib/goblin/newButton.gif +lib/goblin/objectLoad.gif +lib/goblin/objectLoad.png +lib/goblin/objectSave.gif +lib/goblin/objectSave.png +lib/goblin/okButton.gif +lib/goblin/optimizeDataStruct.tk +lib/goblin/optimizeLevel.tk +lib/goblin/optimizeMethods.tk +lib/goblin/solverInterrupt.gif +lib/goblin/solverInterrupt.png +lib/goblin/solverRestart.gif +lib/goblin/solverRestart.png +lib/goblin/solverStopped.gif +lib/goblin/solverStopped.png +lib/goblin/stepAuto.gif +lib/goblin/stepClock.gif +lib/goblin/stepClock2.gif +lib/goblin/stepInto.gif +lib/goblin/stepOut.gif +lib/goblin/stepOver.gif +lib/goblin/stepOver2.gif +lib/goblin/stepSingle.gif +lib/goblin/stepSingle2.gif +lib/goblin/tableauCol.gif +lib/goblin/tableauObj.gif +lib/goblin/tableauPivot.gif +lib/goblin/tableauRHS.gif +lib/goblin/tableauRow.gif +lib/goblin/tclLogo.gif +lib/goblin/testAutomation.tk +lib/goblin/toggleBrowser.gif +lib/goblin/toggleEditor.gif +lib/goblin/toggleScript.gif lib/libglpk.a -lib/libgoblin%%VERSION%%.a -@dirrm include/goblin.%%VERSION%% -@dirrm bin/goblin.%%VERSION%%/samples -@dirrm bin/goblin.%%VERSION%% +lib/libgoblin.a +%%PORTDOCS%%%%DOCSDIR%%/auxiliary1.eps +%%PORTDOCS%%%%DOCSDIR%%/auxiliary2.eps +%%PORTDOCS%%%%DOCSDIR%%/bipartite1.eps +%%PORTDOCS%%%%DOCSDIR%%/bipartite2.eps +%%PORTDOCS%%%%DOCSDIR%%/branch.eps +%%PORTDOCS%%%%DOCSDIR%%/branch2.eps +%%PORTDOCS%%%%DOCSDIR%%/branch3.eps +%%PORTDOCS%%%%DOCSDIR%%/branchtree.eps +%%PORTDOCS%%%%DOCSDIR%%/browse.ps +%%PORTDOCS%%%%DOCSDIR%%/candidates.eps +%%PORTDOCS%%%%DOCSDIR%%/canonical1.eps +%%PORTDOCS%%%%DOCSDIR%%/canonical2.eps +%%PORTDOCS%%%%DOCSDIR%%/closure1.eps +%%PORTDOCS%%%%DOCSDIR%%/closure2.eps +%%PORTDOCS%%%%DOCSDIR%%/colours.eps +%%PORTDOCS%%%%DOCSDIR%%/connect2.eps +%%PORTDOCS%%%%DOCSDIR%%/connect3.eps +%%PORTDOCS%%%%DOCSDIR%%/def.tex +%%PORTDOCS%%%%DOCSDIR%%/design.eps +%%PORTDOCS%%%%DOCSDIR%%/display1.eps +%%PORTDOCS%%%%DOCSDIR%%/dmxa0296.eps +%%PORTDOCS%%%%DOCSDIR%%/dodekahedronConvex.eps +%%PORTDOCS%%%%DOCSDIR%%/doxygen/doxygen.cfg +%%PORTDOCS%%%%DOCSDIR%%/doxygen/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/doxygen/footer.html +%%PORTDOCS%%%%DOCSDIR%%/doxygen/header.html +%%PORTDOCS%%%%DOCSDIR%%/edit.ps +%%PORTDOCS%%%%DOCSDIR%%/eps/binTree.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/dodekahedron.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/hexagonalGrid.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/maxFlow.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/optMatch.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/outerplanar.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/polarGrid.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/postmanAfter.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/postmanBefore.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/primalDual.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/queensBoard.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/tjoinShortestPath.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/tspSubOpt.eps +%%PORTDOCS%%%%DOCSDIR%%/eps/unix.eps +%%PORTDOCS%%%%DOCSDIR%%/equilateral.eps +%%PORTDOCS%%%%DOCSDIR%%/euclidian.eps +%%PORTDOCS%%%%DOCSDIR%%/euler3.eps +%%PORTDOCS%%%%DOCSDIR%%/euler4.eps +%%PORTDOCS%%%%DOCSDIR%%/fibheap.eps +%%PORTDOCS%%%%DOCSDIR%%/gallery.tex +%%PORTDOCS%%%%DOCSDIR%%/gedecomp2.eps +%%PORTDOCS%%%%DOCSDIR%%/general1.eps +%%PORTDOCS%%%%DOCSDIR%%/general2.eps +%%PORTDOCS%%%%DOCSDIR%%/gif/binTree.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/browser.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/cuttingPair.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/dodekaStaircase.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/dodekahedron.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/dodekahedronConvex.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/editor.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/equilateral.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/euclidianOneCycle.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/eulerSierpinski.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/intransitiveReduction.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/maxCutDirected.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/maxFlow.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/optMatch.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/outerplanar.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/polarGrid.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/postmanAfter.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/postmanBefore.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/primalDual.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/queensBoard.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/seriesParallelMixed.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/tjoinNoPath.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/tjoinShortestPath.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/tspSubOpt.gif +%%PORTDOCS%%%%DOCSDIR%%/gif/unix.gif +%%PORTDOCS%%%%DOCSDIR%%/goblet.ps +%%PORTDOCS%%%%DOCSDIR%%/gsearch.eps +%%PORTDOCS%%%%DOCSDIR%%/hamilton.eps +%%PORTDOCS%%%%DOCSDIR%%/html/headline.html +%%PORTDOCS%%%%DOCSDIR%%/html/hostref.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/logo.gif +%%PORTDOCS%%%%DOCSDIR%%/html/logo.html +%%PORTDOCS%%%%DOCSDIR%%/html/menu.html +%%PORTDOCS%%%%DOCSDIR%%/html/wallpaper.jpg +%%PORTDOCS%%%%DOCSDIR%%/intransitiveReduction.eps +%%PORTDOCS%%%%DOCSDIR%%/lgraph1.eps +%%PORTDOCS%%%%DOCSDIR%%/lgraph2.eps +%%PORTDOCS%%%%DOCSDIR%%/local1.eps +%%PORTDOCS%%%%DOCSDIR%%/local2.eps +%%PORTDOCS%%%%DOCSDIR%%/manual.ind +%%PORTDOCS%%%%DOCSDIR%%/manual.sh +%%PORTDOCS%%%%DOCSDIR%%/manual.tex +%%PORTDOCS%%%%DOCSDIR%%/maxcut1.eps +%%PORTDOCS%%%%DOCSDIR%%/maxmean.eps +%%PORTDOCS%%%%DOCSDIR%%/mincut2.eps +%%PORTDOCS%%%%DOCSDIR%%/mintree.eps +%%PORTDOCS%%%%DOCSDIR%%/mintree1.eps +%%PORTDOCS%%%%DOCSDIR%%/nwsimplex.eps +%%PORTDOCS%%%%DOCSDIR%%/optcirc4.eps +%%PORTDOCS%%%%DOCSDIR%%/posters.tex +%%PORTDOCS%%%%DOCSDIR%%/pr76.eps +%%PORTDOCS%%%%DOCSDIR%%/seriesParallel5.eps +%%PORTDOCS%%%%DOCSDIR%%/sierpinski.eps +%%PORTDOCS%%%%DOCSDIR%%/split1.eps +%%PORTDOCS%%%%DOCSDIR%%/split2.eps +%%PORTDOCS%%%%DOCSDIR%%/steiner.eps +%%PORTDOCS%%%%DOCSDIR%%/stnumber.eps +%%PORTDOCS%%%%DOCSDIR%%/subproblem.eps +%%PORTDOCS%%%%DOCSDIR%%/surface.eps +%%PORTDOCS%%%%DOCSDIR%%/tile6.eps +%%PORTDOCS%%%%DOCSDIR%%/tiling.eps +%%PORTDOCS%%%%DOCSDIR%%/tjoin9.eps +%%PORTDOCS%%%%DOCSDIR%%/torusGrid.eps +%%PORTDOCS%%%%DOCSDIR%%/triangular.eps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/binTree.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cuttingPair.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dodekaStaircase.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dodekahedron.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dodekahedronConvex.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equilateral.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/euclidianOneCycle.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eulerSierpinski.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/intransitiveReduction.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxCutDirected.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxFlow.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optMatch.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/outerplanar.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polarGrid.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postmanAfter.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postmanBefore.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primalDual.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/queensBoard.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seriesParallelMixed.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tjoinNoPath.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tjoinShortestPath.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tspSubOpt.gob +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unix.gob +@dirrm include/goblin +@dirrm lib/goblin +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/gif +%%PORTDOCS%%@dirrm %%DOCSDIR%%/eps +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doxygen +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |