File: Makefile.am

package info (click to toggle)
polyxmass-common 0.8.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,548 kB
  • sloc: sh: 3,512; xml: 2,071; makefile: 212
file content (11 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# to list all these files in one step :
# for i in `ls -1 *-sample.pxm`; do echo ${i} '\' ; done
# BUT do not forget to remove the '\' of the last item
POLSEQS = \
protein-sample.pxm \
protein-fragments-sample.pxm 

EXTRA_DIST = $(POLSEQS)

polseqsdir = $(DATADIR)/pol-seqs
polseqs_DATA = $(POLSEQS)