diff options
Diffstat (limited to '3rd-party/zisofs_tools/MCONFIG.in')
-rw-r--r-- | 3rd-party/zisofs_tools/MCONFIG.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/3rd-party/zisofs_tools/MCONFIG.in b/3rd-party/zisofs_tools/MCONFIG.in new file mode 100644 index 0000000..1c0ba11 --- /dev/null +++ b/3rd-party/zisofs_tools/MCONFIG.in @@ -0,0 +1,38 @@ +# Prefixes +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +# Directory for user binaries +bindir = @bindir@ + +# Man page tree +mandir = @mandir@ + +# System binaries +sbindir = @sbindir@ + +# Install into chroot area +# Useful when making rpms and similar +INSTALLROOT = + +# Install program +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ + +# Compiler and compiler flags +CC = @CC@ +CFLAGS = @CFLAGS@ + +# Link flags +LDFLAGS = @LDFLAGS@ + +# Libraries +LIBS = @LIBS@ + +# Additional library we need to build +LIBOBJS = @LIBOBJS@ + +# ar and ranlib (for making libraries) +AR = ar cq +RANLIB = @RANLIB@ |