public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
Search Repo:
photosync / GNUmakefile.postamble
100644 39 lines (27 sloc) 0.676 kb
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
#
# GNUmakefile.postamble - Generated by ProjectCenter
#
 
# 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::
 
# Things to do before distcleaning
# before-distclean::
 
# Things to do after distcleaning
# after-distclean::
  
# Things to do before checking
# before-check::
 
# Things to do after checking
# after-check::