~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to examples/c++/Makefile.examples.in

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
# You should have received a copy of the GNU Library General Public License
21
21
# along with the file PLplot; if not, write to the Free Software
22
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
22
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
23
23
 
24
24
CXX = @CXX@
25
25
EXEEXT = @EXEEXT@
51
51
                 x19$(EXEEXT) \
52
52
                 x20$(EXEEXT) \
53
53
                 x21$(EXEEXT) \
54
 
                 x22$(EXEEXT)
 
54
                 x22$(EXEEXT) \
 
55
                 x23$(EXEEXT) \
 
56
                 x24$(EXEEXT)
55
57
 
56
58
all: $(EXECUTABLES_list)
57
59