xca/widgets/Makefile
Christian Hohnstaedt 7b7f40f883 Remove hack for mingw-linker
- Windows compilation works without this hack
2009-11-10 13:33:35 +01:00

19 lines
483 B
Makefile

ifeq ($(TOPDIR),)
TOPDIR=..
endif
MOC_NAMES=MainWindow KeyDetail clicklabel XcaTreeView ExportKey NewX509 \
validity v3ext ReqDetail distname CertDetail CertExtend ExportCert \
ImportMulti CrlDetail ExportDer hashBox Options NewKey
NAMES=$(MOC_NAMES) NewX509_ext MW_menu MW_help MW_database
OBJS=$(patsubst %,moc_%.o,$(MOC_NAMES)) $(patsubst %,%.o,$(NAMES))
DELFILES=$(patsubst %,moc_%.cpp,$(MOC_NAMES))
include $(TOPDIR)/Rules.mak
ifeq ($(DEP), yes)
sinclude .depend
endif