ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
(Generate patch)

Comparing gvpe/Makefile.in (file contents):
Revision 1.4 by pcg, Sat Jan 17 01:18:36 2004 UTC vs.
Revision 1.6 by pcg, Sun Feb 8 07:24:25 2004 UTC

99PACKAGE_TARNAME = @PACKAGE_TARNAME@ 99PACKAGE_TARNAME = @PACKAGE_TARNAME@
100PACKAGE_VERSION = @PACKAGE_VERSION@ 100PACKAGE_VERSION = @PACKAGE_VERSION@
101PATH_SEPARATOR = @PATH_SEPARATOR@ 101PATH_SEPARATOR = @PATH_SEPARATOR@
102POSUB = @POSUB@ 102POSUB = @POSUB@
103RANLIB = @RANLIB@ 103RANLIB = @RANLIB@
104ROHC_FALSE = @ROHC_FALSE@
105ROHC_TRUE = @ROHC_TRUE@
104SET_MAKE = @SET_MAKE@ 106SET_MAKE = @SET_MAKE@
105SHELL = @SHELL@ 107SHELL = @SHELL@
106STRIP = @STRIP@ 108STRIP = @STRIP@
107USE_NLS = @USE_NLS@ 109USE_NLS = @USE_NLS@
108VERSION = @VERSION@ 110VERSION = @VERSION@
148target_alias = @target_alias@ 150target_alias = @target_alias@
149target_cpu = @target_cpu@ 151target_cpu = @target_cpu@
150target_os = @target_os@ 152target_os = @target_os@
151target_vendor = @target_vendor@ 153target_vendor = @target_vendor@
152 154
155SUBDIRS = rohc
156
153sbin_PROGRAMS = vped 157sbin_PROGRAMS = vped
154bin_PROGRAMS = vpectrl 158bin_PROGRAMS = vpectrl
155 159
156EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C callback.pl \ 160EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C callback.pl \
157 tincd/apply tincd/fixit \ 161 tincd/apply tincd/fixit \
158 tincd/cygwin/device.c tincd/darwin/device.c tincd/freebsd/device.c \ 162 tincd/cygwin/device.c tincd/darwin/device.c tincd/freebsd/device.c \
159 tincd/linux/device.c tincd/mingw/device.c tincd/netbsd/device.c \ 163 tincd/linux/device.c tincd/mingw/device.c tincd/netbsd/device.c \
160 tincd/openbsd/device.c tincd/raw_socket/device.c tincd/solaris/device.c \ 164 tincd/openbsd/device.c tincd/raw_socket/device.c tincd/solaris/device.c \
161 ether_emu.C 165 ether_emu.C lzf/lzf_c.c lzf/lzf_d.c
162 166
163 167
164COMMON = global.h conf.h conf.C util.h util.C \ 168COMMON = global.h conf.h conf.C util.h util.C \
165 slog.h slog.C netcompat.h 169 slog.h slog.C netcompat.h
166 170
167 171
168vped_SOURCES = vped.C hash_map.h vpn.h vpn.C vpn_tcp.C sockinfo.h sockinfo.C \ 172vped_SOURCES = vped.C hash_map.h vpn.h vpn.C vpn_tcp.C sockinfo.h sockinfo.C \
169 lzf/lzf.h lzf/lzfP.h lzf/lzf_c.c lzf/lzf_d.c iom.h iom_conf.h iom.C \ 173 lzf/lzf.h lzf/lzfP.h iom.h iom_conf.h iom.C \
170 connection.h connection.C callback.h device.h device.C \ 174 connection.h connection.C callback.h device.h device.C \
171 $(COMMON) 175 $(COMMON)
172 176
173vped_LDADD = $(top_builddir)/lib/libvpe.a 177vped_LDADD = $(top_builddir)/lib/libvpe.a
174vpectrl_SOURCES = vpectrl.C \ 178vpectrl_SOURCES = vpectrl.C \
198am_vpectrl_OBJECTS = vpectrl.$(OBJEXT) $(am__objects_1) 202am_vpectrl_OBJECTS = vpectrl.$(OBJEXT) $(am__objects_1)
199vpectrl_OBJECTS = $(am_vpectrl_OBJECTS) 203vpectrl_OBJECTS = $(am_vpectrl_OBJECTS)
200vpectrl_DEPENDENCIES = $(top_builddir)/lib/libvpe.a 204vpectrl_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
201vpectrl_LDFLAGS = 205vpectrl_LDFLAGS =
202am_vped_OBJECTS = vped.$(OBJEXT) vpn.$(OBJEXT) vpn_tcp.$(OBJEXT) \ 206am_vped_OBJECTS = vped.$(OBJEXT) vpn.$(OBJEXT) vpn_tcp.$(OBJEXT) \
203 sockinfo.$(OBJEXT) lzf_c.$(OBJEXT) lzf_d.$(OBJEXT) \ 207 sockinfo.$(OBJEXT) iom.$(OBJEXT) connection.$(OBJEXT) \
204 iom.$(OBJEXT) connection.$(OBJEXT) device.$(OBJEXT) \ 208 device.$(OBJEXT) $(am__objects_1)
205 $(am__objects_1)
206vped_OBJECTS = $(am_vped_OBJECTS) 209vped_OBJECTS = $(am_vped_OBJECTS)
207vped_DEPENDENCIES = $(top_builddir)/lib/libvpe.a 210vped_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
208vped_LDFLAGS = 211vped_LDFLAGS =
209 212
210DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 213DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
211depcomp = $(SHELL) $(top_srcdir)/depcomp 214depcomp = $(SHELL) $(top_srcdir)/depcomp
212am__depfiles_maybe = depfiles 215am__depfiles_maybe = depfiles
213@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connection.Po \ 216@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connection.Po \
214@AMDEP_TRUE@ ./$(DEPDIR)/device.Po ./$(DEPDIR)/iom.Po \ 217@AMDEP_TRUE@ ./$(DEPDIR)/device.Po ./$(DEPDIR)/iom.Po \
215@AMDEP_TRUE@ ./$(DEPDIR)/lzf_c.Po ./$(DEPDIR)/lzf_d.Po \
216@AMDEP_TRUE@ ./$(DEPDIR)/slog.Po ./$(DEPDIR)/sockinfo.Po \ 218@AMDEP_TRUE@ ./$(DEPDIR)/slog.Po ./$(DEPDIR)/sockinfo.Po \
217@AMDEP_TRUE@ ./$(DEPDIR)/util.Po ./$(DEPDIR)/vpectrl.Po \ 219@AMDEP_TRUE@ ./$(DEPDIR)/util.Po ./$(DEPDIR)/vpectrl.Po \
218@AMDEP_TRUE@ ./$(DEPDIR)/vped.Po ./$(DEPDIR)/vpn.Po \ 220@AMDEP_TRUE@ ./$(DEPDIR)/vped.Po ./$(DEPDIR)/vpn.Po \
219@AMDEP_TRUE@ ./$(DEPDIR)/vpn_tcp.Po 221@AMDEP_TRUE@ ./$(DEPDIR)/vpn_tcp.Po
220CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 222CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
225COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 227COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
226 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 228 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
227CCLD = $(CC) 229CCLD = $(CC)
228LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 230LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
229DIST_SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES) 231DIST_SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
232
233RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
234 ps-recursive install-info-recursive uninstall-info-recursive \
235 all-recursive install-data-recursive install-exec-recursive \
236 installdirs-recursive install-recursive uninstall-recursive \
237 check-recursive installcheck-recursive
230DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO 238DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO
239DIST_SUBDIRS = $(SUBDIRS)
231SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES) 240SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
232 241
233all: all-am 242all: all-recursive
234 243
235.SUFFIXES: 244.SUFFIXES:
236.SUFFIXES: .C .c .o .obj 245.SUFFIXES: .C .o .obj
237$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 246$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
238 cd $(top_srcdir) && \ 247 cd $(top_srcdir) && \
239 $(AUTOMAKE) --gnu src/Makefile 248 $(AUTOMAKE) --gnu src/Makefile
240Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 249Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 250 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
302 311
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ 312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@ 313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@ 314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iom.Po@am__quote@ 315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iom.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzf_c.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzf_d.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@ 316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@ 317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ 318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpectrl.Po@am__quote@ 319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpectrl.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vped.Po@am__quote@ 320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vped.Po@am__quote@
333@am__fastdepCXX_TRUE@ fi 340@am__fastdepCXX_TRUE@ fi
334@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 341@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 342@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
336@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 343@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 344@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
338
339.c.o:
340@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
341@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
342@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
343@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
344@am__fastdepCC_TRUE@ fi
345@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
349
350.c.obj:
351@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
352@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
353@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
354@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
355@am__fastdepCC_TRUE@ fi
356@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
358@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
360
361lzf_c.o: lzf/lzf_c.c
362@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_c.o -MD -MP -MF "$(DEPDIR)/lzf_c.Tpo" \
363@am__fastdepCC_TRUE@ -c -o lzf_c.o `test -f 'lzf/lzf_c.c' || echo '$(srcdir)/'`lzf/lzf_c.c; \
364@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_c.Tpo" "$(DEPDIR)/lzf_c.Po"; \
365@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_c.Tpo"; exit 1; \
366@am__fastdepCC_TRUE@ fi
367@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_c.c' object='lzf_c.o' libtool=no @AMDEPBACKSLASH@
368@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_c.Po' tmpdepfile='$(DEPDIR)/lzf_c.TPo' @AMDEPBACKSLASH@
369@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_c.o `test -f 'lzf/lzf_c.c' || echo '$(srcdir)/'`lzf/lzf_c.c
371
372lzf_c.obj: lzf/lzf_c.c
373@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_c.obj -MD -MP -MF "$(DEPDIR)/lzf_c.Tpo" \
374@am__fastdepCC_TRUE@ -c -o lzf_c.obj `if test -f 'lzf/lzf_c.c'; then $(CYGPATH_W) 'lzf/lzf_c.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_c.c'; fi`; \
375@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_c.Tpo" "$(DEPDIR)/lzf_c.Po"; \
376@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_c.Tpo"; exit 1; \
377@am__fastdepCC_TRUE@ fi
378@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_c.c' object='lzf_c.obj' libtool=no @AMDEPBACKSLASH@
379@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_c.Po' tmpdepfile='$(DEPDIR)/lzf_c.TPo' @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_c.obj `if test -f 'lzf/lzf_c.c'; then $(CYGPATH_W) 'lzf/lzf_c.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_c.c'; fi`
382
383lzf_d.o: lzf/lzf_d.c
384@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_d.o -MD -MP -MF "$(DEPDIR)/lzf_d.Tpo" \
385@am__fastdepCC_TRUE@ -c -o lzf_d.o `test -f 'lzf/lzf_d.c' || echo '$(srcdir)/'`lzf/lzf_d.c; \
386@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_d.Tpo" "$(DEPDIR)/lzf_d.Po"; \
387@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_d.Tpo"; exit 1; \
388@am__fastdepCC_TRUE@ fi
389@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_d.c' object='lzf_d.o' libtool=no @AMDEPBACKSLASH@
390@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_d.Po' tmpdepfile='$(DEPDIR)/lzf_d.TPo' @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_d.o `test -f 'lzf/lzf_d.c' || echo '$(srcdir)/'`lzf/lzf_d.c
393
394lzf_d.obj: lzf/lzf_d.c
395@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_d.obj -MD -MP -MF "$(DEPDIR)/lzf_d.Tpo" \
396@am__fastdepCC_TRUE@ -c -o lzf_d.obj `if test -f 'lzf/lzf_d.c'; then $(CYGPATH_W) 'lzf/lzf_d.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_d.c'; fi`; \
397@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_d.Tpo" "$(DEPDIR)/lzf_d.Po"; \
398@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_d.Tpo"; exit 1; \
399@am__fastdepCC_TRUE@ fi
400@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_d.c' object='lzf_d.obj' libtool=no @AMDEPBACKSLASH@
401@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_d.Po' tmpdepfile='$(DEPDIR)/lzf_d.TPo' @AMDEPBACKSLASH@
402@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_d.obj `if test -f 'lzf/lzf_d.c'; then $(CYGPATH_W) 'lzf/lzf_d.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_d.c'; fi`
404uninstall-info-am: 345uninstall-info-am:
346
347# This directory's subdirectories are mostly independent; you can cd
348# into them and run `make' without going through this Makefile.
349# To change the values of `make' variables: instead of editing Makefiles,
350# (1) if the variable is set in `config.status', edit `config.status'
351# (which will cause the Makefiles to be regenerated when you run `make');
352# (2) otherwise, pass the desired values on the `make' command line.
353$(RECURSIVE_TARGETS):
354 @set fnord $$MAKEFLAGS; amf=$$2; \
355 dot_seen=no; \
356 target=`echo $@ | sed s/-recursive//`; \
357 list='$(SUBDIRS)'; for subdir in $$list; do \
358 echo "Making $$target in $$subdir"; \
359 if test "$$subdir" = "."; then \
360 dot_seen=yes; \
361 local_target="$$target-am"; \
362 else \
363 local_target="$$target"; \
364 fi; \
365 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
366 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
367 done; \
368 if test "$$dot_seen" = "no"; then \
369 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
370 fi; test -z "$$fail"
371
372mostlyclean-recursive clean-recursive distclean-recursive \
373maintainer-clean-recursive:
374 @set fnord $$MAKEFLAGS; amf=$$2; \
375 dot_seen=no; \
376 case "$@" in \
377 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
378 *) list='$(SUBDIRS)' ;; \
379 esac; \
380 rev=''; for subdir in $$list; do \
381 if test "$$subdir" = "."; then :; else \
382 rev="$$subdir $$rev"; \
383 fi; \
384 done; \
385 rev="$$rev ."; \
386 target=`echo $@ | sed s/-recursive//`; \
387 for subdir in $$rev; do \
388 echo "Making $$target in $$subdir"; \
389 if test "$$subdir" = "."; then \
390 local_target="$$target-am"; \
391 else \
392 local_target="$$target"; \
393 fi; \
394 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
396 done && test -z "$$fail"
397tags-recursive:
398 list='$(SUBDIRS)'; for subdir in $$list; do \
399 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
400 done
401ctags-recursive:
402 list='$(SUBDIRS)'; for subdir in $$list; do \
403 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
404 done
405 405
406ETAGS = etags 406ETAGS = etags
407ETAGSFLAGS = 407ETAGSFLAGS =
408 408
409CTAGS = ctags 409CTAGS = ctags
418 done | \ 418 done | \
419 $(AWK) ' { files[$$0] = 1; } \ 419 $(AWK) ' { files[$$0] = 1; } \
420 END { for (i in files) print i; }'`; \ 420 END { for (i in files) print i; }'`; \
421 mkid -fID $$unique 421 mkid -fID $$unique
422 422
423TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 423TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
424 $(TAGS_FILES) $(LISP) 424 $(TAGS_FILES) $(LISP)
425 tags=; \ 425 tags=; \
426 here=`pwd`; \ 426 here=`pwd`; \
427 if (etags --etags-include --version) >/dev/null 2>&1; then \
428 include_option=--etags-include; \
429 else \
430 include_option=--include; \
431 fi; \
432 list='$(SUBDIRS)'; for subdir in $$list; do \
433 if test "$$subdir" = .; then :; else \
434 test -f $$subdir/TAGS && \
435 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
436 fi; \
437 done; \
427 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 438 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428 unique=`for i in $$list; do \ 439 unique=`for i in $$list; do \
429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 440 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430 done | \ 441 done | \
431 $(AWK) ' { files[$$0] = 1; } \ 442 $(AWK) ' { files[$$0] = 1; } \
433 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 444 test -z "$(ETAGS_ARGS)$$tags$$unique" \
434 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 445 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435 $$tags $$unique 446 $$tags $$unique
436 447
437ctags: CTAGS 448ctags: CTAGS
438CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 449CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
439 $(TAGS_FILES) $(LISP) 450 $(TAGS_FILES) $(LISP)
440 tags=; \ 451 tags=; \
441 here=`pwd`; \ 452 here=`pwd`; \
442 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443 unique=`for i in $$list; do \ 454 unique=`for i in $$list; do \
460 471
461top_distdir = .. 472top_distdir = ..
462distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 473distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
463 474
464distdir: $(DISTFILES) 475distdir: $(DISTFILES)
465 $(mkinstalldirs) $(distdir)/tincd $(distdir)/tincd/cygwin $(distdir)/tincd/darwin $(distdir)/tincd/freebsd $(distdir)/tincd/linux $(distdir)/tincd/mingw $(distdir)/tincd/netbsd $(distdir)/tincd/openbsd $(distdir)/tincd/raw_socket $(distdir)/tincd/solaris 476 $(mkinstalldirs) $(distdir)/lzf $(distdir)/tincd $(distdir)/tincd/cygwin $(distdir)/tincd/darwin $(distdir)/tincd/freebsd $(distdir)/tincd/linux $(distdir)/tincd/mingw $(distdir)/tincd/netbsd $(distdir)/tincd/openbsd $(distdir)/tincd/raw_socket $(distdir)/tincd/solaris
466 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 477 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
467 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 478 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
468 list='$(DISTFILES)'; for file in $$list; do \ 479 list='$(DISTFILES)'; for file in $$list; do \
469 case $$file in \ 480 case $$file in \
470 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 481 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
487 test -f $(distdir)/$$file \ 498 test -f $(distdir)/$$file \
488 || cp -p $$d/$$file $(distdir)/$$file \ 499 || cp -p $$d/$$file $(distdir)/$$file \
489 || exit 1; \ 500 || exit 1; \
490 fi; \ 501 fi; \
491 done 502 done
503 list='$(SUBDIRS)'; for subdir in $$list; do \
504 if test "$$subdir" = .; then :; else \
505 test -d $(distdir)/$$subdir \
506 || mkdir $(distdir)/$$subdir \
507 || exit 1; \
508 (cd $$subdir && \
509 $(MAKE) $(AM_MAKEFLAGS) \
510 top_distdir="$(top_distdir)" \
511 distdir=../$(distdir)/$$subdir \
512 distdir) \
513 || exit 1; \
514 fi; \
515 done
492 $(MAKE) $(AM_MAKEFLAGS) \ 516 $(MAKE) $(AM_MAKEFLAGS) \
493 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 517 top_distdir="$(top_distdir)" distdir="$(distdir)" \
494 dist-hook 518 dist-hook
495check-am: all-am 519check-am: all-am
496check: check-am 520check: check-recursive
497all-am: Makefile $(PROGRAMS) 521all-am: Makefile $(PROGRAMS)
498 522installdirs: installdirs-recursive
499installdirs: 523installdirs-am:
500 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir) 524 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
525
501install: install-am 526install: install-recursive
502install-exec: install-exec-am 527install-exec: install-exec-recursive
503install-data: install-data-am 528install-data: install-data-recursive
504uninstall: uninstall-am 529uninstall: uninstall-recursive
505 530
506install-am: all-am 531install-am: all-am
507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 532 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508 533
509installcheck: installcheck-am 534installcheck: installcheck-recursive
510install-strip: 535install-strip:
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 536 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 537 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513 `test -z '$(STRIP)' || \ 538 `test -z '$(STRIP)' || \
514 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 539 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
520 -rm -f $(CONFIG_CLEAN_FILES) 545 -rm -f $(CONFIG_CLEAN_FILES)
521 546
522maintainer-clean-generic: 547maintainer-clean-generic:
523 @echo "This command is intended for maintainers to use" 548 @echo "This command is intended for maintainers to use"
524 @echo "it deletes files that may require special tools to rebuild." 549 @echo "it deletes files that may require special tools to rebuild."
525clean: clean-am 550clean: clean-recursive
526 551
527clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \ 552clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \
528 mostlyclean-am 553 mostlyclean-am
529 554
530distclean: distclean-am 555distclean: distclean-recursive
531 -rm -rf ./$(DEPDIR) 556 -rm -rf ./$(DEPDIR)
532 -rm -f Makefile 557 -rm -f Makefile
533distclean-am: clean-am distclean-compile distclean-generic \ 558distclean-am: clean-am distclean-compile distclean-generic \
534 distclean-tags 559 distclean-tags
535 560
536dvi: dvi-am 561dvi: dvi-recursive
537 562
538dvi-am: 563dvi-am:
539 564
540info: info-am 565info: info-recursive
541 566
542info-am: 567info-am:
543 568
544install-data-am: 569install-data-am:
545 570
546install-exec-am: install-binPROGRAMS install-sbinPROGRAMS 571install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
547 572
548install-info: install-info-am 573install-info: install-info-recursive
549 574
550install-man: 575install-man:
551 576
552installcheck-am: 577installcheck-am:
553 578
554maintainer-clean: maintainer-clean-am 579maintainer-clean: maintainer-clean-recursive
555 -rm -rf ./$(DEPDIR) 580 -rm -rf ./$(DEPDIR)
556 -rm -f Makefile 581 -rm -f Makefile
557maintainer-clean-am: distclean-am maintainer-clean-generic 582maintainer-clean-am: distclean-am maintainer-clean-generic
558 583
559mostlyclean: mostlyclean-am 584mostlyclean: mostlyclean-recursive
560 585
561mostlyclean-am: mostlyclean-compile mostlyclean-generic 586mostlyclean-am: mostlyclean-compile mostlyclean-generic
562 587
563pdf: pdf-am 588pdf: pdf-recursive
564 589
565pdf-am: 590pdf-am:
566 591
567ps: ps-am 592ps: ps-recursive
568 593
569ps-am: 594ps-am:
570 595
571uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ 596uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
572 uninstall-sbinPROGRAMS 597 uninstall-sbinPROGRAMS
573 598
574.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 599uninstall-info: uninstall-info-recursive
575 clean-generic clean-sbinPROGRAMS ctags distclean \ 600
601.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
602 clean-binPROGRAMS clean-generic clean-recursive \
603 clean-sbinPROGRAMS ctags ctags-recursive distclean \
576 distclean-compile distclean-generic distclean-tags distdir dvi \ 604 distclean-compile distclean-generic distclean-recursive \
605 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
577 dvi-am info info-am install install-am install-binPROGRAMS \ 606 info-recursive install install-am install-binPROGRAMS \
578 install-data install-data-am install-exec install-exec-am \ 607 install-data install-data-am install-data-recursive \
579 install-info install-info-am install-man install-sbinPROGRAMS \ 608 install-exec install-exec-am install-exec-recursive \
580 install-strip installcheck installcheck-am installdirs \ 609 install-info install-info-am install-info-recursive install-man \
581 maintainer-clean maintainer-clean-generic mostlyclean \ 610 install-recursive install-sbinPROGRAMS install-strip \
582 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 611 installcheck installcheck-am installdirs installdirs-am \
612 installdirs-recursive maintainer-clean maintainer-clean-generic \
613 maintainer-clean-recursive mostlyclean mostlyclean-compile \
614 mostlyclean-generic mostlyclean-recursive pdf pdf-am \
615 pdf-recursive ps ps-am ps-recursive tags tags-recursive \
583 tags uninstall uninstall-am uninstall-binPROGRAMS \ 616 uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
584 uninstall-info-am uninstall-sbinPROGRAMS 617 uninstall-info-recursive uninstall-recursive \
618 uninstall-sbinPROGRAMS
585 619
586 620
587dist-hook: 621dist-hook:
588 rm -f `find . -type l` 622 rm -f `find . -type l`
589# Tell versions [3.59,3.63) of GNU make to not export all variables. 623# Tell versions [3.59,3.63) of GNU make to not export all variables.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines