File: Makefile.am

package info (click to toggle)
cbflib 0.9.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 25,708 kB
  • sloc: ansic: 64,308; python: 13,974; sh: 10,376; makefile: 1,113; yacc: 656; f90: 210; cpp: 65; java: 16
file content (25 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
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
## -*- mode: Makefile ; mode: font-lock -*-
##
## Top level automake build for the CBF library source. Process this file
## with automake to generate a Makefile.
##
## Morten Kjeldgaard <mok@bioxray.dk>
## Department of Molecular Biology, Aarhus University
## Date: 23-Mar-2006.
##
## Licence: GPL.


# Build in these directories
SUBDIRS = src examples

ACLOCAL_AMFLAGS = -I config

#Distribute these directories:
DIST_SUBDIRS = $(SUBDIRS)

pkgconfigdir = $(libdir)/config

EXTRA_DIST = bootstrap doc #html_graphics

####