From 669ee067b35b25c284ec5cfd323e4bad43944af6 Mon Sep 17 00:00:00 2001 From: fedor Date: Thu, 28 Jan 1999 20:32:58 +0000 Subject: [PATCH] Change src to Source git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3617 72102866-910b-0410-8b05-ffd578937521 --- Examples/Makefile.preamble | 4 ++-- Source/Makefile.postamble | 16 ++++++++-------- Testing/Makefile.preamble | 6 +++--- Tools/Makefile.preamble | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Examples/Makefile.preamble b/Examples/Makefile.preamble index 345031f01..87a532c65 100644 --- a/Examples/Makefile.preamble +++ b/Examples/Makefile.preamble @@ -45,13 +45,13 @@ ADDITIONAL_OBJCFLAGS = ADDITIONAL_CFLAGS = # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS = -I../src -I../src/srcdir-include +ADDITIONAL_INCLUDE_DIRS = -I../Source -I../Source/srcdir-include # Additional LDFLAGS to pass to the linker ADDITIONAL_LDFLAGS = # Additional library directories the linker should search -ADDITIONAL_LIB_DIRS = -L../src/$(GNUSTEP_OBJ_DIR) +ADDITIONAL_LIB_DIRS = -L../Source/$(GNUSTEP_OBJ_DIR) # # Flags dealing with installing and uninstalling diff --git a/Source/Makefile.postamble b/Source/Makefile.postamble index 004284fb5..1fc88136a 100644 --- a/Source/Makefile.postamble +++ b/Source/Makefile.postamble @@ -282,19 +282,19 @@ regenerate: $(DIST_FILES) mv AUTHORS .. copy-dist: $(DIST_FILES) - mkdir ../snap/src - mkdir ../snap/src/include - mkdir ../snap/src/Foundation - mkdir ../snap/src/objc - mkdir ../snap/src/unicode + mkdir ../snap/Source + mkdir ../snap/Source/include + mkdir ../snap/Source/Foundation + mkdir ../snap/Source/objc + mkdir ../snap/Source/unicode for file in $(DIST_FILES); do \ - ln $$file ../snap/src/$$file ; \ + ln $$file ../snap/Source/$$file ; \ done for file in $(GNU_HEADERS); do \ - ln ./include/$$file ../snap/src/include/$$file ; \ + ln ./include/$$file ../snap/Source/include/$$file ; \ done for file in $(BASE_HEADERS); do \ - ln $$file ../snap/src/include/`basename $$file` ; \ + ln $$file ../snap/Source/include/`basename $$file` ; \ done ln AUTHORS ../snap diff --git a/Testing/Makefile.preamble b/Testing/Makefile.preamble index 01537c87a..655a18d02 100644 --- a/Testing/Makefile.preamble +++ b/Testing/Makefile.preamble @@ -45,14 +45,14 @@ ADDITIONAL_OBJCFLAGS = -g ADDITIONAL_CFLAGS = # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS = -I../src -I../src/srcdir-include \ - -I../src/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) +ADDITIONAL_INCLUDE_DIRS = -I../Source -I../Source/srcdir-include \ + -I../Source/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) # Additional LDFLAGS to pass to the linker ADDITIONAL_LDFLAGS = # Additional library directories the linker should search -ADDITIONAL_LIB_DIRS = -L../src/$(GNUSTEP_OBJ_DIR) +ADDITIONAL_LIB_DIRS = -L../Source/$(GNUSTEP_OBJ_DIR) # # Flags dealing with installing and uninstalling diff --git a/Tools/Makefile.preamble b/Tools/Makefile.preamble index 927b91965..3cf1cd1cd 100644 --- a/Tools/Makefile.preamble +++ b/Tools/Makefile.preamble @@ -45,15 +45,15 @@ #ADDITIONAL_CFLAGS += # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += -I../src \ - -I../src/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) +ADDITIONAL_INCLUDE_DIRS += -I../Source \ + -I../Source/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) # Additional LDFLAGS to pass to the linker #ADDITIONAL_LDFLAGS += # Additional library directories the linker should search -ADDITIONAL_LIB_DIRS += -L../src/$(GNUSTEP_OBJ_DIR) +ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR) # # Flags dealing with installing and uninstalling