File: Makefile.examples

package info (click to toggle)
camlimages 2.00-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,536 kB
  • ctags: 2,325
  • sloc: ml: 10,848; ansic: 2,396; makefile: 599; sh: 30
file content (9 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Generated automatically from Makefile.examples.in by configure.
# Directory definitions for camlimages example complation
# it must be loaded from examples/* directory

include ../../Makefile.config
include ../../Makefile.build

COMPFLAGS_CAMLIMAGES= $(addprefix -I ../../, $(BUILDDIRS))
LINKFLAGS_CAMLIMAGES= $(addprefix -dllpath ../../, $(BUILDDIRS)) -cclib "$(addprefix -L../../, $(BUILDDIRS))" $(WITH_CAMLIMAGES)