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

« back to all changes in this revision

Viewing changes to xtriangles/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
# xtriangles Makefile.in for configure (UNIX X11 support)
6
6
############################################################
9
9
 
10
10
wIDGET = triangles
11
11
WIDGET = Triangles
12
 
VERNUM = 7.1.1
 
12
VERNUM = 7.1.2
13
13
#VER = x$(wIDGET)-$(VERNUM)
14
14
VER = x$(wIDGET)
15
15
 
171
171
        $(INSTALL_DATA) bump.au $(DESTDIR)$(readdir)/bump.au
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
 
321
321
$(VER)/config.guess $(VER)/config.sub $(VER)/install-sh $(VER)/mkinstalldirs \
322
322
$(VER)/vms/README.vms $(VER)/vms/x$(wIDGET).hlp \
323
323
$(VER)/vms/make.com $(VER)/vms/mmov.com \
324
 
$(VER)/vms/vms_amd.c $(VER)/vms/vms_amd.h $(VER)/vms/vms_mmov.c\
 
324
$(VER)/vms/vms_amd.c $(VER)/vms/vms_amd.h $(VER)/vms/vms_mmov.c \
325
325
$(VER)/win/Makefile $(VER)/win/w$(wIDGET).h $(VER)/win/bump.wav \
326
326
$(VER)/win/w$(wIDGET).rc $(VER)/win/w$(wIDGET).ini $(VER)/win/w$(wIDGET).ico
327
327