From: ellson Date: Sun, 3 Apr 2011 19:48:52 +0000 (+0000) Subject: add gvedit to graphviz...tar.gz distribution X-Git-Tag: LAST_LIBGRAPH~32^2~877 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a87ead3906d6286bf094c09bcbd9d160df412210;p=graphviz add gvedit to graphviz...tar.gz distribution --- diff --git a/cmd/Makefile.am b/cmd/Makefile.am index 08ca49c96..5b0a1dece 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -1,6 +1,6 @@ # $Id$ $Revision$ ## Process this file with automake to produce Makefile.in -SUBDIRS = dot tools gvpr lefty lneato dotty smyrna gvmap +SUBDIRS = dot tools gvpr lefty lneato dotty smyrna gvmap gvedit EXTRA_DIST = Makefile.old diff --git a/cmd/gvedit/Makefile.am b/cmd/gvedit/Makefile.am new file mode 100644 index 000000000..3489828a6 --- /dev/null +++ b/cmd/gvedit/Makefile.am @@ -0,0 +1,12 @@ +# $Id$ $Revision$ +## Process this file with automake to produce Makefile.in + +SUBDIRS = ui images + +EXTRA_DIST = csettings.cpp csettings.h document1.png document2.png \ + gvedit.pro gvedit.ncb gvedit.sln gvedit.vcproj gvedit.vcproj.RESEARCH.arif.user gvedit.vcproj.user \ + imageviewer.cpp imageviewer.h \ + main.cpp mainwindow.cpp mainwindow.h \ + mdi.pro mdi.qrc mdi.vcproj mdi.vcproj.RESEARCH.arif.user mdichild.cpp mdichild.h \ + ui_settings.h vc90.idb vc90.pdb + diff --git a/cmd/gvedit/gvedit.pro b/cmd/gvedit/gvedit.pro new file mode 100644 index 000000000..cc8f1911f --- /dev/null +++ b/cmd/gvedit/gvedit.pro @@ -0,0 +1,10 @@ + +DEFINES += HAVE_CONFIG_H GVEDIT_DATADIR=/Users/erg/share/graphviz/gvedit +LIBS += -L/Users/erg/lib -lgvc -lgraph -lcdt +INCLUDEPATH += ../../lib/gvc ../../lib/common ../../lib/pathplan ../../lib/graph ../../lib/cdt ../.. + +CONFIG += qt +HEADERS = mainwindow.h mdichild.h csettings.h imageviewer.h ui_settings.h +SOURCES = main.cpp mainwindow.cpp mdichild.cpp csettings.cpp imageviewer.cpp +RESOURCES = mdi.qrc + diff --git a/cmd/gvedit/images/Makefile.am b/cmd/gvedit/images/Makefile.am new file mode 100644 index 000000000..7c1fcc1ff --- /dev/null +++ b/cmd/gvedit/images/Makefile.am @@ -0,0 +1,5 @@ +# $Id$ $Revision$ +## Process this file with automake to produce Makefile.in + +EXTRA_DIST = copy.png cut.png export.png icon.png new.png open.png \ + paste.png run.png save.png save_as.png settings.png diff --git a/cmd/gvedit/ui/Makefile.am b/cmd/gvedit/ui/Makefile.am new file mode 100644 index 000000000..837573c43 --- /dev/null +++ b/cmd/gvedit/ui/Makefile.am @@ -0,0 +1,5 @@ +# $Id$ $Revision$ +## Process this file with automake to produce Makefile.in + + +EXTRA_DIST = main.ui settings.ui diff --git a/configure.ac b/configure.ac index 51b71a8a5..7a32aef4d 100644 --- a/configure.ac +++ b/configure.ac @@ -3237,6 +3237,9 @@ AC_CONFIG_FILES(Makefile cmd/dotty/Makefile cmd/smyrna/Makefile cmd/gvmap/Makefile + cmd/gvedit/Makefile + cmd/gvedit/ui/Makefile + cmd/gvedit/images/Makefile tclpkg/Makefile tclpkg/tclstubs/Makefile tclpkg/tkstubs/Makefile