forked from Pixen/Pixen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGNUmakefile
executable file
·229 lines (217 loc) · 4.79 KB
/
GNUmakefile
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
#
# GNUmakefile
#
# Compile the Pixen application
#
include $(GNUSTEP_MAKEFILES)/common.make
APP_NAME=Pixen
#VERSION=
#Pixen_SUBPROJECTS = KTMatrix
Pixen_APPLICATION_ICON=Pixen.tiff
Pixen_MAIN_MODEL_FILE = MainMenu
Pixen_OBJC_FILES = Constants.m\
InterpolatePoint.m\
NSArray_DeepMutableCopy.m\
NSBezierPath+PXRoundedRectangleAdditions.m\
NSColor+PXPaletteAdditions.m\
NSMutableArray+ReorderingAdditions.m\
OSACTReader.m\
OSACTWriter.m\
OSJASCPALReader.m\
OSJASCPALWriter.m\
OSPALReader.m\
OSPALWriter.m\
OSProgressPopup.m\
OSStackedView.m\
PXAboutController.m\
PXAboutPanel.m\
PXActionButton.m\
PXAnimatedGifExporter.m\
PXAnimation.m\
PXAnimationBackgroundView.m\
PXAnimationPreview.m\
PXAnimationView.m\
PXBackground.m\
PXBackgroundController.m\
PXBackgroundPreviewView.m\
PXBackgroundTableHeader.m\
PXBackgroundTemplateView.m\
PXBackgroundsPanel.m\
PXBicubicScaleAlgorithm.m\
PXBitmapExporter.m\
PXBitmapImporter.m\
PXBuiltinBackgroundTemplateView.m\
PXCanvas.m\
PXCanvasController.m\
PXCanvasController_EventHandling.m\
PXCanvasDocument.m\
PXCanvasPrintView.m\
PXCanvasResizePrompter.m\
PXCanvasResizeView.m\
PXCanvasView.m\
PXCanvasWindowController.m\
PXCanvasWindowController_IBActions.m\
PXCanvasWindowController_Toolbar.m\
PXCanvasWindowController_Zooming.m\
PXCanvas_ApplescriptAdditions.m\
PXCanvas_Archiving.m\
PXCanvas_Backgrounds.m\
PXCanvas_CopyPaste.m\
PXCanvas_Drawing.m\
PXCanvas_Grid.m\
PXCanvas_ImportingExporting.m\
PXCanvas_Layers.m\
PXCanvas_Modifying.m\
PXCanvas_Selection.m\
PXCel.m\
PXCheckeredBackground.m\
PXColorPicker.m\
PXColorPickerColorWellCell.m\
PXCrosshair.m\
PXDefaultBackgroundTemplateView.m\
PXDefaults.m\
PXDocumentController.m\
PXDuotoneBackground.m\
PXEllipseTool.m\
PXEllipseToolPropertiesView.m\
PXEmptyPropertiesView.m\
PXEraserTool.m\
PXEyedropperTool.m\
PXEyedropperToolPropertiesView.m\
PXFillTool.m\
PXFillToolPropertiesView.m\
PXFilmStripView.m\
PXGifExporter.m\
PXGifImporter.m\
PXGradientBuilderController.m\
PXGrid.m\
PXGridSettingsPrompter.m\
PXHotkeyFormatter.m\
PXIconExporter.m\
PXImage.m\
PXImageBackground.m\
PXImageSizePrompter.m\
PXImageView.m\
PXImage_old.m\
PXInfoPanelController.m\
PXJPEGSizePrompter.m\
PXLassoTool.m\
PXLayer.m\
PXLayerController.m\
PXLayerDetailsView.m\
PXLayerTableView.m\
PXLayerTextField.m\
PXLineTool.m\
PXLinearTool.m\
PXMagicWandTool.m\
PXModalColorPanel.m\
PXModalColorWell.m\
PXMonotoneBackground.m\
PXMoveTool.m\
PXNamePrompter.m\
PXNearestNeighborScaleAlgorithm.m\
PXNotifications.m\
PXNumericDrawingController.m\
PXPSDHandler.m\
PXPalette.m\
PXPaletteController.m\
PXPaletteEditorWindow.m\
PXPaletteEntryView.m\
PXPaletteExporter.m\
PXPaletteImporter.m\
PXPalettePanel.m\
PXPalettePanelPaletteView.m\
PXPaletteRestrictor.m\
PXPaletteSelector.m\
PXPaletteView.m\
PXPaletteViewScrollView.m\
PXPaletteViewSizeSelector.m\
PXPanelManager.m\
PXPattern.m\
PXPatternCell.m\
PXPatternEditorController.m\
PXPatternEditorView.m\
PXPencilTool.m\
PXPencilToolPropertiesView.m\
PXPixel.m\
PXPreferencesController.m\
PXPreviewBezelView.m\
PXPreviewController.m\
PXPreviewResizePrompter.m\
PXPreviewResizeSizeView.m\
PXRectangleTool.m\
PXRectangleToolPropertiesView.m\
PXRectangularSelectionTool.m\
PXRetroImage.m\
PXRetroLayer.m\
PXRetroPalette.m\
PXSavedPatternMatrix.m\
PXScale2xScaleAlgorithm.m\
PXScaleAlgorithm.m\
PXScaleController.m\
PXSequenceExportPrompter.m\
PXSlashyBackground.m\
PXSpriteSheetExporter.m\
PXTool.m\
PXToolButtonCell.m\
PXToolPaletteController.m\
PXToolPropertiesController.m\
PXToolPropertiesView.m\
PXToolSwitcher.m\
PXUserWarmer.m\
PXWelcomeController.m\
PXZoomTool.m\
PathUtilities.m\
RBSplitSubview.m\
RBSplitView.m\
SBCenteringClipView.m\
SubviewTableViewCell.m\
SubviewTableViewController.m\
TabletEvents.m\
ThreadWorker.m\
UKFeedbackProvider.m\
UKPrefsPanel.m\
UKUpdateChecker.m\
main.m\
\
PXBackgroundInfoView.m\
PXApplication.m\
PXAnimationWindowController.m\
PXAnimationDocument.m\
OSQTExporter.m\
NSString_DegreeString.m\
OSGradient.m\
OSLinearGradient.m\
OSRadialGradient.m\
Pixen_LANGUAGES = English
Pixen_RESOURCE_FILES = *.png *.tiff *.pxi
Pixen_LOCALIZED_RESOURCE_FILES = MainMenu.gorm\
PXDocument.gorm\
PXAbout.gorm\
PXBackgroundController.gorm\
PXColorPalette.gorm\
PXDiscoverPixen.gorm\
PXGradientBuilder.gorm\
PXGridSettingsPrompter.gorm\
PXImageSizePrompt.gorm\
PXInfoPanel.gorm\
PXLayerController.gorm\
PXNamePrompt.gorm\
PXPreview.gorm\
PXPreferences.gorm\
PXToolPalette.gorm\
PXMonotoneBackgroundConfigurator.gorm\
PXPencilToolPropertiesView.gorm \
PXRectangleToolPropertiesView.gorm \
PXEllipseToolPropertiesView.gorm \
PXBlankPropertiesView.gorm \
PXDuotoneBackgroundConfigurator.gorm \
PXImageBackgroundConfigurator.gorm \
PXToolProperties.gorm\
PXLayerDetailsView.gorm\
Localizable.strings\
Credits.html
Pixen_OBJCFLAGS += -Wno-import
#Pixen_OBJCFLAGS += -Wall
#ADDITIONAL_INCLUDE_DIRS += -IKTMatrix/
include $(GNUSTEP_MAKEFILES)/application.make