xca/lib/Makefile
chris2511 55b01dcd1d repair Makefiles to hardcode the object names
init_database after we know the filename
2003-11-24 09:04:11 +00:00

16 lines
489 B
Makefile

#
# $Id$
#
#########################################################################
MOCNAMES=db_crl db_key db_temp db_x509 db_x509req db_x509super pki_base
NAMES=$(MOCNAMES) asn1int oid pki_pkcs7 x509rev asn1time pass_info \
pki_temp x509v3ext db_base pki_x509 func pki_crl pki_x509req \
load_obj pki_key pki_x509super main pki_pkcs12 x509name
OBJS=$(patsubst %, %.o, $(NAMES)) $(patsubst %, moc_%.o, $(MOCNAMES))
DELFILES=$(patsubst %,moc_%.cpp,$(MOCNAMES))
include ../Rules.mak