~ubuntu-branches/ubuntu/trusty/ocaml-sqlite3/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2014-01-27 10:16:26 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20140127101626-egg1cu7fn3du7j6h
Tags: 2.0.5-1
* New upstream release
* Bump Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# OASIS_START
2
 
# DO NOT EDIT (digest: bc1e05bfc8b39b664f29dae8dbd3ebbb)
 
2
# DO NOT EDIT (digest: 7b2408909643717852b95f994b273fee)
3
3
 
4
4
SETUP = ocaml setup.ml
5
5
 
12
12
test: setup.data build
13
13
        $(SETUP) -test $(TESTFLAGS)
14
14
 
15
 
all: 
 
15
all:
16
16
        $(SETUP) -all $(ALLFLAGS)
17
17
 
18
18
install: setup.data
24
24
reinstall: setup.data
25
25
        $(SETUP) -reinstall $(REINSTALLFLAGS)
26
26
 
27
 
clean: 
 
27
clean:
28
28
        $(SETUP) -clean $(CLEANFLAGS)
29
29
 
30
 
distclean: 
 
30
distclean:
31
31
        $(SETUP) -distclean $(DISTCLEANFLAGS)
32
32
 
33
33
setup.data: