summaryrefslogtreecommitdiff
path: root/tests/SSL/Makefile.am
blob: 46ac10a96c502d4d79428599845fbfc137bc2b4b (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##----------------------------------------------------------------------------
##       $Id$
##
##       Makefile.am for all the ACE_SSL ``one-button'' tests
##----------------------------------------------------------------------------

##
##  Process this file with automake to create Makefile.in
##

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) @ACE_TLS_CPPFLAGS@

noinst_PROGRAMS = Thread_Pool_Reactor_SSL_Test

Thread_Pool_Reactor_SSL_Test_SOURCES = \
  Thread_Pool_Reactor_SSL_Test.h \
  Thread_Pool_Reactor_SSL_Test.cpp \
  Main.cpp

Thread_Pool_Reactor_SSL_Test_LDADD = \
  $(top_builddir)/tests/libTest_Output.la \
  $(top_builddir)/ace/SSL/libACE_SSL.la

noinst_DATA = \
  dummy.pem \
  key.pem

EXTRA_DIST = \
  dummy.pem \
  key.pem

## Automake recognized target.  Appends these rules to the "all"
## target.
all-local:
	for p in $(noinst_DATA); do \
	  test -f $$p \
	  || $(LN_S) $(srcdir)/$$p $$p; done
	touch tests-link-stamp

## Clean up template repositories, etc.
clean-local:
	-rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core core.*
	-rm -rf cxx_repository ptrepository ti_files
	-rm -rf Templates.DB gcctemp.c gcctemp so_locations *.ics
	-rm -rf templateregistry SunWS_cache ir.out


## Clean up files and directories created by this Makefile.
distclean-local:
	-test -f tests-link-stamp \
	   && rm $(noinst_DATA) tests-link-stamp
	-rm -rf log