~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to kscd/bwlednum/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# $Id: Makefile,v 1.1.1.1 1997/07/04 21:23:49 kulow Exp $
 
3
 
 
4
all:    bwlednum.o example
 
5
 
 
6
bwlednum.o: bwlednum.h bwlednum.cpp
 
7
        moc bwlednum.h -o bwlednum.moc
 
8
        gcc  -I$(QTDIR)/include -c bwlednum.cpp
 
9
 
 
10
example: bwlednum.o example.cpp 
 
11
        moc example.cpp -o example.moc
 
12
        gcc  -I$(QTDIR)/include -c example.cpp 
 
13
        gcc example.o bwlednum.o -o example -lqt
 
14
 
 
15
clean: 
 
16
        rm -f *~ *.o *.moc example