File: Makefile.in

package info (click to toggle)
mlpcap 0.9-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,008 kB
  • ctags: 60
  • sloc: sh: 5,903; ansic: 142; ml: 94; makefile: 55
file content (19 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (9)
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@ 
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