/* * The following defines let the imake system know what options the user * wants to use on their program. */ #define DoNotAutoRecreate NO #define HasX11Dependence NO #define HasCplusplusDependence NO #define HasFortranDependence NO #define PosixOverride NO #include MATCHING_INCLUDE OBJECT_TYPE = kroutine TOOLBOX_NAME = matching OBJECT_NAME = kminmax HEADERS = \ kminmax.h UIS_FILES = ../uis/kminmax.pane CSRCS = \ kminmax.c \ usage.c YSRCS = LSRCS = FSRCS = XSRCS = C++SRCS = COBJS = \ kminmax.o \ usage.o LOBJS = YOBJS = FOBJS = C++OBJS = BINARY_NAME = kminmax LDLIBS = $(KHOROSLDOPTION) /* -X11_toolbox_library_dependencies */ #if HasX11Dependence LDLIBS +>= $(X_TOOLBOX_LIBRARIES) DEPLIBS = $(X_TOOLBOX_DEP_LIBRARIES) #endif /* -X11_toolbox_library_dependencies_end */ /* -C++_toolbox_library_dependencies */ #if HasCplusplusDependence LDLIBS +>= $(C++_TOOLBOX_LIBRARIES) DEPLIBS +>= $(C++_TOOLBOX_DEP_LIBRARIES) #endif /* -C++_toolbox_library_dependencies_end */ LDLIBS +>= $(C_TOOLBOX_LIBRARIES) DEPLIBS +>= $(C_TOOLBOX_DEP_LIBRARIES) /* -Fortran_toolbox_library_dependencies */ #if HasFortranDependence LDLIBS +>= $(FOR_TOOLBOX_LIBRARIES) DEPLIBS = $(FOR_TOOLBOX_DEP_LIBRARIES) #endif /* -Fortran_toolbox_library_dependencies_end */ LDLIBS +>= $(SYSTEMLDOPTION) #if HasX11Dependence LDLIBS +>= $(X_LIBRARIES) #endif LDLIBS +>= $(EXTRA_LIBRARIES) \ $(SYS_LIBRARIES) #include /* the following field are intentionally left commented. Use the flags */ /* if you wish to override the defaults assign in the system configuration */ /* files. Other fields may also be overridden such as the EXTRA_LIBRARIES */ /* CDEBUGFLAGS = */ /* STD_INCLUDES = */