~ubuntu-branches/ubuntu/jaunty/xorp/jaunty

« back to all changes in this revision

Viewing changes to fea/data_plane/ifconfig/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jose Calhariz, Javier Fernandez-Sanguino, Jose Calhariz
  • Date: 2008-01-23 01:24:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123012437-7l2u9r0k8e7op8st
Tags: 1.5~cvs.20080128-1
[ Javier Fernandez-Sanguino ]
* Update to latest CVS contents
* Modify debian/rules to prevent autobuilders from building 
  the binary-independent components: (Closes: #441121)
  - Create a new Build-Depends-Indep with all the TeX
  components used to build documentation
  - Since autobuilders call build, which in turns calls build-indep, hack
    the debian rules file so that the documentation is only built if ps2pdf,
    dvips and pslatex are available. 
* Modify the init.d script:
  - restart action: Do not attempt to stop xorp if not running
  - stop function: fix errors in the script
  - add a try-restart action
  - restructure the init.d script, move the restart code to a function
  - review the use of echo calls and exit values
* Use, as examples, the new boot files at rtrmgr/config/

[ Jose Calhariz ]
* Add depends on ncurses-dev, I don't know why xorp use tigetstr
  function from curses.  This way the depends field change less between
  build environments.
* Removed pushd and popd commands from Makefile and replaced with cd
  commands, was a bashism and FTBFS (closes: #453637)
* debian/control converted to utf-8 (closes: #454026) (closes: #453485)
* init.d/xorp now returns 0 if disabled.
* Added Vcs-Browser and Vcs-Svn fields pointing to the repository of the
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        ifconfig_observer_routing_socket.lo \
56
56
        ifconfig_parse_getifaddrs.lo ifconfig_parse_ioctl.lo \
57
57
        ifconfig_parse_netlink_socket.lo \
58
 
        ifconfig_parse_routing_socket.lo ifconfig_set.lo \
59
 
        ifconfig_set_click.lo ifconfig_set_dummy.lo \
 
58
        ifconfig_parse_routing_socket.lo ifconfig_property_bsd.lo \
 
59
        ifconfig_property_dummy.lo ifconfig_property_linux.lo \
 
60
        ifconfig_property_solaris.lo ifconfig_property_windows.lo \
 
61
        ifconfig_set.lo ifconfig_set_click.lo ifconfig_set_dummy.lo \
60
62
        ifconfig_set_ioctl.lo ifconfig_set_iphelper.lo \
61
 
        ifconfig_set_netlink_socket.lo
 
63
        ifconfig_set_netlink_socket.lo ifconfig_vlan_get_bsd.lo \
 
64
        ifconfig_vlan_get_dummy.lo ifconfig_vlan_get_linux.lo \
 
65
        ifconfig_vlan_set_bsd.lo ifconfig_vlan_set_dummy.lo \
 
66
        ifconfig_vlan_set_linux.lo
62
67
libxorp_ifconfig_la_OBJECTS = $(am_libxorp_ifconfig_la_OBJECTS)
63
68
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
64
69
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
151
156
PYTHON_PREFIX = @PYTHON_PREFIX@
152
157
PYTHON_VERSION = @PYTHON_VERSION@
153
158
RANLIB = @RANLIB@
 
159
SED = @SED@
154
160
SET_MAKE = @SET_MAKE@
155
161
SHELL = @SHELL@
156
162
STRIP = @STRIP@
229
235
        ifconfig_get_sysctl.hh ifconfig_media.hh \
230
236
        ifconfig_observer_dummy.hh ifconfig_observer_iphelper.hh \
231
237
        ifconfig_observer_netlink_socket.hh \
232
 
        ifconfig_observer_routing_socket.hh ifconfig_set_click.hh \
233
 
        ifconfig_set_dummy.hh ifconfig_set_ioctl.hh \
234
 
        ifconfig_set_iphelper.hh ifconfig_set_netlink_socket.hh \
235
 
        ifconfig_get_click.cc ifconfig_get_dummy.cc \
236
 
        ifconfig_get_getifaddrs.cc ifconfig_get_ioctl.cc \
237
 
        ifconfig_get_iphelper.cc ifconfig_get_netlink_socket.cc \
238
 
        ifconfig_get_proc_linux.cc ifconfig_get_sysctl.cc \
239
 
        ifconfig_media.cc ifconfig_observer_dummy.cc \
240
 
        ifconfig_observer_iphelper.cc \
 
238
        ifconfig_observer_routing_socket.hh ifconfig_property_bsd.hh \
 
239
        ifconfig_property_dummy.hh ifconfig_property_linux.hh \
 
240
        ifconfig_property_solaris.hh ifconfig_property_windows.hh \
 
241
        ifconfig_set_click.hh ifconfig_set_dummy.hh \
 
242
        ifconfig_set_ioctl.hh ifconfig_set_iphelper.hh \
 
243
        ifconfig_set_netlink_socket.hh ifconfig_vlan_get_bsd.hh \
 
244
        ifconfig_vlan_get_dummy.hh ifconfig_vlan_get_linux.hh \
 
245
        ifconfig_vlan_set_bsd.hh ifconfig_vlan_set_dummy.hh \
 
246
        ifconfig_vlan_set_linux.hh ifconfig_get_click.cc \
 
247
        ifconfig_get_dummy.cc ifconfig_get_getifaddrs.cc \
 
248
        ifconfig_get_ioctl.cc ifconfig_get_iphelper.cc \
 
249
        ifconfig_get_netlink_socket.cc ifconfig_get_proc_linux.cc \
 
250
        ifconfig_get_sysctl.cc ifconfig_media.cc \
 
251
        ifconfig_observer_dummy.cc ifconfig_observer_iphelper.cc \
241
252
        ifconfig_observer_netlink_socket.cc \
242
253
        ifconfig_observer_routing_socket.cc \
243
254
        ifconfig_parse_getifaddrs.cc ifconfig_parse_ioctl.cc \
244
255
        ifconfig_parse_netlink_socket.cc \
245
 
        ifconfig_parse_routing_socket.cc ifconfig_set.cc \
246
 
        ifconfig_set_click.cc ifconfig_set_dummy.cc \
 
256
        ifconfig_parse_routing_socket.cc ifconfig_property_bsd.cc \
 
257
        ifconfig_property_dummy.cc ifconfig_property_linux.cc \
 
258
        ifconfig_property_solaris.cc ifconfig_property_windows.cc \
 
259
        ifconfig_set.cc ifconfig_set_click.cc ifconfig_set_dummy.cc \
247
260
        ifconfig_set_ioctl.cc ifconfig_set_iphelper.cc \
248
 
        ifconfig_set_netlink_socket.cc
 
261
        ifconfig_set_netlink_socket.cc ifconfig_vlan_get_bsd.cc \
 
262
        ifconfig_vlan_get_dummy.cc ifconfig_vlan_get_linux.cc \
 
263
        ifconfig_vlan_set_bsd.cc ifconfig_vlan_set_dummy.cc \
 
264
        ifconfig_vlan_set_linux.cc
249
265
 
250
266
################################################################
251
267
INCLUDES = -I$(top_srcdir)
317
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_parse_ioctl.Plo@am__quote@
318
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_parse_netlink_socket.Plo@am__quote@
319
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_parse_routing_socket.Plo@am__quote@
 
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_property_bsd.Plo@am__quote@
 
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_property_dummy.Plo@am__quote@
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_property_linux.Plo@am__quote@
 
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_property_solaris.Plo@am__quote@
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_property_windows.Plo@am__quote@
320
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_set.Plo@am__quote@
321
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_set_click.Plo@am__quote@
322
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_set_dummy.Plo@am__quote@
323
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_set_ioctl.Plo@am__quote@
324
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_set_iphelper.Plo@am__quote@
325
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_set_netlink_socket.Plo@am__quote@
 
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_vlan_get_bsd.Plo@am__quote@
 
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_vlan_get_dummy.Plo@am__quote@
 
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_vlan_get_linux.Plo@am__quote@
 
350
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_vlan_set_bsd.Plo@am__quote@
 
351
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_vlan_set_dummy.Plo@am__quote@
 
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifconfig_vlan_set_linux.Plo@am__quote@
326
353
 
327
354
.cc.o:
328
355
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<