~ubuntu-branches/ubuntu/karmic/xpuzzles/karmic

« back to all changes in this revision

Viewing changes to xdino/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-22 16:29:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050822162942-tdtf178zkpd3xxdg
Tags: 7.1.3-1ubuntu1
Update {build-,}depends for xorg -> mesa transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
############################################################
2
2
#
3
 
# $Id : Makefile.in 7.1.1 2004/09/25 $
 
3
# $Id : Makefile.in 7.1.2 2005/01/10 $
4
4
#
5
5
# xdino Makefile.in for configure (UNIX X11 support)
6
6
############################################################
11
11
WIDGET = Dino
12
12
WIDGET2 = $(WIDGET)2d
13
13
WIDGET3 = $(WIDGET)3d
14
 
VERNUM = 7.1.1
 
14
VERNUM = 7.1.2
15
15
#VER = x$(wIDGET)-$(VERNUM)
16
16
VER = x$(wIDGET)
17
17
 
169
169
        $(INSTALL_DATA) $(WIDGET).ad $(DESTDIR)$(xapploaddir)/$(WIDGET)
170
170
        @ $(ECHO) "$@ COMPLETE"
171
171
        @ $(ECHO) ""
172
 
        @ $(ECHO) "To use x$(M)$(wIDGET) from a menu, you may want to install the "
 
172
        @ $(ECHO) "To use x$(M)$(wIDGET) from a menu, you may want to install the"
173
173
        @ $(ECHO) "images.  Do a \"make install-png\" for Gnome and KDE, or do a"
174
174
        @ $(ECHO) "\"make install-xpm\" or a \"make install-xpm-home\" for CDE."
175
175
 
310
310
$(VER)/$(WIDGET)$(C) $(VER)/$(WIDGET)U$(C) \
311
311
$(VER)/$(WIDGET2)$(C) $(VER)/$(WIDGET3)$(C) \
312
312
$(VER)/x$(wIDGET)$(C) $(VER)/rngs$(C) $(VER)/README \
313
 
$(VER)/x$(wIDGET).man $(VER)/x$(wIDGET).hlp $(VER)/x$(wIDGET).html \
 
313
$(VER)/Imakefile $(VER)/x$(wIDGET).man $(VER)/x$(wIDGET).html \
314
314
$(VER)/$(WIDGET).ad $(VER)/$(wIDGET).scores \
315
315
$(VER)/configure $(VER)/Makefile.in $(VER)/configure.in \
316
316
$(VER)/config.guess $(VER)/config.sub $(VER)/install-sh $(VER)/mkinstalldirs \
317
 
$(VER)/Imakefile $(VER)/make.com \
 
317
$(VER)/vms/README.vms $(VER)/vms/x$(wIDGET).hlp $(VER)/vms/make.com \
318
318
$(VER)/win/Makefile $(VER)/win/w$(wIDGET).h \
319
319
$(VER)/win/w$(wIDGET).rc $(VER)/win/w$(wIDGET).ini $(VER)/win/w$(wIDGET).ico
320
320
 
346
346
        cd .. ; bzip2 -c $(VER).tar > `echo $(VER) | cut -c1-8`.tbz ; \
347
347
$(RM) $(VER).tar
348
348
 
349
 
dist.man : x$(wIDGET).html x$(wIDGET).hlp
 
349
dist.man : x$(wIDGET).html vms/x$(wIDGET).hlp
350
350
 
351
351
x$(wIDGET).html : x$(wIDGET).man
352
352
        nroff -man < x$(wIDGET).man | man2html > x$(wIDGET).html
353
353
 
354
 
x$(wIDGET).hlp : x$(wIDGET).man
 
354
vms/x$(wIDGET).hlp : x$(wIDGET).man
355
355
        (echo "$(MANNUM) x$(wIDGET)" | tr [:lower:] [:upper:] ; \
356
356
 nroff -man < x$(wIDGET).man \
357
357
 | sed -e 's/.//g' -e '/^ *Page [0-9]/D' \
362
362
 -e 's/\(Copyright\) .*c.*\(19\)/\1 (C) \2/' \
363
363
 -e 's/^\([A-Z][A-Z]*\) \([A-Z][A-Z]*\)/\1_\2/' \
364
364
 -e 's/^\([A-Z]\)/2 \1/' \
365
 
 | more -flsu | /usr/xpg4/bin/more -s) > x$(wIDGET).hlp
 
365
 | more -flsu | /usr/xpg4/bin/more -s) > vms/x$(wIDGET).hlp
366
366
 
367
367
html : x$(wIDGET).html
368
368
 
369
 
hlp : x$(wIDGET).hlp
 
369
hlp : vms/x$(wIDGET).hlp
370
370
 
371
371
man :
372
372
        nroff -man x$(wIDGET).man | $(MORE)