# # # Name: readline.mk # CSCRATCH make include file for READLINE library # # #SC_VRM = readline-4.3 #SC_VRM = readline-5.2 #SC_VRM = readline-6.1 SC_VRM = readline-6.2 SC_URL = \ http://ftp.gnu.org/pub/gnu/readline/$(SC_VRM).tar.gz \ http://ftp.gnu.org/pub/gnu/readline/$(SC_VRM).tar.gz.sig #SC_FETCH = #SC_SOURCE = SC_CONFIG = ./configure --prefix=/usr \ --enable-static --disable-shared #SC_BUILD = #SC_INSTALL = #SC_FIXUP = strip ...