~ubuntu-branches/ubuntu/hardy/libaal/hardy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2005-02-25 18:50:30 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050225185030-9frto0bpm1f2elxd
Tags: 1.0.4-1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
                           print.c string.c math.c debug.c bitops.c \
5
5
                           gauge.c block.c ui.c stream.c hash.c libaal.c
6
6
 
7
 
if ENABLE_STAND_ALONE
8
 
ALONE_LIBS               = libaal-alone.la 
 
7
if ENABLE_MINIMAL
 
8
MINIMAL_LIBS               = libaal-minimal.la 
9
9
else
10
 
ALONE_LIBS               = 
 
10
MINIMAL_LIBS               = 
11
11
endif
12
12
 
13
 
lib_LTLIBRARIES          = libaal.la $(ALONE_LIBS)
 
13
lib_LTLIBRARIES          = libaal.la $(MINIMAL_LIBS)
14
14
 
15
15
libaal_la_LDFLAGS        = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
16
16
                           -release $(LT_RELEASE)
19
19
 
20
20
libaal_la_CFLAGS         = @GENERIC_CFLAGS@
21
21
 
22
 
if ENABLE_STAND_ALONE
23
 
libaal_alone_la_SOURCES  = $(libaal_sources)
24
 
libaal_alone_la_CFLAGS   = @ALONE_CFLAGS@
 
22
if ENABLE_MINIMAL
 
23
libaal_minimal_la_SOURCES  = $(libaal_sources)
 
24
libaal_minimal_la_CFLAGS   = @MINIMAL_CFLAGS@
25
25
endif
26
26
 
27
27
INCLUDES = $(aalincludedir)