⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (se
💻 IN
字号:
# $Id: makefile.in,v 1.33 2003/11/27 00:23:16 tom Exp $# template makefile for DIALOG#SHELL		= /bin/shsrcdir		= @srcdir@VPATH		= @srcdir@prefix		= @prefix@exec_prefix	= @exec_prefix@top_builddir	= .x		= @EXEEXT@o		= .@OBJEXT@a		= @LIB_SUFFIX@DESTDIR		=bindir		= $(DESTDIR)@bindir@includedir	= $(DESTDIR)@includedir@libdir		= $(DESTDIR)@libdir@mandir		= $(DESTDIR)@mandir@MANDIR		= $(mandir)/man1# see po/makefilelocaledir       = $(prefix)/@DATADIRNAME@/localeCFLAGS		= @CFLAGS@CPPFLAGS	= @CPPFLAGS@ @DEFS@ -I. -I$(srcdir) -DLOCALEDIR=\"$(localedir)\"EXTRA_CFLAGS	= @EXTRA_CFLAGS@CC		= @CC@AR		= @AR@LDFLAGS		= @LDFLAGS@LIBS		= @LIBS@ @INTLDIR_MAKE@ @INTLLIBS@RANLIB		= @LIB_PREP@RM		= rm -fLINT		= lintLIBTOOL		= @LIBTOOL@LIBTOOL_CLEAN	= @LIB_CLEAN@LIBTOOL_COMPILE	= @LIB_COMPILE@LIBTOOL_CREATE	= @LIB_CREATE@LIBTOOL_LINK	= @LIB_LINK@LIBTOOL_INSTALL	= @LIB_INSTALL@LIBTOOL_UNINSTALL = @LIB_UNINSTALL@INSTALL		= @INSTALL@INSTALL_PROGRAM	= $(LIBTOOL_INSTALL) @INSTALL_PROGRAM@INSTALL_DATA	= @INSTALL_DATA@LINK		= $(LIBTOOL_LINK) $(CC)## Standard .c to .o compile line.#.SUFFIXES: .c $o.c$o :@RULE_CC@	@ECHO_CC@$(LIBTOOL_COMPILE) $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CPPFLAGS) -c $<EXTRAOBJS = @EXTRAOBJS@OBJECTS = $(EXTRAOBJS) \	arrows$o \	buttons$o \	checklist$o \	inputbox$o \	inputstr$o \	menubox$o \	mouse$o \	mousewget$o \	msgbox$o \	textbox$o \	ui_getc$o \	util$o \	version$o \	yesno$oLIB_OBJECT = @LIB_OBJECT@SRCS = $(OBJECTS:$o=.c)HDRS = \	colors.h \	dialog.h \	dlg_config.hLIB	= @LIB_PREFIX@dialog$aPROG	= dialog$xALL	= $(LIB) $(PROG)BIN_DIRS	= $(bindir) $(MANDIR)LIB_DIRS	= $(libdir) $(includedir)all	:: $(ALL)@INTLDIR_MAKE@@INTLLIBS@ :@INTLDIR_MAKE@	@echo "Building GNU gettext library..."@INTLDIR_MAKE@	@cd intl && $(MAKE) @cf_cv_makeflags@dialog$o \$(OBJECTS) : $(srcdir)/dialog.h dlg_config.h VERSION$(LIB) : $(LIB_OBJECT)	$(LIBTOOL_CREATE) $(LIB) $(LIB_OBJECT)	$(RANLIB) $@dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@	$(LINK) -o $@ dialog$o -L. -ldialog $(LDFLAGS) $(LIBS)clean	\distclean \install \install-strip \uninstall ::	@echo making $@@INTLDIR_MAKE@	@-test -f intl/makefile && cd intl && $(MAKE) @cf_cv_makeflags@ $@@MSG_DIR_MAKE@	@-test -f po/makefile && cd po && $(MAKE) @cf_cv_makeflags@ $@clean	::	@- $(RM) -r autom4te.cache	- $(LIBTOOL_CLEAN) $(RM) *$o $(ALL)	- $(RM) core *~ tags TAGSdistclean :: clean	$(RM) intl/libintl.h intl/po2tbl.sed	$(RM) makefile dlg_config.h config.cache config.log config.status	$(RM) samples/install/makefileinstall :: $(PROG) $(bindir)	$(INSTALL_PROGRAM) $(PROG) $(bindir)install-strip :: $(PROG) $(bindir)	$(INSTALL_PROGRAM) -s $(PROG) $(bindir)install-strip \install :: $(MANDIR)	$(INSTALL_DATA) dialog.1 $(MANDIR)uninstall ::	$(RM) $(bindir)/$(PROG)	$(RM) $(MANDIR)/dialog.1# most users do not want/need the library, so the install rules are distinct.install-lib :: $(LIB_DIRS)	$(LIBTOOL_INSTALL) $(INSTALL_DATA) $(LIB) $(libdir)	$(INSTALL_DATA) dialog.h $(includedir)	$(INSTALL_DATA) dlg_config.h $(includedir)uninstall-lib :: $(LIB_DIRS)	- $(LIBTOOL_UNINSTALL) $(RM) $(libdir)/$(LIB)	$(RM) $(includedir)/dialog.h	$(RM) $(includedir)/dlg_config.h$(MANDIR) \$(bindir) \$(includedir) \$(libdir) : ; $(srcdir)/mkdirs.sh $@@MAKE_LOWER_TAGS@tags :@MAKE_LOWER_TAGS@	ctags $(SRCS) $(HDRS)@MAKE_LOWER_TAGS@TAGS :@MAKE_LOWER_TAGS@	etags $(SRCS) $(HDRS)lint:	$(LINT) $(CPPFLAGS) *.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -