File: Makefile.am%2Cv

package info (click to toggle)
cvs2svn 2.4.0-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,720 kB
  • sloc: python: 22,383; sh: 512; perl: 121; makefile: 84
file content (104 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download | duplicates (8)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
head	1.3;
access;
symbols
	libshout-2_0:1.3
	libshout-2_0b3:1.3
	libshout-2_0b2:1.3
	libshout_2_0b1:1.3
	libogg2-zerocopy:1.1.1.1.0.2
	start:1.1.1.1
	xiph:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2003.03.09.22.56.46;	author karl;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.08.00.46.58;	author karl;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.10.02.28.47;	author jack;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.09.10.02.28.47;	author jack;	state Exp;
branches;
next	;


desc
@@


1.3
log
@reduce include file namespace clutter for libshout and the associated
smaller libs.
@
text
@## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign

noinst_LTLIBRARIES = libicehttpp.la
noinst_HEADERS = httpp.h

libicehttpp_la_SOURCES = httpp.c
libicehttpp_la_CFLAGS = @@XIPH_CFLAGS@@

INCLUDES = -I$(srcdir)/..

# SCCS stuff (for BitKeeper)
GET = true

debug:
	$(MAKE) all CFLAGS="@@DEBUG@@"

profile:
	$(MAKE) all CFLAGS="@@PROFILE@@"

@


1.2
log
@more on the XIPH_CFLAGS. For the smaller libs like thread etc put any
passed flags into the compiling rules.  Also configure in libshout now
sets up the XIPH_CFLAGS
@
text
@d11 1
a11 1
INCLUDES = -I$(srcdir)/../avl -I$(srcdir)/../thread
@


1.1
log
@Initial revision
@
text
@d9 1
d17 1
a17 1
        $(MAKE) all CFLAGS="@@DEBUG@@"
d20 1
a20 1
        $(MAKE) all CFLAGS="@@PROFILE@@"
@


1.1.1.1
log
@move to cvs
@
text
@@