~benklop/+junk/lcdproc

« back to all changes in this revision

Viewing changes to server/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Tallon
  • Date: 2006-07-23 20:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060723202348-w65hrbvpwniqn9by
Tags: 0.5.0-1
* New upstream version (Closes: #367945)
  - New maintainer. Thank you for your previous work, Jon!
  - Upstream added suport for 'imon' devices (Closes: #365496)
  - Upstream fixed descriptor leak (Closes: #355460)
  - Upstream fixed placing widgets in frame (Closes: #355458)

* Packaging
  - Depend on debconf-2.0; Allow transition (Closes: #331885)
  - Remove dependency on automake (Closes: #376449)
  - Include missing INSTALL instructions (Closes: #365436)
  - Changed most "by hand" installation steps into debhelper-based ones
  - Updated to 3.7.2 standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
 
15
@SET_MAKE@
15
16
 
16
17
srcdir = @srcdir@
17
18
top_srcdir = @top_srcdir@
18
19
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
20
pkgdatadir = $(datadir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
23
top_builddir = ..
42
24
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
26
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
54
32
NORMAL_INSTALL = :
55
33
PRE_INSTALL = :
56
34
POST_INSTALL = :
57
35
NORMAL_UNINSTALL = :
58
36
PRE_UNINSTALL = :
59
37
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
61
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
 
40
AMDEP_FALSE = @AMDEP_FALSE@
 
41
AMDEP_TRUE = @AMDEP_TRUE@
 
42
AMTAR = @AMTAR@
 
43
AUTOCONF = @AUTOCONF@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AWK = @AWK@
62
47
CC = @CC@
 
48
CCDEPMODE = @CCDEPMODE@
 
49
CCSHARED = @CCSHARED@
 
50
CFLAGS = @CFLAGS@
63
51
CPP = @CPP@
 
52
CPPFLAGS = @CPPFLAGS@
 
53
CYGPATH_W = @CYGPATH_W@
 
54
DARWIN_FALSE = @DARWIN_FALSE@
 
55
DARWIN_TRUE = @DARWIN_TRUE@
 
56
DEFS = @DEFS@
 
57
DEPDIR = @DEPDIR@
 
58
DOT = @DOT@
 
59
DOXYGEN = @DOXYGEN@
 
60
DOX_FALSE = @DOX_FALSE@
 
61
DOX_TRUE = @DOX_TRUE@
64
62
DRIVERS = @DRIVERS@
 
63
ECHO_C = @ECHO_C@
 
64
ECHO_N = @ECHO_N@
 
65
ECHO_T = @ECHO_T@
 
66
EGREP = @EGREP@
 
67
EXEEXT = @EXEEXT@
 
68
HD44780_DRIVERS = @HD44780_DRIVERS@
 
69
INSTALL_DATA = @INSTALL_DATA@
 
70
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
71
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
72
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
73
LDFLAGS = @LDFLAGS@
 
74
LDSHARED = @LDSHARED@
65
75
LIBCURSES = @LIBCURSES@
 
76
LIBFTDI = @LIBFTDI@
 
77
LIBGLCD = @LIBGLCD@
66
78
LIBIRMAN = @LIBIRMAN@
67
79
LIBLIRC_CLIENT = @LIBLIRC_CLIENT@
 
80
LIBOBJS = @LIBOBJS@
 
81
LIBS = @LIBS@
68
82
LIBSVGA = @LIBSVGA@
 
83
LIBXOSD = @LIBXOSD@
 
84
LTLIBOBJS = @LTLIBOBJS@
69
85
MAKEINFO = @MAKEINFO@
 
86
OBJEXT = @OBJEXT@
70
87
PACKAGE = @PACKAGE@
 
88
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
89
PACKAGE_NAME = @PACKAGE_NAME@
 
90
PACKAGE_STRING = @PACKAGE_STRING@
 
91
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
92
PACKAGE_VERSION = @PACKAGE_VERSION@
 
93
PATH_SEPARATOR = @PATH_SEPARATOR@
71
94
RANLIB = @RANLIB@
 
95
SET_MAKE = @SET_MAKE@
 
96
SHELL = @SHELL@
 
97
SO = @SO@
 
98
STRIP = @STRIP@
72
99
VERSION = @VERSION@
73
 
 
74
 
SUBDIRS = drivers
 
100
ac_ct_CC = @ac_ct_CC@
 
101
ac_ct_RANLIB = @ac_ct_RANLIB@
 
102
ac_ct_STRIP = @ac_ct_STRIP@
 
103
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
104
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
105
am__include = @am__include@
 
106
am__leading_dot = @am__leading_dot@
 
107
am__quote = @am__quote@
 
108
bindir = @bindir@
 
109
build = @build@
 
110
build_alias = @build_alias@
 
111
build_cpu = @build_cpu@
 
112
build_os = @build_os@
 
113
build_vendor = @build_vendor@
 
114
datadir = @datadir@
 
115
enable_dot = @enable_dot@
 
116
enable_html_dox = @enable_html_dox@
 
117
enable_latex_dox = @enable_latex_dox@
 
118
exec_prefix = @exec_prefix@
 
119
host = @host@
 
120
host_alias = @host_alias@
 
121
host_cpu = @host_cpu@
 
122
host_os = @host_os@
 
123
host_vendor = @host_vendor@
 
124
includedir = @includedir@
 
125
infodir = @infodir@
 
126
install_sh = @install_sh@
 
127
ldap_includes = @ldap_includes@
 
128
ldap_libs = @ldap_libs@
 
129
ldap_schemadir = @ldap_schemadir@
 
130
libdir = @libdir@
 
131
libexecdir = @libexecdir@
 
132
libusb_cflags = @libusb_cflags@
 
133
libusb_config = @libusb_config@
 
134
libusb_libs = @libusb_libs@
 
135
localstatedir = @localstatedir@
 
136
mandir = @mandir@
 
137
oldincludedir = @oldincludedir@
 
138
prefix = @prefix@
 
139
program_transform_name = @program_transform_name@
 
140
sbindir = @sbindir@
 
141
sharedstatedir = @sharedstatedir@
 
142
sysconfdir = @sysconfdir@
 
143
target_alias = @target_alias@
 
144
 
 
145
SUBDIRS = drivers commands
 
146
 
75
147
sbin_PROGRAMS = LCDd
76
 
LCDd_SOURCES = client_data.c client_data.h client_functions.c client_functions.h client_menu.h clients.c clients.h input.c input.h main.c main.h menu.c menu.h menus.c menus.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h configfile.c configfile.h drivers.c drivers.h
77
 
LCDd_LDADD = drivers/libLCDdrivers.a ../shared/libLCDstuff.a @LIBCURSES@ @LIBIRMAN@ @LIBLIRC_CLIENT@ @LIBSVGA@
78
 
INCLUDES = -I$(top_srcdir)
 
148
 
 
149
LCDd_SOURCES = client.c client.h clients.c clients.h input.c input.h main.c main.h menuitem.c menuitem.h menu.c menu.h menuscreens.c menuscreens.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h drivers.c drivers.h driver.c driver.h
 
150
 
 
151
LDADD = @ldap_libs@ ../shared/libLCDstuff.a commands/libLCDcommands.a
 
152
 
 
153
@DARWIN_FALSE@AM_LDFLAGS = -rdynamic -uget_args
 
154
 
 
155
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared
 
156
subdir = server
 
157
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79
158
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80
 
CONFIG_HEADER = ../config.h
81
 
CONFIG_CLEAN_FILES = 
82
 
PROGRAMS =  $(sbin_PROGRAMS)
83
 
 
84
 
 
85
 
DEFS = @DEFS@ -I. -I$(srcdir) -I..
86
 
CPPFLAGS = @CPPFLAGS@
87
 
LDFLAGS = @LDFLAGS@
88
 
LIBS = @LIBS@
89
 
LCDd_OBJECTS =  client_data.o client_functions.o clients.o input.o \
90
 
main.o menu.o menus.o parse.o render.o screen.o screenlist.o \
91
 
serverscreens.o sock.o widget.o configfile.o drivers.o
92
 
LCDd_DEPENDENCIES =  drivers/libLCDdrivers.a ../shared/libLCDstuff.a
93
 
LCDd_LDFLAGS = 
94
 
CFLAGS = @CFLAGS@
95
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
159
CONFIG_HEADER = $(top_builddir)/config.h
 
160
CONFIG_CLEAN_FILES =
 
161
sbin_PROGRAMS = LCDd$(EXEEXT)
 
162
PROGRAMS = $(sbin_PROGRAMS)
 
163
 
 
164
am_LCDd_OBJECTS = client.$(OBJEXT) clients.$(OBJEXT) input.$(OBJEXT) \
 
165
        main.$(OBJEXT) menuitem.$(OBJEXT) menu.$(OBJEXT) \
 
166
        menuscreens.$(OBJEXT) parse.$(OBJEXT) render.$(OBJEXT) \
 
167
        screen.$(OBJEXT) screenlist.$(OBJEXT) serverscreens.$(OBJEXT) \
 
168
        sock.$(OBJEXT) widget.$(OBJEXT) drivers.$(OBJEXT) \
 
169
        driver.$(OBJEXT)
 
170
LCDd_OBJECTS = $(am_LCDd_OBJECTS)
 
171
LCDd_LDADD = $(LDADD)
 
172
LCDd_DEPENDENCIES = ../shared/libLCDstuff.a commands/libLCDcommands.a
 
173
LCDd_LDFLAGS =
 
174
 
 
175
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
176
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
177
am__depfiles_maybe = depfiles
 
178
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/client.Po ./$(DEPDIR)/clients.Po \
 
179
@AMDEP_TRUE@    ./$(DEPDIR)/driver.Po ./$(DEPDIR)/drivers.Po \
 
180
@AMDEP_TRUE@    ./$(DEPDIR)/input.Po ./$(DEPDIR)/main.Po \
 
181
@AMDEP_TRUE@    ./$(DEPDIR)/menu.Po ./$(DEPDIR)/menuitem.Po \
 
182
@AMDEP_TRUE@    ./$(DEPDIR)/menuscreens.Po ./$(DEPDIR)/parse.Po \
 
183
@AMDEP_TRUE@    ./$(DEPDIR)/render.Po ./$(DEPDIR)/screen.Po \
 
184
@AMDEP_TRUE@    ./$(DEPDIR)/screenlist.Po \
 
185
@AMDEP_TRUE@    ./$(DEPDIR)/serverscreens.Po ./$(DEPDIR)/sock.Po \
 
186
@AMDEP_TRUE@    ./$(DEPDIR)/widget.Po
 
187
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
188
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96
189
CCLD = $(CC)
97
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98
 
DIST_COMMON =  Makefile.am Makefile.in
99
 
 
100
 
 
101
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
 
 
103
 
TAR = tar
104
 
GZIP_ENV = --best
 
190
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
191
DIST_SOURCES = $(LCDd_SOURCES)
 
192
 
 
193
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
194
        ps-recursive install-info-recursive uninstall-info-recursive \
 
195
        all-recursive install-data-recursive install-exec-recursive \
 
196
        installdirs-recursive install-recursive uninstall-recursive \
 
197
        check-recursive installcheck-recursive
 
198
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
199
DIST_SUBDIRS = $(SUBDIRS)
105
200
SOURCES = $(LCDd_SOURCES)
106
 
OBJECTS = $(LCDd_OBJECTS)
107
 
 
108
 
all: all-redirect
 
201
 
 
202
all: all-recursive
 
203
 
109
204
.SUFFIXES:
110
 
.SUFFIXES: .S .c .o .s
111
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps server/Makefile
113
 
 
114
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
115
 
        cd $(top_builddir) \
116
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
 
 
118
 
 
119
 
mostlyclean-sbinPROGRAMS:
120
 
 
121
 
clean-sbinPROGRAMS:
122
 
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
123
 
 
124
 
distclean-sbinPROGRAMS:
125
 
 
126
 
maintainer-clean-sbinPROGRAMS:
127
 
 
 
205
.SUFFIXES: .c .o .obj
 
206
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
207
        cd $(top_srcdir) && \
 
208
          $(AUTOMAKE) --gnu  server/Makefile
 
209
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
210
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
211
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
128
212
install-sbinPROGRAMS: $(sbin_PROGRAMS)
129
213
        @$(NORMAL_INSTALL)
130
214
        $(mkinstalldirs) $(DESTDIR)$(sbindir)
131
215
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
132
 
          if test -f $$p; then \
133
 
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
134
 
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
216
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
217
          if test -f $$p \
 
218
          ; then \
 
219
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
220
           echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
 
221
           $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
135
222
          else :; fi; \
136
223
        done
137
224
 
138
225
uninstall-sbinPROGRAMS:
139
226
        @$(NORMAL_UNINSTALL)
140
 
        list='$(sbin_PROGRAMS)'; for p in $$list; do \
141
 
          rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
227
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
228
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
229
          echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
 
230
          rm -f $(DESTDIR)$(sbindir)/$$f; \
142
231
        done
143
232
 
144
 
.c.o:
145
 
        $(COMPILE) -c $<
146
 
 
147
 
.s.o:
148
 
        $(COMPILE) -c $<
149
 
 
150
 
.S.o:
151
 
        $(COMPILE) -c $<
 
233
clean-sbinPROGRAMS:
 
234
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
 
235
LCDd$(EXEEXT): $(LCDd_OBJECTS) $(LCDd_DEPENDENCIES) 
 
236
        @rm -f LCDd$(EXEEXT)
 
237
        $(LINK) $(LCDd_LDFLAGS) $(LCDd_OBJECTS) $(LCDd_LDADD) $(LIBS)
152
238
 
153
239
mostlyclean-compile:
154
 
        -rm -f *.o core *.core
155
 
 
156
 
clean-compile:
 
240
        -rm -f *.$(OBJEXT) core *.core
157
241
 
158
242
distclean-compile:
159
243
        -rm -f *.tab.c
160
244
 
161
 
maintainer-clean-compile:
162
 
 
163
 
LCDd: $(LCDd_OBJECTS) $(LCDd_DEPENDENCIES)
164
 
        @rm -f LCDd
165
 
        $(LINK) $(LCDd_LDFLAGS) $(LCDd_OBJECTS) $(LCDd_LDADD) $(LIBS)
 
245
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
 
246
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clients.Po@am__quote@
 
247
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/driver.Po@am__quote@
 
248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drivers.Po@am__quote@
 
249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input.Po@am__quote@
 
250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
251
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
 
252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuitem.Po@am__quote@
 
253
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuscreens.Po@am__quote@
 
254
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
 
255
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Po@am__quote@
 
256
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
 
257
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screenlist.Po@am__quote@
 
258
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serverscreens.Po@am__quote@
 
259
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sock.Po@am__quote@
 
260
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget.Po@am__quote@
 
261
 
 
262
.c.o:
 
263
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
264
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
265
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
266
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
267
@am__fastdepCC_TRUE@    fi
 
268
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
269
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
270
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
271
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
272
 
 
273
.c.obj:
 
274
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
275
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
276
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
277
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
278
@am__fastdepCC_TRUE@    fi
 
279
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
281
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
282
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
283
uninstall-info-am:
166
284
 
167
285
# This directory's subdirectories are mostly independent; you can cd
168
286
# into them and run `make' without going through this Makefile.
170
288
# (1) if the variable is set in `config.status', edit `config.status'
171
289
#     (which will cause the Makefiles to be regenerated when you run `make');
172
290
# (2) otherwise, pass the desired values on the `make' command line.
173
 
 
174
 
@SET_MAKE@
175
 
 
176
 
all-recursive install-data-recursive install-exec-recursive \
177
 
installdirs-recursive install-recursive uninstall-recursive  \
178
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
179
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
291
$(RECURSIVE_TARGETS):
 
292
        @set fnord $$MAKEFLAGS; amf=$$2; \
180
293
        dot_seen=no; \
181
294
        target=`echo $@ | sed s/-recursive//`; \
182
295
        list='$(SUBDIRS)'; for subdir in $$list; do \
196
309
 
197
310
mostlyclean-recursive clean-recursive distclean-recursive \
198
311
maintainer-clean-recursive:
199
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
312
        @set fnord $$MAKEFLAGS; amf=$$2; \
200
313
        dot_seen=no; \
201
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
202
 
          rev="$$subdir $$rev"; \
203
 
          test "$$subdir" = "." && dot_seen=yes; \
 
314
        case "$@" in \
 
315
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
316
          *) list='$(SUBDIRS)' ;; \
 
317
        esac; \
 
318
        rev=''; for subdir in $$list; do \
 
319
          if test "$$subdir" = "."; then :; else \
 
320
            rev="$$subdir $$rev"; \
 
321
          fi; \
204
322
        done; \
205
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
323
        rev="$$rev ."; \
206
324
        target=`echo $@ | sed s/-recursive//`; \
207
325
        for subdir in $$rev; do \
208
326
          echo "Making $$target in $$subdir"; \
218
336
        list='$(SUBDIRS)'; for subdir in $$list; do \
219
337
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
220
338
        done
 
339
ctags-recursive:
 
340
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
341
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
342
        done
 
343
 
 
344
ETAGS = etags
 
345
ETAGSFLAGS =
 
346
 
 
347
CTAGS = ctags
 
348
CTAGSFLAGS =
221
349
 
222
350
tags: TAGS
223
351
 
224
 
ID: $(HEADERS) $(SOURCES) $(LISP)
225
 
        list='$(SOURCES) $(HEADERS)'; \
226
 
        unique=`for i in $$list; do echo $$i; done | \
227
 
          awk '    { files[$$0] = 1; } \
 
352
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
353
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
354
        unique=`for i in $$list; do \
 
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
356
          done | \
 
357
          $(AWK) '    { files[$$0] = 1; } \
228
358
               END { for (i in files) print i; }'`; \
229
 
        here=`pwd` && cd $(srcdir) \
230
 
          && mkid -f$$here/ID $$unique $(LISP)
 
359
        mkid -fID $$unique
231
360
 
232
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
361
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
362
                $(TAGS_FILES) $(LISP)
233
363
        tags=; \
234
364
        here=`pwd`; \
 
365
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
366
          include_option=--etags-include; \
 
367
        else \
 
368
          include_option=--include; \
 
369
        fi; \
235
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
236
 
   if test "$$subdir" = .; then :; else \
237
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
238
 
   fi; \
 
371
          if test "$$subdir" = .; then :; else \
 
372
            test -f $$subdir/TAGS && \
 
373
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
374
          fi; \
239
375
        done; \
240
 
        list='$(SOURCES) $(HEADERS)'; \
241
 
        unique=`for i in $$list; do echo $$i; done | \
242
 
          awk '    { files[$$0] = 1; } \
243
 
               END { for (i in files) print i; }'`; \
244
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
245
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
246
 
 
247
 
mostlyclean-tags:
248
 
 
249
 
clean-tags:
 
376
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
377
        unique=`for i in $$list; do \
 
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
379
          done | \
 
380
          $(AWK) '    { files[$$0] = 1; } \
 
381
               END { for (i in files) print i; }'`; \
 
382
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
383
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
384
             $$tags $$unique
 
385
 
 
386
ctags: CTAGS
 
387
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
388
                $(TAGS_FILES) $(LISP)
 
389
        tags=; \
 
390
        here=`pwd`; \
 
391
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
392
        unique=`for i in $$list; do \
 
393
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
394
          done | \
 
395
          $(AWK) '    { files[$$0] = 1; } \
 
396
               END { for (i in files) print i; }'`; \
 
397
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
398
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
399
             $$tags $$unique
 
400
 
 
401
GTAGS:
 
402
        here=`$(am__cd) $(top_builddir) && pwd` \
 
403
          && cd $(top_srcdir) \
 
404
          && gtags -i $(GTAGS_ARGS) $$here
250
405
 
251
406
distclean-tags:
252
 
        -rm -f TAGS ID
253
 
 
254
 
maintainer-clean-tags:
255
 
 
256
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
257
 
 
258
 
subdir = server
 
407
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
408
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
409
 
 
410
top_distdir = ..
 
411
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
259
412
 
260
413
distdir: $(DISTFILES)
261
 
        @for file in $(DISTFILES); do \
262
 
          d=$(srcdir); \
 
414
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
415
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
416
        list='$(DISTFILES)'; for file in $$list; do \
 
417
          case $$file in \
 
418
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
419
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
420
          esac; \
 
421
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
422
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
423
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
424
            dir="/$$dir"; \
 
425
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
426
          else \
 
427
            dir=''; \
 
428
          fi; \
263
429
          if test -d $$d/$$file; then \
264
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
430
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
431
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
432
            fi; \
 
433
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
265
434
          else \
266
435
            test -f $(distdir)/$$file \
267
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
436
            || cp -p $$d/$$file $(distdir)/$$file \
 
437
            || exit 1; \
269
438
          fi; \
270
439
        done
271
 
        for subdir in $(SUBDIRS); do \
 
440
        list='$(SUBDIRS)'; for subdir in $$list; do \
272
441
          if test "$$subdir" = .; then :; else \
273
442
            test -d $(distdir)/$$subdir \
274
443
            || mkdir $(distdir)/$$subdir \
275
444
            || exit 1; \
276
 
            chmod 777 $(distdir)/$$subdir; \
277
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
445
            (cd $$subdir && \
 
446
              $(MAKE) $(AM_MAKEFLAGS) \
 
447
                top_distdir="$(top_distdir)" \
 
448
                distdir=../$(distdir)/$$subdir \
 
449
                distdir) \
278
450
              || exit 1; \
279
451
          fi; \
280
452
        done
281
 
 
282
 
info-am:
283
 
info: info-recursive
284
 
dvi-am:
285
 
dvi: dvi-recursive
286
453
check-am: all-am
287
454
check: check-recursive
288
 
installcheck-am:
289
 
installcheck: installcheck-recursive
290
 
install-exec-am: install-sbinPROGRAMS
 
455
all-am: Makefile $(PROGRAMS)
 
456
installdirs: installdirs-recursive
 
457
installdirs-am:
 
458
        $(mkinstalldirs) $(DESTDIR)$(sbindir)
 
459
 
 
460
install: install-recursive
291
461
install-exec: install-exec-recursive
292
 
 
293
 
install-data-am:
294
462
install-data: install-data-recursive
 
463
uninstall: uninstall-recursive
295
464
 
296
465
install-am: all-am
297
466
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298
 
install: install-recursive
299
 
uninstall-am: uninstall-sbinPROGRAMS
300
 
uninstall: uninstall-recursive
301
 
all-am: Makefile $(PROGRAMS)
302
 
all-redirect: all-recursive
 
467
 
 
468
installcheck: installcheck-recursive
303
469
install-strip:
304
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
305
 
installdirs: installdirs-recursive
306
 
installdirs-am:
307
 
        $(mkinstalldirs)  $(DESTDIR)$(sbindir)
308
 
 
309
 
 
 
470
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
471
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
472
          `test -z '$(STRIP)' || \
 
473
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
310
474
mostlyclean-generic:
311
475
 
312
476
clean-generic:
313
477
 
314
478
distclean-generic:
315
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
316
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
479
        -rm -f $(CONFIG_CLEAN_FILES)
317
480
 
318
481
maintainer-clean-generic:
319
 
mostlyclean-am:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
320
 
                mostlyclean-tags mostlyclean-generic
321
 
 
322
 
mostlyclean: mostlyclean-recursive
323
 
 
324
 
clean-am:  clean-sbinPROGRAMS clean-compile clean-tags clean-generic \
325
 
                mostlyclean-am
326
 
 
 
482
        @echo "This command is intended for maintainers to use"
 
483
        @echo "it deletes files that may require special tools to rebuild."
327
484
clean: clean-recursive
328
485
 
329
 
distclean-am:  distclean-sbinPROGRAMS distclean-compile distclean-tags \
330
 
                distclean-generic clean-am
 
486
clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
331
487
 
332
488
distclean: distclean-recursive
333
 
 
334
 
maintainer-clean-am:  maintainer-clean-sbinPROGRAMS \
335
 
                maintainer-clean-compile maintainer-clean-tags \
336
 
                maintainer-clean-generic distclean-am
337
 
        @echo "This command is intended for maintainers to use;"
338
 
        @echo "it deletes files that may require special tools to rebuild."
 
489
        -rm -rf ./$(DEPDIR)
 
490
        -rm -f Makefile
 
491
distclean-am: clean-am distclean-compile distclean-generic \
 
492
        distclean-tags
 
493
 
 
494
dvi: dvi-recursive
 
495
 
 
496
dvi-am:
 
497
 
 
498
info: info-recursive
 
499
 
 
500
info-am:
 
501
 
 
502
install-data-am:
 
503
 
 
504
install-exec-am: install-sbinPROGRAMS
 
505
 
 
506
install-info: install-info-recursive
 
507
 
 
508
install-man:
 
509
 
 
510
installcheck-am:
339
511
 
340
512
maintainer-clean: maintainer-clean-recursive
341
 
 
342
 
.PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
343
 
clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
344
 
install-sbinPROGRAMS mostlyclean-compile distclean-compile \
345
 
clean-compile maintainer-clean-compile install-data-recursive \
346
 
uninstall-data-recursive install-exec-recursive \
347
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
348
 
all-recursive check-recursive installcheck-recursive info-recursive \
349
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
350
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
351
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
352
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
353
 
install-exec install-data-am install-data install-am install \
354
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
355
 
installdirs mostlyclean-generic distclean-generic clean-generic \
356
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
357
 
 
 
513
        -rm -rf ./$(DEPDIR)
 
514
        -rm -f Makefile
 
515
maintainer-clean-am: distclean-am maintainer-clean-generic
 
516
 
 
517
mostlyclean: mostlyclean-recursive
 
518
 
 
519
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
520
 
 
521
pdf: pdf-recursive
 
522
 
 
523
pdf-am:
 
524
 
 
525
ps: ps-recursive
 
526
 
 
527
ps-am:
 
528
 
 
529
uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
 
530
 
 
531
uninstall-info: uninstall-info-recursive
 
532
 
 
533
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
534
        clean-generic clean-recursive clean-sbinPROGRAMS ctags \
 
535
        ctags-recursive distclean distclean-compile distclean-generic \
 
536
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
537
        dvi-recursive info info-am info-recursive install install-am \
 
538
        install-data install-data-am install-data-recursive \
 
539
        install-exec install-exec-am install-exec-recursive \
 
540
        install-info install-info-am install-info-recursive install-man \
 
541
        install-recursive install-sbinPROGRAMS install-strip \
 
542
        installcheck installcheck-am installdirs installdirs-am \
 
543
        installdirs-recursive maintainer-clean maintainer-clean-generic \
 
544
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
545
        mostlyclean-generic mostlyclean-recursive pdf pdf-am \
 
546
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
547
        uninstall uninstall-am uninstall-info-am \
 
548
        uninstall-info-recursive uninstall-recursive \
 
549
        uninstall-sbinPROGRAMS
358
550
 
359
551
# Tell versions [3.59,3.63) of GNU make to not export all variables.
360
552
# Otherwise a system limit (for SysV at least) may be exceeded.