File: Makefile.am

package info (click to toggle)
ghemical 2.95-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,944 kB
  • ctags: 1,553
  • sloc: cpp: 15,959; sh: 8,816; makefile: 260
file content (19 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = TSS

examplesdir = $(datadir)/ghemical/@APPVERSION@/examples
examples_DATA = \
	2-chlorobutane.gpr \
	3-phenylpropanal.gpr \
	PeriodicTable.gpr \
	acetylsalicylic_acid.gpr \
	alpha-pinene.gpr \
	bromobenzene.gpr \
	camphor.gpr \
	cinnamaldehyde.gpr \
	cis-2-pentene.gpr \
	cyclohexane.gpr \
	dna_AGTC.gpr \
	naphtalene.gpr \
	rna_aguc.gpr

EXTRA_DIST = $(examples_DATA)