public
Description: My OS X Thermometer client.
Clone URL: git://github.com/dustin/osx-thermometer.git
osx-thermometer / GNUmakefile
100644 77 lines (67 sloc) 1.202 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
75
76
77
#
# GNUmakefile - Generated by ProjectCenter
#
 
include $(GNUSTEP_MAKEFILES)/common.make
 
#
# Application
#
VERSION = 1.2
PACKAGE_NAME = Thermometer
APP_NAME = Thermometer
Thermometer_APPLICATION_ICON =
GNUSTEP_INSTALLATION_DIR = $(HOME)/GNUstep
 
 
#
# Resource files
#
Thermometer_RESOURCE_FILES = \
Resources/Thermometer.gorm \
Resources/Preferences.gorm\
Resources/therm-c.png \
Resources/therm-f.png \
Resources/temp.tiff\
Resources/Info-gnustep.plist
 
#
# Header files
#
Thermometer_HEADER_FILES = \
AppController.h \
LempClient.h \
TempReading.h \
ThermController.h \
Thermometer.h \
ThermometerCell.h \
LogController.h \
Readings.h \
LempSource.h \
TempSource.h \
PreferenceController.h \
HttpSource.h
 
#
# Class files
#
Thermometer_OBJC_FILES = \
AppController.m \
LempClient.m \
TempReading.m \
ThermController.m \
Thermometer.m \
ThermometerCell.m \
LogController.m \
Readings.m \
LempSource.m \
TempSource.m \
PreferenceController.m \
HttpSource.m
 
#
# C files
#
Thermometer_C_FILES =
 
Thermometer_OBJC_FILES += \
main.m
 
#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble