File: Makefile.am

package info (click to toggle)
yapet 0.6-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,012 kB
  • ctags: 2,913
  • sloc: ansic: 13,661; cpp: 11,384; sh: 4,814; makefile: 847; yacc: 291; sed: 16
file content (21 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: Makefile.am 2731 2009-08-20 18:00:18Z rafi $

noinst_LIBRARIES = libgpcrypt.a

libgpcrypt_a_SOURCES = structs.h record.h key.h yapetexception.h file.h crypt.h	\
bdbuffer.h partdec.h key.cc file.cc crypt.cc bdbuffer.cc partdec.cc

libgpcrypt_a_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"

if USE_INCLUDED_LIBINTL
libgpcrypt_a_CPPFLAGS += -I$(top_builddir)/intl 
endif

if DISABLE_ASSERT
libgpcrypt_a_CPPFLAGS += -DNDEBUG
else
libgpcrypt_a_CPPFLAGS += -DDEBUG
endif

clean-local:
	rm -rf SunWS_cache