File: Makefile.am

package info (click to toggle)
reiser4progs 1.2.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 5,904 kB
  • sloc: ansic: 34,331; sh: 4,251; makefile: 994
file content (22 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (3)
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

ccreg40_sources		    = ccreg40.c ccreg40.h ccreg40_repair.c

STATIC_LIBS                 = libccreg40-static.la
libccreg40_static_la_SOURCES  = $(ccreg40_sources)
libccreg40_static_la_CFLAGS   = @GENERIC_CFLAGS@

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

noinst_LTLIBRARIES	     = $(STATIC_LIBS) $(MINIMAL_LIBS)

if ENABLE_MINIMAL
libccreg40_minimal_la_SOURCES    = $(ccreg40_sources)
libccreg40_minimal_la_CFLAGS     = @MINIMAL_CFLAGS@
endif

AM_CPPFLAGS = $(includedir)