File: Makefile.rules

package info (click to toggle)
cairo-ocaml 1%3A1.2.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 532 kB
  • sloc: ml: 2,086; ansic: 1,656; makefile: 191; sh: 153
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
%.cmo : %.ml
	$(OCAMLC) -c $(INCFLAGS) $<
%.cmx : %.ml
	$(OCAMLOPT) -c $(INCFLAGS) $<
%.cmi : %.mli
	$(OCAMLC) $(INCFLAGS) $<
%.o : %.c
	$(OCAMLC) -ccopt "$(CPPFLAGS)" $<