File: Makefile

package info (click to toggle)
geneweb 5.01-8lenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,232 kB
  • ctags: 3,690
  • sloc: ml: 57,243; sh: 1,088; makefile: 608
file content (13 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile,v 5.1 2007/09/12 09:58:44 ddr Exp $

include ../tools/Makefile.inc

OBJS=wserver.cmo

all:: $(OBJS)
opt:: $(OBJS:.cmo=.cmx)

depend:
	TOP=.. ../tools/camlp5_depend.sh $(OCAMLI) *.ml* > .depend

include .depend