summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/t/primaries.txt
diff options
context:
space:
mode:
authorVishal Gupta <vishalgupta7972@gmail.com>2018-06-16 12:09:17 +0530
committerVishal Gupta <vishalgupta7972@gmail.com>2018-06-16 12:09:17 +0530
commitc538dc193d39be7df03615d4d4792ec4c1aedf97 (patch)
treef4bf1fc5f6ca8414315d1d31d18b8e06aac4bd1d /lib/Automake/Parser/t/primaries.txt
parentacb396f294d1ef3b7c0a399d01b1388cd32be68d (diff)
downloadautomake-c538dc193d39be7df03615d4d4792ec4c1aedf97.tar.gz
Added support for Conditional statement and Test files.
* automake.y : Updated to handle conditional statement and empty variable * defination * parser.pl : Updated to read from standard input and write to standard * output. In debug mode, output on standard error stream. * Converter.pl : Updated to handle empty grammar definitions. * Tree.pm : Updated to handle conditional statements and write output to * standard output * Makefile : Added action test. * test.sh : Read all text files in t directory and generates corresponding * standard output * Makefile : Added action test. * t/*.txt : test files.
Diffstat (limited to 'lib/Automake/Parser/t/primaries.txt')
-rw-r--r--lib/Automake/Parser/t/primaries.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Automake/Parser/t/primaries.txt b/lib/Automake/Parser/t/primaries.txt
new file mode 100644
index 000000000..6de44787e
--- /dev/null
+++ b/lib/Automake/Parser/t/primaries.txt
@@ -0,0 +1,3 @@
+dist_bin_PROGRAMS = server client
+server_SOURCES = server.c db.c
+client_SOURCES = client.c \ No newline at end of file