diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-04-29 07:20:02 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-04-29 07:20:02 +0000 |
commit | 94b9f329251a3bff0dd4c27f90bedd1f3acce8b4 (patch) | |
tree | 1c708646399dda98e9f1a414cb541e54e0c6a79b /cad/Makefile | |
parent | ddb959f6344ad59fca82f7d79fea45caff168ce2 (diff) | |
download | ports-94b9f329251a3bff0dd4c27f90bedd1f3acce8b4.tar.gz ports-94b9f329251a3bff0dd4c27f90bedd1f3acce8b4.zip |
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.
Notes
Notes:
svn path=/head/; revision=191098
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |