Updated .make_tar and .htaccess for all src/* directories.
authorW. Trevor King <wking@drexel.edu>
Wed, 15 Sep 2010 11:59:57 +0000 (07:59 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 15 Sep 2010 11:59:57 +0000 (07:59 -0400)
59 files changed:
src/MPE_hello/.htaccess [new file with mode: 0644]
src/MPI2_message_passing/.htaccess [new file with mode: 0644]
src/MPI2_message_passing/.make_tar
src/MPI2_spawn/.htaccess [new file with mode: 0644]
src/MPI2_spawn/.make_tar [new file with mode: 0644]
src/NR/.htaccess [new file with mode: 0644]
src/NR/.make_tar [new file with mode: 0644]
src/average/.htaccess [new file with mode: 0644]
src/average/.make_tar
src/cxgraph/.htaccess [new file with mode: 0644]
src/diffusion_2d/.htaccess [new file with mode: 0644]
src/direct_simulation_monte_carlo/.htaccess
src/direct_simulation_monte_carlo/.make_tar
src/game_of_life/.htaccess [new file with mode: 0644]
src/game_of_life/.make_tar [new file with mode: 0644]
src/hamiltonian_expectation_value/.htaccess
src/hamiltonian_expectation_value/.make_tar
src/hello_MPI/.htaccess
src/hello_MPI/.make_tar
src/least_squares_fitting/.htaccess [new file with mode: 0644]
src/least_squares_fitting/.make_tar
src/logistic_cuda/.htaccess [new file with mode: 0644]
src/makefile_sample/.htaccess [new file with mode: 0644]
src/mandelbrot/.htaccess [new file with mode: 0644]
src/mandelbrot/.make_tar [new file with mode: 0644]
src/mandelbrot_MPE/.htaccess [new file with mode: 0644]
src/mandelbrot_VTK/.htaccess
src/matrix_multiplication_cuda/.htaccess [new file with mode: 0644]
src/matrix_multiplication_cuda/.make_tar [new file with mode: 0644]
src/monte_carlo/.htaccess [new file with mode: 0644]
src/monte_carlo/.make_tar [new file with mode: 0644]
src/plot_image/.htaccess [new file with mode: 0644]
src/plot_image/.make_tar [new file with mode: 0644]
src/poisson_1d/.htaccess [new file with mode: 0644]
src/poisson_1d/.make_tar [new file with mode: 0644]
src/poisson_2d/.htaccess [new file with mode: 0644]
src/poisson_2d/.make_tar [new file with mode: 0644]
src/poisson_SOR/.htaccess [new file with mode: 0644]
src/poisson_SOR/.make_tar [new file with mode: 0644]
src/print_tree/.htaccess [new file with mode: 0644]
src/print_tree/.make_tar
src/protein_shapes/.htaccess
src/protein_shapes/.make_tar
src/red_black_1d/.htaccess [new file with mode: 0644]
src/red_black_1d/.make_tar [new file with mode: 0644]
src/remote_memory_access/.htaccess [new file with mode: 0644]
src/remote_memory_access/.make_tar [new file with mode: 0644]
src/shakespeare/.htaccess [new file with mode: 0644]
src/shakespeare/.make_tar [new file with mode: 0644]
src/sorting/.htaccess [new file with mode: 0644]
src/sorting/.make_tar
src/structure_passing/.htaccess [new file with mode: 0644]
src/structure_passing/.make_tar [new file with mode: 0644]
src/trapezoidal_and_simpsons_rule_integration/.htaccess
src/trapezoidal_and_simpsons_rule_integration/.make_tar
src/tree_broadcast/.htaccess [new file with mode: 0644]
src/tree_broadcast/.make_tar [new file with mode: 0644]
src/visit_writer/.htaccess [new file with mode: 0644]
src/visit_writer/.make_tar [new file with mode: 0644]

diff --git a/src/MPE_hello/.htaccess b/src/MPE_hello/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/MPI2_message_passing/.htaccess b/src/MPI2_message_passing/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
diff --git a/src/MPI2_spawn/.htaccess b/src/MPI2_spawn/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/MPI2_spawn/.make_tar b/src/MPI2_spawn/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/NR/.htaccess b/src/NR/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/NR/.make_tar b/src/NR/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/average/.htaccess b/src/average/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
diff --git a/src/cxgraph/.htaccess b/src/cxgraph/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/diffusion_2d/.htaccess b/src/diffusion_2d/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
index ad0f04ad3e2e46666da5e2c33d0d12ca45977ac3..8cb957a476c081fa787a45a03ccf285afb9d3dc4 100644 (file)
@@ -1 +1 @@
-AddType text/plain .c
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
diff --git a/src/game_of_life/.htaccess b/src/game_of_life/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/game_of_life/.make_tar b/src/game_of_life/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
index ad0f04ad3e2e46666da5e2c33d0d12ca45977ac3..8cb957a476c081fa787a45a03ccf285afb9d3dc4 100644 (file)
@@ -1 +1 @@
-AddType text/plain .c
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
index ad0f04ad3e2e46666da5e2c33d0d12ca45977ac3..8cb957a476c081fa787a45a03ccf285afb9d3dc4 100644 (file)
@@ -1 +1 @@
-AddType text/plain .c
+AddType text/plain .c .h
index c1012ecd67f9ebc4bc587b1f3db4f24ca4d12e75..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../../
+./
diff --git a/src/least_squares_fitting/.htaccess b/src/least_squares_fitting/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
diff --git a/src/logistic_cuda/.htaccess b/src/logistic_cuda/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/makefile_sample/.htaccess b/src/makefile_sample/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/mandelbrot/.htaccess b/src/mandelbrot/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/mandelbrot/.make_tar b/src/mandelbrot/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/mandelbrot_MPE/.htaccess b/src/mandelbrot_MPE/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
index ad0f04ad3e2e46666da5e2c33d0d12ca45977ac3..8cb957a476c081fa787a45a03ccf285afb9d3dc4 100644 (file)
@@ -1 +1 @@
-AddType text/plain .c
+AddType text/plain .c .h
diff --git a/src/matrix_multiplication_cuda/.htaccess b/src/matrix_multiplication_cuda/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/matrix_multiplication_cuda/.make_tar b/src/matrix_multiplication_cuda/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/monte_carlo/.htaccess b/src/monte_carlo/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/monte_carlo/.make_tar b/src/monte_carlo/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/plot_image/.htaccess b/src/plot_image/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/plot_image/.make_tar b/src/plot_image/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/poisson_1d/.htaccess b/src/poisson_1d/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/poisson_1d/.make_tar b/src/poisson_1d/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/poisson_2d/.htaccess b/src/poisson_2d/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/poisson_2d/.make_tar b/src/poisson_2d/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/poisson_SOR/.htaccess b/src/poisson_SOR/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/poisson_SOR/.make_tar b/src/poisson_SOR/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/print_tree/.htaccess b/src/print_tree/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
index ad0f04ad3e2e46666da5e2c33d0d12ca45977ac3..8cb957a476c081fa787a45a03ccf285afb9d3dc4 100644 (file)
@@ -1 +1 @@
-AddType text/plain .c
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
diff --git a/src/red_black_1d/.htaccess b/src/red_black_1d/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/red_black_1d/.make_tar b/src/red_black_1d/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/remote_memory_access/.htaccess b/src/remote_memory_access/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/remote_memory_access/.make_tar b/src/remote_memory_access/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/shakespeare/.htaccess b/src/shakespeare/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/shakespeare/.make_tar b/src/shakespeare/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/sorting/.htaccess b/src/sorting/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
index eb4d9056a189a8d19278bd7b0abcd54064536457..80e52ce593f73a53ba8c93e6cf3f4597c2d8dc0d 100644 (file)
@@ -1 +1 @@
-../
+./
diff --git a/src/structure_passing/.htaccess b/src/structure_passing/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/structure_passing/.make_tar b/src/structure_passing/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
index ad0f04ad3e2e46666da5e2c33d0d12ca45977ac3..8cb957a476c081fa787a45a03ccf285afb9d3dc4 100644 (file)
@@ -1 +1 @@
-AddType text/plain .c
+AddType text/plain .c .h
diff --git a/src/tree_broadcast/.htaccess b/src/tree_broadcast/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/tree_broadcast/.make_tar b/src/tree_broadcast/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./
diff --git a/src/visit_writer/.htaccess b/src/visit_writer/.htaccess
new file mode 100644 (file)
index 0000000..8cb957a
--- /dev/null
@@ -0,0 +1 @@
+AddType text/plain .c .h
diff --git a/src/visit_writer/.make_tar b/src/visit_writer/.make_tar
new file mode 100644 (file)
index 0000000..80e52ce
--- /dev/null
@@ -0,0 +1 @@
+./