"Fossies" - the Fresh Open Source Software Archive 
Member "snort-2.9.17/src/dynamic-preprocessors/s7commplus/Makefile.in" (30 Oct 2020, 21893 Bytes) of package /linux/misc/snort-2.9.17.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = src/dynamic-preprocessors/s7commplus
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.in
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = $(top_builddir)/config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
102 am__vpath_adj = case $$p in \
103 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
104 *) f=$$p;; \
105 esac;
106 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
107 am__install_max = 40
108 am__nobase_strip_setup = \
109 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
110 am__nobase_strip = \
111 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
112 am__nobase_list = $(am__nobase_strip_setup); \
113 for p in $$list; do echo "$$p $$p"; done | \
114 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
115 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
116 if (++n[$$2] == $(am__install_max)) \
117 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
118 END { for (dir in files) print dir, files[dir] }'
119 am__base_list = \
120 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
121 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
122 am__uninstall_files_from_dir = { \
123 test -z "$$files" \
124 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
125 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
126 $(am__cd) "$$dir" && rm -f $$files; }; \
127 }
128 am__installdirs = "$(DESTDIR)$(dynamicpreprocessordir)"
129 LTLIBRARIES = $(dynamicpreprocessor_LTLIBRARIES)
130 @SO_WITH_STATIC_LIB_TRUE@libsf_s7commplus_preproc_la_DEPENDENCIES = \
131 @SO_WITH_STATIC_LIB_TRUE@ ../libsf_dynamic_preproc.la
132 am_libsf_s7commplus_preproc_la_OBJECTS = spp_s7comm.lo \
133 s7comm_decode.lo s7comm_roptions.lo s7comm_paf.lo
134 @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_s7commplus_preproc_la_OBJECTS = \
135 @SO_WITH_STATIC_LIB_FALSE@ sf_dynamic_preproc_lib.lo \
136 @SO_WITH_STATIC_LIB_FALSE@ sfPolicyUserData.lo
137 libsf_s7commplus_preproc_la_OBJECTS = \
138 $(am_libsf_s7commplus_preproc_la_OBJECTS) \
139 $(nodist_libsf_s7commplus_preproc_la_OBJECTS)
140 AM_V_lt = $(am__v_lt_@AM_V@)
141 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
142 am__v_lt_0 = --silent
143 am__v_lt_1 =
144 libsf_s7commplus_preproc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
145 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
146 $(AM_CFLAGS) $(CFLAGS) $(libsf_s7commplus_preproc_la_LDFLAGS) \
147 $(LDFLAGS) -o $@
148 AM_V_P = $(am__v_P_@AM_V@)
149 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150 am__v_P_0 = false
151 am__v_P_1 = :
152 AM_V_GEN = $(am__v_GEN_@AM_V@)
153 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
154 am__v_GEN_0 = @echo " GEN " $@;
155 am__v_GEN_1 =
156 AM_V_at = $(am__v_at_@AM_V@)
157 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158 am__v_at_0 = @
159 am__v_at_1 =
160 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
161 depcomp =
162 am__maybe_remake_depfiles =
163 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
167 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168 $(AM_CFLAGS) $(CFLAGS)
169 AM_V_CC = $(am__v_CC_@AM_V@)
170 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171 am__v_CC_0 = @echo " CC " $@;
172 am__v_CC_1 =
173 CCLD = $(CC)
174 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176 $(AM_LDFLAGS) $(LDFLAGS) -o $@
177 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179 am__v_CCLD_0 = @echo " CCLD " $@;
180 am__v_CCLD_1 =
181 SOURCES = $(libsf_s7commplus_preproc_la_SOURCES) \
182 $(nodist_libsf_s7commplus_preproc_la_SOURCES)
183 DIST_SOURCES = $(libsf_s7commplus_preproc_la_SOURCES)
184 am__can_run_installinfo = \
185 case $$AM_UPDATE_INFO_DIR in \
186 n|no|NO) false;; \
187 *) (install-info --version) >/dev/null 2>&1;; \
188 esac
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190 # Read a list of newline-separated strings from the standard input,
191 # and print each of them once, without duplicates. Input order is
192 # *not* preserved.
193 am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
197 '
198 # Make sure the list of sources is unique. This is necessary because,
199 # e.g., the same source file might be shared among _SOURCES variables
200 # for different programs/libraries.
201 am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
206 ETAGS = etags
207 CTAGS = ctags
208 am__DIST_COMMON = $(srcdir)/Makefile.in
209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210 ACLOCAL = @ACLOCAL@
211 AMTAR = @AMTAR@
212 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213 AR = @AR@
214 AUTOCONF = @AUTOCONF@
215 AUTOHEADER = @AUTOHEADER@
216 AUTOMAKE = @AUTOMAKE@
217 AWK = @AWK@
218 CC = @CC@
219 CCDEPMODE = @CCDEPMODE@
220 CCONFIGFLAGS = @CCONFIGFLAGS@
221 CFLAGS = @CFLAGS@
222 CONFIGFLAGS = @CONFIGFLAGS@
223 CPP = @CPP@
224 CPPFLAGS = @CPPFLAGS@
225 CYGPATH_W = @CYGPATH_W@
226 DEFS = @DEFS@
227 DEPDIR = @DEPDIR@
228 DLLTOOL = @DLLTOOL@
229 DSYMUTIL = @DSYMUTIL@
230 DUMPBIN = @DUMPBIN@
231 ECHO_C = @ECHO_C@
232 ECHO_N = @ECHO_N@
233 ECHO_T = @ECHO_T@
234 EGREP = @EGREP@
235 EXEEXT = @EXEEXT@
236 FGREP = @FGREP@
237 GREP = @GREP@
238 ICONFIGFLAGS = @ICONFIGFLAGS@
239 INCLUDES = -I../include -I${srcdir}/../libs
240 INSTALL = @INSTALL@
241 INSTALL_DATA = @INSTALL_DATA@
242 INSTALL_PROGRAM = @INSTALL_PROGRAM@
243 INSTALL_SCRIPT = @INSTALL_SCRIPT@
244 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245 LD = @LD@
246 LDFLAGS = @LDFLAGS@
247 LEX = @LEX@
248 LIBOBJS = @LIBOBJS@
249 LIBS = @LIBS@
250 LIBTOOL = @LIBTOOL@
251 LIPO = @LIPO@
252 LN_S = @LN_S@
253 LTLIBOBJS = @LTLIBOBJS@
254 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
255 LUA_CFLAGS = @LUA_CFLAGS@
256 LUA_LIBS = @LUA_LIBS@
257 MAKEINFO = @MAKEINFO@
258 MANIFEST_TOOL = @MANIFEST_TOOL@
259 MKDIR_P = @MKDIR_P@
260 NM = @NM@
261 NMEDIT = @NMEDIT@
262 OBJDUMP = @OBJDUMP@
263 OBJEXT = @OBJEXT@
264 OTOOL = @OTOOL@
265 OTOOL64 = @OTOOL64@
266 PACKAGE = @PACKAGE@
267 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268 PACKAGE_NAME = @PACKAGE_NAME@
269 PACKAGE_STRING = @PACKAGE_STRING@
270 PACKAGE_TARNAME = @PACKAGE_TARNAME@
271 PACKAGE_URL = @PACKAGE_URL@
272 PACKAGE_VERSION = @PACKAGE_VERSION@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 PKG_CONFIG = @PKG_CONFIG@
275 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
276 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
277 RANLIB = @RANLIB@
278 SED = @SED@
279 SET_MAKE = @SET_MAKE@
280 SHELL = @SHELL@
281 SIGNAL_SNORT_DUMP_STATS = @SIGNAL_SNORT_DUMP_STATS@
282 SIGNAL_SNORT_READ_ATTR_TBL = @SIGNAL_SNORT_READ_ATTR_TBL@
283 SIGNAL_SNORT_RELOAD = @SIGNAL_SNORT_RELOAD@
284 SIGNAL_SNORT_ROTATE_STATS = @SIGNAL_SNORT_ROTATE_STATS@
285 STRIP = @STRIP@
286 VERSION = @VERSION@
287 XCCFLAGS = @XCCFLAGS@
288 YACC = @YACC@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296 am__include = @am__include@
297 am__leading_dot = @am__leading_dot@
298 am__quote = @am__quote@
299 am__tar = @am__tar@
300 am__untar = @am__untar@
301 bindir = @bindir@
302 build = @build@
303 build_alias = @build_alias@
304 build_cpu = @build_cpu@
305 build_os = @build_os@
306 build_vendor = @build_vendor@
307 builddir = @builddir@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 extra_incl = @extra_incl@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 localedir = @localedir@
326 localstatedir = @localstatedir@
327 luajit_CFLAGS = @luajit_CFLAGS@
328 luajit_LIBS = @luajit_LIBS@
329 mandir = @mandir@
330 mkdir_p = @mkdir_p@
331 oldincludedir = @oldincludedir@
332 pdfdir = @pdfdir@
333 prefix = @prefix@
334 program_transform_name = @program_transform_name@
335 psdir = @psdir@
336 sbindir = @sbindir@
337 sharedstatedir = @sharedstatedir@
338 srcdir = @srcdir@
339 sysconfdir = @sysconfdir@
340 target_alias = @target_alias@
341 top_build_prefix = @top_build_prefix@
342 top_builddir = @top_builddir@
343 top_srcdir = @top_srcdir@
344 AUTOMAKE_OPTIONS = foreign no-dependencies
345 dynamicpreprocessordir = ${libdir}/snort_dynamicpreprocessor
346 dynamicpreprocessor_LTLIBRARIES = libsf_s7commplus_preproc.la
347 libsf_s7commplus_preproc_la_LDFLAGS = -export-dynamic -module @XCCFLAGS@
348 @SO_WITH_STATIC_LIB_TRUE@libsf_s7commplus_preproc_la_LIBADD = ../libsf_dynamic_preproc.la
349 @SO_WITH_STATIC_LIB_FALSE@nodist_libsf_s7commplus_preproc_la_SOURCES = \
350 @SO_WITH_STATIC_LIB_FALSE@../include/sf_dynamic_preproc_lib.c \
351 @SO_WITH_STATIC_LIB_FALSE@../include/sfPolicyUserData.c
352
353 libsf_s7commplus_preproc_la_SOURCES = \
354 spp_s7comm.c \
355 spp_s7comm.h \
356 s7comm_decode.c \
357 s7comm_decode.h \
358 s7comm_roptions.c \
359 s7comm_roptions.h \
360 s7comm_paf.c \
361 s7comm_paf.h
362
363 all: all-am
364
365 .SUFFIXES:
366 .SUFFIXES: .c .lo .o .obj
367 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
368 @for dep in $?; do \
369 case '$(am__configure_deps)' in \
370 *$$dep*) \
371 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
372 && { if test -f $@; then exit 0; else break; fi; }; \
373 exit 1;; \
374 esac; \
375 done; \
376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/dynamic-preprocessors/s7commplus/Makefile'; \
377 $(am__cd) $(top_srcdir) && \
378 $(AUTOMAKE) --foreign src/dynamic-preprocessors/s7commplus/Makefile
379 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380 @case '$?' in \
381 *config.status*) \
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
383 *) \
384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
385 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
386 esac;
387
388 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390
391 $(top_srcdir)/configure: $(am__configure_deps)
392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395 $(am__aclocal_m4_deps):
396
397 install-dynamicpreprocessorLTLIBRARIES: $(dynamicpreprocessor_LTLIBRARIES)
398 @$(NORMAL_INSTALL)
399 @list='$(dynamicpreprocessor_LTLIBRARIES)'; test -n "$(dynamicpreprocessordir)" || list=; \
400 list2=; for p in $$list; do \
401 if test -f $$p; then \
402 list2="$$list2 $$p"; \
403 else :; fi; \
404 done; \
405 test -z "$$list2" || { \
406 echo " $(MKDIR_P) '$(DESTDIR)$(dynamicpreprocessordir)'"; \
407 $(MKDIR_P) "$(DESTDIR)$(dynamicpreprocessordir)" || exit 1; \
408 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(dynamicpreprocessordir)'"; \
409 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(dynamicpreprocessordir)"; \
410 }
411
412 uninstall-dynamicpreprocessorLTLIBRARIES:
413 @$(NORMAL_UNINSTALL)
414 @list='$(dynamicpreprocessor_LTLIBRARIES)'; test -n "$(dynamicpreprocessordir)" || list=; \
415 for p in $$list; do \
416 $(am__strip_dir) \
417 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dynamicpreprocessordir)/$$f'"; \
418 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dynamicpreprocessordir)/$$f"; \
419 done
420
421 clean-dynamicpreprocessorLTLIBRARIES:
422 -test -z "$(dynamicpreprocessor_LTLIBRARIES)" || rm -f $(dynamicpreprocessor_LTLIBRARIES)
423 @list='$(dynamicpreprocessor_LTLIBRARIES)'; \
424 locs=`for p in $$list; do echo $$p; done | \
425 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
426 sort -u`; \
427 test -z "$$locs" || { \
428 echo rm -f $${locs}; \
429 rm -f $${locs}; \
430 }
431
432 libsf_s7commplus_preproc.la: $(libsf_s7commplus_preproc_la_OBJECTS) $(libsf_s7commplus_preproc_la_DEPENDENCIES) $(EXTRA_libsf_s7commplus_preproc_la_DEPENDENCIES)
433 $(AM_V_CCLD)$(libsf_s7commplus_preproc_la_LINK) -rpath $(dynamicpreprocessordir) $(libsf_s7commplus_preproc_la_OBJECTS) $(libsf_s7commplus_preproc_la_LIBADD) $(LIBS)
434
435 mostlyclean-compile:
436 -rm -f *.$(OBJEXT)
437
438 distclean-compile:
439 -rm -f *.tab.c
440
441 .c.o:
442 $(AM_V_CC)$(COMPILE) -c -o $@ $<
443
444 .c.obj:
445 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
446
447 .c.lo:
448 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
449
450 sf_dynamic_preproc_lib.lo: ../include/sf_dynamic_preproc_lib.c
451 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sf_dynamic_preproc_lib.lo `test -f '../include/sf_dynamic_preproc_lib.c' || echo '$(srcdir)/'`../include/sf_dynamic_preproc_lib.c
452
453 sfPolicyUserData.lo: ../include/sfPolicyUserData.c
454 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sfPolicyUserData.lo `test -f '../include/sfPolicyUserData.c' || echo '$(srcdir)/'`../include/sfPolicyUserData.c
455
456 mostlyclean-libtool:
457 -rm -f *.lo
458
459 clean-libtool:
460 -rm -rf .libs _libs
461
462 ID: $(am__tagged_files)
463 $(am__define_uniq_tagged_files); mkid -fID $$unique
464 tags: tags-am
465 TAGS: tags
466
467 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
468 set x; \
469 here=`pwd`; \
470 $(am__define_uniq_tagged_files); \
471 shift; \
472 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
473 test -n "$$unique" || unique=$$empty_fix; \
474 if test $$# -gt 0; then \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476 "$$@" $$unique; \
477 else \
478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479 $$unique; \
480 fi; \
481 fi
482 ctags: ctags-am
483
484 CTAGS: ctags
485 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486 $(am__define_uniq_tagged_files); \
487 test -z "$(CTAGS_ARGS)$$unique" \
488 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489 $$unique
490
491 GTAGS:
492 here=`$(am__cd) $(top_builddir) && pwd` \
493 && $(am__cd) $(top_srcdir) \
494 && gtags -i $(GTAGS_ARGS) "$$here"
495 cscopelist: cscopelist-am
496
497 cscopelist-am: $(am__tagged_files)
498 list='$(am__tagged_files)'; \
499 case "$(srcdir)" in \
500 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
501 *) sdir=$(subdir)/$(srcdir) ;; \
502 esac; \
503 for i in $$list; do \
504 if test -f "$$i"; then \
505 echo "$(subdir)/$$i"; \
506 else \
507 echo "$$sdir/$$i"; \
508 fi; \
509 done >> $(top_builddir)/cscope.files
510
511 distclean-tags:
512 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
514 distdir: $(BUILT_SOURCES)
515 $(MAKE) $(AM_MAKEFLAGS) distdir-am
516
517 distdir-am: $(DISTFILES)
518 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520 list='$(DISTFILES)'; \
521 dist_files=`for file in $$list; do echo $$file; done | \
522 sed -e "s|^$$srcdirstrip/||;t" \
523 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524 case $$dist_files in \
525 */*) $(MKDIR_P) `echo "$$dist_files" | \
526 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527 sort -u` ;; \
528 esac; \
529 for file in $$dist_files; do \
530 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531 if test -d $$d/$$file; then \
532 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533 if test -d "$(distdir)/$$file"; then \
534 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535 fi; \
536 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539 fi; \
540 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541 else \
542 test -f "$(distdir)/$$file" \
543 || cp -p $$d/$$file "$(distdir)/$$file" \
544 || exit 1; \
545 fi; \
546 done
547 check-am: all-am
548 check: check-am
549 all-am: Makefile $(LTLIBRARIES) all-local
550 installdirs:
551 for dir in "$(DESTDIR)$(dynamicpreprocessordir)"; do \
552 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
553 done
554 install: install-am
555 install-exec: install-exec-am
556 install-data: install-data-am
557 uninstall: uninstall-am
558
559 install-am: all-am
560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562 installcheck: installcheck-am
563 install-strip:
564 if test -z '$(STRIP)'; then \
565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567 install; \
568 else \
569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
572 fi
573 mostlyclean-generic:
574
575 clean-generic:
576
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-am
585
586 clean-am: clean-dynamicpreprocessorLTLIBRARIES clean-generic \
587 clean-libtool mostlyclean-am
588
589 distclean: distclean-am
590 -rm -f Makefile
591 distclean-am: clean-am distclean-compile distclean-generic \
592 distclean-tags
593
594 dvi: dvi-am
595
596 dvi-am:
597
598 html: html-am
599
600 html-am:
601
602 info: info-am
603
604 info-am:
605
606 install-data-am: install-dynamicpreprocessorLTLIBRARIES
607
608 install-dvi: install-dvi-am
609
610 install-dvi-am:
611
612 install-exec-am:
613
614 install-html: install-html-am
615
616 install-html-am:
617
618 install-info: install-info-am
619
620 install-info-am:
621
622 install-man:
623
624 install-pdf: install-pdf-am
625
626 install-pdf-am:
627
628 install-ps: install-ps-am
629
630 install-ps-am:
631
632 installcheck-am:
633
634 maintainer-clean: maintainer-clean-am
635 -rm -f Makefile
636 maintainer-clean-am: distclean-am maintainer-clean-generic
637
638 mostlyclean: mostlyclean-am
639
640 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
641 mostlyclean-libtool
642
643 pdf: pdf-am
644
645 pdf-am:
646
647 ps: ps-am
648
649 ps-am:
650
651 uninstall-am: uninstall-dynamicpreprocessorLTLIBRARIES
652
653 .MAKE: install-am install-strip
654
655 .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
656 clean-dynamicpreprocessorLTLIBRARIES clean-generic \
657 clean-libtool cscopelist-am ctags ctags-am distclean \
658 distclean-compile distclean-generic distclean-libtool \
659 distclean-tags distdir dvi dvi-am html html-am info info-am \
660 install install-am install-data install-data-am install-dvi \
661 install-dvi-am install-dynamicpreprocessorLTLIBRARIES \
662 install-exec install-exec-am install-html install-html-am \
663 install-info install-info-am install-man install-pdf \
664 install-pdf-am install-ps install-ps-am install-strip \
665 installcheck installcheck-am installdirs maintainer-clean \
666 maintainer-clean-generic mostlyclean mostlyclean-compile \
667 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
668 tags tags-am uninstall uninstall-am \
669 uninstall-dynamicpreprocessorLTLIBRARIES
670
671 .PRECIOUS: Makefile
672
673
674 #EXTRA_DIST = \
675 #sf_s7comm.dsp
676
677 all-local: $(LTLIBRARIES)
678 $(MAKE) DESTDIR=`pwd`/../build install-dynamicpreprocessorLTLIBRARIES
679
680 # Tell versions [3.59,3.63) of GNU make to not export all variables.
681 # Otherwise a system limit (for SysV at least) may be exceeded.
682 .NOEXPORT: