File: Makefile.am

package info (click to toggle)
audacity 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 44,240 kB
  • sloc: cpp: 182,841; ansic: 120,375; sh: 26,421; lisp: 7,495; makefile: 1,606; python: 240; xml: 104; perl: 31
file content (46 lines) | stat: -rw-r--r-- 1,540 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## Process this file with automake to produce Makefile.in
# Makefile(.in) for portSMF using Autotools (but not libtool).
# Written by Richard Ash following Gary Vaughan's Autobook

# tell aclocal that extra macros can be found in autotools/m4/
ACLOCAL_AMFLAGS = -I autotools/m4

# define the output library (link with -lportSMF)
lib_LIBRARIES = libportSMF.a

# define the source files to use
libportSMF_a_SOURCES = allegro.cpp \
	allegrosmfwr.cpp \
	allegrord.cpp \
	allegrowr.cpp \
	allegrosmfrd.cpp \
	mfmidi.cpp \
	strparse.cpp \
	algrd_internal.h \
	algsmfrd_internal.h

# and the header files for the library. At the moment these go into the include
# directory directly, it would be much better to have them in a subdirectory
# but that would mean re-organising them here (a subdirectory called portSMF to
# keep headers in, add -I$(srcdir)/portSMF/ to AM_CXXFLAGS, change the paths
# to the headers here and change the name of the variable to nobase_include_...
include_HEADERS = allegro.h \
	mfmidi.h \
	strparse.h \
	trace.h

# files that only really viscous cleans remove
MAINTAINERCLEANFILES = Makefile.in

# other distributed files in case users don't have a complete set of auto*
AUX_DIST = $(ac_aux_dir)/config.guess \
   $(ac_aux_dir)/config.sub \
   $(ac_aux_dir)/install-sh \
   $(ac_aux_dir)/mdate-sh \
   $(ac_aux_dir)/missing \
   $(ac_aux_dir)/mkinstalldirs \
   $(MAINTAINERCLEANFILES)

# Documentation files that should be both distributed and installed in the doc
# directory,
dist_doc_DATA = README.txt license.txt