File: Makefile.am

package info (click to toggle)
reiser4progs 1.0.7-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,352 kB
  • ctags: 3,699
  • sloc: ansic: 33,483; sh: 8,489; makefile: 1,001
file content (22 lines) | stat: -rw-r--r-- 557 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
includedir		      = -I$(top_srcdir)/include

obj40_sources                 = obj40.c obj40_repair.c obj40.h obj40_repair.h

libobj40_static_la_SOURCES    = $(obj40_sources)
libobj40_static_la_CFLAGS     = @GENERIC_CFLAGS@

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

noinst_LTLIBRARIES	      = libobj40-static.la $(MINIMAL_LIBS)

if ENABLE_MINIMAL
libobj40_minimal_la_SOURCES     = $(obj40_sources)
libobj40_minimal_la_CFLAGS      = @MINIMAL_CFLAGS@
endif

INCLUDES = $(includedir)