GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
dustin (author)
Wed Feb 16 00:04:27 -0800 2005
commit  6845a87c442b3d6bc6741c1336345ada78209ef5
tree    6b1b79968330f7dc7e6e2ad32075eff5bfc8beac
parent  6f1d0b73b6f3a6fe4ce8305342c24dff66f65d5e
photosync / GNUmakefile
100644 74 lines (64 sloc) 1.106 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
# GNUmakefile - Generated by ProjectCenter
#
 
include $(GNUSTEP_MAKEFILES)/common.make
 
#
# Application
#
VERSION = 1.1
PACKAGE_NAME = PhotoSync
APP_NAME = PhotoSync
PhotoSync_APPLICATION_ICON =
GNUSTEP_INSTALLATION_DIR = $(HOME)/GNUstep
 
 
#
# Resource files
#
PhotoSync_RESOURCE_FILES = \
Resources/PhotoSyncGS.gorm\
Resources/Info-gnustep.plist \
Resources/index.html \
Resources/month.html \
Resources/page.html \
Resources/search.html \
Resources/searchfun.txt \
Resources/style.css \
Resources/year.html
 
#
# Header files
#
PhotoSync_HEADER_FILES = \
Controller.h \
Location.h \
Locations.h \
LocEditController.h \
PageWriter.h \
Photo.h \
PhotoClient.h \
SyncSubTask.h \
SyncTask.h
 
#
# Class files
#
PhotoSync_OBJC_FILES = \
Controller.m \
Location.m \
Locations.m \
LocEditController.m \
PageWriter.m \
Photo.m \
PhotoClient.m \
SyncSubTask.m \
SyncTask.m
 
#
# C files
#
PhotoSync_C_FILES =
 
PhotoSync_OBJC_FILES += \
main.m
 
#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble