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

« back to all changes in this revision

Viewing changes to xskewb/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
# xskewb Makefile.in for configure (UNIX X11 support)
6
6
############################################################
11
11
WIDGET = Skewb
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
 
171
171
        $(INSTALL_DATA) $(WIDGET).ad $(DESTDIR)$(xapploaddir)/$(WIDGET)
172
172
        @ $(ECHO) "$@ COMPLETE"
173
173
        @ $(ECHO) ""
174
 
        @ $(ECHO) "To use x$(M)$(wIDGET) from a menu, you may want to install the "
 
174
        @ $(ECHO) "To use x$(M)$(wIDGET) from a menu, you may want to install the"
175
175
        @ $(ECHO) "images.  Do a \"make install-png\" for Gnome and KDE, or do a"
176
176
        @ $(ECHO) "\"make install-xpm\" or a \"make install-xpm-home\" for CDE."
177
177
 
313
313
$(VER)/$(WIDGET)$(C) $(VER)/$(WIDGET)U$(C) \
314
314
$(VER)/$(WIDGET2)$(C) $(VER)/$(WIDGET3)$(C) $(VER)/$(WIDGET)GL$(C) \
315
315
$(VER)/x$(wIDGET)$(C) $(VER)/rngs$(C) $(VER)/README \
316
 
$(VER)/x$(wIDGET).man $(VER)/x$(wIDGET).hlp $(VER)/x$(wIDGET).html \
 
316
$(VER)/Imakefile $(VER)/x$(wIDGET).man $(VER)/x$(wIDGET).html \
317
317
$(VER)/$(WIDGET).ad $(VER)/$(wIDGET).scores \
318
318
$(VER)/configure $(VER)/Makefile.in $(VER)/configure.in \
319
319
$(VER)/config.guess $(VER)/config.sub $(VER)/install-sh $(VER)/mkinstalldirs \
320
 
$(VER)/Imakefile $(VER)/make.com \
 
320
$(VER)/vms/README.vms $(VER)/vms/x$(wIDGET).hlp $(VER)/vms/make.com \
321
321
$(VER)/win/Makefile $(VER)/win/w$(wIDGET).h \
322
322
$(VER)/win/w$(wIDGET).rc $(VER)/win/w$(wIDGET).ini $(VER)/win/w$(wIDGET).ico
323
323
 
349
349
        cd .. ; bzip2 -c $(VER).tar > `echo $(VER) | cut -c1-8`.tbz ; \
350
350
$(RM) $(VER).tar
351
351
 
352
 
dist.man : x$(wIDGET).html x$(wIDGET).hlp
 
352
dist.man : x$(wIDGET).html vms/x$(wIDGET).hlp
353
353
 
354
354
x$(wIDGET).html : x$(wIDGET).man
355
355
        nroff -man < x$(wIDGET).man | man2html > x$(wIDGET).html
356
356
 
357
 
x$(wIDGET).hlp : x$(wIDGET).man
 
357
vms/x$(wIDGET).hlp : x$(wIDGET).man
358
358
        (echo "$(MANNUM) x$(wIDGET)" | tr [:lower:] [:upper:] ; \
359
359
 nroff -man < x$(wIDGET).man \
360
360
 | sed -e 's/.//g' -e '/^ *Page [0-9]/D' \
365
365
 -e 's/\(Copyright\) .*c.*\(19\)/\1 (C) \2/' \
366
366
 -e 's/^\([A-Z][A-Z]*\) \([A-Z][A-Z]*\)/\1_\2/' \
367
367
 -e 's/^\([A-Z]\)/2 \1/' \
368
 
 | more -flsu | /usr/xpg4/bin/more -s) > x$(wIDGET).hlp
 
368
 | more -flsu | /usr/xpg4/bin/more -s) > vms/x$(wIDGET).hlp
369
369
 
370
370
html : x$(wIDGET).html
371
371
 
372
 
hlp : x$(wIDGET).hlp
 
372
hlp : vms/x$(wIDGET).hlp
373
373
 
374
374
man :
375
375
        nroff -man x$(wIDGET).man | $(MORE)