]> granicus.if.org Git - graphviz/commitdiff
add gvedit to graphviz...tar.gz distribution
authorellson <devnull@localhost>
Sun, 3 Apr 2011 19:48:52 +0000 (19:48 +0000)
committerellson <devnull@localhost>
Sun, 3 Apr 2011 19:48:52 +0000 (19:48 +0000)
cmd/Makefile.am
cmd/gvedit/Makefile.am [new file with mode: 0644]
cmd/gvedit/gvedit.pro [new file with mode: 0644]
cmd/gvedit/images/Makefile.am [new file with mode: 0644]
cmd/gvedit/ui/Makefile.am [new file with mode: 0644]
configure.ac

index 08ca49c96f20f2763e74ba5c23ec79f9e6359c3d..5b0a1dece1412f94678cf9ff8e67a758db34da78 100644 (file)
@@ -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 (file)
index 0000000..3489828
--- /dev/null
@@ -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 (file)
index 0000000..cc8f191
--- /dev/null
@@ -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 (file)
index 0000000..7c1fcc1
--- /dev/null
@@ -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 (file)
index 0000000..837573c
--- /dev/null
@@ -0,0 +1,5 @@
+# $Id$ $Revision$
+## Process this file with automake to produce Makefile.in
+
+
+EXTRA_DIST = main.ui settings.ui
index 51b71a8a581020e1ebe890658a4c527867c865b5..7a32aef4d5f500c04b0faa7beb0fe4b85ccb488b 100644 (file)
@@ -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