--- /dev/null
+export CC=ncc
+:MAKE:
--- /dev/null
+:PACKAGE: graphviz
+
+dot :: dot.1 dot.c -ldotgen -ltwopigen -lcircogen -lfdpgen \
+ -lgvc -lgvplugin_core -lgvplugin_dot_layout -lgvplugin_neato_layout \
+ -lgvplugin_gd -lgvplugin_pango
--- /dev/null
+:PACKAGE: graphviz
+
+dotty :: dotty.pdf mswin32/dotty.c \
+ -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32
+
+$(BINDIR) :INSTALLDIR: dotty.lefty dotty_draw.lefty dotty_edit.lefty \
+ dotty_layout.lefty dotty_ui.lefty
--- /dev/null
+:PACKAGE: graphviz
+
+CC = nativepp=-1 ncc
+LDFLAGS = -Yl,-FORCE:MULTIPLE
+CCFLAGS = -Bstatic -O2 -Yc,-ML
+FEATURE_MS == 1
+_MBCS == 1
+_WINDOWS == 1
+NDEBUG == 1
+FEATURE_WIN32 == 1
+FEATURE_MINTSIZE == 1
+
+.SOURCE.h : dot2l os/mswin32 ws/mswin32
+.SOURCE.c : dot2l os/mswin32
+.SOURCE.a : gfx
+
+ /* -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 */
+lefty :: lefty.1 lefty.c code.c display.c exec.c io.c \
+ gfxview.c internal.c lex.c parse.c str.c tbl.c txtview.c \
+ dot2l.c dotlex.c dotparse.c dottrie.c lefty.res -lgfx
+ ./nld
+
+lefty.res : ws/mswin32/lefty.rc
+ rc /l 0x409 /folefty.res /i 'ws\mswin32' /d NDEBUG 'ws\mswin32\lefty.rc'
--- /dev/null
+:PACKAGE: graphviz
+
+all : acyclic bcomps ccomps dijkstra gc gvcolor gvpack gxl2dot nop sccmap \
+ tred unflatten
+
+acyclic :: acyclic.c -lgraph -lcdt -lingraphs
+bcomps :: bcomps.c -lgraph -lcdt -lingraphs
+ccomps :: ccomps.c -lgraph -lcdt -lingraphs
+dijkstra :: dijkstra.c -lagraph -lcdt -lcommon -lingraphs
+gc :: gc.c -lgraph -lcdt -lingraphs
+gvcolor :: gvcolor.c colxlate.c -lgraph -lcdt -lingraphs
+gvpack :: gvpack.c -ldotgen -ltwopigen -lcircogen -lfdpgen lgvc -lingraphs \
+ -lgvplugin_core -lgvplugin_dot_layout -lgvplugin_neato_layout \
+ -lgvplugin_gd -lgvplugin_pango
+gxl2dot :: gxl2dot.c dot2gxl.c cvtgxl.c -lagraph -lgraph -lcdt -lcommon -lingraphs
+nop :: nop.c -lagraph -lcdt -lcommon -lingraphs
+sccmap :: sccmap.c -lagraph -lcdt -lcommon -lingraphs
+tred :: tred.c -lgraph -lcdt -lingraphs
+unflatten :: unflatten.c -lagraph -lcdt -lcommon -lingraphs