mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
17 lines
439 B
Makefile
17 lines
439 B
Makefile
|
|
ifeq ($(TOPDIR),)
|
|
TOPDIR=..
|
|
BUILD=..
|
|
endif
|
|
|
|
MOC_NAMES=MainWindow KeyDetail clicklabel XcaTreeView ExportKey NewX509 \
|
|
validity v3ext distname CertDetail CertExtend PwDialog \
|
|
ImportMulti CrlDetail ExportDialog hashBox Options NewKey kvView \
|
|
NewCrl SearchPkcs11
|
|
|
|
NAMES=$(MOC_NAMES) NewX509_ext MW_menu MW_help MW_database
|
|
OBJS=$(patsubst %,moc_%.o,$(MOC_NAMES)) $(patsubst %,%.o,$(NAMES))
|
|
|
|
include $(TOPDIR)/Rules.mak
|
|
sinclude .depend
|