view src/Makeconf.in @ 322:2282220f6b8b

configuration and build fixes
author adb014
date Wed, 09 Apr 2008 15:15:24 +0000
parents 0885c930f214
children 00f015114fc0
line wrap: on
line source


## Makeconf is automatically generated from Makeconf.base and Makeconf.add
## in the various subdirectories.  To regenerate, use ./autogen.sh to
## create a new ./Makeconf.in, then use ./configure to generate a new
## Makeconf.

@DEFHAVE_JPEG@
@DEFHAVE_PNG@
@DEFHAVE_MAGICKXX@
MKOCTFILE=@MKOCTFILE@

%.o: %.c ; $(MKOCTFILE) -c $<
%.o: %.f ; $(MKOCTFILE) -c $<
%.o: %.cc ; $(MKOCTFILE) -c $<
%.oct: %.cc ; $(MKOCTFILE) $<