~ubuntu-branches/ubuntu/oneiric/xca/oneiric

« back to all changes in this revision

Viewing changes to widgets/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Tino Keitel
  • Date: 2009-09-14 20:55:44 UTC
  • Revision ID: james.westby@ubuntu.com-20090914205544-l4qsm2tjimhd62vo
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
ifeq ($(TOPDIR),)
 
3
TOPDIR=..
 
4
endif
 
5
 
 
6
MOC_NAMES=MainWindow KeyDetail clicklabel XcaTreeView ExportKey NewX509 \
 
7
        validity v3ext ReqDetail distname CertDetail CertExtend ExportCert \
 
8
        ImportMulti CrlDetail ExportDer hashBox Options
 
9
 
 
10
NAMES=$(MOC_NAMES) NewX509_ext MW_menu MW_help MW_database
 
11
NAMES=$(MOC_NAMES) NewX509_ext MW_help MW_database
 
12
OBJS=$(patsubst %,moc_%.o,$(MOC_NAMES)) $(patsubst %,%.o,$(NAMES))
 
13
DELFILES=$(patsubst %,moc_%.cpp,$(MOC_NAMES))
 
14
 
 
15
include $(TOPDIR)/Rules.mak
 
16
 
 
17
ifeq ($(DEP), yes)
 
18
  sinclude .depend
 
19
endif