📄 makefile.test
字号:
# Generated automatically from Makefile.in by configure.
#
# unix/config/pre.in
#
# Copyright (C) 1996,1997 Network Associates Inc. and affiliated companies.
# All rights reserved.
#
# $Id: Makefile.test,v 1.6 1999/03/25 18:44:03 melkins Exp $
#
SHELL=/bin/sh
.SUFFIXES: .c .h .o .cpp
prefix=/usr/local
exec_prefix=${prefix}
includedir=$(prefix)/include
mandir=$(prefix)/man
bindir=$(exec_prefix)/bin
libdir=$(exec_prefix)/lib
srcdir=.
top_srcdir=../..
top_builddir=../../.
top_pfldir=$(top_builddir)/../pfl
pubinc=$(top_builddir)/pub/include
pubincback=../..
privinc=$(top_builddir)/priv/include
privincback=../..
opaqueinc=$(top_builddir)/priv/include/opaque
dir_suffix=/unix/ui
DESTDIR=
LN_S=ln -s
INSTALL=../../unix/config/install-sh -c
RANLIB=ranlib
TEST_L=test -h
CC=gcc
CCC=g++
RM=rm -f
MV=mv -f
OSDEF=-DPGP_UNIX=1
CCOPTS=
OPT= -O -g
DEBUG=1
UNFINISHED=1
PGP_LEAKS=$(DEBUG)
DEFINES=-DPGP_DEBUG=$(DEBUG) \
-DUNFINISHED_CODE_ALLOWED=$(UNFINISHED) \
-DUSE_PGP_LEAKS=$(PGP_LEAKS)
LOCALDEFINES=
CFLAGS= $(OPT) $(OSDEF) -Wall -W -Wshadow -Wpointer-arith \
-Wmissing-prototypes -Wwrite-strings \
-DHAVE_CONFIG_H $(DEFINES) $(LOCALDEFINES) \
-I$(top_builddir)/unix -I$(pubinc) -I$(privinc) -I$(opaqueinc) \
-I$(top_pfldir)/common -I$(top_pfldir)/common/prefs \
-I$(top_pfldir)/common/file -I$(top_pfldir)/common/util \
-I$(top_pfldir)/common/lthread -I$(top_pfldir)/common/sorting \
-I$(top_pfldir)/unix -I$(srcdir) $(LOCALINCLUDES) $(CCOPTS)
LDFLAGS=
DEPEND=gcc -E -M
SRCS=${OBJS:.o=.c}
.cpp.o:
g++ -c -fhandle-exceptions $(CFLAGS) $<
PRIVUIDIR= ../../priv/ui
OBJS = test.o
PROG = testUI
LOCALDEFINES= -DPROTOTYPES -D_REENTRANT
LOCALINCLUDES= -I$(PRIVUIDIR)
#LIBS = ../libPGPui.a ../libPGPsdkNetwork.a ../libPGPsdk.a -lthread \
# -lsocket -lnsl -lm
LIBS = ../libPGPui.a ../libPGPsdkNetwork.a ../libPGPsdk.a -pthread \
-lnsl -lm
DEPLIBS = ../libPGPui.a
all:: $(PROG)
# Remove appropriate things
clean ::
$(RM) *.o *~ *.bak core
depend::
@if test 'x$(SRCS)' != x; then \
sed -e '/^#### DO NOT DELETE this line$$/,$$d' Makefile > \
Makefile.new ; \
echo "#### DO NOT DELETE this line" >> Makefile.new ; \
$(DEPEND) $(CFLAGS) $(SRCS) >> Makefile.new ; \
$(MV) Makefile.new Makefile ; \
else :; \
fi
# Compile program, PROG
$(PROG): $(OBJS) $(DEPLIBS) $(LOCALDEPLIBS)
$(CCC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(LOCALLIBS)
# GNU make feature: If there's an error building a target, remove it
.DELETE_ON_ERROR:
#
# Editor settings
#
# Local Variables:
# tab-width: 4
# End:
# vi: ts=4 sw=4
# vim: si
#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -