File: rm_generated.sh

package info (click to toggle)
pstoedit 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,304 kB
  • sloc: cpp: 30,257; perl: 1,693; ansic: 1,218; java: 860; makefile: 295; sh: 82; awk: 15
file content (60 lines) | stat: -rw-r--r-- 1,488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#!/bin/sh
#
# run this after a "make clean"
# removes further generated files 
#
rm -f   Makefile.in \
        QT/Makefile.in \
        QT/PstoeditQtGui/Makefile.in \
        aclocal.m4 \
        ar-lib \
        compile \
        config.guess \
        config.sub \
        config/Makefile.in \
        configure \
        contrib/Makefile.in \
        contrib/cairo/Makefile.in \
        contrib/java/Makefile.in \
        contrib/java/java1/Makefile.in \
        contrib/java/java2/Makefile.in \
        depcomp \
        libtool \
        doc/Makefile.in \
        doc/pstoedit.1 \
        doc/pstoedit.pdf \
        examples/Makefile.in \
        install-sh \
        ltmain.sh \
        misc/Makefile.in \
        misc/swffonts/Makefile.in \
        missing \
        mkinstalldirs \
        msdev/Makefile.in \
        othersrc/Makefile.in \
        othersrc/gsdllinc/Makefile.in \
        src/Makefile.in \
        src/pstoedit.ph \
	src/pstoedit_config.h.in \
	src/pstoedit_config.h 

rm -f \
	config.log \
	config.status \
	config/pstoedit.pc \
	doc/version.tex \
	src/stamp-h1 \
	QT/PstoeditQtGui/Makefile.qt \
	QT/PstoeditQtGui/.qmake.stash \
        QT/PstoeditQtGui/PstoeditQtGui \
        QT/PstoeditQtGui/moc_PstoeditQtGui.cpp \
        QT/PstoeditQtGui/moc_predefs.h \
        QT/PstoeditQtGui/qrc_PstoeditQtGui.cpp \
        QT/PstoeditQtGui/ui_PstoeditQtGui.h \
        QT/PstoeditQtGui/*.o \
	`find . -name Makefile`


rm -rf  autom4te.cache \
        m4 \
	src/.deps