~ubuntu-branches/ubuntu/precise/hime/precise

« back to all changes in this revision

Viewing changes to src/IMdkit/Makefile

  • Committer: Package Import Robot
  • Author(s): Yao Wei (魏銘廷)
  • Date: 2012-01-14 00:24:08 UTC
  • Revision ID: package-import@ubuntu.com-20120114002408-e79gagbeg1rt8npv
Tags: upstream-0.9.9
Import upstream version 0.9.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../../config.mak
 
2
 
 
3
all: libXimd.a
 
4
 
 
5
libXimd.a:
 
6
        $(MAKE) -C lib
 
7
 
 
8
clean:
 
9
        rm -f *.bak *~
 
10
        $(MAKE) -C lib clean
 
11
 
 
12
install:
 
13
        @echo nothing to be installed.
 
14