~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/unix/config/make.prg.in

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# make.prg.in -- mf fragment for programs               -*- makefile -*-
 
2
 
3
# Author: Ian.Piumarta@inria.fr
 
4
 
5
# Last edited: 2002-12-01 09:28:43 by piumarta on calvin.inria.fr
 
6
 
 
7
o               = .o
 
8
a               = .a
 
9
x               =
 
10
COMPILE         = $(CC) $(CFLAGS) $(XCFLAGS) \
 
11
                  $(LDFLAGS) $(XLDFLAGS) -export-dynamic -c -o
 
12
LINK            = $(LIBTOOL) --mode=link \
 
13
                  $(CC) $(CFLAGS) $(XCFLAGS) \
 
14
                  $(LDFLAGS) $(XLDFLAGS) -export-dynamic -R$(libdir) -o
 
15
RANLIB          = :