File: Makefile.am

package info (click to toggle)
libewf 20100226-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 6,840 kB
  • ctags: 2,937
  • sloc: ansic: 100,745; sh: 10,115; makefile: 533
file content (20 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@MEMWATCH_CPPFLAGS@

noinst_LTLIBRARIES = liberror.la

liberror_la_SOURCES = \
	liberror.h \
	liberror_definitions.h \
	liberror_error.c liberror_error.h \
	liberror_types.h

distclean: clean
	/bin/rm -f Makefile

splint:
	@echo "Running splint on liberror ..." 
	-splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(liberror_la_SOURCES)