mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
19 lines
596 B
Makefile
19 lines
596 B
Makefile
|
|
ifeq ($(TOPDIR),)
|
|
TOPDIR=..
|
|
BUILD=..
|
|
endif
|
|
|
|
MOC_NAMES=MainWindow KeyDetail clicklabel XcaTreeView NewX509 \
|
|
validity v3ext distname CertDetail CertExtend PwDialog \
|
|
ImportMulti CrlDetail ExportDialog hashBox Options NewKey kvView \
|
|
NewCrl SearchPkcs11 RevocationList XcaProxyModel XcaHeaderView \
|
|
KeyTreeView TempTreeView ReqTreeView X509SuperTreeView CertTreeView \
|
|
OidResolver OpenDb XcaWarning CrlTreeView XcaApplication Help
|
|
|
|
NAMES=$(MOC_NAMES) NewX509_ext MW_menu MW_help
|
|
OBJS=$(patsubst %,moc_%.o,$(MOC_NAMES)) $(patsubst %,%.o,$(NAMES))
|
|
|
|
include $(TOPDIR)/Rules.mak
|
|
sinclude .depend
|