From 94b9f329251a3bff0dd4c27f90bedd1f3acce8b4 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 29 Apr 2007 07:20:02 +0000 Subject: GDT (graphics data text) format translator written in C/C++ that converts a binary gdsii file to a text format that is compact and easy to parse. --- cad/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cad/Makefile') diff --git a/cad/Makefile b/cad/Makefile index 813346e113b7..195ef3646a37 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -24,6 +24,7 @@ SUBDIR += findhier SUBDIR += freehdl SUBDIR += gdsreader + SUBDIR += gdt SUBDIR += geda SUBDIR += geda-docs SUBDIR += geda-examples -- cgit v1.2.3