changeset 755:7080f331bfe4

Moved src to libsrc.
author neelin <neelin>
date Thu, 09 Feb 1995 14:28:23 +0000
parents 0295aa7865d9
children 28ccfb4e2212
files Make_configuration.dist Make_configuration.old Makefile
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Make_configuration.dist
+++ b/Make_configuration.dist
@@ -38,7 +38,7 @@
 # You probably shouldn't modify things beyond here
 
 # MINC library
-MINC_LIB_DIR  = $(ROOT)/src
+MINC_LIB_DIR  = $(ROOT)/libsrc
 MINC_LIB      = minc
 CC_MINC_LIB   = $(MINC_LIB_DIR)/lib$(MINC_LIB).a
 LINT_MINC_LIB = $(MINC_LIB_DIR)/llib-l$(MINC_LIB).ln
--- a/Make_configuration.old
+++ b/Make_configuration.old
@@ -38,7 +38,7 @@
 # You probably shouldn't modify things beyond here
 
 # MINC library
-MINC_LIB_DIR  = $(ROOT)/src
+MINC_LIB_DIR  = $(ROOT)/libsrc
 MINC_LIB      = minc
 CC_MINC_LIB   = $(MINC_LIB_DIR)/lib$(MINC_LIB).a
 LINT_MINC_LIB = $(MINC_LIB_DIR)/llib-l$(MINC_LIB).ln
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 include $(ROOT)/Make_machine_specific
 include $(ROOT)/Make_configuration
 
-BUILD_SUBDIRS = src $(FORTRAN_SUBDIR) test doc volume_io progs
+BUILD_SUBDIRS = libsrc $(FORTRAN_SUBDIR) test doc volume_io progs
 
 TEST_SUBDIRS = test $(FORTRAN_SUBDIR)