File: Makefile.in

package info (click to toggle)
mlpcap 0.9-16
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,296 kB
  • ctags: 75
  • sloc: sh: 1,302; ansic: 142; ml: 94; makefile: 50
file content (19 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SOURCES=utils.c pcap.idl
RESULT=pcap

LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmx *.cmxa *.a *.so)

CC=@CC@
CFLAGS=@CFLAGS@ @cp4flag@
CLIBS=$(foreach lib, @LIBS@, $(subst -l,,${lib}))
LDFLAGS=@LDFLAGS@
IDLFLAGS=-no-include

all: byte-code-library 
opt: native-code-library
reallyall: byte-code-library native-code-library
install: libinstall
uninstall: libuninstall

-include OCamlMakefile