summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/Parser/t')
-rw-r--r--lib/Automake/Parser/t/app/Makefile.am2
-rw-r--r--lib/Automake/Parser/t/app/app/Makefile.am (renamed from lib/Automake/Parser/t/app/app3/Makefile.am)0
-rw-r--r--lib/Automake/Parser/t/app1/Makefile.am3
-rw-r--r--lib/Automake/Parser/t/app2/Makefile.am3
-rw-r--r--lib/Automake/Parser/t/app3/Makefile.am1
-rw-r--r--lib/Automake/Parser/t/app3/app/Makefile.am2
-rw-r--r--lib/Automake/Parser/t/fragment.txt3
7 files changed, 11 insertions, 3 deletions
diff --git a/lib/Automake/Parser/t/app/Makefile.am b/lib/Automake/Parser/t/app/Makefile.am
index 79468923b..c6d6bd097 100644
--- a/lib/Automake/Parser/t/app/Makefile.am
+++ b/lib/Automake/Parser/t/app/Makefile.am
@@ -1,2 +1,2 @@
bin_PROGRAMS=apple
-SUBDIRS = app3
+SUBDIRS = app
diff --git a/lib/Automake/Parser/t/app/app3/Makefile.am b/lib/Automake/Parser/t/app/app/Makefile.am
index 3e4f7cd15..3e4f7cd15 100644
--- a/lib/Automake/Parser/t/app/app3/Makefile.am
+++ b/lib/Automake/Parser/t/app/app/Makefile.am
diff --git a/lib/Automake/Parser/t/app1/Makefile.am b/lib/Automake/Parser/t/app1/Makefile.am
index 1566cc4be..3d1c248b0 100644
--- a/lib/Automake/Parser/t/app1/Makefile.am
+++ b/lib/Automake/Parser/t/app1/Makefile.am
@@ -1 +1,2 @@
-bin_PROGRAMS=apple \ No newline at end of file
+bin_PROGRAMS=apple
+apple_SOURCES=apple.c
diff --git a/lib/Automake/Parser/t/app2/Makefile.am b/lib/Automake/Parser/t/app2/Makefile.am
index 1566cc4be..3d1c248b0 100644
--- a/lib/Automake/Parser/t/app2/Makefile.am
+++ b/lib/Automake/Parser/t/app2/Makefile.am
@@ -1 +1,2 @@
-bin_PROGRAMS=apple \ No newline at end of file
+bin_PROGRAMS=apple
+apple_SOURCES=apple.c
diff --git a/lib/Automake/Parser/t/app3/Makefile.am b/lib/Automake/Parser/t/app3/Makefile.am
new file mode 100644
index 000000000..694ae2b1e
--- /dev/null
+++ b/lib/Automake/Parser/t/app3/Makefile.am
@@ -0,0 +1 @@
+include app/Makefile.am
diff --git a/lib/Automake/Parser/t/app3/app/Makefile.am b/lib/Automake/Parser/t/app3/app/Makefile.am
new file mode 100644
index 000000000..faa681bd5
--- /dev/null
+++ b/lib/Automake/Parser/t/app3/app/Makefile.am
@@ -0,0 +1,2 @@
+bin_PROGRAMS = apple
+apple_SOURCES = apple.c
diff --git a/lib/Automake/Parser/t/fragment.txt b/lib/Automake/Parser/t/fragment.txt
new file mode 100644
index 000000000..43285fa83
--- /dev/null
+++ b/lib/Automake/Parser/t/fragment.txt
@@ -0,0 +1,3 @@
+include app1/Makefile.am
+include app2/Makefile.am
+include app3/Makefile.am