File: GNUmakefile

package info (click to toggle)
gnustep-examples 1%3A1.2.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,952 kB
  • ctags: 270
  • sloc: objc: 14,381; makefile: 65
file content (32 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (8)
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
include $(GNUSTEP_MAKEFILES)/common.make

PACKAGE_NAME = ToolbarExample
APP_NAME = ToolbarExample
ToolbarExample_APPLICATION_ICON =
ToolbarExample_MAIN_MODEL_FILE = ToolbarExample.gorm

ToolbarExample_RESOURCE_FILES= \
ToolbarExample.gorm \
DocumentWindow.gorm \
SecondWindow.gorm \
ToolbarExampleInfo.plist \
Images/SecondImage.tiff \
Images/RecyclerFull.tiff \
Images/FileIcon_Directory.tiff

ToolbarExample_HEADER_FILES= \
Controller.h \
DocumentOwner.h \
SecondWindowOwner.h \
ButtonWithValidation.h

ToolbarExample_OBJC_FILES= \
main.m \
Controller.m \
DocumentOwner.m \
SecondWindowOwner.m \
ButtonWithValidation.m

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble