| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #
- # This file is generated by autoconf from "Make.defines.in".
- #
- # This is the "Make.defines" file that almost every "Makefile" in the
- # source directories below this directory include.
- # The "../" in the pathnames actually refer to this directory, since
- # "make" is executed in all the subdirectories of this directory.
- #
- # System = @host@
- CC = @CC@
- CFLAGS = -I../lib @CFLAGS@
- LIBS = @LIBUNP@ @LIBS@
- LIBS_XTI = @LIBUNPXTI@ @LIBUNP@ @LIBS_XTI@
- RANLIB = @RANLIB@
- # Following is the main library, built from all the object files
- # in the lib/ and libfree/ directories.
- LIBUNP_NAME = @LIBUNP_NAME@
- # Following is the XTI library, built from all the object files
- # in the libxti/ directory.
- LIBUNPXTI_NAME = @LIBUNPXTI_NAME@
- # Following are all the object files to create in the lib/ directory.
- LIB_OBJS = @LIB_OBJS@
- # Following are all the object files to create in the libfree/ directory.
- LIBFREE_OBJS = @LIBFREE_OBJS@
- # Following are all the object files to create in the libgai/ directory.
- LIBGAI_OBJS = @LIBGAI_OBJS@
- # Following are all the object files to create in the libroute/ directory.
- LIBROUTE_OBJS = @LIBROUTE_OBJS@
- # Following are all the object files to create in the libxti/ directory.
- LIBXTI_OBJS = @LIBXTI_OBJS@
- CLEANFILES = core core.* *.core *.o temp.* *.out typescript* \
- *.lc *.lh *.bsdi *.sparc *.uw
|