-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathMakefile.am
41 lines (33 loc) · 976 Bytes
/
Makefile.am
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
## Process this file with automake to produce Makefile.in
docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
appdir = $(datadir)/applications
qcasampledir = $(datadir)/@PACKAGE@/qca_cell_library
SUBDIRS = po pixmaps src docs
doc_DATA = \
AUTHORS \
COPYING \
ChangeLog \
README \
README.win32.txt
qcasample_DATA = \
sample.qca
app_DATA = QCADesigner.desktop graph_dialog.desktop
EXTRA_DIST = $(doc_DATA) $(app_DATA)
squeaky :
$(MAKE) -C docs/reference deepclean
$(MAKE) distclean
rm -rf \
Output \
Makefile Makefile.in aclocal.m4 autom4te.cache \
compile config.log config.status configure depcomp \
install-sh missing mkinstalldirs \
config.guess config.sub \
src/Makefile.in \
docs/Makefile.in \
pixmaps/Makefile.in \
QCADesigner.desktop \
graph_dialog.desktop \
QCADesigner-win32.iss \
po/Makefile po/Makefile.in po/Makefile.in.in \
po/POTFILES po/*.gmo `find . | grep '.#'` *~ gtk-doc.make \
docs/reference/Makefile docs/reference/Makefile.in