# $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
--- /dev/null
+# $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
+
--- /dev/null
+
+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
+
--- /dev/null
+# $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
--- /dev/null
+# $Id$ $Revision$
+## Process this file with automake to produce Makefile.in
+
+
+EXTRA_DIST = main.ui settings.ui
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