]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/CyaSSL/Makefile.am
Add FreeRTOS-Plus directory.
[freertos] / FreeRTOS-Plus / CyaSSL / Makefile.am
1 # includes append to these:
2 SUFFIXES =
3 TESTS =
4 CLEANFILES =
5 DISTCLEANFILES =
6 bin_PROGRAMS =
7 noinst_HEADERS =
8 lib_LTLIBRARIES =
9 man_MANS =
10 noinst_LTLIBRARIES =
11 noinst_PROGRAMS =
12 include_HEADERS =
13 nobase_include_HEADERS =
14 check_PROGRAMS =
15 EXTRA_HEADERS =
16 BUILT_SOURCES=
17 EXTRA_DIST=
18 doc_DATA=
19
20 exampledir = $(docdir)/@PACKAGE@/example
21 example_DATA=
22 EXTRA_DIST+= $(example_DATA)
23
24 certsdir = $(sysconfdir)/ssl/certs
25 certs_DATA=
26 EXTRA_DIST+= $(certs_DATA)
27
28 EXTRA_DIST+= $(doc_DATA)
29
30 ACLOCAL_AMFLAGS= -I m4 --install
31
32 EXTRA_DIST+= lib/dummy
33
34 EXTRA_DIST+= cyassl-ntru.vcproj
35 EXTRA_DIST+= cyassl.vcproj
36 EXTRA_DIST+= cyassl-iphone.xcodeproj/project.pbxproj
37 EXTRA_DIST+= cyassl-ntru.sln
38 EXTRA_DIST+= cyassl.sln
39
40 include cyassl/include.am
41 include certs/include.am
42 include certs/crl/include.am
43 include doc/include.am
44 include swig/include.am
45
46 include src/include.am
47 include ctaocrypt/benchmark/include.am
48 include ctaocrypt/src/include.am
49 include ctaocrypt/test/include.am
50 include examples/client/include.am
51 include examples/server/include.am
52 include examples/echoclient/include.am
53 include examples/echoserver/include.am
54 include testsuite/include.am
55 include tests/include.am
56 include sslSniffer/sslSnifferTest/include.am
57
58 TESTS += $(check_PROGRAMS)
59 test: check
60
61 # !!!! first line of rule has to start with a hard (real) tab, not spaces
62 egs:
63         $(MAKE) examples/client/client; \
64         $(MAKE) examples/echoclient/echoclient;\
65         $(MAKE) examples/server/server; \
66         $(MAKE) examples/echoserver/echoserver;
67
68 ctc:
69         $(MAKE) ctaocrypt/test/testctaocrypt; \
70         $(MAKE) ctaocrypt/benchmark/benchmark; 
71
72 merge-clean:
73         @find ./ | $(GREP) \.gcda | xargs rm -f
74         @find ./ | $(GREP) \.gcno | xargs rm -f
75         @find ./ | $(GREP) \.gz | xargs rm -f
76         @find ./ | $(GREP) \.orig | xargs rm -f
77         @find ./ | $(GREP) \.rej | xargs rm -f
78         @find ./ | $(GREP) \.rpm | xargs rm -f
79         @find ./ | $(GREP) \.THIS | xargs rm -f
80         @find ./ | $(GREP) \.OTHER | xargs rm -f
81         @find ./ | $(GREP) \.BASE | xargs rm -f
82         @find ./ | $(GREP) \~$$ | xargs rm -f