File: GNUmakefile.postamble

package info (click to toggle)
gworkspace 0.8.8-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,792 kB
  • sloc: objc: 70,525; sh: 305; makefile: 117
file content (40 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (15)
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

# Things to do before compiling
# before-all::

# Things to do after compiling
# after-all::

# Things to do before installing
#before-install::
  
# Things to do after installing
# after-install::

# Things to do before uninstalling
# before-uninstall::

# Things to do after uninstalling
# after-uninstall::

# Things to do before cleaning
# before-clean::

# Things to do after cleaning
#after-clean::
#	rm -rf GWorkspace/Inspectors/Viewers/Library

# Things to do before distcleaning
# before-distclean::

# Things to do after distcleaning
after-distclean::
	rm -rf autom4te*.cache
	rm -f config.status config.log config.cache TAGS GNUmakefile 
  
# Things to do before checking
# before-check::

# Things to do after checking
# after-check::