File: Makefile.am

package info (click to toggle)
cryptonit 0.9.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,520 kB
  • ctags: 3,232
  • sloc: cpp: 20,084; sh: 9,373; ansic: 5,325; makefile: 321; perl: 33; sed: 16
file content (28 lines) | stat: -rwxr-xr-x 799 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
23
24
25
26
27
28
SUBDIRS = po src 
EXTRA_DIST= config.rpath mkinstalldirs aclocal.m4\
            m4/ChangeLog  bootstrap \
            LICENSE.OpenSSL LICENSE po/gen_dat.pl \
            src/self/aes.c \
            src/self/aes.h \
            src/self/encrypt.c \
            src/self/encryptSelf.c \
            src/self/encryptSelf.h \
            src/self/gen_dat.pl \
            src/self/logo8.bmp \
            src/self/Makefile \
            src/self/pkcs5.c \
            src/self/posix.c \
            src/self/resource.h \
            src/self/sha2.c \
            src/self/sha2.h \
            src/self/types.h \
            src/self/win32.c \
            src/self/win32.ico \
            src/self/win32.rc 

doxygen:
	doxygen cryptonit.doxygen

doc: cryptonit.doxygen doxygen

ACLOCAL_AMFLAGS = -I m4