~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/unix/plugins/SqueakFFIPrims/Makefile.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
# Makefile.in for FFIPlugin on Unix
 
2
 
3
# Author: ian.piumarta@inria.fr
 
4
 
5
# Last edited: 2003-01-28 10:59:01 by piumarta on emilia.inria.fr
 
6
 
 
7
[make_cfg]
 
8
[make_plg]
 
9
 
 
10
TARGET  = SqueakFFIPrims$a
 
11
 
 
12
OBJS    = SqueakFFIPrims$o ffi-test$o $(FFI_O)
 
13
 
 
14
XINCLUDES       = [includes]
 
15
 
 
16
$(TARGET) : $(OBJS) Makefile
 
17
        $(LINK) $(TARGET) $(OBJS)
 
18
        $(RANLIB) $(TARGET)
 
19
 
 
20
[make_targets]
 
21
 
 
22
.force :