root/pehunter/Makefile.am

Revision 1134, 0.7 kB (checked in by till, 1 year ago)

pehunter initial insert

Line 
1 ## $Id
2 AUTOMAKE_OPTIONS=foreign no-dependencies
3
4 INCLUDES = -I../include
5
6 libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
7
8 lib_LTLIBRARIES = libsf_pehunter_preproc.la
9
10 libsf_pehunter_preproc_la_LDFLAGS = -module
11
12 BUILT_SOURCES = \
13 sf_dynamic_preproc_lib.c
14
15 nodist_libsf_pehunter_preproc_la_SOURCES = \
16 sf_dynamic_preproc_lib.c
17
18 libsf_pehunter_preproc_la_SOURCES = \
19 spp_pehunter.c spp_pehunter.h \
20 pehunter.c pehunter.h \
21 md5.c md5.h \
22 sf_preproc_info.h
23
24 EXTRA_DIST = \
25 sf_pehunter.dsp
26
27 sf_dynamic_preproc_lib.c: ../include/sf_dynamic_preproc_lib.c
28         cp $? $@
29
30 all-local:
31         $(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
32
33 clean-local:
34         rm -f sf_dynamic_preproc_lib.c
Note: See TracBrowser for help on using the browser.