[gcalctool] Renamed gcalctool/ to src/ to be more standard



commit 4049707debc21a116c0bd55b730d647a03d455a1
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri May 8 12:17:38 2009 +1000

    Renamed gcalctool/ to src/ to be more standard
---
 Makefile.am                           |    2 +-
 configure.in                          |    2 +-
 {gcalctool => src}/.gitignore         |    0
 {gcalctool => src}/Makefile.am        |    0
 {gcalctool => src}/calctool.c         |    0
 {gcalctool => src}/calctool.h         |    0
 {gcalctool => src}/ce_parser.c        |    0
 {gcalctool => src}/ce_parser.h        |    0
 {gcalctool => src}/ce_parser.y        |    0
 {gcalctool => src}/ce_tokeniser.l     |    0
 {gcalctool => src}/display.c          |    0
 {gcalctool => src}/display.h          |    0
 {gcalctool => src}/dsdefs.h           |    0
 {gcalctool => src}/dsfuns.c           |    0
 {gcalctool => src}/financial.c        |    0
 {gcalctool => src}/financial.h        |    0
 {gcalctool => src}/functions.c        |    0
 {gcalctool => src}/functions.h        |    0
 {gcalctool => src}/get.c              |    0
 {gcalctool => src}/get.h              |    0
 {gcalctool => src}/gtk.c              |    0
 {gcalctool => src}/mp-binary.c        |    0
 {gcalctool => src}/mp-convert.c       |    0
 {gcalctool => src}/mp-internal.h      |    0
 {gcalctool => src}/mp-trigonometric.c |    0
 {gcalctool => src}/mp.c               |    0
 {gcalctool => src}/mp.h               |    0
 {gcalctool => src}/parser.c           |    0
 {gcalctool => src}/parser.h           |    0
 {gcalctool => src}/parser_mac.h       |    0
 {gcalctool => src}/register.c         |    0
 {gcalctool => src}/register.h         |    0
 {gcalctool => src}/ui.h               |    0
 {gcalctool => src}/unittest.c         |    0
 {gcalctool => src}/unittest.h         |    0
 35 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c7399d5..e38d05e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ DISTCLEANFILES =                \
 	intltool-update		\
 	gnome-doc-utils.make
 
-SUBDIRS = po gcalctool data help m4
+SUBDIRS = po src data help m4
 
 EXTRA_DIST = \
 	autogen.sh \
diff --git a/configure.in b/configure.in
index db48dc7..ba9e738 100644
--- a/configure.in
+++ b/configure.in
@@ -93,7 +93,7 @@ GNOME_DOC_INIT
 
 AC_OUTPUT([
 Makefile
-gcalctool/Makefile
+src/Makefile
 po/Makefile.in
 m4/Makefile
 data/Makefile
diff --git a/gcalctool/.gitignore b/src/.gitignore
similarity index 100%
rename from gcalctool/.gitignore
rename to src/.gitignore
diff --git a/gcalctool/Makefile.am b/src/Makefile.am
similarity index 100%
rename from gcalctool/Makefile.am
rename to src/Makefile.am
diff --git a/gcalctool/calctool.c b/src/calctool.c
similarity index 100%
rename from gcalctool/calctool.c
rename to src/calctool.c
diff --git a/gcalctool/calctool.h b/src/calctool.h
similarity index 100%
rename from gcalctool/calctool.h
rename to src/calctool.h
diff --git a/gcalctool/ce_parser.c b/src/ce_parser.c
similarity index 100%
rename from gcalctool/ce_parser.c
rename to src/ce_parser.c
diff --git a/gcalctool/ce_parser.h b/src/ce_parser.h
similarity index 100%
rename from gcalctool/ce_parser.h
rename to src/ce_parser.h
diff --git a/gcalctool/ce_parser.y b/src/ce_parser.y
similarity index 100%
rename from gcalctool/ce_parser.y
rename to src/ce_parser.y
diff --git a/gcalctool/ce_tokeniser.l b/src/ce_tokeniser.l
similarity index 100%
rename from gcalctool/ce_tokeniser.l
rename to src/ce_tokeniser.l
diff --git a/gcalctool/display.c b/src/display.c
similarity index 100%
rename from gcalctool/display.c
rename to src/display.c
diff --git a/gcalctool/display.h b/src/display.h
similarity index 100%
rename from gcalctool/display.h
rename to src/display.h
diff --git a/gcalctool/dsdefs.h b/src/dsdefs.h
similarity index 100%
rename from gcalctool/dsdefs.h
rename to src/dsdefs.h
diff --git a/gcalctool/dsfuns.c b/src/dsfuns.c
similarity index 100%
rename from gcalctool/dsfuns.c
rename to src/dsfuns.c
diff --git a/gcalctool/financial.c b/src/financial.c
similarity index 100%
rename from gcalctool/financial.c
rename to src/financial.c
diff --git a/gcalctool/financial.h b/src/financial.h
similarity index 100%
rename from gcalctool/financial.h
rename to src/financial.h
diff --git a/gcalctool/functions.c b/src/functions.c
similarity index 100%
rename from gcalctool/functions.c
rename to src/functions.c
diff --git a/gcalctool/functions.h b/src/functions.h
similarity index 100%
rename from gcalctool/functions.h
rename to src/functions.h
diff --git a/gcalctool/get.c b/src/get.c
similarity index 100%
rename from gcalctool/get.c
rename to src/get.c
diff --git a/gcalctool/get.h b/src/get.h
similarity index 100%
rename from gcalctool/get.h
rename to src/get.h
diff --git a/gcalctool/gtk.c b/src/gtk.c
similarity index 100%
rename from gcalctool/gtk.c
rename to src/gtk.c
diff --git a/gcalctool/mp-binary.c b/src/mp-binary.c
similarity index 100%
rename from gcalctool/mp-binary.c
rename to src/mp-binary.c
diff --git a/gcalctool/mp-convert.c b/src/mp-convert.c
similarity index 100%
rename from gcalctool/mp-convert.c
rename to src/mp-convert.c
diff --git a/gcalctool/mp-internal.h b/src/mp-internal.h
similarity index 100%
rename from gcalctool/mp-internal.h
rename to src/mp-internal.h
diff --git a/gcalctool/mp-trigonometric.c b/src/mp-trigonometric.c
similarity index 100%
rename from gcalctool/mp-trigonometric.c
rename to src/mp-trigonometric.c
diff --git a/gcalctool/mp.c b/src/mp.c
similarity index 100%
rename from gcalctool/mp.c
rename to src/mp.c
diff --git a/gcalctool/mp.h b/src/mp.h
similarity index 100%
rename from gcalctool/mp.h
rename to src/mp.h
diff --git a/gcalctool/parser.c b/src/parser.c
similarity index 100%
rename from gcalctool/parser.c
rename to src/parser.c
diff --git a/gcalctool/parser.h b/src/parser.h
similarity index 100%
rename from gcalctool/parser.h
rename to src/parser.h
diff --git a/gcalctool/parser_mac.h b/src/parser_mac.h
similarity index 100%
rename from gcalctool/parser_mac.h
rename to src/parser_mac.h
diff --git a/gcalctool/register.c b/src/register.c
similarity index 100%
rename from gcalctool/register.c
rename to src/register.c
diff --git a/gcalctool/register.h b/src/register.h
similarity index 100%
rename from gcalctool/register.h
rename to src/register.h
diff --git a/gcalctool/ui.h b/src/ui.h
similarity index 100%
rename from gcalctool/ui.h
rename to src/ui.h
diff --git a/gcalctool/unittest.c b/src/unittest.c
similarity index 100%
rename from gcalctool/unittest.c
rename to src/unittest.c
diff --git a/gcalctool/unittest.h b/src/unittest.h
similarity index 100%
rename from gcalctool/unittest.h
rename to src/unittest.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]