~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/util/ss/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
mydir=.
4
4
BUILDTOP=$(REL)..$(S)..
5
5
SED = sed
 
6
DEFS=
6
7
 
7
8
INSTALLLIB=cp
8
9
INSTALLFILE=cp
95
96
 
96
97
BUILD_HDRS = ss_err.h
97
98
SRC_HDRS = ss.h 
98
 
SRC_HDRS_DEP = $(srcdir)/ss.h 
 
99
SRC_HDRS_DEP = $(srcdir)/ss.h
 
100
 
 
101
generate-files-mac: ct_c.awk ct_c.sed std_rqs.c ss_err.h
99
102
 
100
103
includes:: $(HDRS)
101
104
$(HDRDIR)/timestamp:
163
166
                TAGS test_ss
164
167
 
165
168
 
166
 
# @lib_frag@
167
 
# @libobj_frag@
 
169
@lib_frag@
 
170
@libobj_frag@
168
171
 
169
172
# +++ Dependency line eater +++
170
173
171
174
# Makefile dependencies follow.  This must be the last section in
172
175
# the Makefile.in file
173
176
#
174
 
invocation.so invocation.po $(OUTPRE)invocation.$(OBJEXT): invocation.c ss_internal.h \
175
 
  ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
176
 
  copyright.h
177
 
help.so help.po $(OUTPRE)help.$(OBJEXT): help.c ss_internal.h ss.h \
178
 
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
179
 
execute_cmd.so execute_cmd.po $(OUTPRE)execute_cmd.$(OBJEXT): execute_cmd.c ss_internal.h \
180
 
  ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
181
 
  copyright.h
182
 
listen.so listen.po $(OUTPRE)listen.$(OBJEXT): listen.c copyright.h ss_internal.h \
183
 
  ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
184
 
parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c ss_internal.h ss.h \
185
 
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
186
 
error.so error.po $(OUTPRE)error.$(OBJEXT): error.c copyright.h $(COM_ERR_DEPS) \
187
 
  ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h
188
 
prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c copyright.h ss_internal.h \
189
 
  ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
190
 
request_tbl.so request_tbl.po $(OUTPRE)request_tbl.$(OBJEXT): request_tbl.c copyright.h \
191
 
  ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
192
 
  $(COM_ERR_DEPS)
193
 
list_rqs.so list_rqs.po $(OUTPRE)list_rqs.$(OBJEXT): list_rqs.c copyright.h \
194
 
  ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
195
 
  $(COM_ERR_DEPS)
196
 
pager.so pager.po $(OUTPRE)pager.$(OBJEXT): pager.c ss_internal.h ss.h \
197
 
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
198
 
requests.so requests.po $(OUTPRE)requests.$(OBJEXT): requests.c ss_internal.h \
199
 
  ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
200
 
data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h ss.h \
201
 
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
202
 
mk_cmds.so mk_cmds.po $(OUTPRE)mk_cmds.$(OBJEXT): mk_cmds.c copyright.h ss_internal.h \
203
 
  ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
204
 
utils.so utils.po $(OUTPRE)utils.$(OBJEXT): utils.c copyright.h ss_internal.h \
205
 
  ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
206
 
options.so options.po $(OUTPRE)options.$(OBJEXT): options.c copyright.h ss.h \
207
 
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
 
177
invocation.so invocation.po $(OUTPRE)invocation.$(OBJEXT): \
 
178
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
 
179
  $(COM_ERR_DEPS) copyright.h invocation.c ss.h ss_internal.h
 
180
help.so help.po $(OUTPRE)help.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
181
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
182
  help.c ss.h ss_internal.h
 
183
execute_cmd.so execute_cmd.po $(OUTPRE)execute_cmd.$(OBJEXT): \
 
184
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
 
185
  $(COM_ERR_DEPS) copyright.h execute_cmd.c ss.h ss_internal.h
 
186
listen.so listen.po $(OUTPRE)listen.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
187
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
188
  listen.c ss.h ss_internal.h
 
189
parse.so parse.po $(OUTPRE)parse.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
190
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
191
  parse.c ss.h ss_internal.h
 
192
error.so error.po $(OUTPRE)error.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
193
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
194
  error.c ss.h ss_internal.h
 
195
prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
196
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
197
  prompt.c ss.h ss_internal.h
 
198
request_tbl.so request_tbl.po $(OUTPRE)request_tbl.$(OBJEXT): \
 
199
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
 
200
  $(COM_ERR_DEPS) copyright.h request_tbl.c ss.h ss_internal.h
 
201
list_rqs.so list_rqs.po $(OUTPRE)list_rqs.$(OBJEXT): \
 
202
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
 
203
  $(COM_ERR_DEPS) copyright.h list_rqs.c ss.h ss_internal.h
 
204
pager.so pager.po $(OUTPRE)pager.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
205
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
206
  pager.c ss.h ss_internal.h
 
207
requests.so requests.po $(OUTPRE)requests.$(OBJEXT): \
 
208
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
 
209
  $(COM_ERR_DEPS) requests.c ss.h ss_internal.h
 
210
data.so data.po $(OUTPRE)data.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
211
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
212
  data.c ss.h ss_internal.h
 
213
mk_cmds.so mk_cmds.po $(OUTPRE)mk_cmds.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
214
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
215
  mk_cmds.c ss.h ss_internal.h
 
216
utils.so utils.po $(OUTPRE)utils.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
 
217
  $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
 
218
  ss.h ss_internal.h utils.c
 
219
options.so options.po $(OUTPRE)options.$(OBJEXT): $(BUILDTOP)/include/ss/ss_err.h \
 
220
  $(COM_ERR_DEPS) copyright.h options.c ss.h
208
221
cmd_tbl.lex.o: cmd_tbl.lex.c ct.tab.h
209
 
ct.tab.o: ct.tab.c ss.h $(BUILDTOP)/include/ss/ss_err.h \
210
 
  $(COM_ERR_DEPS)
211
 
ss_err.so ss_err.po $(OUTPRE)ss_err.$(OBJEXT): ss_err.c $(COM_ERR_DEPS)
212
 
std_rqs.so std_rqs.po $(OUTPRE)std_rqs.$(OBJEXT): std_rqs.c $(SS_DEPS) $(COM_ERR_DEPS)
213
 
 
 
222
ct.tab.o: $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
 
223
  ct.tab.c ss.h
 
224
ss_err.so ss_err.po $(OUTPRE)ss_err.$(OBJEXT): $(COM_ERR_DEPS) \
 
225
  ss_err.c
 
226
std_rqs.so std_rqs.po $(OUTPRE)std_rqs.$(OBJEXT): $(COM_ERR_DEPS) \
 
227
  $(SS_DEPS) std_rqs.c