~ubuntu-branches/ubuntu/trusty/ocamlnet/trusty

« back to all changes in this revision

Viewing changes to src/netsys/Makefile.pre

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-09-02 14:12:33 UTC
  • mfrom: (18.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110902141233-zbj0ygxb92u6gy4z
Tags: 3.4-1
* New upstream release
  - add a new NetcgiRequire directive to ease dependency management
    (Closes: #637147)
  - remove patches that were applied upstream:
    + Added-missing-shebang-lines-in-example-shell-scripts
    + Try-also-ocamlc-for-POSIX-threads

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
PRE = 1
4
4
PKGNAME = netsys
5
5
GENERATE = META
 
6
INSTALL_EXTRA = netsys_oothr.cmo \
 
7
                netsys_oothr_mt_init.cmo \
 
8
                netsys_oothr_mt_init.cmx netsys_oothr_mt_init.o \
 
9
                netsys_oothr_mt_init.p.cmx netsys_oothr_mt_init.p.o \
 
10
                netsys_gprof_init.p.cmx netsys_gprof_init.p.o \
 
11
                netsys_c_gprof.o
6
12
 
7
13
include $(TOP_DIR)/Makefile.rules
8
14