File: Makefile.am

package info (click to toggle)
reiser4progs 1.0.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,348 kB
  • ctags: 3,714
  • sloc: ansic: 33,468; sh: 8,489; makefile: 1,012
file content (22 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
includedir			 = -I$(top_srcdir)/include

sdext_crypto_sources		 = sdext_crypto.c sdext_crypto.h sdext_crypto_repair.c

STATIC_LIBS                      = libsdext_crypto-static.la
libsdext_crypto_static_la_SOURCES = $(sdext_crypto_sources)
libsdext_crypto_static_la_CFLAGS  = @GENERIC_CFLAGS@

if ENABLE_MINIMAL
MINIMAL_LIBS                      = libsdext_crypro-minimal.la
else
MINIMAL_LIBS                      =
endif

noinst_LTLIBRARIES   		= $(STATIC_LIBS) $(MINIMAL_LIBS)

if ENABLE_MINIMAL
libsdext_crypro_minimal_la_SOURCES = $(sdext_crypro_sources)
libsdext_crypro_minimal_la_CFLAGS  = @MINIMAL_CFLAGS@
endif

INCLUDES = $(includedir)