"Fossies" - the Fresh Open Source Software Archive 
Member "qdiff-0.9.1/Makefile.common" (21 Oct 2008, 1084 Bytes) of package /linux/privat/old/qdiff-0.9.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 AUTOMAKE_OPTIONS = foreign
2 EXTRA_DIST = $(man_MANS) Makefile.init Makefile.common ChangeLog
3 CLEANFILES = *~
4 TAPPFRAME_SRC = tappconfig.cc tappconfig.h tstring.cc tstring.h texception.h tmap.h tvector.h
5
6 svnclean: distclean
7 rm -f $(distdir).tar.gz $(distdir).lsm stamp-h.in mkinstalldirs missing libtapp install-sh configure config.h.in autoscan.log aclocal.m4 Makefile.in .dep.*
8 rm -f $(TAPPFRAME_SRC) COPYING Makefile.common config.guess config.sub
9 rm -rf autom4te.cache
10
11 TARNAME = $(distdir).tar.gz
12 LSMNAME = $(distdir).lsm
13
14 mdist: dist
15 cp LSM_ENTRY $(LSMNAME)
16 streplace -q "__VERSION__=$(VERSION)" $(LSMNAME)
17 streplace -q "__DATE__=`date -R`" $(LSMNAME)
18 streplace -q "__LSM_NAME__=`ls $(LSMNAME) -l -s |awk '{printf "%3sk %s\n",$$1,$$10}'`" $(LSMNAME)
19 streplace -q "__TAR_NAME__=`ls $(TARNAME) -l -s |awk '{printf "%3sk %s\n",$$1,$$10}'`" $(LSMNAME)
20 streplace -qx '(md5sum not available)=md5sum: '`md5sum $(TARNAME)|awk '{print $$1}'` $(LSMNAME)
21
22 .PHONY: mdist svnclean cl
23
24 # meta object compiler for qt
25 moc_%.cc: %.h
26 moc -o $@ $<
27
28 cl:
29 touch ChangeLog
30 svn2cl
31
32 dist: cl