summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/input.txt
blob: 9324ebbca349b350d87b793fb06b2e105cd89aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Process this file with automake to produce Makefile.in
dist_bin_PROGRAMS = server \
client
server_SOURCES = server.c db.c   ## Server Files \
Database Files  
#Comment Testing Here
#a
#b
#c
#END

SUBDIRS = app app1
SUBDIRS += app2

client_SOURCES =  #Multiline comment \
Client dependencies
if installed
noinst_LIBRARIES = foolib.b
else
noinst_LIBRARIES = 
endif
noinst_LTLIBRARIES = foolib.a
files_JAVA = a.java b.java
files_PYTHON = chk.py app.py test.py
test_SCRIPTS = t1.sh t2.sh